document.write( "Question 781691: On a table there are 20 coins, some quarters and some dimes. There value is $3.05. How many if each coin are there? \n" ); document.write( "
| Algebra.Com's Answer #476052 by stanbon(75887)      You can put this solution on YOUR website! On a table there are 20 coins, some quarters and some dimes. There value is $3.05. How many if each coin are there? \n" ); document.write( "--------- \n" ); document.write( "Quantity Equation: d + q = 20 coins \n" ); document.write( "Value Equation:: 10d+25q = 305 cents \n" ); document.write( "---------------------------------------- \n" ); document.write( "Modify for elimination:: \n" ); document.write( "2d + 2q = 40 \n" ); document.write( "2d + 5q = 61 \n" ); document.write( "-------------- \n" ); document.write( "Subtract and solve for \"q\": \n" ); document.write( "3q = 21 \n" ); document.write( "q = 7 (# of quarters) \n" ); document.write( "----- \n" ); document.write( "d = 20-7 = 13 (# of dimes) \n" ); document.write( "================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============== \n" ); document.write( " |