Why Does Calculating P(|Y-5| >= 3) Involve Y=7 in a Binomial Distribution?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Bkid701
Messages
2
Reaction score
0
IF Y~B(11, 0.3), find (|Y-5| >= 3)

I got the answer(0.3170) but i don't understand the logic behind this part where i am confused.

can someone explain the working(second working) where i somehow got it blindly correct?


==================================
my working at first:

|Y-5| >= 3
Y >= 8
Y <=2

so P( 2 >= Y >= 8)

P(Y=8) = 0.9994
1 - 0.9994 = 0.0006

P(Y=2) = 0.3127

so P( 2 >= Y >= 8) = 0.3133

However this answer is wrong
=================================

=================================
My second working:

my working at first:

|Y-5| >= 3
Y >= 8
Y <=2

so P( 2 >= Y >= 8)

P(Y=7) = 0.9957
1 - 0.9957 = 0.0043

P(Y=2) = 0.3127

so P( 2 >= Y >= 8) = 0.3170

This is the correct working but i don't understand why Y is = 7...
=================================
 
Physics news on Phys.org
Thank you for your help. I'm getting the idea of it now.

Cheers