Find three numbers in continued proportion such that their sum is 14 and sum
of their squares is 84.
__
Substitute xz for y² and ±√xz for y in 3rd and 2nd equations:
__
Solve 1st equation for ±√xy
Square both sides of 1st equation
Get -x²-xz-z² on the left of the 1st equation:
Add the two equations
Divide through by 28
Put that with original equation x+y+z = 14
Subtract the second equation from the first:
y=4, and since x+z=10, z=10-x
Substitute those in the original equation x²+y²+z²=84
x²+y²+z² = 84
x²+4²+(10-x)² = 84
x²+16+100-20x+x² = 84
2x²-20x+116 = 84
2x²-20x+32 = 0
Divide through by 2
x²-10x+16 = 0
(x-8)(x-2) = 0
x-8 = 0; x-2 = 0
x = 8; x = 2
z = 10-x; z = 10-x
z = 10-8; z = 10-2
z = 2; z = 8
So there seems to be two solutions:
(x,y,z) = (8,4,2)
(x,y,z) = (2,4,8)
Checking: 8:4 = 4:2 that checks
2:4 = 4:8 that checks
Actually there is really only 1 solution because
if x:y = y:z, then z:y = y:x and vice-versa.
Edwin