document.write( "Question 993375: You have 12 coins in quarters and dimes. If your coins total $1.95, how many of each do you have? \n" ); document.write( "
Algebra.Com's Answer #612638 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
You have 12 coins in quarters and dimes. If your coins total $1.95, how many of each do you have?
\n" ); document.write( "---------
\n" ); document.write( "q + d = 12
\n" ); document.write( "25q + 10d = 195
\n" ); document.write( "
\n" );