document.write( "Question 883450: One number is 6 more than another. The quotient of the smaller divided by the larger is 4/7. What is the sum of the 2 numbers?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #533518 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! One number is 6 more than another. The quotient of the smaller divided by the larger is 4/7. What is the sum of the 2 numbers? \n" ); document.write( "---------------- \n" ); document.write( "Equations: \n" ); document.write( "x - y = 6 \n" ); document.write( "--------- \n" ); document.write( "x/y = 4/7 \n" ); document.write( "------------ \n" ); document.write( "Substitute for \"x\" and solve for \"y\": \n" ); document.write( "(y+6)/y = 4/7 \n" ); document.write( "7y + 42 = 4y \n" ); document.write( "3y = -42 \n" ); document.write( "y = -14 \n" ); document.write( "--------- \n" ); document.write( "Solve for \"x\": \n" ); document.write( "x - y = 6 \n" ); document.write( "x = 6-14 \n" ); document.write( "x = -8 \n" ); document.write( "------------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |