document.write( "Question 1113005: conrad has a collection of three types of coins: nickels, dimes, and quarters. there is an equal amount of nickels and quarters but three times as many dimes. if the entire collection is worth $9.60, how many nickels,dimes,and quarters are there? \n" ); document.write( "
Algebra.Com's Answer #728044 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
nickels and quarters are each x
\n" ); document.write( "dimes are 3x
\n" ); document.write( ".05x+.10(3x)+.25x=9.60
\n" ); document.write( ".60x=9.60
\n" ); document.write( "x=16 nickels and 16 quarters ($4.80)
\n" ); document.write( "3x=48 dimes ($4.80)
\n" ); document.write( "
\n" );