document.write( "Question 810882: One number is three fourths of another number. Their difference is seven. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #488532 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! n = (3/4)m \n" ); document.write( "m - n = 7 \n" ); document.write( "m = 7 + n \n" ); document.write( "--- \n" ); document.write( "n = (3/4)m \n" ); document.write( "n = (3/4)(7 + n) \n" ); document.write( "(4/3)n = 7 + n \n" ); document.write( "(4/3)n - (3/3)n = 7 \n" ); document.write( "(1/3)n = 7 \n" ); document.write( "--- \n" ); document.write( "n = 21 \n" ); document.write( "m = 28 \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( "Convert fractions, decimals, and percents: \n" ); document.write( "https://sooeet.com/math/fraction-decimal-percent.php \n" ); document.write( "--- \n" ); document.write( "Calculate and graph the linear regression of any data set: \n" ); document.write( "https://sooeet.com/math/linear-regression.php \n" ); document.write( " |