document.write( "Question 785385: twice a number is 27 more than half the number, what is the number. \n" ); document.write( "
Algebra.Com's Answer #477499 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the number be x\r \n" ); document.write( "\n" ); document.write( "2x=x/2 +27\r \n" ); document.write( "\n" ); document.write( "2x-x/2 = 27\r \n" ); document.write( "\n" ); document.write( "3x/2 = 27\r \n" ); document.write( "\n" ); document.write( "x= 2*27/3\r \n" ); document.write( "\n" ); document.write( "x=18 \n" ); document.write( " |