document.write( "Question 884302: A collection of 35 coins consisting of dimes,nickels and quarters has a combined value of $5.15. If there are 5 more quarters than nickels, how many of each type of coin are there? \n" ); document.write( "
Algebra.Com's Answer #534164 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
A collection of 35 coins consisting of dimes,nickels and quarters has a combined value of $5.15. If there are 5 more quarters than nickels, how many of each type of coin are there?
\n" ); document.write( "***
\n" ); document.write( "let x=number of nickels
\n" ); document.write( "x+5=number of quarters
\n" ); document.write( "35-(x+x+5)=30-2x=number of dimes
\n" ); document.write( "..
\n" ); document.write( ".05x+.25(x+5)+.10(30-2x)=5.15
\n" ); document.write( ".05x+.25x+1.25+3-.2x=5.15
\n" ); document.write( "0.10x=90
\n" ); document.write( "x=9
\n" ); document.write( "x+5=14
\n" ); document.write( "30-2x= 12
\n" ); document.write( "number of nickels=9
\n" ); document.write( "number of quarters=14
\n" ); document.write( "=number of dimes=12
\n" ); document.write( "..
\n" ); document.write( "
\n" );