document.write( "Question 1203330: Ahmad and Luke had $400 altogether at first. Then, Ahmad spent 3/5 of his money and Luke spent all his money. They spent $280 in all. How much money did Ahmad spend?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #838799 by greenestamps(13203)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Luke spent all his money, so the money they had left together was Ahmad's. \n" ); document.write( "Ahmad spent 3/5 of his money, so he had 2/5 of his money left; the amount they had left together was $400-$280 = $120. \n" ); document.write( "let x = amount Ahmad started with \n" ); document.write( "(2/5)x = 120 \n" ); document.write( "x = (5/2)120 = 300 \n" ); document.write( "Ahmad started with $300 and ended with $120, so he spent $180. \n" ); document.write( "ANSWER: $180 \n" ); document.write( " \n" ); document.write( " |