document.write( "Question 1164483: Kaye spent 1/5 of her money in one
\n" );
document.write( "store. In the next store she spent three
\n" );
document.write( "times as much as she spent in the first
\n" );
document.write( "store, and 60 pesos left. How much
\n" );
document.write( "money did she have at the start? \n" );
document.write( "
Algebra.Com's Answer #788890 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! Let M = the amount of money she started with \n" ); document.write( "In the first store, she spends M/5. \n" ); document.write( "In the second store, she spends 3*(M/5) \n" ); document.write( "Since she is left with 60 dollars, we can write the following equation: \n" ); document.write( "60 = M - M/5 - 3M/5 \n" ); document.write( "M/5 = 60 -> M = 300 \n" ); document.write( " \n" ); document.write( " |