HW2 assignment. 1.A fair coin is tossed 5 times. Find a probability of obtaining (a) exactly 3 heads; (b) at most 3 heads Solution: Binomial distribution.

Slides:



Advertisements
Similar presentations
Typical Test Problems (with solutions)
Advertisements

Lesson Objective Be able to calculate probabilities for Binomial situations Begin to recognise the conditions necessary for a Random variable to have a.
Probability Three basic types of probability: Probability as counting
Chapter 12 Probability © 2008 Pearson Addison-Wesley. All rights reserved.
Simple Probability The probability of an event is the number of favorable outcomes divided by the total number of possible outcomes.
7 Probability Experiments, Sample Spaces, and Events
COUNTING AND PROBABILITY
Mathematics in Today's World
P ROBABILITY. T HE PROBABILITY OF AN EVENT E E X 1) Two fair dice are rolled. What is the probability that the sum of the numbers on the dice is 10?
Probability Chapter Independent Events Section
PROBABILITY QUIZ How good are You in Probability?.
Dice Games & Probabilities. Thermo & Stat Mech - Spring 2006 Class 16 Dice Games l One die has 6 faces. So, the probabilities associated with a dice game.
EXAMPLE 1 Construct a probability distribution Let X be a random variable that represents the sum when two six-sided dice are rolled. Make a table and.
1 Introduction to Stochastic Models GSLM Outline  course outline course outline  Chapter 1 of the textbook.
Counting and Probability The outcome of a random process is sure to occur, but impossible to predict. Examples: fair coin tossing, rolling a pair of dice,
Test problems’ discussion. (1.1) A coin loaded to come up heads 2/3 of the time, is thrown until a head appears. What is the probability that the even.
Discrete Mathematics Lecture 6 Alexander Bukharovich New York University.
Bell Work: Factor x – 6x – Answer: (x – 8)(x + 2)
HAWKES LEARNING SYSTEMS Students Matter. Success Counts. Copyright © 2013 by Hawkes Learning Systems/Quant Systems, Inc. All rights reserved. Section 5.2.
Warm up: Solve each system (any method). W-up 11/4 1) Cars are being produced by two factories, factory 1 produces twice as many cars (better management)
PRED 354 TEACH. PROBILITY & STATIS. FOR PRIMARY MATH
How many ways are there to pass through city A where the arrows represent one-way streets? Answer: mn ways The counting principal: Suppose two experiments.
Counting and Probability Sets and Counting Permutations & Combinations Probability.
Chapter 1 Basics of Probability.
Advanced Math Topics Chapters 4 and 5 Review. 1) A family plans to have 3 children. What is the probability that there will be at least 2 girls? (assume.
Many Experiments can be done with the results of each trial reduced to 2 outcomes Binomial Experiment: There are n independent trials Each trial has only.
You probability wonder what we’re going to do next!
Chapter 4 Lecture 4 Section: 4.7. Counting Fundamental Rule of Counting: If an event occurs m ways and if a different event occurs n ways, then the events.
7 Further Topics in Algebra © 2008 Pearson Addison-Wesley. All rights reserved Sections 7.4–7.7.
“PROBABILITY” Some important terms Event: An event is one or more of the possible outcomes of an activity. When we toss a coin there are two possibilities,
Ch.4 DISCRETE PROBABILITY DISTRIBUTION Prepared by: M.S Nurzaman, S.E, MIDEc. ( deden )‏
You probability wonder what we’re going to do next!
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}.
Probability Jeopardy Final Jeopardy Simple Probabilities Permutations or Combinations Counting Principle Binomial Geometric Probability Potpourri Q $100.
Warm Up Write each fraction as a percent Evaluate P P C C 6 25% 37.5%100%
Chapter 9 Review. 1. Give the probability of each outcome.
Warm-Up A woman and a man (unrelated) each have two children .
IT College Introduction to Computer Statistical Packages Lecture 8 Eng. Heba Hamad.
Computing Fundamentals 2 Lecture 6 Probability Lecturer: Patrick Browne
1 Melikyan/DM/Fall09 Discrete Mathematics Ch. 6 Counting and Probability Instructor: Hayk Melikyan Today we will review sections 6.1,
Sixth lecture Concepts of Probabilities. Random Experiment Can be repeated (theoretically) an infinite number of times Has a well-defined set of possible.
At the end of the lesson, students can: Recognize and describe the 4 attributes of a binomial distribution. Use binompdf and binomcdf commands Determine.
Conditional Probability Mass Function. Introduction P[A|B] is the probability of an event A, giving that we know that some other event B has occurred.
7-2 Theoretical Probability
Copyright © 2012 Pearson Education, Inc. All rights reserved Chapter 8 Counting Principles; Further Probability Topics.
Discrete Mathematics, 1st Edition Kevin Ferland Chapter 6 Basic Counting 1.
Andrej Bogdanov ENGG 2430A: Probability and Statistics for Engineers Spring Axioms of Probability.
Unit 4 Section 3.1.
Solutions to the HWPT problems. 1.How many distinguishable arrangements are there of the letters in the word PROBABILITY? Answer: 11!/(2! 2!) 2.A and.
Counting Techniques (Dr. Monticino). Overview  Why counting?  Counting techniques  Multiplication principle  Permutation  Combination  Examples.
Textbooks (required): A First course in Probability (8th Ed), Sheldon Ross.
What is the probability of correctly guessing the outcome of exactly one out of four rolls of a die? The probability of correctly guessing one roll of.
Reviews of probability Question 1: Suppose we have a “ABCDE” litters how many words we can compose from them with 4 litters without repetition.
CHAPTER 4 4-4:Counting Rules Instructor: Alaa saud Note: This PowerPoint is only a summary and your main source should be the book.
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.
13 Lesson 1 Let Me Count the Ways Fundamental Counting Principle, Permutations & Combinations CP Probability and Statistics FA 2014 S-ID.1S-CP.3S-CP.5.
Discrete Math Section 16.1 Find the sample space and probability of multiple events The probability of an event is determined empirically if it is based.
PROBABILITY AND STATISTICS WEEK 2 Onur Doğan. Introduction to Probability The Classical Interpretation of Probability The Frequency Interpretation of.
A First course in Probability (8th Ed), Sheldon Ross
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.
Copyright © 2016, 2013, and 2010, Pearson Education, Inc.
Subtopic : 10.1 Events and Probability
BASIC PROBABILITY Probability – the chance of something (an event) happening # of successful outcomes # of possible outcomes All probability answers must.
Combining Probabilities
PROBABILITY AND STATISTICS
HWTP- practice for the test
Probability.
Probability: Living with the Odds
Probability of two events
Chapter 11 Probability.
Presentation transcript:

HW2 assignment

1.A fair coin is tossed 5 times. Find a probability of obtaining (a) exactly 3 heads; (b) at most 3 heads Solution: Binomial distribution. (a) P(n=3) = C 5, = Binomial[5,3]*0.5 5 = 0.31 (b) P(n<=3) = 1-P(4)-P(5)= A hat contains tags numbered 1,2,3,4 and 5. A tag is drawn from the hat and replaced, then the second tag is drawn. (a) show the sample space; (b) Find the probability that the number on the second tag exceeds the number on the first. Solution: (a) S includes 25 points, {x,y}, Similar to a sample space for two dice with 5 faces each (b) There are 10 points in S where y>x. P(y>x) = 10/25 = 2/5. (c) Find the probability that the first tag has a prime number and the second tag has an even number (1 is not considered a prime number) Solution: The points are : {22},{24},{32},{34},{52},{54}. P=6/25 = There are 4 roads connecting the cities A and B and 3 roads between the cities B and C. How many ways can round trip be made from city A to C (through B) and back? How many ways if it is desired to take different routs on the way back? Solution : 4*3*3*4 = 144, 4*3*2*3 = 72.

4.(a) How many license plates are possible if the first three places are occupied by letters and the last three by numbers (b) Assuming all combinations are equally likely, what is the probability the three letters and the three numbers are different? Solution (a) (b) P 26,3 P 10,3 / = Six students, three boys and three girls, line up in a random order for a photograph. What’s the probability that the boys and girls alternate? Solution N= 3!*3! + 3!*3!= 72; P = 72/6!= 72/720= 0.1

6. Ten children are to be grouped into two clubs (Lions and Tigers) with 5 children in each club. Each club is then to elect a president and a secretary. In how many ways can this be done? Solution C 10,5 P 5,2 P 5,2 = N people are arranged in a line. What is the probability that 2 particular people, say A and B, are not next to each other? Solution: Consider two people as a unit. There are (N-1)! Ways to permute such a group. The total number of permutations corresponding to A and B placed together is 2*(N-1)!. The probability P(A and B are together) = 2(N-1)!/N! = 2/N. The answer is P(A and B separated) = 1 – 2/N = (N-2)/N

8.How many ways can 4 couples sit at a round table if each man sits next to two women neither one of whom is his wife Placing men in every other chair (even or odd) results in 2 4! possibilities. Thus, we have 48 possible arrangements. For each of these arrangement, for every empty chair there are two possible choices of a woman per such that she is married to none of her two neighbors. Solution (1) Let’s place men first. The two possibilities are (a) every other odd chair; (b) every other even chair. The total number of arrangements is 2*4! = 48; (2) The second step is to place the women in the empty chairs. For each placement of the men, there are two possible arrangements of the women that satisfy the conditions. Consider an example: {M1 W3 M2 W4 M3 W1 M4 W2} {M1 W4 M2 W1 M3 W2 M4 W3} The answer is N=48*2 = 96.

9. How many times should you roll a die so that the probability of at least one 6 is at least 0.9? Solution P(m,n) is the probability of m six’s in n rolls. P(m>=1,n) =1-P(m=0,n); P(0,n) = (5/6) n This probability must be less or equal to 0.1 (so that the probability of the compliment event, “at least one 6”, is >= 0.9. Thus we have to find an integer n with which P(0,n) is the number closest to 0.1 from below. We can first solve the equation (5/6) n = 0.1; n = Log[0.1]/Log[5/6]= 12.6; The closest integer solution is 13. You can also do it with Mathematica by making a table of P(0,n) for {n,0,13}

10. A student has no knowledge whatsoever of the material to be tested on a true-false examination, and so the student flips the coin in order to determine the response to each question. What is the probability that the student scores at least 60% on a ten-item examination? Solution: “At least 6” means : 6 OR 7 OR 8 OR 9 OR 10. The events are disjoined and the probability equals the sum of the individual probabilities: (Binomial[10,6]+Binomila[10,7]+… +Binomial[10,10])=0.377

11.If 70% of the bolts produced by a machine are perfect, 20 % are of average quality and 10 % are defective, determine the probability that out of 15 bolts chosen at random, (a) exactly two are average, (b) 10 are perfect, 3 are average and 2 are defective, (c) less than 3 are defective. 11. Solution (a) Exactly two are “average”. In this case the problem is reduced to Binomial distribution with m=2, p=0.2,q=0.8 P(2 average) = Binomial[2,15] (0.2)^2 * (0.8)^13= 0.23 (b) 10 are perfect, 3 are average and 2 are defective. Now we have three outcomes, and have to apply a multinomial distribution P(10,3,2) = (15!/10!3!2!) = 0.07 (c) Less than 3 are defective. Binomial, with p =0.1 and q = 0.9. P(n def <3) = P(0)+P(1)+P(2) = Binomial[15,0] Binomial[15,1] Binomial[15,2] =0.82