T_n = 3 * T_(n-1)
Long way (always works!)
T_5 = 3*T_4,
T_4 = 3*T_3
T_3 = 3*T_2
T_2 = 3*T_1
T_5 = 3*3*3*3*T_1 = 81*T_1 = 81*8 = 648!
Short way (sometimes it works!)
T_n = 3^(n-1) * T_1 (this case is a geometric series of ratio-=3)
T_5 = 3^4*8 = 648
Answer:
160 in^2
Step-by-step explanation:
Using sampling concepts, it is found that the correct option is:
This is a convenience sample and likely overestimates support for raising funds.
<h3>How are samples classified?</h3>
Samples may be classified as:
- Convenient: Drawn from a conveniently available pool.
- Random: All the options into a hat and drawn some of them.
- Systematic: Every kth element is taken.
- Cluster: Divides population into groups, called clusters, and each element in the cluster is surveyed.
- Stratified: Also divides the population into groups. Then, a equal proportion of each group is surveyed.
In this problem, people at the pool were surveyed, hence it is a convenience sampling.
Also, since it only involved pool users, the proportion may be overestimated, hence the correct option is:
This is a convenience sample and likely overestimates support for raising funds.
More can be learned about sampling concepts at brainly.com/question/25122507