document.write( "Question 1053484: You have 131 coins in nickels dimes and quarters with a combined value of $21.55. There are 10 more quarters than dimes. Write an augmented matrix to represent the situation. \n" ); document.write( "
Algebra.Com's Answer #668795 by MathTherapy(10559)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "You have 131 coins in nickels dimes and quarters with a combined value of $21.55. There are 10 more quarters than dimes. Write an augmented matrix to represent the situation.
\n" ); document.write( "
Let number of nickels, dimes, and quarters be x, y, and z, respectively
\n" ); document.write( "Then we get the following: \"number of coins\" equation: x + y + z = 131
\n" ); document.write( "\"Coin-comparison\" equation: z = y + 10_____y - z = - 10
\n" ); document.write( "\"Money-value\" equation: .05x + .1y + .25z = 21.55
\n" ); document.write( "x + 2y + 5z = 431 -------- Multiplying by 20 to make all coefficients and constant, integers
\n" ); document.write( "This gives us:
\n" ); document.write( "x + y + z = 131 ------- eq (i)
\n" ); document.write( " y - z = - 10 ------- eq (ii)
\n" ); document.write( "x + 2y + 5z = 431 ------- eq (iii)
\n" ); document.write( "We take the coefficients on the variables in each equation, along with their constants to get the following AUGMENTED matrix:
\n" ); document.write( " \n" ); document.write( "
\n" );