document.write( "Question 263282: A collection of 20 coins made up of only nickels, dimes and quarters has a total value of $3.35. If the dimes were nickels, the nickels were quarters and the quarters were dimes, the collection of coins would have a total value of $2.75. How many quarters are in the original collection? \n" ); document.write( "
Algebra.Com's Answer #194134 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Let the original number of coins be n, d, q \n" ); document.write( ": \n" ); document.write( "Write an equation for each statement: \n" ); document.write( ": \n" ); document.write( "\"A collection of 20 coins\" \n" ); document.write( "n + d + q = 20 \n" ); document.write( ": \n" ); document.write( "\"made up of only nickels, dimes and quarters has a total value of $3.35.\" \n" ); document.write( ".05n + .10d + .25q = 3.35 \n" ); document.write( ": \n" ); document.write( "\"If the dimes were nickels, the nickels were quarters and the quarters were dimes, the collection of coins would have a total value of $2.75.\" \n" ); document.write( ".25n + .05d + .10q = 2.75 \n" ); document.write( ": \n" ); document.write( "Multiply the above equation by 4, subtract from the 1st equation \n" ); document.write( "1n + 1d + 1q = 20 \n" ); document.write( "1n +.2d +.4q = 11 \n" ); document.write( "---------------------subtraction eliminates n \n" ); document.write( " .8d + .6q = 9 \n" ); document.write( ": \n" ); document.write( "Multiply the 2nd equation by 20, subtract the 1st equation \n" ); document.write( "1n + 2d + 5q = 67 \n" ); document.write( "1n + 1d + 1q = 20 \n" ); document.write( "-----------------------subtraction eliminates n again \n" ); document.write( " d + 4q = 47 \n" ); document.write( ": \n" ); document.write( "Use elimination again on the these two, 2 unknown equations \n" ); document.write( "Multiply the above equation by 4, multiply the 1st by 5, subtract it \n" ); document.write( "4d + 16q + 188, \n" ); document.write( "4d + 3q = 45 \n" ); document.write( "----------------------subtraction eliminates d, find q \n" ); document.write( " 13q = 143 \n" ); document.write( "q = \n" ); document.write( "q = 11 \n" ); document.write( ": \n" ); document.write( " How many quarters are in the original collection? \n" ); document.write( "11 quarters originally \n" ); document.write( " |