document.write( "Question 1185563: Tevin has a change jar that contains only pennies and dimes. He has 60 coins which add up to a total of $3.57. How many of each type of coin does he have?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #816391 by greenestamps(13203)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "The fastest way to find the answer is by logical reasoning with some simple mental arithmetic. \n" ); document.write( "With a total value of #3.57, the number of pennies must be one of these numbers: \n" ); document.write( "2, 7, 12, 17, ... \n" ); document.write( "So try one of those and see if it works; then adjust if needed. \n" ); document.write( "17 pennies would mean 60-17=43 dimes; $0.17+$4.30 = $4.47. Too much. \n" ); document.write( "Maybe next try 37 pennies and 23 dimes: $2.30+$0.37 = $2.67. Too little. \n" ); document.write( "Looking at those results and doing some easy calculations shows the correct total is exactly halfway between our two guesses. \n" ); document.write( "So try 27 pennies and 33 dimes. $3.30+$0.27 = $3.57. Just right. \n" ); document.write( "ANSWER: 33 dimes and 27 pennies \n" ); document.write( "And here is another path that can teach you a good problem solving strategy when you are using guess-and-check. \n" ); document.write( "After finding that 17 pennies and 43 dimes was $4.47, which is $0.90 too much, you can logically reason that exchanging a dime for a penny reduces the total value by $0.09. So to reduce the total $4.47 by $0.90 to get the correct total of $3.57, you need to exchange 10 dimes for pennies. \n" ); document.write( "So the correct combination is 43-10=33 dimes and 17+10=27 pennies. \n" ); document.write( "But probably a formal algebraic solution is wanted.... \n" ); document.write( "x = # of dimes \n" ); document.write( "60-x = # of pennies \n" ); document.write( "The total value is $3.57 = 357 cents \n" ); document.write( "10x+1(60-x)=357 \n" ); document.write( "10x+60-x=357 \n" ); document.write( "9x=297 \n" ); document.write( "x=33 \n" ); document.write( "ANSWER: x=33 dimes, 60-x=27 pennies \n" ); document.write( " \n" ); document.write( " |