Question 1085210: The sum of a number and its square is 4 more than twice the number. Find the number. Found 3 solutions by stanbon, addingup, math_helper:Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! The sum of a number and its square is 4 more than twice the number. Find the number.
--------
Equation:
x + x^2 = 2x+4
------------------------
x^2 -x - 4 = 0
------
Quadratic formula::
x = [1 +-sqrt(1-4*-4)]/2
----
x = [1 +- sqrt(17)]/2
-----
x = (1/2)+(1/2)sqrt(17) or x = (1/2)-(1/2)sqrt(17)
------------
Cheers,
Stan H.
-----------------
You can put this solution on YOUR website! x+x^2 = 2x+4
Subtract 2x+4 from both sides:
x^2-x-4 = 0
x^2-x = 4
x^2-x+1/4 = 17/4
(x-1/2)^2 = 17/4
x-1/2 = sqrt(17)/2 or x-1/2 = -sqrt(17)/2
x = 1/2+sqrt(17)/2 or x = 1/2-sqrt(17)/2