document.write( "Question 803348: If 12 is subtracted from 5 times a certain number, the result is 88.What is the number ?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #484292 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let number be x \n" ); document.write( "5 times the number = 5x\r \n" ); document.write( "\n" ); document.write( "12 less \n" ); document.write( "5x-12=88\r \n" ); document.write( "\n" ); document.write( "5x=100 \n" ); document.write( "x=20 \n" ); document.write( " |