document.write( "Question 1085210: The sum of a number and its square is 4 more than twice the number. Find the number. \n" ); document.write( "
Algebra.Com's Answer #699266 by addingup(3677)![]() ![]() You can put this solution on YOUR website! x+x^2 = 2x+4 \n" ); document.write( "Subtract 2x+4 from both sides: \n" ); document.write( "x^2-x-4 = 0 \n" ); document.write( "x^2-x = 4 \n" ); document.write( "x^2-x+1/4 = 17/4 \n" ); document.write( "(x-1/2)^2 = 17/4 \n" ); document.write( "x-1/2 = sqrt(17)/2 or x-1/2 = -sqrt(17)/2 \n" ); document.write( "x = 1/2+sqrt(17)/2 or x = 1/2-sqrt(17)/2 \n" ); document.write( " |