Answer:
Unusual
Step-by-step explanation:
we know that
The z-score is a measure of how close the given data point is to the mean of the values given with the standard deviation
so
if its z-score is greater than or equal to -2, or less than or equal to 2., then the data value is considered ordinary
if its z-score is less than -2 or greater than 2, then the data value is considered unusual
Answer:
3:1
Step-by-step explanation:
Answer:
2
Step-by-step explanation:
9514 1404 393
Answer:
5) 729, an=3^n, a[1]=3; a[n]=3·a[n-1]
6) 1792, an=7(4^(n-1)), a[1]=7; a[n]=4·a[n-1]
Step-by-step explanation:
The next term of a geometric sequence is the last term multiplied by the common ratio. (This is the basis of the recursive formula.)
The Explicit Rule is ...

for first term a₁ and common ratio r.
The Recursive Rule is ...
a[1] = a₁
a[n] = r·a[n-1]
__
5. First term is a₁ = 3; common ratio is r = 9/3 = 3.
Next term: 243×3 = 729
Explicit rule: an = 3·3^(n-1) = 3^n
Recursive rule: a[1] = 3; a[n] = 3·a[n-1]
__
6. First term is a₁ = 7; common ratio is r = 28/7 = 4.
Next term: 448×4 = 1792
Explicit rule: an = 7·4^(n-1)
Recursive rule: a[1] = 7; a[n] = 4·a[n-1]
Answer:
undefined
The problem:
Find the slope for the line going through (3,4) and (3,-4).
Step-by-step explanation:
Line up points vertically and subtract.
Then put 2nd difference over 1st.
( 3 , 4)
-(3 , -4)
------------
0 8
So the slope would have been 8/0 but this is undefined.
So the slope is undefined.
Also notice the x's are the same and the y's are difference so this is a vertical line. There is only rise in a vertical line and no run. Recall, slope is rise/run. You cannot divide by 0 so this is why we say the slope is undefined when the x's are always the same no matter the y.