Do distributed property
7/3+3(2/3-1/3)^2
7/3+3×(2/3-1/3)^2
7/3+3×(1/3)^2
7/3×3×1/9
7/3×1/3
7+1/3
8/3 or 2 and 2/3 or 2.66667
Answer:
819
Step-by-step explanation:
Givens
Formula
Sum = a(1 - r^n) / ( 1 - r)
Sum = -1(1 - (-4)^6 / (1 - -4)
Sum = -1 (1 - 4096) / 5
Sum = -1 (- 4095 ) / 5
Sum = 819
Answer:
4 eggs per hen
Step-by-step explanation:
You would need to divide the total number of eggs by the number of hens to see how many each one would produce:
Thus, 64/16 = 4
That gets you 4 eggs per hen!
Represent Age of Time Traveler =========> X
Solve:
x = 3(x - 20 )
Step 1: Simplify Both sides of equation:
x = 3(x - 20 )
x = (3) (x) + (3) ( - 20 ) (Distribute ):
x = 3x + - 60
x = 3x - 60
Step 2: Subtract 3x from both sides:
x - 3x = 3x - 60 - 3x
- 2x = - 60
Step 3: Divide both sides by -2:
- 2x / - 2 = - 60 / - 2
x = 30
Answer: Our Time Traveler is 30 years old.
Hope that helps : )
Answer:
Σ(-1)^kx^k for k = 0 to n
Step-by-step explanation:
The nth Maclaurin polynomials for f to be
Pn(x) = f(0) + f'(0)x + f''(0)x²/2! + f"'(0)x³/3! +. ......
The given function is.
f(x) = 1/(1+x)
Differentiate four times with respect to x
f(x) = 1/(1+x)
f'(x) = -1/(1+x)²
f''(x) = 2/(1+x)³
f'''(x) = -6/(1+x)⁴
f''''(x) = 24/(1+x)^5
To calculate with a coefficient of 1
f(0) = 1
f'(0) = -1
f''(0) = 2
f'''(0) = -6
f''''(0) = 24
Findinf Pn(x) for n = 0 to 4.
Po(x) = 1
P1(x) = 1 - x
P2(x) = 1 - x + x²
P3(x) = 1 - x+ x² - x³
P4(x) = 1 - x+ x² - x³+ x⁴
Hence, the nth Maclaurin polynomials is
1 - x+ x² - x³+ x⁴ +.......+(-1)^nx^n
= Σ(-1)^kx^k for k = 0 to n