document.write( "Question 115769: In a box, there are 25 coins consisting of quarters, dimes and nickels with a total amount of $2.75. If the nickels were dimes, the dimes were quarters and the quarters were nickels, the total amount would be $3.75. How many quarters are there? \n" ); document.write( "
| Algebra.Com's Answer #84228 by stanbon(75887)      You can put this solution on YOUR website! In a box, there are 25 coins consisting of quarters, dimes and nickels with a total amount of $2.75. \n" ); document.write( "If the nickels were dimes, the dimes were quarters and the quarters were nickels, the total amount would be $3.75. \n" ); document.write( "How many quarters are there? \n" ); document.write( "------------ \n" ); document.write( "Let # be : q=quarter, d=dimes, n=nickels \n" ); document.write( "-------------- \n" ); document.write( "n + d + q = 25 \n" ); document.write( "5n+10d+25q=275 \n" ); document.write( "10n+25d+5q=375 \n" ); document.write( "----------------- \n" ); document.write( "Using a TI-83 Matrix function I get: \n" ); document.write( "n=10 \n" ); document.write( "d=10 \n" ); document.write( "q=5 \n" ); document.write( "---------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |