document.write( "Question 105494: a collection of 50 coins is worth $5.20. There are 12 more nickels than dimes, and the rest of the coins are quarters. How many coins of each type are in the collection? Thank you \n" ); document.write( "
Algebra.Com's Answer #76801 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
let x=dimes, so x+12=nickels and 50-(2x+12)=quarters ... working in cents avoids problems with decimal points\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "10(x)+5(x+12)+25(38-2x)=520 ... 10x+5x+60+950-50x=520 ... -35x=-490 ... x=14\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x+12=26\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "50-(2x+12)=10
\n" ); document.write( "
\n" );