document.write( "Question 1147177: Add 3 to a number. Quadruple the result. If the answer is 36, what is the number? \n" ); document.write( "
Algebra.Com's Answer #768474 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! number x \n" ); document.write( "(x+3)*4=36 \n" ); document.write( "x+3=9 \n" ); document.write( "x=6 \n" ); document.write( " \n" ); document.write( " |