document.write( "Question 160600: Sam found a number of nickels, dimes and quarters. He found 3 more dimes than nickels but twice as many quarter as dimes. The total value of the coins was $5.05. How many coins of each type did Sam find? \n" ); document.write( "
Algebra.Com's Answer #118456 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
Sam found a number of nickels, dimes and quarters. He found 3 more dimes than
\n" ); document.write( " nickels but twice as many quarter as dimes. The total value of the coins was
\n" ); document.write( " $5.05. How many coins of each type did Sam find?
\n" ); document.write( ";
\n" ); document.write( "Let:
\n" ); document.write( "n = no. of nickels
\n" ); document.write( "d = no. of dime
\n" ); document.write( "q = no. of quarters
\n" ); document.write( ":
\n" ); document.write( "Write an equation for each statement:
\n" ); document.write( ";
\n" ); document.write( "\"He found 3 more dimes than nickels\"
\n" ); document.write( "d = 3+n
\n" ); document.write( "or
\n" ); document.write( "n = (d-3)
\n" ); document.write( ":
\n" ); document.write( "\" but twice as many quarter as dimes.\"
\n" ); document.write( "q = 2d
\n" ); document.write( ":
\n" ); document.write( "\"The total value of the coins was $5.05.\"
\n" ); document.write( ".05n + 10d + .25q = 5.05
\n" ); document.write( ":
\n" ); document.write( " How many coins of each type did Sam find?
\n" ); document.write( ":
\n" ); document.write( "Substitute for q and n in the total$ equation
\n" ); document.write( ".05(d-3) + .10d + .25(2d) = 5.05
\n" ); document.write( ".05d - .15 + .10d + .50d = 5.05
\n" ); document.write( ".05d + .10d + .50d = 5.05 + .15
\n" ); document.write( ".65d = 5.20
\n" ); document.write( "d = \"5.20%2F.65\"
\n" ); document.write( "d = 8 dimes
\n" ); document.write( "then
\n" ); document.write( "n = 8 - 3
\n" ); document.write( "n = 5 nickels
\n" ); document.write( "and
\n" ); document.write( "q = 2*8
\n" ); document.write( "q = 16 quarter
\n" ); document.write( ":
\n" ); document.write( "8 + 5 + 16 = 29 coins total
\n" ); document.write( ";
\n" ); document.write( ":
\n" ); document.write( "Check solution in the total$ equation
\n" ); document.write( ".05(5) + .10(8) + .25(16) =
\n" ); document.write( ".25 + .80 + 4.00 = 5.05; confirms our solutions
\n" ); document.write( "
\n" );