document.write( "Question 829677: The number of nickels in a coin box is 8 more than the number of quarters and the number of dimes is 3 times the number of nickels. Find the number of each kind of coin if their total value is $7.00 \n" ); document.write( "
Algebra.Com's Answer #500013 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! --- \n" ); document.write( "5x + 10y + 25z = 700 \n" ); document.write( "x = z + 8 \n" ); document.write( "y = 3x \n" ); document.write( "--- \n" ); document.write( "put the system of linear equations into standard form: \n" ); document.write( "--- \n" ); document.write( "5x + 10y + 25z = 700 \n" ); document.write( "x - z = 8 \n" ); document.write( "3x - y = 0 \n" ); document.write( "--- \n" ); document.write( "copy and paste the above linear system in standard form into this matrix-method solver: \n" ); document.write( "https://sooeet.com/math/system-of-linear-equations-solver.php \n" ); document.write( "--- \n" ); document.write( "solution: \n" ); document.write( "x = nickels = 15 \n" ); document.write( "y = dimes = 45 \n" ); document.write( "z = quarters = 7 \n" ); document.write( "--- \n" ); document.write( "system matrix \n" ); document.write( "5 10 25 \n" ); document.write( "1 0 -1 \n" ); document.write( "3 -1 0 \n" ); document.write( "--- \n" ); document.write( "inverse of system matrix \n" ); document.write( "0.016666667 0.41666667 0.16666667 \n" ); document.write( "0.05 1.25 -0.5 \n" ); document.write( "0.016666667 -0.58333333 0.16666667 \n" ); document.write( "--- \n" ); document.write( "determinant of system matrix = -60 \n" ); document.write( "--- \n" ); document.write( "Solve and graph linear equations: \n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve quadratic equations, quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve systems of linear equations up to 6-equations 6-variables: \n" ); document.write( "https://sooeet.com/math/system-of-linear-equations-solver.php \n" ); document.write( " |