document.write( "Question 314087: One number is 9 more than the another number. the smaller number divided by the larger number equals 2/5. find the values of the two numbers? \n" ); document.write( "
Algebra.Com's Answer #224526 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let one number be x \n" ); document.write( "the other number = x+9 \n" ); document.write( ".. \n" ); document.write( "x /x+9 = 2/5 \n" ); document.write( "5x=2(x+9) \n" ); document.write( "5x=2x+18 \n" ); document.write( "3x=18 \n" ); document.write( "x=6 \n" ); document.write( "the other number = x+9= 15 \n" ); document.write( " \n" ); document.write( " |