document.write( "Question 808315: Two numbers are such that the greater number is 4 less than twice the smaller number. If the greater number is exactly 3 times the difference between the numbers, find the numbers. \n" ); document.write( "
Algebra.Com's Answer #486970 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! g = 2s - 4 \n" ); document.write( "g = 3(g - s) \n" ); document.write( "--- \n" ); document.write( "s = (g + 4)/2 \n" ); document.write( "g = 3(g - s) \n" ); document.write( "g = 3g - 3s \n" ); document.write( "3s = 2g \n" ); document.write( "s = (2/3)g \n" ); document.write( "(g + 4)/2 = (2/3)g \n" ); document.write( "(1/2)g + 2 = (2/3)g \n" ); document.write( "(3/6)g + 2 = (4/6)g \n" ); document.write( "2 = (1/6)g \n" ); document.write( "g = 12 \n" ); document.write( "--- \n" ); document.write( "Answer: \n" ); document.write( "g = 12 \n" ); document.write( "s = 8 \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( " |