SOLUTION: The sum of the square of two number is 65 and the square of their sum is 121. Find the numbers please show workings

Algebra ->  College  -> Linear Algebra -> SOLUTION: The sum of the square of two number is 65 and the square of their sum is 121. Find the numbers please show workings      Log On


   



Question 1105525: The sum of the square of two number is 65 and the square of their sum is 121. Find the numbers
please show workings

Found 3 solutions by Alan3354, rothauserc, math_helper:
Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
The sum of the square of two number is 65 and the square of their sum is 121. Find the numbers
--------------
Hint:
the square of their sum is 121 --> sum = 11 or -11

Answer by rothauserc(4718) About Me  (Show Source):
You can put this solution on YOUR website!
1) x^2 + y^ 2 = 65
:
2) (x + y)^2 = 121
:
using equation 2, square the left side of =
:
3) x^2 + 2xy +y^2 = 121
:
use equation 1 and substitute for x^2 + y^2 in equation 3
:
2xy + 65 = 121
:
2xy = 56
:
xy = 28
:
x = 28/y
:
substitute for x in equation 1
:
28^2/y^2 + y^2 = 65
:
784 + y^4 = 65y^2
:
let u = y^2, then
:
u^2 -65u +784 = 0
:
(u-16) * (u-49) = 0
:
u = 16 or u = 49
:
Note that u = y^2, so y = 4,-4 or 7,-7
:
****************************************
the numbers are 4 and 7 or -4 and -7
****************************************
:

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

+a%5E2+%2B+b%5E2+=+65+ (1)
+%28a%2Bb%29%5E2+=+121+ (2)
——
(2) —> +%28a%2Bb%29+=+11+ —> +a+=+11+-+b+
Substitute "11 - b" for "a" in (1):
+%2811-b%29%5E2+%2B+b%5E2+=+65+
++121+-+22b+%2B+b%5E2+%2B+b%5E2+=+65+
+2b%5E2+-22b+%2B56+=+0+
+b%5E2+-+11b+%2B+28+=+0+
++%28b-7%29%28b-4%29+=+0+
+b=4+ or +b=7+
b=4 —> a=7
Check:
7%5E2+%2B+4%5E2++=+49%2B16+=+65+ (ok)
+%284%2B7%29%5E2+=+11%5E2+=+121+ (ok)
b=7 —> a=4 (this is the same as above, the numbers are merely swapped)

===
(2) also —> (a+b) = -11 —> a = -11 - b
Substitute "-11 - b" for "a" in (1):
+%28-11-b%29%5E2+%2B+b%5E2+=+65+
++121+%2B+22b+%2B+b%5E2+%2B+b%5E2+=+65+
+2b%5E2+%2B22b+%2B56+=+0+
+b%5E2+%2B11b+%2B+28+=+0+
++%28b%2B7%29%28b%2B4%29+=+0+
+b=-4+ or +b=-7+
b=-4 —> a=-11-(-4) = -7

Check:
+%28-7%29%5E2+%2B+%28-4%29%5E2+=+49%2B16+=+65+ (ok)
++%28-4-7%29%5E2+=+%28-11%29%5E2++=+121++ (ok)
================
Answer (two solutions):
(4 and 7) and
(-4 and -7)
================