document.write( "Question 56779: A bank contains 30 coins, consisting of nickles, dimes, and quarters. There are twice as many nickles as quarters and the remaining coins are dimes. If the total value of the coins is $3.35, what is the number of each type of coin in the bank? \n" ); document.write( "
Algebra.Com's Answer #38523 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A bank contains 30 coins, consisting of nickles, dimes, and quarters. There are twice as many nickles as quarters and the remaining coins are dimes. If the total value of the coins is $3.35, what is the number of each type of coin in the bank?
\n" ); document.write( "---------------
\n" ); document.write( "Let number of quarters be \"x\": Value of these is 25x cents
\n" ); document.write( "Number of nickels is \"2x\": Value of these is 5(2x)= 10x cents
\n" ); document.write( "Number of dimes is \"30-x-2x\"=30-3x; Value of these is 10(30-3x)=300-30x cents
\n" ); document.write( "----------------
\n" ); document.write( "EQUATION:
\n" ); document.write( "value + value + value = 335 cents
\n" ); document.write( "25x + 10x +300-30x=335
\n" ); document.write( "5x=35
\n" ); document.write( "x=7 (number of quarters)
\n" ); document.write( "2x=14 (number of nickels)
\n" ); document.write( "30-3x=9 (number of dimes)
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );