Quadratic equations ( solving for zeros/roots) trickey

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
miller1991
Messages
2
Reaction score
0
−2x^2+3x+20why is this equation so special it is in standard form, and when i solve for zeros
i factor down to

-1( 2x^2-3x-20)

factor
( 2x^2-3x-20)

factor by grouping 2(-20)=-40 what numbers multiple to equal -40 and add to equal -3

-8(5) = -40
-8+5= -3

and then just to find zeros the next step would be
(x-8) (x+5)
x=8 x=-5 BUT
thats not right apparently the answer is

x=4 x = -5/2

the answer i got here

(x-8) (x+5)
x=8 x=-5

is meant to be -1(2x+5)(x-4)

which gives
x=4 x = -5/2 but like 5+-4 =1 don't even equal -3

apparently if i use the huge equation to solve for zeros that works but
why did (2x+5)(x-4) using this work, and how to i recognize when to use it like that
and i don't even know where they pulled the 5 and -4 fromdoes anyone know why when solving for zeros
y=-2x^2 +3x+20
is a tricky question
p.s
originally the question was solve zeros for
y=3x+20 -2x^2
but putting it in standard form was easy and i don't think that messes with the final answer
thanks !
 
Mathematics news on Phys.org
miller1991 said:
factor by grouping 2(-20)=-40 what numbers multiple to equal -40 and add to equal -3

-8(5) = -40
-8+5= -3

and then just to find zeros the next step would be
(x-8) (x+5)
x=8 x=-5

You have the right idea!
You are trying to factor
$-2x^2+3x+20$
Factor out the negative (like you did).
$-(2x^2-3x-20)$
Then you determined the values you are working with are 8 and -5. That tells you how to "re-write" your equation so that is set up in a way that you can factor by grouping.
$2x^2-3x-20 = 2x^2+5x-8x-20$
Now factor by grouping.
$2x^2+5x-8x-20 = x(2x+5)-4(2x+5)=(x-4)(2x+5)$
Giving,
$x=4, x=-\frac{5}{2}$