document.write( "Question 279321: If you count your dimes and quarters and find you have $15.00. If you have 20 dimes how many quarters do you have? \n" ); document.write( "
Algebra.Com's Answer #203106 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Let \"q\" = number of quarters you have
\n" ); document.write( "\"10%2A20+%2B+25q+=+1500\" (in cents)
\n" ); document.write( "\"200+%2B+25q+=+1500\"
\n" ); document.write( "\"25q+=+1300\"
\n" ); document.write( "\"q+=+52\"
\n" ); document.write( "
\n" );