document.write( "Question 356611: Nine is subtracted from a number, and then the difference is multiplied by 5.
\n" );
document.write( "The result is 75. What is the number? \n" );
document.write( "
Algebra.Com's Answer #254550 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let number be x \n" ); document.write( "9 is subtracted \n" ); document.write( "x-9 \n" ); document.write( "multiplied by 5 \n" ); document.write( "5(x-9) \n" ); document.write( "5(x-9)=75 \n" ); document.write( "5x-45=75 \n" ); document.write( "5x=45+75 \n" ); document.write( "5x=120 \n" ); document.write( "x= 60 the number \n" ); document.write( "... \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |