document.write( "Question 1128868: Travis has a total of 33 coins consisting of nickels and quarters. The total value of the coins is $4.25. How many of each type of coin does he have? \n" ); document.write( "
Algebra.Com's Answer #745378 by addingup(3677)![]() ![]() You can put this solution on YOUR website! nickels: n \n" ); document.write( "quarters: q \n" ); document.write( "^^^ \n" ); document.write( "n+q = 33 and therefore n = 33-q \n" ); document.write( "0.05n + 0.25q = 4.25 substitute for n: \n" ); document.write( "0.05(33-q) + 0.25q = 4.25 \n" ); document.write( "1.65 - 0.05q + 0.25q = 4.25 \n" ); document.write( "0.20q = 2.60 \n" ); document.write( "q = 13 \n" ); document.write( "So Travis has 13 quarters and 33-13=20 nickels \n" ); document.write( " \n" ); document.write( " |