Andrew M. answered 05/19/15
Tutor
New to Wyzant
Mathematics - Algebra a Specialty / F.I.T. Grad - B.S. w/Honors
A whole number increased by its square is twenty more than twice itself.
Call the number x just for convenience
Note that "increased by" would be addition and "is" means equals
a) x + x2 = 2x + 20
That is the initial version of the equation as given in the problem
Let's arrange that into a basic quadratic equation of the form ax2 + bx + c = 0
x2 + x - 2x - 20 = 0
x2 - x - 20 = 0
b) We can factor this equation easily rather than using the quadratic
Looking at the coefficients and constant we need the factors of the constant -20 that add to the
x coefficient of -1 so for our factor use -5,4 since (-5)(4) = -20 and -5 + 4 = -1
x2 - x - 20 = (x-5)(x+4)
Setting that equal to zero we have
(x-5)(x+4) = 0
For this to be true either x-5 = 0 or x + 4 = 0
So x = 5 or x = -4
Check: 52 - 5 - 20 = 0 (-4)2 - (-4) -20 = 0
25 - 25 = 0 16 + 4 - 20 = 0
0 = 0 20 - 20 = 0
0 = 0
We can see that both our answers are correct