document.write( "Question 575755: The total value of the quarters and dimes in a coin bank is $5.20. If the quarters were dimes and dimes were quarters, the total value of the coins would be $4.60. How many quarters are in the bank? \n" ); document.write( "
Algebra.Com's Answer #369604 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
The total value of the quarters and dimes in a coin bank is $5.20. If the quarters were dimes and dimes were quarters, the total value of the coins would be $4.60. How many quarters are in the bank?
\n" ); document.write( "**
\n" ); document.write( "let x=number of quarters
\n" ); document.write( "let y= number of dimes
\n" ); document.write( "..
\n" ); document.write( ".25x+.10y=5.20
\n" ); document.write( ".10x+.25y=4.60
\n" ); document.write( "..
\n" ); document.write( "25x+10y=520
\n" ); document.write( "10x+25y=460
\n" ); document.write( "..
\n" ); document.write( "50x+20y=1040
\n" ); document.write( "50x+125y=2300
\n" ); document.write( "105y=1260
\n" ); document.write( "y=12
\n" ); document.write( "25x=520-10y=520-120=400
\n" ); document.write( "x=400/25=16
\n" ); document.write( "ans:
\n" ); document.write( "Number of quarters in the bank=16
\n" ); document.write( "
\n" );