Answer:
a) "=T.INV(1-0.02,7)"
And we got 
b) "=T.INV(0.85,7)"
And we got 
Step-by-step explanation:
For this case we have a sample size of n=8, so we can find the degrees of freedom like this:

Part a
For this case we need a value who accumulates 0.02 of the area in the right of the t distribution with 7 degrees of freedom so we can use the following excel code:
"=T.INV(1-0.02,7)"
And we got 
Part b
For this case we need a value who accumulates 0.85 of the area in the left of the t distribution with 7 degrees of freedom so we can use the following excel code:
"=T.INV(0.85,7)"
And we got 
Answer:
-0.75
Step-by-step explanation:
Answer:
129 degrees
Step-by-step explanation:
The sum of all the angle of a quadrilateral is always 360 degrees, 51+90+90+129=360
Which sequence is generated by the function f(n + 1) = f(n) – 2 for f(1) = 10? –10, –12, –14, –16, –18, ... –2, 8, 18, 28, 38, .
Vedmedyk [2.9K]
Answer:
D
Step-by-step explanation:
Given
f(n + 1) = f(n) - 2 with f(1) = 10
To generate the sequence substitute values for n into the recursive formula.
f(1) = 10
f(2) = f(1) - 2 = 10 - 2 = 8
f(3) = f(2) - 2 = 8 - 2 = 6
f(4) = f(3) - 2 = 6 - 2 = 4
f(5) = f(4) - 2 = 4 - 2 = 2
The first 5 terms are 10, 8, 6, 4, 2
Answer:
See the attachment
Step-by-step explanation: