Answer:
if translated i might be able to help you with the question
Step-by-step explanation:
mark as brainliest

The sign at the end changes because both sides of the equation are being divided by a negative number.
Answer:
Total amount Silas and Raja has at first = $252
Step-by-step explanation:
Let,
Amount Silas had = x
Amount Raja had = y
According to given statement;
x = 3y Eqn 1
x-84 = y+42 Eqn 2
Putting value of x from Eqn 1 in Eqn 2
3y - 84 = y+42
3y-y = 42+84
2y = 126
Dividing both sides by 2

Putting y = 63 in Eqn 1
x = 63(3)
x = 189
Total amount they had = 189 + 63 = $252
Hence,
Total amount Silas and Raja has at first = $252
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