document.write( "Question 600412: A man has 28 coins in his pocket, all of which are dimes and quarters. If the total value of his change is 445 cents, how many dimes and how many quarters does he have? \r
\n" ); document.write( "\n" ); document.write( "number of dimes equals
\n" ); document.write( "number of quarters equals
\n" ); document.write( "

Algebra.Com's Answer #379354 by htmentor(1343)\"\" \"About 
You can put this solution on YOUR website!
Let Q = the number of quarter
\n" ); document.write( "Then the number of dimes = 28 - Q
\n" ); document.write( "The total amount of money is 445:
\n" ); document.write( "10(28-Q) + 25Q = 445
\n" ); document.write( "15Q = 165
\n" ); document.write( "Q = 11
\n" ); document.write( "So the number of quarters is 11, the number of dimes is 17
\n" ); document.write( "
\n" );