Dawnbridge

TI-84 Plus CE field manual for IB Math

AI HL only · 37 of 41

37

Poisson distribution probabilities

AI HL

Use the Poisson cdf routine to find bounded probabilities P(aXb).

Goal

If XPo(4), find P(2X6).

1

Open the distribution menu with and scroll down to E: poissoncdf(. This routine gives P(Xx), so a two-sided range is the difference of two calls.

2

Fill in the wizard for the upper bound: μ=4 and x value: 6.

NORMALFLOATAUTOREALRADIANMP
poissoncdf
μ:4
x value:6
PasteHelp
3

Highlight Paste and press . The wizard closes and poissoncdf(4,6) pastes onto the home screen. Now subtract the lower piece: press (the subtraction key), reopen poissoncdf(, and paste it again with μ=4, x value: 1. Subtracting at 1 (not 2) keeps X=2 inside the range.

NORMALFLOATAUTOREALRADIANMP
poissoncdf(4,6)poissoncdf(4,1)
0.7977478272
Result

With both calls on the home screen, press to evaluate: P(2X6)0.798.

Your turn

Work each one on your calculator, then check the answer.

  1. 1

    If XPo(5.5), find P(3X7).

  2. 2

    If XPo(3), find P(2X5).

  3. 3

    If XPo(7), find P(5X9).