document.write( "Question 1132844: The total value of quarters and dimes in a coin bank is $6.90.
\n" );
document.write( "If the quarters were dimes and the dimes were quarters the total value of the coins would be $7.80.\r
\n" );
document.write( "\n" );
document.write( "a) set up a system of equations to represent the situation.
\n" );
document.write( "b) find the number of quarters in the bank. \n" );
document.write( "
Algebra.Com's Answer #749985 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! The total value of quarters and dimes in a coin bank is $6.90. \n" ); document.write( "If the quarters were dimes and the dimes were quarters the total value of the coins would be $7.80. \n" ); document.write( "------------------------ \n" ); document.write( "25q + 10d = 690 \n" ); document.write( "--------- \n" ); document.write( "Each swap of a dime for a quarter adds 15 cents. \n" ); document.write( "780 - 690 = 90 \n" ); document.write( "90/15 = 6 swaps, which is the difference between the # of d's and q's \n" ); document.write( "Since the total increases, d > q \n" ); document.write( "---- \n" ); document.write( "d - q = 6 \n" ); document.write( "--- \n" ); document.write( "10d + 25q = 690 --> 5q + 2d = 138 \n" ); document.write( "2d + 5q = 138 \n" ); document.write( "2d - 2q = 12 \n" ); document.write( "-------------------- Subtract \n" ); document.write( "7q = 126 \n" ); document.write( "q = 18 quarters \n" ); document.write( "d = 24 dimes \n" ); document.write( " |