document.write( "Question 113416: Twice the square of a positive integer is 12 more than 10 times that integer. What is the integer? \n" ); document.write( "
Algebra.Com's Answer #82520 by edjones(8007)\"\" \"About 
You can put this solution on YOUR website!
Let x be the integer.
\n" ); document.write( "2x^2=10x+12
\n" ); document.write( "x^2=5x+6 divide each side by 2.
\n" ); document.write( "x^2-5x-6=0
\n" ); document.write( "(x-6)(x+1)=0
\n" ); document.write( "x=6
\n" ); document.write( "Check:
\n" ); document.write( "2*6^2=10*6+12 true
\n" ); document.write( "Ed
\n" ); document.write( "
\n" );