document.write( "Question 1072615: Miguel's coin collection consists of dimes and quarters. If he has 53 coins that are worth $7.85, how many of each type of coin does he have? \n" ); document.write( "
Algebra.Com's Answer #687566 by jorel1380(3719)\"\" \"About 
You can put this solution on YOUR website!
Let d be the amount of dimes in the collection; and q be the amount of quarters. Then:
\n" ); document.write( "d+q=53
\n" ); document.write( "d=53-q
\n" ); document.write( "So:
\n" ); document.write( "25q+10(53-q)=785
\n" ); document.write( "15q+530=785
\n" ); document.write( "15q=255
\n" ); document.write( "q=17
\n" ); document.write( "d=36
\n" ); document.write( "There are 17 quarters and 36 dimes in the collection. ☺☺☺☺
\n" ); document.write( "
\n" );