Roman C. answered 02/10/13
Masters of Education Graduate with Mathematics Expertise
For x2+bx+c, notice that (x - r1)(x - r2) = x2 - (r1+r2)x + r1r2.
Thus we want integers r1 and r2 with a sum -b and product c.
For example, x2 + 7x + 10.
Notice that the two integers with a sum -7 and a product of 10 are -2 and -5
Thus we get (x+2)(x+5)
For the more general case ax2+bx+c, if it factors then we can write b = b1 + b2 where the following proportion holds:
a:b1 = b2:c
or equivalently, b1b2 = ac
For example, 2x2 + 11x + 12.
We want b1 + b2 = 11 and b1b2 = 2*12 = 24
We can take b1 = 3 and b2 = 8 and get
2x2 + 11x + 12 = 2x2 + 3x + 8x + 12 = x(2x + 3) + 4(2x + 3) = (x + 4)(2x + 3)
Henriettas B.
Hi Daniel O.I’m a little confused. Are you saying to divide the second set of parenthesis by 2? Because if I divide (2x + 3)(2x+2) by 2 that is totally different than just dividing the second set of equations. Does this work with all trinomials? Where did you get the “2” that you are dividing?02/08/13