document.write( "Question 971123: peter and paul had $340 altogether. Peter spent 3/4 of his money and Paul spent 2/5 of his money. Then they found that they each had an equal amount of money left. How much money did each of them have at first?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #593703 by amarjeeth123(569)![]() ![]() ![]() You can put this solution on YOUR website! Let Peter have x$ as his money. \n" ); document.write( "Then Paul has (340-x)$ as his money. \n" ); document.write( "Peter had 1/4 of his money left. \n" ); document.write( "Paul had 3/5 of his money left. \n" ); document.write( "x/4=3/5(340-x) \n" ); document.write( "5x=12(340)-12x \n" ); document.write( "17x=12(340) \n" ); document.write( "x=12(20)=240$ \n" ); document.write( "Peter had 240$ as his money. \n" ); document.write( "Paul had 100$ as his money. \n" ); document.write( " \n" ); document.write( " |