Win – W Loss – L 7W7W 11 W 2L2L 3L3L 12 L 7 not on 1 st roll - L 1 st sum Repea ted W 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 19.

Slides:



Advertisements
Similar presentations
AP Statistics Chapter 7 – Random Variables. Random Variables Random Variable – A variable whose value is a numerical outcome of a random phenomenon. Discrete.
Advertisements

A.P. STATISTICS LESSON 7 – 1 ( DAY 1 ) DISCRETE AND CONTINUOUS RANDOM VARIABLES.
AP Statistics: Section 8.1B Normal Approx. to a Binomial Dist.
Chapter 5 Probability Distributions. E.g., X is the number of heads obtained in 3 tosses of a coin. [X=0] = {TTT} [X=1] = {HTT, THT, TTH} [X=2] = {HHT,
MA 102 Statistical Controversies Monday, April 1, 2002 Today: Randomness and probability Probability models and rules Reading (for Wednesday): Chapter.
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Discrete random variables Probability mass function Distribution function (Secs )
Random Variables A Random Variable assigns a numerical value to all possible outcomes of a random experiment We do not consider the actual events but we.
 The Law of Large Numbers – Read the preface to Chapter 7 on page 388 and be prepared to summarize the Law of Large Numbers.
Mean, Variance, and Standard Deviation
CHAPTER 10: Introducing Probability
Chapter 9 Introducing Probability - A bridge from Descriptive Statistics to Inferential Statistics.
Section 5.1 What is Probability? 5.1 / 1. Probability Probability is a numerical measurement of likelihood of an event. The probability of any event is.
Week71 Discrete Random Variables A random variable (r.v.) assigns a numerical value to the outcomes in the sample space of a random phenomenon. A discrete.
L7.1b Continuous Random Variables CONTINUOUS RANDOM VARIABLES NORMAL DISTRIBUTIONS AD PROBABILITY DISTRIBUTIONS.
7.1 Discrete and Continuous Random Variable.  Calculate the probability of a discrete random variable and display in a graph.  Calculate the probability.
Chapter 7 Random Variables I can find the probability of a discrete random variable. 6.1a Discrete and Continuous Random Variables and Expected Value h.w:
AP Statistics: Section 8.1B Normal Approx. to a Binomial Dist.
AP Statistics: Section 8.2 Geometric Probability.
Applied Business Forecasting and Regression Analysis Review lecture 2 Randomness and Probability.
Probability Distributions. Essential Question: What is a probability distribution and how is it displayed?
5.3 Random Variables  Random Variable  Discrete Random Variables  Continuous Random Variables  Normal Distributions as Probability Distributions 1.
4.1 Probability Distributions. Do you remember? Relative Frequency Histogram.
Chapter 5.1 Probability Distributions.  A variable is defined as a characteristic or attribute that can assume different values.  Recall that a variable.
Random Variables. A random variable X is a real valued function defined on the sample space, X : S  R. The set { s  S : X ( s )  [ a, b ] is an event}.
Chapter 7 Random Variables
CHAPTER 10: Introducing Probability ESSENTIAL STATISTICS Second Edition David S. Moore, William I. Notz, and Michael A. Fligner Lecture Presentation.
Lecture 8. Random variables Random variables and probability distributions Discrete random variables (Continuous random variables)
Chapter 7 Random Variables. Usually notated by capital letters near the end of the alphabet, such as X or Y. As we progress from general rules of probability.
Statistics 101 Discrete and Continuous Random Variables.
Probability Basics Section Starter Roll two dice and record the sum shown. Repeat until you have done 20 rolls. Write a list of all the possible.
Warm Up: 2003 AP FRQ #2. We usually denote random variables by capital letters such as X or Y When a random variable X describes a random phenomenon,
AP STATISTICS Section 7.1 Random Variables. Objective: To be able to recognize discrete and continuous random variables and calculate probabilities using.
Section 7.1 Discrete and Continuous Random Variables
Section 5.1 Discrete Probability. Probability Distributions x P(x)1/4 01/83/8 x12345 P(x)
CHAPTER 10: Introducing Probability ESSENTIAL STATISTICS Second Edition David S. Moore, William I. Notz, and Michael A. Fligner Lecture Presentation.
Chapter 8: Probability: The Mathematics of Chance Probability Models and Rules 1 Probability Theory  The mathematical description of randomness.  Companies.
Unit 6 Probability & Simulation: the Study of randomness Simulation Probability Models General Probability Rules.
AP Statistics, Section 7.11 The Practice of Statistics Third Edition Chapter 7: Random Variables 7.1 Discete and Continuous Random Variables Copyright.
Counting and Probability. Imagine tossing two coins and observing whether 0, 1, or 2 heads are obtained. Below are the results after 50 tosses Tossing.
Do Now Find the standard score (z-score) using the given information Mean=785 Standard deviation=134 Observed Score = 614 z = What percentile is.
Discrete and Continuous Random Variables Section 7.1.
AP Statistics Section 7.1 Probability Distributions.
AP Statistics Chapter 8 Section 2. If you want to know the number of successes in a fixed number of trials, then we have a binomial setting. If you want.
Conditional Probability 423/what-is-your-favorite-data-analysis-cartoon 1.
Section Discrete and Continuous Random Variables AP Statistics.
Binomial and Geometric Random Variables
Discrete and Continuous Random Variables
Lecture 8.
5.2 Mean, Variance, Standard Deviation, and Expectation
UNIT 8 Discrete Probability Distributions
Discrete Probability Distributions
AP Statistics: Chapter 7
Chapter 4 – Part 3.
Suppose you roll two dice, and let X be sum of the dice. Then X is
The Binomial and Geometric Distributions
CHAPTER 10: Introducing Probability
Review for test Ch. 6 ON TUESDAY:
Chapter 10 - Introducing Probability
Chapter 4 Section 1 Probability Theory.
Chapter 6: Random Variables
7.1 Discrete & Continuous Random Variables
7.1: Discrete and Continuous Random Variables
Section 7.1 Discrete and Continuous Random Variables
Discrete & Continuous Random Variables
POPULATION (of “units”)
M248: Analyzing data Block A UNIT A3 Modeling Variation.
Essential Statistics Introducing Probability
Section 7.1 Discrete and Continuous Random Variables
Chapter 4 Probability.
Chapter 11 Probability.
Presentation transcript:

Win – W Loss – L 7W7W 11 W 2L2L 3L3L 12 L 7 not on 1 st roll - L 1 st sum Repea ted W Total Wins:

Simulation Use simulation techniques to represent 25 games of “crops” What is the relative frequency of wins? randInt(2,12,25) sto L1 Count wins, record Count losses, record Delete both from L1 randInt (2, 12, ??? number left over after wins and losses are removed from list) sto in L2 Count as wins the ones where the same sum is repeated. Count as losses the ones where the sum is 7. Repeat until all are wins or losses.

7 or 11 Based on your data – what is the relative frequency of rolling a sum of 7? What is the relative frequency of rolling a sum of 11? Which of these sums appears more likely to occur?

2,3, or 12 What is the relative frequency of rolling a 2? What is the relative frequency of rolling a 3? What is the relative frequency of rolling a 12? Based on your results which of these seems more likely to occur?

What is the actual probability of rolling a sum of 7? A sum of 11? A sum of 2? A sum of 3? A sum of 12?

AP Statistics Chapter 7 Section 1

Vocab Random variable Discrete random variable – probability distribution lists the values and their probabilities Probability distribution – looks different for discrete and continuous variables Probability histogram – can only be used with discrete variables Continuous random variable – probability distribution is described by a density curve. The probability of any event is the area under the density curve and above the values of X that make up the event.

Probability Distribution 1.List Sample Space 2.Assign probabilities to events in the sample space Review: 0<P(X)<1 P(S) = 1

GradesABCDF Probability Discrete or continuous? What is the probability that a student gets a B or better in this class? 40% 30% 20% 10% A B C D F

Create the probability distribution of the discrete random variable X that counts the number of heads in four tosses of a coin. HTHT THTH HTTT THHTHHTH THTTHTTHHTHH TTHTHHTTHHHT TTTTTTTHTTHHTHHHHHHH # of heads01234 Probability

P(0.4<X<0.6) = 0.2

Normal distributions are probability distributions. An opinion poll asks an SRS of 1500 American adults what they consider to be the most serious problem facing our schools. 30% say “drugs”. What is the probability that the poll result differs from the truth about the population by more than 2 % points?

The probability that the poll result differs from the truth by more than 2% points is approx. 9%.