Pascal M. answered 04/03/15
Tutor
5.0
(84)
Highly qualified teacher for Chemistry and all levels of Algebra
Let me try to present that in a logical and reproducible format.
In order to do that I am going to change your c and d into x and y. So your equation is now:
5x2 – 24xy – 5y2
Factoring means that we are going to try to rewrite this expression as...
(ax+by)(cx+dy), where a, b, c, and d are whole numbers.
If you distribute (FOIL) the terms above, you end up with...
acx2 + adxy + bcxy + bdy2
This can be rewritten as...
acx2 + (ad+bc)xy + bdy2
Comparing this generic expression to the one you have:
5x2 – 24xy – 5y2
acx2 + (ad+bc)xy + bdy2
You can see that:
ac = 5
bd = -5
ad+bc = -24
At this point it is easier to simply start to pick numbers for the "ac" pair and the "bd" pair and see if ad+bc comes out correctly as -24.
ac bd ad+bc
1;5 -1;5 5–5 = 0 <= this does not work
1;5 1;-5 -5+5 = 0 <= this does not work
5;1 -1;5 25–1 = 24 <= this does not work, but we are getting closer... only the sign is wrong.
5;1 1;-5 -25+1 = -24 <= this time it works... so now we know that:
a=5; c=1; b=1; d=-5
Plug that into the standard factoring system:
(ax+by)(cx+dy)
(5x+1y)(1x-5y)
To get back to your original variables... replace x with c and y with d and you are done.