1 / 19

Advanced Math Topics

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 that there is equal probability of a baby boy or girl). First, find the sample space. 1 st Child 2 nd Child 3 rd Child . G G G. G G B.

uriah-hood
Download Presentation

Advanced Math Topics

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Advanced Math Topics Chapters 4 and 5 Review

  2. 1) A family plans to have 3 children. What is the probability that there will be at least 2 girls? (assume that there is equal probability of a baby boy or girl) First, find the sample space. 1st Child 2nd Child 3rd Child G G G G G B G B G P(at least 2 girls) = 4/8 = 1/2 G B B B B B B B G B G B B G G How many have at least 2 girls?

  3. The first event has a sample space of M M • N Sample space of multiple events = The second event has a sample space of N This formula extends to more than two events done in a sequence.

  4. In a European nation, license plates have 3 letters followed by 2 digits. If the first digit cannot be 0, how many different license plates can be made if… a) Repetitions are allowed. 26 x 26 x 26 x 9 x 10 = 1,581,840 possibilities b) Repetitions of letters are not allowed. 26 x 25 x 24 x 9 x 10 = 1,404,000 possibilities

  5. Al, Bob, Carey, Dee, and Eric have 5 front row seats at a concert. They each can sit in any of the 5 seats. a) How many seating possibilities are there? A person cannot sit in two seats, thus it is implied that there are no repetitions. 5 x 4 x 3 x 2 x 1 = 120 possibilities

  6. Permutation: An arrangement of distinct objects in a Particular order Permutations are Particular Picks. (order matters) The number of permutations of “n” things picked “r” at a time is… n! nPr = (n – r)!

  7. Al, Bob, Carey, Dee, and Eric are the only entries in a drawing for two front-row tickets to a concert. How many seating possibilities are there if two of them are picked? How does this change the solving process? There are two ways to solve this and it may help explain the permutation formula. There are 5 people being picked in a particular order 2 at a time. 5 pick 2 = 5P2= 5! = (5 – 2)! 5! 5x4x3x2x1 20 = = 3! 3x2x1 5 x 4 = 20 possibilities

  8. You are putting 2 identical clown dolls and 4 identical leprechaun dolls on the shelf. In how many different ways can this be done? 6 x 5 x 4 x 3 x 2 x 1 = 6! = 720 ways Does this work? This means that in the first spot you have 6 choices, then you have 5 choices, etc. But some of the dolls are identical so this number is inflated! Switch the 1st and 3rd leprechaun to get this… They are the same arrangement but the solution above counts both of them. Thus, we need a new way to solve this to get fewer possibilities than 720. The number of permutations of “n” things of which “p” are alike, “q” are alike, or “r” are alike, and so on, is… Using this formula: 6! 6x5x4x3x2x1 = 15 = 4!2! (4x3x2x1)(2x1) n! p!q!r! This is the same solving strategy for… How many ways can you rearrange the letters of the word “mathematics”? where p + q + r…. = n.

  9. 7) You are selecting a 4-person committee from the 50 Governors. There are 38 male Governors and 12 female Governors. How many different committees can be selected if you want to select 3 women and 1 man? Process: 12C3 x 38C1 = Teams or Clubs, use combinations. Answer:8,360

  10. The amount of money expected to be won or lost in an event or series of events. Mathematical Expectation: m1p1 + m2p2 + m3p3 + … + mnpn Mathematical Expectation Formula = The amount earned (or lost) if an event occurs times the probability of that event. Note: If money will be lost when the event occurs, then m is negative.

  11. 9) Two dice are rolled. If you roll a sum greater than 9, you win $4. Otherwise, you lose $1. What is your mathematical expectation? Round to the nearest penny. Process:4,6 6, 45,5 5,6 6,5 and 6,6. The probability of rolling a sum greater than 9 is 6/36. Thus, the probability of the other outcomes is 30/36. (6/36)($4) + (30/36)(-$1) = Answer: -$0.17

  12. The number of unfavorable outcomes. p : q Odds in favor of an event = The number of favorable outcomes.

  13. 3) If the probability of the New York Mets winning a particular game is 3/7, what are the odds in favor of the Mets winning the game? Process: 3 favorable outcomes to 4 unfavorable outcomes. Answer: 3 : 4

  14. NOTES Addition Rule: If A and B are any events… p(A or B) = p(A) + p(B) – p(A and B) Example: p(red card or a Jack) = p(red) + p(Jack) - p(red jack) = 26/52 + 4/52 - 2/52 = 28/52 = 14/26 = 7/13

  15. 3) You select a student at random. Find the probability that you selected a student whose favorite soda is Root Beer. Leave as a reduced fraction. Favorite Sodas at SRVHS Coke Pepsi Mt. Dew Root Beer ------------------------------------------------------------------------------------------------- Juniors 243 198 107 88 ------------------------------------------------------------------------------------------------- Seniors 222 201 99 104 Process: (88 + 104)/total # of students 192/ 1262 Answer: 96/631

  16. 4) You select a student at random. Find the probability that you selected a student whose favorite soda is Coke given that the student is a senior. Leave as a reduced fraction. Coke Pepsi Mt. Dew Root Beer ------------------------------------------------------------------------------------------------- Juniors 243 198 107 88 ------------------------------------------------------------------------------------------------- Seniors 222 201 99 104 Process: P(Coke | senior) = P(coke and senior)/P(senior) = 222/626 Answer:111/313

  17. Multiplying Independent Events Independent Events: Events whose probabilities are the same no matter what happens with the other event If A and B are Independent Events, then… p(A and B) = p(A) • p(B) Example: You flip two coins and roll two dice. Find the probability of flipping a heads, a tails, rolling an even and anything other than a 4. 5/6= ½ • ½ • ½ • 5/48 The events are independent!

  18. Multiplying Conditional Events Conditional Events: Events whose probabilities depend upon what happens in previous events If A and B are Conditional Events, then… p(A and B) = p(A) • p(B | A) Example: You select 2 cards from a deck of 52. You select the cards one at a time. Find p(diamond and a black ace) = p(diamond) • p(black ace | diamond) 1/102 13/52 • 2/51 = 1/4 • 2/51 = 2/204 =

  19. HW • P. 231 #1-5, 11, 16 • P. 282 #2, 8, 14-17 • Check answers

More Related