SOLUTION: 12X^2-41X+24

Algebra ->  Polynomials-and-rational-expressions -> SOLUTION: 12X^2-41X+24      Log On


   



Question 78943: 12X^2-41X+24
Found 2 solutions by jim_thompson5910, mathdoc314:
Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
note: If you need help with factoring check out this solver

ERROR Algebra::Solver::Engine::invoke_solver_noengine: solver not defined for name 'quadratic_factoring'.
Error occurred executing solver 'quadratic_factoring' .

Answer by mathdoc314(58) About Me  (Show Source):
You can put this solution on YOUR website!
That is not a problem. It is an expression. There are many things that can be done with an expression. Next time I hope you will ask the question more completely and clearly!
Since you are letting me guess what is supposed to be done with it, I could graph it or solve for it = 0, but I think maybe you want me to factor it
+12+x%5E2+-+41+x+%2B+24+
This is going to be +%28ax+%2B+b%29+%28cx+%2B+d%29+
It multiplies out as +ac+%2A+x%5E2+%2B+%28a%2Ad+%2B+b%2Ac%29+x+%2B+%28b%2Ad%29+
This must be equal to +12+x%5E2+-+41+x+%2B+24+
Therefore it must be +ac=12+, %28a%2Ad+%2B+b%2Ac%29+=+-41, and +%28b%2Ad%29+=+24+.
and the goal is to discover right numbers to use for a, b, c, d.
I will try to find an answer with whole numbers (no fractions or square roots yet).
a*c = 12
some possibilities are
(a=1,c=12), (a=2,c=6), (a=3,c=4), (a=4,c=3), (a=6,c=2), or (a=12, c=1).
b*d = 24
some possibilities are
(b=-1,d=-24), (b=-2,d=-12), (b=-3,d=-8), (b=-4,d=-6)
The next goal is to find the right combination of those possibilities to get a*d + b*c = -41
This can be done slowly by trying out a lot of combinations, but then you probably get tired of it and hopefully notice some patterns.
What has to happen to get -41
One thing is that a*d has to be odd or b*c has to be odd. This eliminates a lot of combinations. You can't have a and c both be even, and you can't have b and d both be even. Also you cant have a big number for a and d at the same time because it gets too far over -41 if you have things like 12*8 in it.
It turns out -41 is the smallest odd term you can get
Here are some of the details
You can work with these:(a=1,c=12), (a=3,c=4), (a=4,c=3), (a=12, c=1)
and (b=-1,d=-24), (b=-3,d=-8)
(a=4,c=3,b=-1,d=-24) -> ad+bc = -96-3 = -99
(a=4,c=3,b=-3,d=-8) -> ad+bc = -32 - 9 = -41 <-- this one is the answer
(a=12,c=1,b=-1,d=-24) -> ad+bd = -288 - 1 = -289
(a=12,c=1,b=-3,d=-8) -> ad+bd = -96 - 3 = -99
So it factors as +%284x+-+3%29%283x+-+8%29+=+%2812x%5E2+-+41+x+%2B+24%29+ and I am glad that is over. There are faster answers like completing the square and the quadratic formula. I hope this is the question you wanted to ask. Next time please say what you want the tutor to do.