document.write( "Question 1205719: Katie has a collection of nickels, dimes and quarters with a total value of $6.80. There are 5 more dimes than nickels and 6 more quarters than nickels, how many of each coin does she have? \n" ); document.write( "
Algebra.Com's Answer #842789 by MathTherapy(10552)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "Katie has a collection of nickels, dimes and quarters with a total value of $6.80. There are 5 more dimes than nickels and 6 more quarters than nickels, how many of each coin does she have?\r\n" ); document.write( "\r\n" ); document.write( "Let number of nickels be N\r\n" ); document.write( "Then, number of dimes and quarters = N + 5, and N + 6, respectively\r\n" ); document.write( "\r\n" ); document.write( "Value of nickels: .05N\r\n" ); document.write( "Value of dimes: .1(N + 5) = .1N + .5\r\n" ); document.write( "Value of quarters:.25(N + 6) = .25N + 1.5 \r\n" ); document.write( "\r\n" ); document.write( "As total value is 6.80, we get: .05N + .1N + .5 + .25N + 1.5 = 6.8\r\n" ); document.write( " .4N + 2 = 6.8\r\n" ); document.write( " .4N = 4.8\r\n" ); document.write( " Number of nickels, or\n" ); document.write( " |