Search Header Logo
Geometric Distributions

Geometric Distributions

Assessment

Presentation

Mathematics

11th Grade - University

Medium

CCSS
HSS.CP.B.8, HSS.CP.A.2, HSS.MD.A.3

+3

Standards-aligned

Created by

Tiffany Sims

Used 9+ times

FREE Resource

6 Slides • 18 Questions

1

Geometric Distributions

Slide image

2

3

Multiple Choice

Which of the following is true about geometric distributions?
1
Geometric distributions are approximately skewed right.
2
Geometric distributions are approximately symmetric.
3
Geometric distributions are approximately skewed left.
4
The shape could be symmetric or skewed.

4

Multiple Choice

A geometric probability model follows a Bernoulli trial and:
1
Has a set sample size n.
2
Is looking for first success

5

Multiple Choice

If we want to calculate the probability of rolling a 6 for the first time on the 6th roll of a die, would we use the geometric or the binomial distribution?

1

geometric

2

binomial

6

Geometric Distribution Probability Density Function (pdf)

  • Trials can only have two outcomes (Success or Failure).

  • Use Probability Density Function (pdf) when you want to know the probability of your FIRST success being the nth trial, given the probability of a success of each individual trial is p.

  • Can be found using P(x=n)=(1-p)n-1p

  • Where p= probability of success and n=number of trials.

7

Geometric Distribution pdf Example

Find the probability of your first heads being on the 5th coin flip.


p=0.5 (probability of getting heads on a coin flip)

n=5 (FIRST success on the 5th trial)


P(x=n)=(1-p)n-1p

P(x=5)=(1-0.5)5-1(0.5)

P(x=n)=(0.5)40.5)= .031


Calculator: 2nd+VARS->geometpdf(0.5,5)

8

Multiple Choice

What is the probability that a family doesn't have a baby girl until their third child?
1
0.13
2
0.15
3
0.05
4
0.88

9

Multiple Choice

The probability that Jalen makes a free throw is 75%. What is the probability he makes his first free throw on his third attempt?
1
geometcdf(3, 0.75)
2
geometpdf(0.75, 3)
3
geometpdf(3, 0.75)
4
geometcdf(0.75, 3) 

10

Multiple Choice

The owner of a pet store is trying to decide whether to discontinue selling specialty clothes for pets. She suspects that only 4% of the customers buy specialty clothes for their pets. What is the probability that she does NOT sell a garment until the 7th customer? Assume each customer is independent.
1
0.033
2
0.027
3
0.0313
4
Not here

11

Multiple Choice

The local Chipotle is running a promotion where each large drink cup has a large pull-off tab that reveals a prize (free burrito!) or the message "Try again next time."  Chipotle claims that 25% of the cups have tabs with a  prize.  You visit Chipotle to try to win.  What is the probability that you win on your third visit?
1
0.86
2
0.14
3
0.42
4
0.58

12

Multiple Choice

20% of C-Hill students have experienced feelings of math anxiety. The counselors are interviewing students. What is the probability that the first student Mrs. Stout counsels for math anxiety is the tenth student she sees? 
1
0.02
2
0.89
3
0.03
4
0.11

13

Multiple Choice

Only 4% of people have type AB blood.  What is the probability the first person with AB blood at the blood drive will be the 12th donor?
1
.0001
2
.0255
3
.6382
4
.2553

14

Multiple Choice

Given 13% of people are left-handed.  What is the probability the first left-handed person will be the sixth person polled?  
1
.0564
2
.1116
3
.0001
4
.0648

15

Geometric Distribution Continuous Density Function (cdf)

Trials can only have two outcomes (Success or Failure).


Use Probability Density Function (pdf) when you want to know the probability of your FIRST success being ON or BEFORE the nth trial, given the probability of a success of each individual trial is p.


Can be found using P(x<=n)=P(x=1) + P(x=2)+ ...P(x=n)

Where: P(x=n) = (1-p)n-1p

p= probability of success and n=number of trials.

16

Geometric cdf Example

Find the probability of your first heads being ON OR BEFORE the 5th coin flip.

p=0.5 (probability of getting heads on a coin flip)

n=5 (FIRST success on or BEFORE the 5th trial)

P(x=n)=(1-p)n-1p


P(x<=5)= P(x=1)+P(x=2)+P(x=3) +P(x=4) +P(x=5)

p(x<=5)=(1-0.5)0(0.5)+(1-0.5)1(0.5) +(1-0.5)2(0.5)+(1-0.5)3(0.5) + (1-0.5)4(0.5)

p(x<=5)=0.5+0.25+0.125+0.625+0.031=0.96


Calculator: 2nd+VARS->geometcdf(0.5,5)=0.96

17

Multiple Choice

In hockey, 5 players from each team take shots if the game ends in a tie (a shootout). The chances of making a goal in a shootout is low, only 14%. If the Caps and Penguins go into a shootout, what is the probability that the first goal scored is after the first four shots?
1
0.64
2
0.47
3
0.45
4
0.55

18

Multiple Choice

Find the probability that LeBron James makes a three-point shot on or before his seventh attempt assuming he makes 31.5% of all three-pointers.
1
0.97
2
0.03
3
0.07
4
0.93

19

Multiple Choice

Peyton Manning completes 67% of his passes. What is the probability that it takes more than four throws to complete his first pass in a game?
1
0.99
2
0.01
3
0.04
4
0.96

20

Multiple Choice

If Mobius draws 7 cards out of a deck with replacement, what is the probability that he gets the first heart in 6 attempts or fewer?
1
0.18
2
0.82
3
0.06
4
0.76

21

Multiple Choice

If the probability that a house in your neighborhood has a dog is 60%, what is the chance that you find a house with a dog before the fifth house?
1
0.97
2
0.99
3
0.02
4
0.04

22

Multiple Choice

Lilah flips a coin. What is the chance the coin comes up with the first tails in fewer than 5 flips?
1
geometcdf(1/2, 5)
2
geometpdf(1/2, 5)
3
geometcdf(1/2, 4)
4
geometpdf(1/2, 4)

23

Multiple Choice

According to the BMV, about 93% of all people who take the driving test pass.  What is the probability it will take someone more than two times to pass the test?
1
.9300
2
.0651
3
.9951
4
.0049

24

Multiple Choice

The probability that a salesman will make a sale on any given call is .23.  Find the probability that his first sale will occur on his fourth or fifth call.
1
.1050
2
.0809
3
.1859
4
.8141

Geometric Distributions

Slide image

Show answer

Auto Play

Slide 1 / 24

SLIDE