How do you determine the probability distribution of #P(x>5)#?

The table:
x ---- 4 ---- 5 ----- 6 ----- 7 ----- 8
P(x) ---0.1----0.1---0.2-----0.1----0.5

1 Answer
Mar 6, 2017

# P(X>5) = 0.8 #

Explanation:

The standard notation is to use a lower case letter to represent an actual event, and an upper case letter for the Random Variable used to measure the probability of the event occurring.

Thus the correct table would be:

enter image source here

And then;

# P(X>5) = P(X=6 or X=7 or X=8 ) #
# " " = P(X=6)+P(X=7)+P(X=8 ) #
# " " = 0.2+0.1+0.5 #
# " " = 0.8 #

Alternatively:

# P(X>5) = 1-P(X <= 5) #
# " " = 1-P(X=4 or X=5) #
# " " = 1-{P(X=4)+P(X=5)} #
# " " = 1- (0.1+0.1)#
# " " = 0.8#, as before