Example: Lottery probability (video) | Khan Academy (2024)

Want to join the conversation?

Log in

  • achu

    12 years agoPosted 12 years ago. Direct link to achu's post “arent there 4! ways we ca...”

    arent there 4! ways we can write the winning numbers . i mean the order doesnt matter so 3,15,46,49 should be the same as 15,3,46,49 but sal says that theres only one way of getting the correct lottery numbers why is that?

    (88 votes)

    • William Hunter

      12 years agoPosted 12 years ago. Direct link to William Hunter's post “Achu and Naveen,Sal coul...”

      Example: Lottery probability (video) | Khan Academy (4)

      Example: Lottery probability (video) | Khan Academy (5)

      Example: Lottery probability (video) | Khan Academy (6)

      Achu and Naveen,
      Sal could have solved this problem in two ways. He could have taken the number of possible permutations with a favorable outcome and divided that by the total possible number of permutations –or—he could have taken the number of possible combinations with a favorable outcome and divided that by the total number of possible combinations (which is what he did).
      Let us do it both ways, using the permutations first.
      As you mentioned, there a 4! ways of writing the four numbers. Another way to say this is that there are 4! different ways to order the four numbers –or-- there are 4! different permutations of the four numbers that give us the favorable outcome. This can be written as 4*3*2*1.
      The total number of different permutations of 4 numbers taken out of 60 different numbers is 60!/((60-4)!), which can be written as 60*59*58*57.
      Our answer using permutations would be the number of favorable outcomes/the number of possible outcomes which would be (4*3*2*1)/(60*59*58*57). This simplifies to 1/487,635.
      Using combinations, there is only one (1) combination of numbers that gives us that favorable outcome (that one way, achu).
      The number of possible combinations of 4 numbers taken out of 60 different numbers is 60!/((60-4)!*4!). This can be written as (60*59*58*57)/(4*3*2*1) . This number is 487,635.
      Our answer using combinations would be the number of favorable outcomes/the number of possible outcomes which would be 1/487,635. This is the same answer we got using permutations.
      Consider combinations and permutations to be different “units”. You would not say that after moving 3 inches you are halfway to traveling 6 meters, even though 3/6 = ½. You cannot take the number of possible favorable permutation outcomes and divide that by the number of total possible combination outcomes and get the correct probability. Likewise you cannot take the number of possible favorable combination outcomes and divide that by the number of total possible permutation outcomes and get the correct probability.

      (135 votes)

  • Erik

    12 years agoPosted 12 years ago. Direct link to Erik's post “Is there any reason why I...”

    Is there any reason why I could not solve the problem this way? Because I did and it turned out ok, but I don't always trust my own leaps of logic:

    If I am hoping to draw 4 particular numbers randomly out of 60, then I can say that on my first draw there are 4 numbers that I could hope to get, out of a total of 60, so I begin with
    4/60 as my chances of getting one of those numbers on that first draw.

    On my second draw, there are now 3 numbers left that I want, out of a possible 59 total remaining, so I begin to multiply:
    (4/60) * (3/59)

    The last two draws follow logically: 2 acceptable numbers out of 58, and then 1 acceptable number out of 57. So the probability of drawing any particular set of 4 numbers out of 60, if we cannot draw any number twice, is:

    (4/60) * (3/59) * (2/58) * (1/57)

    I can just calculate this and get the same answer that Sal gets, but what do I make of the fact that this expression is equal to

    4! / (60! / (60-4)!)
    or
    4! / P(60,4)

    I am trying to draw some sort of larger logical conclusion out of this, but am having some trouble not confusing myself. It seems that I could say this represents the number of possible arrangements of any particular set of 4 numbers distributed over, or divided by, the total number of possible ways to draw all sets of 4 numbers out of 60.

    This makes some sense to me, but I tend to come at these things backwards, using intuition and numbers first and then going back over the solution to see whether or not I could claim any larger guiding principles and/or formulas. Can anyone do a better job of explaining why my intuition was right?

    (15 votes)

    • ArDeeJ

      12 years agoPosted 12 years ago. Direct link to ArDeeJ's post “This sounds like a tautol...”

      Example: Lottery probability (video) | Khan Academy (10)

      This sounds like a tautology but your intuition is right because it is right.
      Let's look at the different ways of arriving to the answer.

      Your way: look at the situation one draw at a time.
      4/60 * 3/59 * 2/58 * 1/57, which is equal to 4*3*2*1 / (60*59*58*57)

      Sal's way:
      4! / (60 P 4)
      which is the same as
      4! / (60!/(60-4)!)
      which is the same as
      4! * (60-4)! / 60!
      which is the same as
      4*3*2*1 * 56*55*54*...3*2*1 / (60*59*58*57 * 56*55*54*...3*2*1)
      which is the same as
      4*3*2*1 / (60*59*58*57)
      So your and Sal's ways are the same thing just expressed in different ways.

      Here's one more way to look at it:
      There are (60 C 4) ways of choosing four numbers (all different) from 60. Only one combination of them is what we have chosen. So the probability is
      1/(60 C 4)
      which is the same as
      1/( 60!/(4!*(60-4)!))
      which is the same as
      4! * (60-4)! / 60!
      which, as we already have seen, is the same as
      4*3*2*1 * 56*55*54*...3*2*1 / (60*59*58*57 * 56*55*54*...3*2*1)
      which is the same as
      4*3*2*1 / (60*59*58*57)

      (13 votes)

  • L.Nihil kulasekaran

    12 years agoPosted 12 years ago. Direct link to L.Nihil kulasekaran's post “If S=1+2+4+8+16+32..........”

    If S=1+2+4+8+16+32................ Can this be taken as S=1+2(1+2+4+8+16.......)???
    If it can be taken,
    S=1+2S
    S=-1 Is this a valid answer for such a big question???

    (3 votes)

    • A Highberg

      12 years agoPosted 12 years ago. Direct link to A Highberg's post “Your reasoning only works...”

      Your reasoning only works when the sum S is a real number and does not continue on to infinity. For example, if S = 1 + 1/2 + 1/4 + ... + 1/(2^n) + ... and so on forever, then your logic says that S = 1 + 1/2(S), which gives the right answer of S = 2.

      The difference between the two problems is that the sum S = 1 + 2 + 4 + ... continues to get larger forever and does not stop, while S = 1 + 1/2 + 1/4 + ... has a limit that it can never reach, no matter how long you count. By taking your approach, you can short-cut the infinite series and figure out that limit without having to take forever (literally!).

      (5 votes)

  • LukeSteins

    4 years agoPosted 4 years ago. Direct link to LukeSteins's post “just wanted to add my 2 c...”

    just wanted to add my 2 cents. I'm having a hard time explaining it all though so would love feedback. For the lottery question, another way to think of it is as below.

    4p4/60p4 = same answer.

    explanation:
    think of this top part of the probability (numerator) as 4p4 since you have 4 numbers to pick from and you want to pick 4 numbers, the number of ways you can pick 4 numbers from 4 numbers is 4*3*2*1. 4p4. This gives you the total number of non-unqiue ways to choose these numbers.

    on the bottom, you know that you have 4 numbers to pick and 60 to pick from. your total number of ways to pick 4 numbers from 60 is 60p4.

    I know that we dont care about order, but you see when you look for probability, the probability of the order not mattering is the same as the probability of the order mattering. because the numerator and denominator increase by factors of 4!. since when you think about it, the numerator is the number of ways total that you can combine 4 numbers divided by the denominator which is the total number of ways to pick 4 numbers of 60. Both top and bottom are including all the different permutations of 4 numbers. so really it's including those groupings of duplicated values. individually looking at each unique grouping's probability is the same as looking at the probability across all groupings.

    Alternate way:
    4c4/60c4 - removes the order. same answer.

    QUESTION: what if we're drawing the numbers, what is the probability of drawing these 4 numbers. Does the math change / probability change?

    Draw 1: 4 c 1
    Draw 2: 3 c 1
    Draw 3: 2 c 1
    Draw 4: 1 c 1

    fundamental counting principle lets us rep drawing 1,2,3,4 as 4c1*3c1*2c1*1c1

    on the bottom you total ways of drawing per draw.
    Draw 1: total ways = 60 c 1
    Draw 2: 59 c 1
    Draw 3: 58 c 1
    Draw 4: 57 c 1

    the probability of drawing is top / bottom.

    QUESTION: should i use P or C? logically speaking which one makes more sense. I know they yield the same answer but which one fits this equation / changes the equation's logic.

    Also, does this any of what i wrote up apply beyond jsut this question? Is this some unique solution methodology.

    is it a rule that says you can't divide a combination by permutation?

    e.g. 4c4/60p4. not allowed

    because i see a lot of people wondering about 1/60*1/59*1/58*1/57 as a possible answer. My response is the top only shows 1 permutation of arranging the 4 numbers and the bottom represents the total number of ways of picking 4 numbers. so it's like 4c4/60p4 which incorrectly represents the solution. I think it's actually ok, its just not ok for this question.

    because the top yes can be 4c4, it represents 1 but really depending on the person answering. they could be incorrect due to 2 different reasons. 1 not realizing that the order doesn't matter so their method of only using 1 / 60 etc only calculates the probability of 1 method of arranging those 60 and then also not realizing that the bottom looks at all possible permutation. OR they are looking at the top correctly as a single combination and not evaluating the bottom correclty and failing to use also combinations below.

    Apologies for so many thoughts, probabilities is really interesting and difficult for me and writing up my thoughts helps me. I hope it helps someone else too.

    (4 votes)

    • Ian Pulizzotto

      4 years agoPosted 4 years ago. Direct link to Ian Pulizzotto's post “As long as you’re consist...”

      As long as you’re consistent, you will get the correct answer. It makes more sense to use the permutation method (for both top and bottom) if you think of the numbers as picked one at a time, but it makes more sense to use the combination method (for both top and bottom) if you think of all four numbers as being picked at once.

      (1 vote)

  • Elizabeth Gertz

    12 years agoPosted 12 years ago. Direct link to Elizabeth Gertz's post “I was just wondering what...”

    I was just wondering what the nCr and nPr buttons on the calculator do. My teacher explaned it, but i forgot what the do and how to use them. Please help!

    • reardon.skip

      12 years agoPosted 12 years ago. Direct link to reardon.skip's post “nCr is used for Combinati...”

      nCr is used for Combinations, while nPr is used in permutations. 'N' represents the total number of items you have to choose from, and 'R' represents the number you choose. So if you had 36C10, that would mean you have 36 items and you can choose 10, regardless of order, since it is a Combination.

      (6 votes)

  • Matt

    a year agoPosted a year ago. Direct link to Matt's post “Shouldn't the probability...”

    Shouldn't the probability of correctly choosing the four numbers be 1/60 * 1/59 * 1/58 * 1/57? Why would you need to use choose in this case? Don't we have a 1/60 chance of getting the 1st number, 1/59, and so on?

    (2 votes)

    • Ian Pulizzotto

      a year agoPosted a year ago. Direct link to Ian Pulizzotto's post “The expression 1/60 * 1/5...”

      The expression 1/60 * 1/59 * 1/58 * 1/57 represents the probability that the first winning number chosen is 3, the second winning number chosen is 15, the third winning number chosen is 46, and the fourth winning number chosen is 49. So your method specifies an order.

      However, in the problem asked, the order of the winning numbers does not matter. The problem asks for the probability that the first, second, third, and fourth winning numbers are 3, 15, 46, 49 in any order. This is why "choose" is used.

      If you want to solve this problem using selection without replacement, two possible equivalent methods are
      1/60 * 1/59 * 1/58 * 1/57 * 4! and
      4/60 * 3/59 * 2/58 * 1/57.

      Have a blessed, wonderful day!

      (4 votes)

  • Eric Na

    9 years agoPosted 9 years ago. Direct link to Eric Na's post “Isn't 59 factorial (!), 6...”

    Isn't 59 factorial (!), 60*59*58*57*56*all the way down to 0??

    (1 vote)

    • Just Keith

      9 years agoPosted 9 years ago. Direct link to Just Keith's post “No, there's no 60 or 0 in...”

      No, there's no 60 or 0 involved. It's 59 through 1.

      (6 votes)

  • Fred12

    12 years agoPosted 12 years ago. Direct link to Fred12's post “if in this lottery, picki...”

    if in this lottery, picking a number and putting it back is allowed... so that means you can pick a number a multiple of times... what would the probability be then?
    64! / ((64-4!) * 4! ) ?

    (2 votes)

    • ArDeeJ

      12 years agoPosted 12 years ago. Direct link to ArDeeJ's post “Well, you'd choose 4 numb...”

      Well, you'd choose 4 numbers from 60 numbers (1 to 60) and repetition is allowed, the probability of winning would be 1/(60^4/4!) = 4!/60^4 = 1/540000 ≈ 0.000002
      (The 4! is there because the order of the numbers still doesn't matter. If the winning row was 7,34,34,50 and you had 34,7,50,34 you'd still win)

      (3 votes)

  • captroper

    7 years agoPosted 7 years ago. Direct link to captroper's post “I think I may have a fund...”

    I think I may have a fundamental misunderstanding of combinations and / or permutations. I tried to solve this problem by doing the following (60! / (56! * 4!)) / (60^4) which is the combinations formula divided by (I thought) the total number of possible outcomes with 60 numbers in 4 slots. Why is that incorrect?

    (2 votes)

    • Timber Lin

      7 years agoPosted 7 years ago. Direct link to Timber Lin's post “60^4 isn't the total numb...”

      60^4 isn't the total number of possible groups of 4, because the order of the 4 numbers doesn't matter for combinations. 60^4 is the number of permutations, not combinations.
      and 60!/(56!*4!) is the total number of possible combinations of 4 numbers, so it is the sample space, not the # of successes meaning it should be the denominator.

      (2 votes)

  • avcastro.quadros

    10 years agoPosted 10 years ago. Direct link to avcastro.quadros's post “In the same Sal's case - ...”

    In the same Sal's case - 4 number ticket, let's assume that if I pay a little bit more for the lottery ticket I'm able to pick 5 numbers instead of 4. Then I would have a higher probability of winning. But how do I calculate that probability with an "extra number"?

    (1 vote)

    • Nabla ∇

      10 years agoPosted 10 years ago. Direct link to Nabla ∇'s post “Let find the easy part, w...”

      Let find the easy part, which is the total # of outcomes. This is just going to be the number of different ways in which the host of the lottery prize is going to choose 4 numbers out of 60. This is just C(60,4).

      Now the # of ways in which our event can happen is just the number of ways in which those 4 numbers match exactly 4 of our 5 numbers. i.e. 4 out 5 numbers: C(5,4).

      Thus the probability is:

      5/487,635 = 1/97,527

      And it makes sense. If you paid the number 1, 2, 3 ,4 and 5, you will win in these situations:

      [1 - 2 - 3 - 4]
      [1 - 2 - 3 - 5]
      [1 - 2 - 4 -5]
      [1 - 3 - 4 -5]
      [2 - 3 - 4 -5]

      (3 votes)

Video transcript

To win a particular lotterygame, a player chooses 4 numbers from 1 to 60. Each number can onlybe chosen once. If all 4 numbers match the 4winning numbers, regardless of order, the player wins. What is the probability that thewinning numbers are 3, 15, 46, and 49? So the way to think about thisproblem, they say that we're going to choose fournumbers from 60. So one way to think about itis, how many different outcomes are there if we choosefour numbers out of 60? Now this is equivalent tosaying, how many combinations are there if we have 60 items? In this case we have 60 numbers,and we are going to choose four. And we don't careabout the order. That's why we're dealingwith combinations, not permutations. We don't care about the order. So how many different groups offour can we pick out of 60? And we don't care what orderwe picked them in. And we've seen in previousvideos that there is a formula here, but it's important tounderstand the reasoning behind the formula. I'll write the formula here,but we'll think about what it's actually saying. So this is 60 factorial over 60minus 4 factorial, divided also by 4 factorial,or the denominator multiplied by 4 factorial. So this is the formularight here. But what this is really saying,this part right here, 60 factorial divided by 60 minus4 factorial, that's just 60 times 59, times58, times 57. That's what this expressionright here is. And if you think about it, thefirst number you pick-- there's 1 of 60 numbers, butthen that number is kind of out of the game. Then you can pick from 1 of59, then from 1 of 58, then of 1 of 57. So if you cared about order,this is the number of permutations. You could pick four items out of60 without replacing them. Now, this is when you caredabout order, but you're overcounting because it'scounting different permutations that areessentially the same combination, essentially thesame set of four numbers. And that's why we're dividingby 4 factorial here. Because 4 factorial isessentially the number of ways that four numbers can bearranged in four places. Right? The first number can be in oneof four slots, the second in one of three, thentwo, then one. That's why you're dividingby 4 factorial. But anyway, let's justevaluate this. This'll tell us how manypossible outcomes are there for the lottery game. So this is equal to-- we alreadysaid the blue part is equivalent to 60 times 59,times 58, times 57. So that's literally 60factorial divided by essentially 56 factorial. And then you have your 4factorial over here, which is 4 times 3, times 2, times 1. And we could simplify it alittle bit just before we break out the calculator. 60 divided by 4 is 15. And then let's see, 15divided by 3 is 5. And let's see, we have a58 divided by 2 is 29. So our answer is going to be 5times 59, times 29, times 57. Now this isn't goingto be our answer. This is going to be the numberof combinations we can get if we choose four numbersout of 60 and we don't care about order. So let's take the calculatorout now. So we have 5 times 59,times 29, times 57. It's equal to 487,635. So let me write that down. That is 487,635 combinations. If you're picking four numbers,you're choosing four numbers out of 60, or60 choose four. Now, the question they say is,what is the probability that the winning numbers are3, 15, 46, and 49? Well, this is just oneparticular of the combinations. This is just one of the 487,635possible outcomes. So the probability of 3, 15, 46,49 winning is just equal to-- well, this is just one ofthe outcomes out of 487,635. So that right there is yourprobability of winning. This is one outcome out of allthe potential outcomes or combinations when you take 60and you choose four from that.

Example:  Lottery probability (video) | Khan Academy (2024)
Top Articles
The Best Cinnamon Rolls You'll Ever Eat | Ambitious Kitchen
Smithsonian Scientists Devise Method to Secure Earth’s Biodiversity on the Moon
Tesla Supercharger La Crosse Photos
Meg 2: The Trench Showtimes Near Phoenix Theatres Laurel Park
Evita Role Wsj Crossword Clue
Mawal Gameroom Download
The Superhuman Guide to Twitter Advanced Search: 23 Hidden Ways to Use Advanced Search for Marketing and Sales
Hilo Hi Craigslist
Price Of Gas At Sam's
National Weather Service Denver Co Forecast
How to Create Your Very Own Crossword Puzzle
Abby's Caribbean Cafe
Kountry Pumpkin 29
Hdmovie2 Sbs
Tripadvisor Napa Restaurants
Jeffers Funeral Home Obituaries Greeneville Tennessee
[PDF] PDF - Education Update - Free Download PDF
Nesb Routing Number
Foolproof Module 6 Test Answers
Hellraiser 3 Parents Guide
Strange World Showtimes Near Savoy 16
Miles City Montana Craigslist
Annapolis Md Craigslist
Miles City Montana Craigslist
Log in or sign up to view
How often should you visit your Barber?
Chapaeva Age
Craigslist Central Il
Lehpiht Shop
Most popular Indian web series of 2022 (so far) as per IMDb: Rocket Boys, Panchayat, Mai in top 10
How to Get Into UCLA: Admissions Stats + Tips
Selfservice Bright Lending
Movies123.Pick
Agematch Com Member Login
Marie Peppers Chronic Care Management
Chs.mywork
20 Best Things to Do in Thousand Oaks, CA - Travel Lens
Cdcs Rochester
Culver's of Whitewater, WI - W Main St
Craigslist Lakeside Az
Www.craigslist.com Waco
5A Division 1 Playoff Bracket
Busted Newspaper Mcpherson Kansas
Portal Pacjenta LUX MED
Truck Works Dothan Alabama
Pixel Gun 3D Unblocked Games
Go Nutrients Intestinal Edge Reviews
Ihop Deliver
Craigslist Free Cats Near Me
Great Clips Virginia Center Commons
Subdomain Finer
Koniec veľkorysých plánov. Prestížna LEAF Academy mení adresu, masívny kampus nepostaví
Latest Posts
Article information

Author: Manual Maggio

Last Updated:

Views: 6083

Rating: 4.9 / 5 (69 voted)

Reviews: 92% of readers found this page helpful

Author information

Name: Manual Maggio

Birthday: 1998-01-20

Address: 359 Kelvin Stream, Lake Eldonview, MT 33517-1242

Phone: +577037762465

Job: Product Hospitality Supervisor

Hobby: Gardening, Web surfing, Video gaming, Amateur radio, Flag Football, Reading, Table tennis

Introduction: My name is Manual Maggio, I am a thankful, tender, adventurous, delightful, fantastic, proud, graceful person who loves writing and wants to share my knowledge and understanding with you.