document.write( "Question 629622:  Jennie has a jar of 54 coins consisting of dimes and quarters. If she has a total of $11.10, how many dimes does she have?
\n" );
document.write( " \n" );
document.write( "
| Algebra.Com's Answer #396365 by richwmiller(17219)     You can put this solution on YOUR website! d+q=54; \n" ); document.write( "10d+25q=1110 \n" ); document.write( "d=16 \n" ); document.write( "q=38 \n" ); document.write( " |