document.write( "Question 1194718: Peter thinks of a number. If he divides it by three and adds twelve the result is 28. What is the number \n" ); document.write( "
Algebra.Com's Answer #826970 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! number is x \n" ); document.write( "(x/3)+12=28 \n" ); document.write( "x/3=16 \n" ); document.write( "x=48 \n" ); document.write( " |