Show worked solution
Worked solution
Translate the words into symbols
Rewrite the description in probability notation.
Recall cumulative notation
Cumulative tables give P(X<=r).
Use the complement for 'at least'
At least r is one minus P(X<=r-1).
Use the complement for 'more than'
More than r is one minus P(X<=r).
Handle 'fewer than'
Fewer than r means at most r-1.
Handle a range of values
A range is a difference of cumulative probabilities.
Distinguish strict and inclusive inequalities
Be careful with strict versus inclusive inequalities.
Express 'exactly'
Exactly r successes is a single term.
Convert everything to cumulative form
Rewrite each probability using cumulatives.
Check the boundary values
Check whether the endpoints are included.
Avoid off-by-one errors
A common slip is forgetting the r-1.
Rewrite the target expression
Rewrite the target using cumulative probabilities.
Compare with the options
Compare the derived expression with the options.
Select the matching statement
Choose the equivalent expression.
State the equivalent expression
More than 5 excludes 5, so subtract P(X<=5) from 1.