SOLUTION: How do I solve for x in this equation? x + 12/x = 7

Algebra ->  Test -> SOLUTION: How do I solve for x in this equation? x + 12/x = 7      Log On


   



Question 492005: How do I solve for x in this equation?
x + 12/x = 7

Answer by nerdybill(7384) About Me  (Show Source):
You can put this solution on YOUR website!
x + 12/x = 7
multiply both sides by x:
x^2 + 12 = 7x
x^2 - 7x + 12 = 0
factoring left:
(x-3)(x-4) = 0
x = {3,4}