document.write( "Question 924493: [A number has a ones digit that is half the tens digit. The tens digit is a 8. The hundreds digit is twice the ones digit. The thousands digit is 1 lees then the tens digit. What is the number?] \n" ); document.write( "
Algebra.Com's Answer #560869 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! x = ones \n" ); document.write( "y = tens \n" ); document.write( "z = hundreds \n" ); document.write( "u = thousands \n" ); document.write( "--- \n" ); document.write( "x = y/2 \n" ); document.write( "y = 8 \n" ); document.write( "z = 2x \n" ); document.write( "u = y - 1 \n" ); document.write( "--- \n" ); document.write( "put the system of linear equations into standard form \n" ); document.write( "--- \n" ); document.write( "2x - y = 0 \n" ); document.write( "y = 8 \n" ); document.write( "2x - z = 0 \n" ); document.write( "y - u = 1 \n" ); document.write( "--- \n" ); document.write( "copy and paste the above standard form linear equations in to this 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 = 4 \n" ); document.write( "y = 8 \n" ); document.write( "z = 8 \n" ); document.write( "u = 7 \n" ); document.write( "the number = 7884 \n" ); document.write( "--- \n" ); document.write( "by substitution: \n" ); document.write( "--- \n" ); document.write( "y = 8 \n" ); document.write( "x = y/2 \n" ); document.write( "x = 4 \n" ); document.write( "z = 2x \n" ); document.write( "z = 8 \n" ); document.write( "u = y - 1 \n" ); document.write( "u = 7 \n" ); document.write( "--- \n" ); document.write( "solution: \n" ); document.write( "x = 4 \n" ); document.write( "y = 8 \n" ); document.write( "z = 8 \n" ); document.write( "u = 7 \n" ); document.write( "the number = 7884 \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( " |