document.write( "Question 199219: A jar contains a total of 85 coins, all of which are either DIMES OR QUARTERS. If the coins together are worth $15.40, how many of each type of coin are in the jar?\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Please help -- can't figure this one out.\r
\n" ); document.write( "\n" ); document.write( "Thank you!
\n" ); document.write( "

Algebra.Com's Answer #149690 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
A jar contains a total of 85 coins, all of which are either DIMES OR QUARTERS. If the coins together are worth $15.40, how many of each type of coin are in the jar?
\n" ); document.write( "-----------------
\n" ); document.write( "D + Q = 85 (# of coins)
\n" ); document.write( "10D + 25Q = 1540 (value of coins)
\n" ); document.write( "D = 85-Q
\n" ); document.write( "Sub for D
\n" ); document.write( "10*(85-Q) + 25Q = 1540
\n" ); document.write( "850-10Q + 25Q = 1540
\n" ); document.write( "15Q = 690
\n" ); document.write( "Q = 46
\n" ); document.write( "D = 39
\n" ); document.write( "
\n" ); document.write( "
\n" );