document.write( "Question 437114: In her purse Anita has 16 coins (nickels,dimes,and quarters), worth $2.05. She has three times as many dimes as nickels. How many of each coin does she have? \n" ); document.write( "
Algebra.Com's Answer #302334 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! With coin problems, you have to keep track of the counts of each coin denomination as well as the value. For example, let d=number of dimes. Then the value of the number of dimes = 10d. Let n=number of nickels, 5n = value of nickels. Similarly, q=number of quarters and 25q=value of the quarters. \n" ); document.write( ". \n" ); document.write( "We're told she has nickels, dimes, and quarters worth $2.05 or 205 cents. \n" ); document.write( "5n + 10d + 25q = 205 \n" ); document.write( ". \n" ); document.write( "We're also told she has 16 coins, so \n" ); document.write( "n + d + q = 16 \n" ); document.write( ". \n" ); document.write( "And we're told she has 3 times as many dimes as nickels: \n" ); document.write( "3n = d \n" ); document.write( "or \n" ); document.write( "d = 3n \n" ); document.write( ". \n" ); document.write( "We can use simultaneous equations. \n" ); document.write( ". \n" ); document.write( "5n + 10d + 25q = 205 \n" ); document.write( "Divide by 5 \n" ); document.write( "n + 2d + 5q = 41 \n" ); document.write( ". \n" ); document.write( "Substitute d = 3n in the equations \n" ); document.write( ". \n" ); document.write( "n + 2(3n) + 5q = 41 \n" ); document.write( "n + 6n + 5q = 41 \n" ); document.write( "7n + 5q = 41 \n" ); document.write( ". \n" ); document.write( "n + 3n + q = 16 \n" ); document.write( "4n + q = 16 \n" ); document.write( ". \n" ); document.write( "So we have two equations with two unknowns. \n" ); document.write( "7n + 5q = 41 \n" ); document.write( "4n + q = 16 \n" ); document.write( ". \n" ); document.write( "Multiply the second equation by 5 \n" ); document.write( "20n + 5q = 80 \n" ); document.write( ". \n" ); document.write( "7n + 5q = 41 \n" ); document.write( "20n + 5q = 80 \n" ); document.write( ". \n" ); document.write( "Subtract the second equation from the first. \n" ); document.write( "-13n = -39 \n" ); document.write( "n = 3 \n" ); document.write( ". \n" ); document.write( "Therefore d = 3n = 9 \n" ); document.write( ". \n" ); document.write( "Therefore q = 16 - 3 -9 = 4 \n" ); document.write( ". \n" ); document.write( "Our tentative answer is: \n" ); document.write( "n = 3 \n" ); document.write( "d = 9 \n" ); document.write( "q = 4 \n" ); document.write( ". \n" ); document.write( "Always check your answer. In this case, we have to use the \"value\" equation since we used the \"count\" equation to figure out how many quarters. \n" ); document.write( "What is the total value? \n" ); document.write( "3*5 = 15 cents \n" ); document.write( "9*10 = 90 cents \n" ); document.write( "4*25 = 100 cents \n" ); document.write( "45 + 90 + 100 = 205 cents \n" ); document.write( "Correct. \n" ); document.write( ". \n" ); document.write( "Answer: She has 3 nickels, 9 dimes, and 4 quarters. \n" ); document.write( ". \n" ); document.write( "Done. \n" ); document.write( " |