Larry C. answered 08/13/18
Tutor
4.9
(294)
Computer Science and Mathematics professional
You are basically factoring 5x2-17x+6 into the general form (ax+b)(cx+d)
This means the following:
a*c=5 - this has only 2 possible combinations: 5,1 -5,-1
b*d=6 - similarly, there are 4 possibilities: 6,1 -6,-1 2,3 -2,-3
Finally, we have
(a*d)+(b*c)=-17 - since the result is negative at least one of a,b,c,d must also be negative, which eliminates a fair number of possibilities. We can also eliminate a,d being some iteration of 5,6 because there is no combination of 1-,3 or -3,1 that would result in any negative number, let alone -17. By similar paring down of possibilities, the answer eventually is revealed.
Mark M.
08/12/18