Hey!
Hope this helps...
~~~~~~~~~~~~~~~~~~~~~~~~~
When looking at this graph we see 2 things:
(1) How they made the graph, looks awful, anyway...
(2) They practically give you the answer...
When finding an answer to a question like this, you want to use a formula (like this):
A = t * p (where A is the amount of people, t is total amount of people, and p is percent of people / 100)...
So... we fill in the givens...
We know t = 400, and (by looking at the graph) we see that p is around 0.10 and 0.15. So for our sake we'll make p = 0.13 (about halfway)...
A = 400 * 0.13
A ~ 52
The answer is: About 52 people bought 20 items...
And because we got 52, and 52 is close to 54...
<em>The Answer: B.) 54</em>
Answer:
B
Step-by-step explanation:
The correct answer is B
GK = 5 and KF = 5
5/5 = 1
HJ = 3
JG = 3
HJ/JG = 1
Answer:
1.) y= 3
2.) y = 3/4 x -3
Step-by-step explanation:
Let x be the angle. The complement is 3x + 10. The sum of two complementary angles is 90. So,
x + 3x + 10 = 90
4x + 10 = 90
4x = 80
x = 20
Plug x into the complement
3(20) + 10 = 70
The angle is 20 degrees and the complement is 70 degrees
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