document.write( "Question 381318: how many dimes and quarters make $3.85 \n" ); document.write( "
Algebra.Com's Answer #270473 by richard1234(7193)\"\" \"About 
You can put this solution on YOUR website!
There are multiple ordered pairs of quarters and dimes (q, d) that satisfy. We want the amount of money from the quarters to be an odd multiple of 25 (i.e. something ending in .25 or .75) so that the amount from the dimes is a multiple of 10. Therefore we have\r
\n" ); document.write( "\n" ); document.write( "25q = 375, 10d = 10 --> 15 quarters, 1 dime
\n" ); document.write( "25q = 325, 10d = 60 --> 13 quarters, 6 dimes\r
\n" ); document.write( "\n" ); document.write( "Repeating this algorithm, we obtain (q, d) = (15, 1), (13, 6), (11, 11), (9, 16), (7, 21), (5, 26), (3, 31), (1, 36).
\n" ); document.write( "
\n" );