X = 3
and
formula -
(y-y1)/(x-x1) = (y2-y1)/(x2-x1)
(x1,y1) = (4,1)
(x2,y2) =( 5,3)
(y-1)/(x-4) = (3-1)/(5-4)
y-1/x-4 = 2/1
y-1 = 2x - 8
y = 2x - 7
the solution will be x= 3 and y = -1
8 hours is twice as many as 4:
Multiply the number of windows in 4 hours by 2:
32 x 2 = 64 windows in 8 hours
To effectively determine the correct answer, it would be helpful to write this into an algebraic expression. We let x as the number. We do as follows:
<span>Four times the square of a certain number increased by 6 times the number equals 108.
4x^2 + 6x = 108
The numbers can be either of the following since the equation generated was a quadratic equation which has two roots.
x = 4.5
x = -6 </span>
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