document.write( "Question 1055022: Alex has four times as many quarters as nickels and five more dimes than nickels in his coin bank. If he has $12.00 in nickels, dimes and quarters in the coin bank, how many of each coin does he have ? \n" ); document.write( "
Algebra.Com's Answer #670227 by addingup(3677)\"\" \"About 
You can put this solution on YOUR website!
q = 4n
\n" ); document.write( "d = n+5
\n" ); document.write( "-------------------
\n" ); document.write( "0.05n+0.10d+0.25q = 12 substitute for d and q
\n" ); document.write( "0.05n+0.10(n+5)+0.25(4n) = 12
\n" ); document.write( "0.05n+0.10n+0.50+1n = 12
\n" ); document.write( "1.15n = 11.50
\n" ); document.write( "n = 10 he has 10 nickels
\n" ); document.write( "And:
\n" ); document.write( "q = 4n = 10(4) = 40 quarters
\n" ); document.write( "d = n+5 = 10+5 = 15 dimes
\n" ); document.write( "-------------------
\n" ); document.write( "Check:
\n" ); document.write( "10n = 0.05*10 = 0.50
\n" ); document.write( "15d = 0.10*15 = 1.50
\n" ); document.write( "40q = 0.25*40 = 10
\n" ); document.write( "Total . . . . . 12.00 Correct
\n" ); document.write( "
\n" ); document.write( "
\n" );