how to solve this quadratic?
#3

I think it's rather obvious:

Код:
3x^2 = 6x
x^2 - 2x = 0
x(x - 2) = 0
Now I think you've learned that this concludes that x = 0 v x = 2. For some proof, let's fill in those x's:

Код:
x(x - 2)

x = 0:

0 * (0 - 2)
If you multiply something with zero, it's zero.

Код:
x = 2

2 * (2 - 2) -> 2 * 0
Multiply with zero, stays zero.

If you fill in x = 3:

Код:
3 * (3 - 2) -> 3 * 1 = 3
Got it?
Reply


Messages In This Thread
how to solve this quadratic? - by [EDT]AmanSingh123 - 04.10.2011, 18:18
Re: how to solve this quadratic? - by Mark™ - 04.10.2011, 18:41
Re: how to solve this quadratic? - by Hiddos - 04.10.2011, 18:47
Re: how to solve this quadratic? - by Vince - 04.10.2011, 18:47
Re: how to solve this quadratic? - by [EDT]AmanSingh123 - 04.10.2011, 18:54
Re: how to solve this quadratic? - by RyDeR` - 04.10.2011, 19:04
Re: how to solve this quadratic? - by Mark™ - 04.10.2011, 19:08
Re: how to solve this quadratic? - by CaHbKo - 04.10.2011, 19:15
Re: how to solve this quadratic? - by donB - 04.10.2011, 20:00
Re: how to solve this quadratic? - by THE_KNOWN - 05.10.2011, 03:30

Forum Jump:


Users browsing this thread: 2 Guest(s)