Question 1190363
<font color=black size=3>
Part (a)


n = 8 = sample size
p = 0.77 = probability of success (i.e. picking someone who drives alone)
x = number of drivers who are alone
x takes on the integer values from the set {1,2,...,7,8}


For this part, we'll only worry about x = 8 which is involving everyone sampled driving alone.


B(x) = binomial distribution value
B(x) = (nCx)*(p)^x*(1-p)^(n-x)
B(8) = (8C8)*(0.77)^8*(1-0.77)^(8-8)
B(8) = 0.123574
The nCx refers to the nCr combination formula


Answer: Approximately 0.123574


===========================================================
Part (b)


n = 8 cuts in half to 4
"more than half" means "more than 4"


We'll need to compute each B(x) value for x = 5, 6, 7 and 8.
The steps are similar to the previous part. 


You should find that
B(5) = 0.184 427
B(6) = 0.308 715 
B(7) = 0.295 293
B(8) = 0.123 574
all of which are approximate.


Those values add up to 0.912 009


Answer: 0.912009 approximately


===========================================================
Part (c)


Plug in x = 3 to get...
B(x) = (nCx)*(p)^x*(1-p)^(n-x)
B(3) = (8C3)*(0.77)^3*(1-0.77)^(8-3)
B(3) = 0.016 455


Answer: 0.016455


All results are approximate rounded to 6 decimal places.
Round however else you need if your teacher instructs it.
</font>