Half of 16 is 8
Half of 8 is 4
Answer=4
a. The reason why this question is a binomial experiment is based on the fact that it is made up of an independent sample, it has a number that is fixed and a probability.
Each event is made up of two outcomes and they are random with the same success rate.
<h3>b. How to solve probability that exactly 5 had a bachelor</h3>
we have the following data n = 12, p = 0.27 and k = 5
We have to use the function to solve electronically
binompdf(n,p,k)
input the values
= binompdf(12,0.27,5)
This gives us
= 0.1255
<h3>(C) Probability that fewer than 5 have bachelor</h3>
We use the formula below
= binompdf(12,0.27,5-1)
This is = 0.7984
D. Probability of at least 5
1 - probability of fewer than 5
= 1 - 0.7984
= 0.2016
How to solve for the Mean = n*p
n = 12 , p = 0.27
Mean = 12*0.27 = 3.24
and
standard deviation = √npq
n = 12, p = 0.27 , q = 1- 0.27
= 0.73
sd = √12*.27*.73
= 1.54
Read more on binomial experiment here:
brainly.com/question/9325204
#SPJ1
Answer: 2a*4*4*4*4= x (Vote me brainliest please)
Step-by-step explanation: Exponents are simply telling you to multiply the base number or expression by that many times.
The recursive formula can be used to determine the total amount of time spent making hats based on the total amount of time spent previously is f(n + 1) = f(n) + 0.75
<h3>Recursive functions</h3>
The general recursive function is expressed as:
an+1 = d + an
where
r is the common difference
Given the sequence below
1.5, 2.25, 3.0, 3.75, ...
Common difference = 2.25 - 1.5 = 0.75
Substitute
f(n + 1) = f(n) + d
f(n + 1) = f(n) + 0.75
Hence the recursive formula can be used to determine the total amount of time spent making hats based on the total amount of time spent previously is f(n + 1) = f(n) + 0.75
Learn more on recursive formula here: brainly.com/question/1275192
#SPJ1