The same factoring concept is used even though you now have a value in front of the first variable.
With the additional number, you will utilize that as part of your factoring.
(nx +/- a) (nx +/- b) = 5n^2-56n+60
where n equals the factors of the number in front
The factors of 5 are:
1 5
If you look at the factors of 60 you get:
1 60
2 30
3 20
4 15
5 12
6 10
Which values when multiplied together will give you a +60 but added together give you a -56?
Since the last value 60 is positive, the factors must either be both positive or both negative.
The middle value is a negative, which are added together. Since adding two positive numbers cannot give you a negative value, the factors of 60 must be both negative.
Now which combination of factors will give you a total of 56 when multiplied out and added together? You can eliminate some pretty quickly.
1 5 and 1 60 will not be able to give us 56. (n - 1) (5n - 60) would give us 65
1 5 and 2 30 will not be able to give us 56. (n - 2) (5n - 30) would give us 40
1 5 and 3 20 will not be able to give us 56. (n - 3) (5n - 20) would give us 35
1 5 and 4 15 will not be able to give us 56. (n - 4) (5n - 15) would give us 35
1 5 and 5 12 will not be able to give us 56. (n - 5) (5n - 12) would give us 37
1 5 and 6 10 can give us 56.
(n - 10) (5n - 6)
Multiplying it out using FOIL, you get:
5n^2 - 6n - 50n +60, and reducing it gives us:
5n^2 - 56n + 60 which matches the orignal equation.
Hope that helps!