document.write( "Question 838579: If you double a number then add 36 you get five times the original number. What is the original number? \n" ); document.write( "
Algebra.Com's Answer #505152 by brysca(112)![]() ![]() You can put this solution on YOUR website! If you DOUBLE a number \n" ); document.write( "2x \n" ); document.write( "then ADD 36 \n" ); document.write( "+36 \n" ); document.write( "you get \n" ); document.write( "= \n" ); document.write( "FIVE TIMES the original number \n" ); document.write( "5x \n" ); document.write( "Put it all together. \n" ); document.write( "2x+36=5x \n" ); document.write( "36=3x \n" ); document.write( "12=x \n" ); document.write( "x=12 \n" ); document.write( " |