document.write( "Question 809674: A parking meter takes only dimes and quarters. At the end of the day, the meter held $6.25 and contained a total of 46 coins. What was the number of dimes and quarters? \n" ); document.write( "
Algebra.Com's Answer #487706 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
d+q=46,
\n" ); document.write( "25q+10d=625
\n" ); document.write( "d = 35, q = 11
\n" ); document.write( "
\n" );