Answer:
3077.2
Step-by-step explanation:
A circle's mass is found by
Pie times R^2
7^2 is 49, times 3.14 is 153.86
then you Multiply 153.86 by 20 which gives you 3077.2
Answer:
Step-by-step explanation:
-2
Integer is a whole number.
Answer:
A. We have extremely strong evidence to reject H0.
Step-by-step explanation:
Let P be the proportion of non-retirees in 2015 who did not think that Social Security would be able to pay a retirement benefit by the time that they retire.
According to the data null and alternative hypotheses should be:
: P=0.60
: P<0.60
Test statistics is -4.29 and p-value of the statistics is p<0.001
At every significance levels higher than 0.001, we can reject the null hypothesis since p<0.001.
This is an example of a systematic sample.
Dr. Jon developed a system in order to get a random sample. His plan was to survey the 4th student that entered his classroom.
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]