document.write( "Question 715752: I have some quarters, some nickels and some dimes in my pocket. There are 14 coins total. There is one more nickel than dime. The coins total $1.55. How many quarters are there in my pocket? \n" ); document.write( "
Algebra.Com's Answer #439568 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! I have some quarters, some nickels and some dimes in my pocket. There are 14 coins total. There is one more nickel than dime. The coins total $1.55. How many quarters are there in my pocket? \n" ); document.write( "----------------------- \n" ); document.write( "Equations: \n" ); document.write( "n + d + q = 14 \n" ); document.write( "5n+10d+25q = 155 \n" ); document.write( "n = d + 1 \n" ); document.write( "------- \n" ); document.write( "Rearrange and modify: \n" ); document.write( "n + d + q = 14 \n" ); document.write( "n - d + 0 = 1 \n" ); document.write( "n + 2d + 5q = 31 \n" ); document.write( "------------ \n" ); document.write( "I used the matrix function on my TI-84 to get: \n" ); document.write( "n = 6 \n" ); document.write( "d = 5 \n" ); document.write( "q = 3 (# of quarters) \n" ); document.write( "============= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |