document.write( "Question 253742: Four times the square of a number is 21 more than eight times the number. What is the number? \n" ); document.write( "
Algebra.Com's Answer #186142 by palanisamy(496)\"\" \"About 
You can put this solution on YOUR website!
Let the required number be x.
\n" ); document.write( "Given, four times the square of a number is 21 more than eight times the number
\n" ); document.write( " 4x^2= 8x+21
\n" ); document.write( " 4x^2-8x-21 =0
\n" ); document.write( " 4x^2-14x+6x-21 = 0
\n" ); document.write( " 2x(2x-7)+3(2x-7) = 0
\n" ); document.write( " (2x-7)(2x+3) = 0
\n" ); document.write( " 2x-7 =0 or 2x+3 = 0
\n" ); document.write( " 2x = 7 or 2x = -3
\n" ); document.write( " x = 7/2 or x = -3/2
\n" ); document.write( "
\n" );