mafrediani
New member
- Joined
- Sep 1, 2012
- Messages
- 1
Ok this may be very basic but can anyone tell me how to factor 2n + 9n -56 The 2n should be squared (i didnt know how to type it)
Last edited:
Ok this may be very basic but can anyone tell me how to factor 2n + 9n -56 The 2n should be squared (i didnt know how to type it)
In case of quadratic equations of the form Ax^2+Bx+C=0,
a+b = B
a*b= A*C
u may use trial and error method to find a and b.
the eqn is factored down to (x+a)(x+b)=0. **
This isn't true. Here, a + b = 9, ab = 2(-56) = -112.
So, either a = -7 and b = 16, or a = 16 and b = -7.
Then, ** would be (x - 7)(x + 16) = 0, or (x + 16)(x - 7) = 0.
The solutions of either of those equations ** are 7, -16.
The solutions of the OP's trinomial set equal to 0 are -8, 7/2.
hence , 2n2+9n-56=0
2n2+16n-7n-56=0
2n(n+8)-7(n+8)=0
(2n-7)(n+8)=0
Interesting! You got the correct answer but did NOT use the method you give. In particular, (2n- 7)(n+ 8) is NOT of the form "(x+a)(x+ b)".In case of quadratic equations of the form Ax^2+Bx+C=0,
a+b = B
a*b= A*C
u may use trial and error method to find a and b.
the eqn is factored down to (x+a)(x+b)=0.
hence , 2n2+9n-56=0
2n2+16n-7n-56=0
2n(n+8)-7(n+8)=0
(2n-7)(n+8)=0
(ax+ b)(cx+ d)= acx^2+ (bc+ ad)x+ bd= Ax^2+ Bx+ C so we must have ac= A, bc+ad= B, and bd= C. That is three equations to find 4 numbers so unless we put restrictions on the numbers, there are just too many things to try. (And, unfortunately, almost all polynomials can't be factored with integer coefficients.)
Here, we are looking for two integers, a and c, such that ac= 2. Fortunately, there are only two ways to do that: a= 1, c= 2 or a= 2, c= 1 (and which we use doesn't really matter). There are many numbers, b and d, such that bd= -56= 2(-28)= (4)(-14)= 8(-7). (or the same numbers with the signs reversed) But we also want bc+ ad= 2(b)+ 1(c)= 9. And the quick way to find the right pair (if it exists) is to try each: with b= 2, d= -28, 2(2)+ 1(-28)= -24; with b= 4, d= -14, 2(4)+ 1(-14)= -8; with b= 8, d= -7, 2(8)+ 1(-7)= 9!! So we have found that a= 1, b=8, c= 2, and d= -7 which gives exactly the answer Lost Souls did- (x+ 8)(2x- 7).
That's a bit more complicated that Lost Souls indicated because the coefficient of x2 is NOT 0. And notice that, as is often the case in mathematics, a lot of it is trial and error!
When "difficult", call on the quadratic equation.
Google it. Much better if you learn by yourself.
I get terribly embarassed when I use the quadratic formula and then find out that the roots are simple integers!
I am with denis on this one. If I do not "see" a factorization quickly, I stop messing around and use the quadratic formula. I may be using a sledge hammer to crack a peanut, but I am not wasting time. I do not find efficiency embarrassing. Of course, having been trained academically as an historian, my lack of mathematical "vision" is natural.I get terribly embarassed when I use the quadratic formula and then find out that the roots are simple integers!