document.write( "Question 710564: 9 more than twice a number is 57. Find the number. \n" ); document.write( "
| Algebra.Com's Answer #437041 by srinivas.g(540)     You can put this solution on YOUR website! lets no be x \n" ); document.write( "twice the no is 2x \n" ); document.write( " 9 more than twice the no is 9+ 2x \n" ); document.write( " 9+2x = 57\r \n" ); document.write( "\n" ); document.write( " 2x =57-9 \n" ); document.write( " 2x= 48 \n" ); document.write( " x= 48/2 \n" ); document.write( " = 24\r \n" ); document.write( "\n" ); document.write( " the no is 24 \n" ); document.write( " |