document.write( "Question 1056607: Shaquan’s bank contains an equal number of nickels, dimes and quarters. The total value is $100. How many of each kind of coin is there?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #671691 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
x=nickels,dimes,quarters
\n" ); document.write( ".05x+.10x+.25x=100.00
\n" ); document.write( "5x+10x+25x=10000
\n" ); document.write( "40x=10000
\n" ); document.write( "4x=1000
\n" ); document.write( "x=250 of each
\n" ); document.write( "That is $12.50 for nickels
\n" ); document.write( "$25 for dimes
\n" ); document.write( "$62.50 for quarters, and they add to $100.
\n" ); document.write( "
\n" );