SOLUTION: Find two positive numbers so that twice their sum equals their product and one number is 9 times the other number. Enter the smaller number first.
Question 348547: Find two positive numbers so that twice their sum equals their product and one number is 9 times the other number. Enter the smaller number first. Answer by mananth(16946) (Show Source):
You can put this solution on YOUR website! 2(x+y) =xy
y=9x
..
plug value of y
2(x+9x)=x*9x
20x=9x^2
9x^2-20x=0
9x(x-20/9)=0
x=20/9
y=20
..