Answer:
Explanation:
A geometric series means that we multiply one number by a common ratio to get the second number. Let's say our first number is x, and our common ratio is y. We can write the first term is x, and to get the second number, we multiply x by our common ratio, y. For example, if 5 was the first number and 2 was the common ratio, the second number would be 5*2 = 10, and the third would be 10 * 2 = 20.
For our question, the first number is x, the second is x*y, and the third is x*y*y = x*y²
The sum of these three terms is 42, so we can say
x + x*y + x*y² = 42
Next, the third term is equal to 3.2 times the sum of the other two. First, we have 3.2 times something. That something is the sum of the other two, so we must prioritize calculating the sum of the first two numbers, and then multiply that by 3.2 to get the third. We can write this as
(x + x*y) * 3.2 = x*y²
factor out x
x * 3.2(1 +y) = x*y²
divide both sides by x
3.2(1+y) = y²
expand
3.2 + 3.2y = y²
subtract (3.2 + 3.2y) from both sides to make this a quadratic equation
y²-3.2y-3.2 = 0
use the quadratic formula to solve for y (note that +- here stands for "plus or minus")
= -0.8 or 4
With these two possibilities, we can try each in our other equation to see what works.
x + x*y + x*y² = 42
for y = -0.8
x + -0.8x + 0.64x = 42
x - 0.16x = 42
0.84x = 42
multiply both sides by 1/0.84 to isolate the x
x=50
This works, with x (the first number) =50, the second number being 50 * -0.8 = -40, and the third being -40 * -0.8 = 32. 50+(-40) = 10, 10*3.2=32, and 50-40+32 = 42
Next, for y=4, we have
x+4x + 16x= 42
21x = 42
divide both sides by 21 to isolate the x
This works as well, with x=2, the second value being 2*4 = 8, and the third value being 8*4 =32. 2+8=10, 10*3.2 = 32, and 2+8+32 = 42