document.write( "Question 1079625: Nikki has a total of 31 coins in a jar of only dimes and quarters. The total value of the dimes and quarters in the jar is $5.50. How many dimes are in the jar? How many quarters? \n" ); document.write( "
Algebra.Com's Answer #693897 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
D+Q=31
\n" ); document.write( "10D+25Q=550
\n" ); document.write( "-10D-10Q=-310
\n" ); document.write( "15Q=-240
\n" ); document.write( "Q=16=$4.00 ANSWER
\n" ); document.write( "D=15=$1.50
\n" ); document.write( "$5.50
\n" ); document.write( "
\n" );