Answer: f
(
m
)
=
7
m
6
+
7
6
Step-by-step explanation:
This cannot be solved unless you provide the picture for further answering.
The following list gives the number of public libraries in each of 11 cities. 7, 11, 8, 7, 8, 7, 8, 11, 8, 10, 7 Find the modes
AlladinOne [14]
Answer:
The mode are: 7, 8
Step-by-step explanation:
Given

Required
Determine the mode
We start by arranging the given data in ascending order
The ordered data are:

From the above data.
7 has a frequency of 4
8 has a frequency of 4
10 has a frequency of 1
11 has a frequency of 2
The data with the highest frequency is the mode.
We can see that 7 and 8 both have frequencies of 4
<em>Hence, the mode are: 7, 8</em>
You can substitute what y is into the second equation, so:
3x + 4(2x + 1) = 26
3x + 8x + 4 = 26
11x + 4 = 26
- 4
11x = 22
÷ 11
x = 2
y = (2 × 2) + 1
y = 5 + 1
y = 5
So you get x as 2 and y as 5, I hope this 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