document.write( "Question 354441: A vending machine accepts nickel, dimes and quarters. At the end of the day, there were three more dimes that nickels and four fewer quarters than nickels. if the total value of the coins was $4.10, find the number of each type of coins.
\n" ); document.write( "Will you please show me how to get the answer to the above promblem. Thank you in advance.
\n" ); document.write( "

Algebra.Com's Answer #253294 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
\"three more dimes that nickels\" ___ d = n + 3\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"four fewer quarters than nickels\" ___ q = n - 4\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"total value of the coins was $4.10\" ___ 5n + 10d + 25q = 410\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "substituting ___ 5n + 10(n + 3) + 25(n - 4) = 410 ___ 5n + 10n + 30 + 25n - 100 = 410\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "40n = 480 ___ n = 12\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "d = (12) + 3 = 15\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "q = (12) - 4 = 8
\n" ); document.write( "
\n" );