document.write( "Question 731557: What is the number which when multiplied by 2 and added to 8 gives the same result as when it is divided by 2 and has 32 added to it ?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #447165 by fcabanski(1391)\"\" \"About 
You can put this solution on YOUR website!
Call the number x.


\n" ); document.write( "2x+8=x/2 +32


\n" ); document.write( "2x - x/2 = 32-8


\n" ); document.write( "1.5x = 24


\n" ); document.write( "x=16 \n" ); document.write( "

\n" );