document.write( "Question 443746: A coin collection consists of 14 coins with a total value of $1.35. The coins are nickels,dimes,and quarters. If the number of nickles is three less than twice the number of dimes,how many of each coin is there in the collection? \n" ); document.write( "
Algebra.Com's Answer #306156 by rwm(914)\"\" \"About 
You can put this solution on YOUR website!
n+d+q=14
\n" ); document.write( "5n+10d+25q=135
\n" ); document.write( "n=2d-3
\n" ); document.write( "
\n" ); document.write( "
\n" );