+ Reply to Thread
Results 1 to 3 of 3

Sum multiple probabilities

  1. #1
    Registered User
    Join Date
    08-20-2017
    Location
    New Zealand
    MS-Off Ver
    2016
    Posts
    18

    Sum multiple probabilities

    Hi there,

    My problem is;
    I have a number of cards in a deck (x), with a value between 0 and 7. There may be any number of each value (e.g. 3 cards worth 7, 10 worth 2 etc)
    I draw 4 cards.

    I want to know what the probability is of my total hand value being 0, 1, 2, 3, 4 ...... 28 to be able to then plot it on a graph.

    I started off approaching it by;
    x= total cards in deck
    y= number of cards worth 0
    z= number of cards worth 1

    Probability of total value of 0 =COMBIN(y,4)/COMBIN(x,4)


    However the combinations to get a total hand value of anything beyond 2 or 3 end up becoming huge.

    Any help would be greatly appreciated!
    Last edited by Powkiwi90; 10-13-2019 at 03:04 PM.

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,448

    Re: Sum multiple probabilities

    This question does not pertain to Excel but would rather have it's place on a maths forum?

  3. #3
    Forum Expert
    Join Date
    10-10-2016
    Location
    Sheffield
    MS-Off Ver
    365 and rarely 2016
    Posts
    3,212

    Re: Sum multiple probabilities

    Whilst it is a maths problem, there are 4096 possible combinations so it can be solved in a spreadsheet, by brute force, rather than an elegant formula

    List the combinations
    Work of the probabilities of them occurring
    work out the value of each combination
    Sum all the probabilities when a certain value is the score
    Attached Files Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. how to work out probabilities ?
    By jayb77 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-08-2018, 06:59 PM
  2. Solver - Probabilities
    By Mironz in forum Excel General
    Replies: 23
    Last Post: 04-14-2017, 08:03 AM
  3. Calculating probabilities
    By achterje in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 04-20-2015, 10:24 AM
  4. Probabilities and Excel
    By dita87 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 02-10-2015, 09:57 AM
  5. [SOLVED] Out of multiple probabilities the result needs to be driven from a prioritization table
    By ssanjju in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-03-2015, 03:53 PM
  6. [SOLVED] Probabilities
    By DaxtonAllen in forum Excel General
    Replies: 8
    Last Post: 03-30-2012, 03:10 PM
  7. Probabilities
    By phil2006 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-22-2006, 12:10 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1