document.write( "Question 271027: Paul has some 50 cents and $2 coins. The total value of the coins is $8. If there are 7 coins altogether, how many coins of each kind does he have? \n" ); document.write( "
Algebra.Com's Answer #198440 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Paul has some 50 cents and $2 coins. The total value of the coins is $8. If there are 7 coins altogether, how many coins of each kind does he have? \n" ); document.write( "==== \n" ); document.write( "Value Eq: 50f + 200t = 800 cents \n" ); document.write( "Quantity Eq: f + t = 7 \n" ); document.write( "-------------------------------- \n" ); document.write( "Solve for \"f\"; substitute and solve for \"t\": \n" ); document.write( "f = 7-t \n" ); document.write( "--- \n" ); document.write( "50(7-t) + 200t = 800 \n" ); document.write( "350 - 50t + 200t = 800 \n" ); document.write( "150t = 450 \n" ); document.write( "t = 3 (# of $2.00 coins) \n" ); document.write( "---- \n" ); document.write( "Since f+t = 7, f = 4 (# of 50 cent coins) \n" ); document.write( "============================================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |