document.write( "Question 827119: A box contains $9.00 in nickels, dimes, and quarters. There are 53 coins in all, and the sum of the numbers of nickels and dimes is 3 less than the number of quarters. How many coins of each kind are there?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #498488 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! --- \n" ); document.write( "x = nickels \n" ); document.write( "y = dimes \n" ); document.write( "z = quarters \n" ); document.write( "--- \n" ); document.write( "5x + 10y + 25z = 900 \n" ); document.write( "x + y + z = 53 \n" ); document.write( "x + y = z - 3 \n" ); document.write( "--- \n" ); document.write( "put the system of linear equations into standard form: \n" ); document.write( "--- \n" ); document.write( "5x + 10y + 25z = 900 \n" ); document.write( "x + y + z = 53 \n" ); document.write( "x + y - z = -3 \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 = 10 \n" ); document.write( "y = dimes = 15 \n" ); document.write( "z = quarters = 28 \n" ); document.write( "--- \n" ); document.write( "system matrix \n" ); document.write( "5 10 25 \n" ); document.write( "1 1 1 \n" ); document.write( "1 1 -1 \n" ); document.write( "--- \n" ); document.write( "inverse of system matrix \n" ); document.write( "-0.2 3.5 -1.5 \n" ); document.write( "0.2 -3 2 \n" ); document.write( "0 0.5 -0.5 \n" ); document.write( "--- \n" ); document.write( "determinant of system matrix = 10 \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( " |