document.write( "Question 825433: The sum of the digits of a two-digit number is 7. With the digits reversed the number is 5 times the tens digit of the original number. Find the original number. \n" ); document.write( "
Algebra.Com's Answer #497276 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! --- \n" ); document.write( "x = ones digit \n" ); document.write( "y = tens digit \n" ); document.write( "--- \n" ); document.write( "x + y = 7 \n" ); document.write( "10x + y = 5y \n" ); document.write( "--- \n" ); document.write( "put the system of linear equations into standard form \n" ); document.write( "--- \n" ); document.write( "x + y = 7 \n" ); document.write( "10x - 4y = 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 = 2 \n" ); document.write( "y = 5 \n" ); document.write( "--- \n" ); document.write( "system matrix \n" ); document.write( "1 1 \n" ); document.write( "10 -4 \n" ); document.write( "--- \n" ); document.write( "inverse of system matrix \n" ); document.write( "0.28571429 0.071428571 \n" ); document.write( "0.71428571 -0.071428571 \n" ); document.write( "--- \n" ); document.write( "determinant of system matrix = -14 \n" ); document.write( "--- \n" ); document.write( "answer: \n" ); document.write( "the original number is: 52 \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 4-equations 4-variables: \n" ); document.write( "https://sooeet.com/math/system-of-linear-equations-solver.php \n" ); document.write( " |