3 = 10x - 3x^2
Subtract 3-3x^2 + 10x - 3 = 0
Multiply by -13x^2 - 10x + 3 = 0
Now there's two ways to solve this. I'll show you both.
1) FACTORINGWhen you see the equation set up where it's ax^2+bx+c=0, it's usually a clue you can break it apart into two parenthesis that, when multiplied out, equal zero. This problem was no different as I was able to do so like this:
(3x-1)(x-3) = 0
Because you're solving for x, you have to figure out what makes each of the parenthesis 0 because that's what they're equal to. That would of course be 1/3 and 3. If you fill those numbers in for x in the original equation you'd find that only 3 works. Thus 1/3 is not a valid answer.
2) QUADRATIC EQUATIONYou take the equation we started with, 3x^2 - 10x + 3 = 0, and because this is set up as Ax^2 + Bx + C = 0, then:
a = 3
b = -10
c = 3
Now take the quadratic formula. For a picture of what it looks like, and an online calculator to solve it for you, visit
http://www.1728.com/quadratc.htmIf you fill it in with the a, b, and c in this problem, then you get the answers of 3 and 1/3, just like when we factored it. 1/3 doesn't work once again so 3 is still your answer.
Fun, eh? :D Hopefully I answered your questions.