document.write( "Question 800146: One number is 10 more than another number. The quotient of the larger divided by the smaller is 6. \n" ); document.write( "
Algebra.Com's Answer #482940 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! One number = x \n" ); document.write( "Other number = x + 10 \n" ); document.write( "(x + 10)/x = 6 \n" ); document.write( "Cross multiply \n" ); document.write( "6x = x + 10 \n" ); document.write( "6x - x = 10 \n" ); document.write( "5x = 10 \n" ); document.write( "x = 2 \n" ); document.write( "One number = 2 \n" ); document.write( "Other number = 12 \n" ); document.write( "Hope this helps. \n" ); document.write( ";-) \n" ); document.write( " |