document.write( "Question 1162245: Kelly has a collection of nickels, dimes, and quarters with a total value of $6.10. There are four more nickels than dimes and twice as many quarters as nickels. How many of each coin is in her collection? \n" ); document.write( "
Algebra.Com's Answer #786000 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Take the time to set up the problem using a single variable. Blindly plunging into solving the problem using three variables will make more work for you. \n" ); document.write( "The given information compares nickels to dimes and quarters to nickels. That is a clue that almost certainly it will be easiest to set up the problem using the number of nickels as the variable. \n" ); document.write( "x = number of nickels \n" ); document.write( "x-4 = number of dimes [the number of nickels is 4 more than the number of dimes] \n" ); document.write( "2x = number of quarters [there are twice as many quarters as nickels] \n" ); document.write( "The total value is $6.10, or 610 cents: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "ANSWER: \n" ); document.write( "nickels: x = 10 \n" ); document.write( "dimes: x-4 = 6 \n" ); document.write( "quarters: 2x = 20 \n" ); document.write( "CHECK: \n" ); document.write( "10(5)+6(10)+20(25) = 50+60+500 = 610 \n" ); document.write( "Solving problems like this using mental arithmetic and logical reasoning can be good mental exercise. It might go something like this: \n" ); document.write( "Loan Kelly 4 more dimes, so that the numbers of nickels and dimes are the same. The total value is now 610+40 = 650. \n" ); document.write( "The coins now consist of a number of nickels, an equal number of dimes, and twice that many quarters. A group of one nickel, one dime, and two quarters together has a value of 65 cents. \n" ); document.write( "Since the new total value of the coins is 650 cents, that must mean there are 10 of those groups -- making 10 nickels, 10 dimes, and 20 quarters. \n" ); document.write( "Now have Kelly give you back the 4 dimes you loaned her, to find that the coins she has are 10 nickels, 6 dimes, and 20 quarters. \n" ); document.write( " \n" ); document.write( " |