Quote (xaz @ 5 Mar 2018 06:46)
ok so another question
we have:
4x-5x^2=0
factorized to x(4-5x)=0 right?
Now how to solve x out of this?
It's supposed to be 2 x's here which are 0 and 4/5 (in decimal 0 and 0,8)
how to get these? that's where I fail once again..
This is the same as the reverse FOILing some above. It just looks different. Feanur’s method with the quadratic equation still applies where a = -5, b = 4, and c = 0.
Or you can think of them as pairs again:
4x - 5x^2 = 0
x(4 - 5x) = 0
(x)(4 - 5x) = 0
You can even write it as (x + 0)(4 - 5x) = 0, if it helps to have it in the same form of binomial pairs.
So, x = 0 makes this true because the factored out x would distribute through, x(4 - 5x) = 0 —> 0(4 - 5(0)) = 0 —> 0 = 0.
Then the other pair 4 - 5x = 0 —> 4 = 5x —> x = 4/5.
Once you have them in factored binomial pairs, either one of them being equal to 0 will make the equation valid. So you set each one equal to 0 to find the x which makes each portion valid.