document.write( "Question 787047: Five times a number decreased by 18 minus 4 times the same number is 236.
\n" );
document.write( "What is the number?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #478054 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Five times a number decreased by 18 minus 4 times the same number is 236. \n" ); document.write( "------- \n" ); document.write( "Let the number be \"x\": \n" ); document.write( "5x - (18 - 4x) = 236 \n" ); document.write( "----- \n" ); document.write( "5x -18 + 4x = 236 \n" ); document.write( "9x = 254 \n" ); document.write( "x = 28.2222... \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |