Lesson 10.1.  In this investigation you will explore the predictability of random outcomes. You will use a familiar random process, the flip of a coin.

Slides:



Advertisements
Similar presentations
Gl: Students will be expected to conduct simple experiments to determine probabilities G2 Students will be expected to determine simple theoretical probabilities.
Advertisements

Probability Three basic types of probability: Probability as counting
D1: 5.1 The Study of Randomness h.w: p 293: 1–11 odd, 15,17
Probability Predictions Ch. 1, Act. 5. Probability The study of random events. Random events are things that happen without predictability – e.g. the.
Experimental Probability Vs. Theoretical Probability
Mathematics in Today's World
Probability and Chance By: Mrs. Loyacano. It is CERTAIN that I pull out a black marble.
Learn to estimate probability using theoretical methods.
Probability.
Learning Objectives for Section 8.1 Probability
Section 1 Sample Spaces, Events, and Probability
3.6: Probabilities Through Simulations Objective: To simulate probabilities using random number tables and random number generators CHS Statistics.
An outcome is a possible result An event is a specific outcome Random means all outcomes are equally likely to occur or happen. random = fair A favorable.
Topic 1: Probability and Sample Space
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.
EXIT NEXT Click one of the buttons below or press the enter key BACKTOPICSProbability Mayeen Uddin Khandaker Mayeen Uddin Khandaker Ph.D. Student Ph.D.
Probability Rules!. ● Probability relates short-term results to long-term results ● An example  A short term result – what is the chance of getting a.
Copyright © Cengage Learning. All rights reserved. CHAPTER 9 COUNTING AND PROBABILITY.
CONFIDENTIAL 1 Algebra1 Theoretical Probability. CONFIDENTIAL 2 Warm Up 1) choosing a heart. 2) choosing a heart or a diamond. An experiment consists.
Probability Distributions. Essential Question: What is a probability distribution and how is it displayed?
Notes on PROBABILITY What is Probability? Probability is a number from 0 to 1 that tells you how likely something is to happen. Probability can be either.
Target: Find and interpret experimental and theoretical probabilities.
Warm Up Write each fraction as a percent Evaluate P P C C 6 25% 37.5%100%
1.3 Simulations and Experimental Probability (Textbook Section 4.1)
Algebra 2 Mr. Gallo 11-2:Probability. Terms to Know Probability – is the ratio of the number of _______________________ to the ___________ number of possible.
Understanding Randomness
PROBABILITY.
TOSS a Coin Toss a coin 50 times and record your results in a tally chart ht.
Y9 Booster Lesson 11. Objectives – what you should be able to do by the end of the lesson Systematically record all the outcomes of an experiment Understand.
The Wonderful World… of Probability. When do we use Probability?
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.
1. What’s the probability that the spinner will land on blue?
7-2 Theoretical Probability
PROBABILITY BINGO STAAR REVIEW I am based on uniform probability. I am what SHOULD happen in an experiment.
Lesson 7.8 Simple Probability Essential Question: How do you find the probability of an event?
No Warm-Up today. You have a Quiz Clear your desk of everything but a calculator and something to write with.
Mrs. Hubbard 6 th Grade.  What is the chance that a particular event will happen? - It will rain tomorrow. - We will have school tomorrow. - We will.
Introduction Imagine the process for testing a new design for a propulsion system on the International Space Station. The project engineers wouldn’t perform.
Probability What are your Chances? Warm Up Write each fraction in simplest form
Random Numbers Random numbers are numbers generated whose sequence have no pattern Most calculators are able to generate random integers via a command.
Chapter 8 Probability Section 1 Sample Spaces, Events, and Probability.
7 th Grade Math Vocabulary Word, Definition, Model Emery Unit 5.
PROBABILITY bability/basicprobability/preview.we ml.
AP STATISTICS LESSON AP STATISTICS LESSON PROBABILITY MODELS.
2-6 Probability Theoretical & Experimental. Probability – how likely it is that something will happen – Has a range from 0 – 1 – 0 means it definitely.
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.
PROBABILITY! Let’s learn about probability and chance!
Section 5.1 Day 2.
PROBABILLITY Transition Math.
PROBABILITY Lesson 1.
Probability Predictions Ch. 1, Act. 5.
Probability Fun For Grade 4, 5 and 6.
Sec. 4-5: Applying Ratios to Probability
Experimental Probability vs. Theoretical Probability
Probability Imagine tossing two coins and observing whether 0, 1, or 2 heads are obtained. It would be natural to guess that each of these events occurs.
Bring a penny to class tomorrow
Determining the theoretical probability of an event
PROBABILITY The probability of an event is a value that describes the chance or likelihood that the event will happen or that the event will end with.
Probability What are your Chances?
10.1 Notes Need to grab a packet from the back for notes
Probability Union Intersection Complement
Section 1 Sample Spaces, Events, and Probability
Learning Intention Long-Run Relative Frequency
Probability and Chance
Probability Vocabulary:
Warm Up Problem of the Day Lesson Presentation Lesson Quizzes.
Warm Up Write each fraction as a percent % 37.5% 100%
Investigation 2 Experimental and Theoretical Probability
Probability.
Probability.
Presentation transcript:

Lesson 10.1

 In this investigation you will explore the predictability of random outcomes. You will use a familiar random process, the flip of a coin.  Step 1 Imagine you are flipping a fair coin, one that is equally likely to land heads or tails. Without flipping a coin, record a random arrangement of H’s and T’s, as though you were flipping a coin ten times. Label this Sequence A.

 Pick your favorite number #. Then on a calculator screen of your calculator type randseed # and press ENTER.  Step 2 We’ll use the calculator to flip a coin 10 times. Enter the command RandInt(0,1). Each time you press ENTER you fill flip a coin. ◦ Let 0 = Heads ◦ Let 1 = Tails  Record your ten flips of a coin using the random generator.

 Step 3 How is Sequence A different from the result of your coin flips? Make at least two observations.  Step 4 Find the longest string of consecutive H’s in Sequence A. Do the same for Sequence B. Then find the second-longest string.

Record the lengths for each person in the class as tally marks in a table like the one below. How do the lengths of the longest strings in Sequence A compare with the lengths of the longest strings in Sequence B?

Step 5 Count the number of H’s in each set. Record the results of the entire class in a table like the one below. What do you notice about the numbers of H’s in Sequence A compared with Sequence B? Step 6 If you were asked to write a new random sequence of H’s and T’s, how would it be different from what you recorded in Sequence A? Number of H’s Sequence A Sequence B

 If you were to roll two dice, what is the probability of rolling a sum of 6 on the two dice?  Let’s use a random-number generator to find the probability of rolling a sum of 6 with a pair of dice. This can also be written as P(sum is 6).

 Turn your calculator on. On a calculator page pick your favorite number #. Then on a calculator screen type randseed #.  We’ll use a spreadsheet of three columns: ◦ one for the first die: Column 1 enter die1 ◦ one for the second die: Column 2 enter die2 ◦ one for the sum: Column 3 enter dicesum

 To simulate 300 throws of a pair of dice ◦ type =randint(1, 6, 300) below die1; press ENTER ◦ Type =randint(1,6,300) below die2; press ENTER ◦ Under dicesum” enter =die1 + die2 ; press ENTER You have just rolled two dice three times and you can see their total.

 Create a histogram of the data in column C.  Press the home key and select a Data and Statistics page.  On the x-axis select dicesum. Then select menu and choose Histogram.

 Using the data in your calculator, what was the Probability of the sum of 6 or P(sum is 6).  Move your cursor to determine the height of bin 6.  For the sample at the right the bin height of the “6” bin is 51. So out of 300 simulated rolls, 51/300 =.17.

 Repeat this process 5 times by changing the 300 entries to  What happened to the number of entries?  What happened to the histogram?  What is P(sum of 6) = when there are 1800 samples  In the sample at the right, P(sum of 6) =236/1800 or about.13

 What just took place in Example A is called a simulation. The 1800 rolls of the dice were done electronically.  Simulations can be done for dice, cards, coins, spinners or random number generators.

 An event consists of one or more outcomes.  A simple event consists of only one outcome.  Events that aren’t simple are called compound.  You might recall that the probability of an event, such as “the sum of two dice is 6,” must be a number between 0 and 1.  The probability of an event that is certain to happen is 1.  The probability of an impossible event is 0.  The solution for Example A showed that P(sum is 6) is approximately 0.17, or 17%.

 Probabilities that are based on trials and observations like this are called experimental probabilities.  A pattern often does not become clear until you observe a large number of trials.  What were your results for 300 or 1800 simulations of a sum of two dice.  How do they compare with the outcomes in Example A?

 Sometimes you can determine the theoretical probability of an event without conducting an experiment.  To find a theoretical probability,  you count the number of ways a desired event can happen and  compare this number to the total number of equally likely possible outcomes.  Outcomes that are “equally likely” have the same chance of occurring.  For example, you are equally likely to flip a head or a tail with a fair coin.

 Find the theoretical probability of rolling a sum of 6 with a pair of dice.  The possible equally likely outcomes, or sums, when you roll two dice are represented by the 36 grid points in this diagram.

 The point in the upper-left corner represents a roll of 1 on the green die and 6 on the white die, for a total of 7.  The five possible outcomes with a sum of 6 are labeled A–E in the diagram. Point D, for example, represents an outcome of 4 on the green die and 2 on the white die.

 What outcome does point A represent?  The theoretical probability is the number of ways the event can occur, divided by the number of equally likely events possible. So P(sum is 6) = 5/36 =0.1389, or about 13.89%.

 What is the probability that any two real numbers you select at random between 0 and 6 have a sum that is less than or equal to 5?  Because the two values are no longer limited to integers, counting would be impossible. The possible outcomes are represented by all points within a 6-by-6 square.

 The diagonal lines represents all those points where x+y=5 or y=5-x. y=5-x or x+y=5

 In the diagram, point A represents the outcome (1.47,2.8) or = 4.27, and point B represents (4.7,3.11) or = The points in the triangular shaded region are all those with a sum less than or equal to 5.  They satisfy the inequality n 1 + n 2 ≤ 5, where n 1 is the first number and n 2 is the second number. y=5-x or x+y=5

 The area of this triangle is (0.5)(5)(5) = The area of all possible outcomes is (6)(6) =36.  The probability (sum is less than 5) is therefore 12.5/36 =0.347, or 34.7%.

 A probability that is found by calculating a ratio of lengths or areas is called a geometric probability.