document.write( "Question 23736: Sue counted her money and found that her 25 coins which were nickels, dimes, and quarters were worth $3.20. The number of dimes exceeded the number of nickels by 4. How many coins of each kind did she have? \n" ); document.write( "
Algebra.Com's Answer #12518 by rapaljer(4671)\"\" \"About 
You can put this solution on YOUR website!
Let x = no of nickels
\n" ); document.write( "x+4 = no of dimes\r
\n" ); document.write( "\n" ); document.write( "The total of the nickels and dimes is 2x + 4, and the total number of coins is 25. Therefore the number of quarters is actually 25 - (total of nickels and dimes).\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "25-(2x+4) = no of quarters
\n" ); document.write( "25 - 2x - 4 = no quarters
\n" ); document.write( "21 - 2x = no quarters\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Values of the coins (in cents) is the value of each coin (in cents) times the number of coins:
\n" ); document.write( "5*x = value of nickels
\n" ); document.write( "10*(x+4)= value of dimes
\n" ); document.write( "25*(21-2x) = value of quarters\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Equation is the total value of the coins in CENTS = 320:\r
\n" ); document.write( "\n" ); document.write( "5x + 10(x+4) + 25(21-2x) = 320
\n" ); document.write( "5x + 10x + 40 + 525 - 50x = 320
\n" ); document.write( "-35x + 565 = 320\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Subtract 565 from each side:\r
\n" ); document.write( "\n" ); document.write( "-35x + 565 - 565 = 320-565
\n" ); document.write( "-35x = -245\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Divide both sides by -35 and hope it comes out even!!
\n" ); document.write( "\"-35x+=+-245\"
\n" ); document.write( "\"%28-35x%29%2F-35+=+-245-35+\"
\n" ); document.write( "\"x=+7\" Nickels
\n" ); document.write( "\"x%2B4+=+11\" Dimes
\n" ); document.write( "\"21-2x+=+7+\" Quarters\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Check the Values:
\n" ); document.write( "x = 7 Nickels = $0.35
\n" ); document.write( "x+4 = 11 Dimes= $1.10
\n" ); document.write( "21-2x = 7 Quarters = 1.75
\n" ); document.write( "TOTAL Value of coins = $3.20
\n" ); document.write( "It checks!!\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "R^2 at SCC\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );