SOLUTION: the product of two numbers is six times their sum. the sum of their squares is 325 what are the two numbers?

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: the product of two numbers is six times their sum. the sum of their squares is 325 what are the two numbers?      Log On


   



Question 912068: the product of two numbers is six times their sum. the sum of their squares is 325 what are the two numbers?
Found 2 solutions by CubeyThePenguin, greenestamps:
Answer by CubeyThePenguin(3113) About Me  (Show Source):
You can put this solution on YOUR website!
xy = 6(x + y)
x^2 + y^2 = 325

xy - 6x - 6y = 0
(x - 6)(y - 6) = 36

x - 6 = 1, y - 6 = 36 ---> (x, y) = (7, 42)
x - 6 = 2, y - 6 = 18 ---> (x, y) = (8, 24)
x - 6 = 3, y - 6 = 12 ---> (x, y) = (9, 18)
x - 6 = 4, y - 6 = 9 ---> (x, y) = (10, 15)
x - 6 = 6, y - 6 = 6 ---> (x, y) = (12, 12)
x - 6 = 9, y - 6 = 4 ---> (x, y) = (15, 10)
x - 6 = 12, y - 6 = 3 ---> (x, y) = (18, 9)
x - 6 = 18, y - 6 = 2 ---> (x, y) = (24, 8)
x - 6 = 36, y - 6 = 1 ---> (x, y) = (42, 7)

The pairs that work are (x, y) = (10, 15) and (15, 10).

Answer by greenestamps(13203) About Me  (Show Source):
You can put this solution on YOUR website!


The response from the other tutor shows a solution using a bit of formal algebra and then trial and error.

You can find the solution quickly and easily by looking for pairs of numbers for which the sum of the squares is 325 and the product of the two numbers is 6 times their sum.

On first reading the problem, it took only a few seconds for me to see 325 = 225+100 = 15^2+10^2, and 10*15 = 150 = 6(10+15).

So an informal solution can take a very short amount of time, if you are good with mental arithmetic.

However, there are actually two very different solutions to the problem. The other tutor found one of them (which is undoubtedly the answer the author of the problem intended); but the other is missing from his response.

Following is a path to finding both solutions.

The given information tells us

x%5E2%2By%5E2+=+325
xy+=+6%28x%2By%29

Here is the key to the path I used to the solution: Whenever the information given in a problem involves x%5E2%2By%5E2 and xy, see what can be done with

%28x%2By%29%5E2+=+x%5E2%2B2xy%2By%5E2

We will do that here.


%28x%2By%29%5E2+-+12%28x%2By%29+-325+=+0

View this as a quadratic equation in which the "variable" is x+y and factor:

%28x%2By-25%29%28x%2By%2B13%29+=+0
x%2By+=+25 OR x%2By+-13

Solve each of these together with xy+=+6%28x%2By%29 to find the two solutions to the problem.

(1) if x+y=25, xy = 6(x+y) = 150; then...

xy+=+150
x%2825-x%29+=+150
25x-x%5E2+=+150
x%5E2-25x%2B150+=+0
%28x-15%29%28x-10%29+=+0

The two numbers are 15 and 10.

CHECK:
10^2+15^2 = 100+225 = 325
10(15) = 150; 6(10+15) = 150

(2) if x+y = -13, xy = 6(x+y) = -78; then...

xy+=+-78
x%28-13-x%29+=+-78
-13x-x%5E2+=+-78
x%5E2%2B13x-78+=+0

This one doesn't factor; we need to use the quadratic formula.

x+=+%28-13%2B-sqrt%28169%2B312%29%29%2F2+=+%28-13%2B-sqrt%28481%29%29%2F2

This leads to the two numbers being

a+=+%28-13%2Bsqrt%28481%29%29%2F2 and b+=+%28-13-sqrt%28481%29%29%2F2

CHECK:
ab+=+%28169-481%29%2F4+=+-312%2F4+=+-78
6%28a%2Bb%29+=+6%28-13%29+=+-78