document.write( "Question 973558: when thirty times a number is increases by 32, the result is equal to twice the square of the number. Find tne number. \n" ); document.write( "
Algebra.Com's Answer #595702 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
when thirty times a number is increases by 32, the result is equal to twice the square of the number. Find tne number.
\n" ); document.write( "***
\n" ); document.write( "let x=number
\n" ); document.write( "30x+32=2x^2
\n" ); document.write( "2x^2-30x-32=0
\n" ); document.write( "x^2-15x-16=0
\n" ); document.write( "(x-16)(x+1)=0
\n" ); document.write( "x=16
\n" ); document.write( "number=16
\n" ); document.write( "
\n" );