SOLUTION: One number is 3 times another. Their product is 3 times their sum. Find the numbers x and y. (Assume x > y.)
Algebra
->
Problems-with-consecutive-odd-even-integers
-> SOLUTION: One number is 3 times another. Their product is 3 times their sum. Find the numbers x and y. (Assume x > y.)
Log On
Word Problems: Problems with consecutive odd even integers
Word
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Problems-with-consecutive-odd-even-integers
Question 807985
:
One number is 3 times another. Their product is 3 times their sum. Find the numbers x and y. (Assume x > y.)
Answer by
CubeyThePenguin(3113)
(
Show Source
):
You can
put this solution on YOUR website!
x = 3y
xy = 3(x + y)
Substitute x = 3y into the second equation.
3y(y) = 3(3y + y)
4y^2 = 3(4y)
4y^2 = 12y
y^2 - 3y = 0
y(y - 3) = 0
(x, y) = (0, 0) or (3, 9)