document.write( "Question 302599: when a number x is subtracted from 36 and the difference is divided by x , the result is 2 . what is the value of x ?\r
\n" );
document.write( "\n" );
document.write( "(a) 12 (b) 17 (c) 18 (d) 21 (e) 24
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #216963 by mananth(16946)![]() ![]() You can put this solution on YOUR website! 36-x / x= 2\r \n" ); document.write( "\n" ); document.write( "36-x=2x\r \n" ); document.write( "\n" ); document.write( "3x=36\r \n" ); document.write( "\n" ); document.write( "x=36/3\r \n" ); document.write( "\n" ); document.write( "x=12 \n" ); document.write( " |