
Patrick B. answered 03/31/19
Math and computer tutor/teacher
The answer is 91.1%
I did it using MS Excel by creating the table which contains
the columns:
x=6,7,8,9,10,11,12,13,14,15
(N choose x)
0.54^x
(0.46)^(N-x)
The probabilities are calculated using the formula (N choose x) * 0.54^x * (0.46)^(N-x)
for x = 6,7,8,9,....,13,14,15
I also did the normal approximation to the binomial, where mean = 15*0.54 and
std dev = sqrt( 15 * 0.54 * 0.46)
You then convert them to z-scores and use the normal table.
The spreadsheet is called Binomial Normal Approx.xls and is uploaded to the resources page.