Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 68
Default Probability of dice throws

I want to use Excel to calculate an odd set of probabilities.
Let's say I'm rolling a number of six-sided dice: anywhere from 3 to 12.
Given that I know the highest die is, say, 4, how do I calculate the
probability of the lowest die being 1, 2, 3, or even 4?

Can anyone supply the process I need to achieve this?
I've posted this in programming because I plan to write a macro to output
the probalities of each of the 36 combinations of high and low dice (1,1
to 6,6).

Darren
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 983
Default Probability of dice throws

If you are just looking for the probablity of the sum of an ygiven throw it
looks like this
Sum Probability
2 1
3 2
4 3
5 4
6 5
7 6
8 5
9 4
10 3
11 2
12 1

HTH

"Darren Hill" wrote:

I want to use Excel to calculate an odd set of probabilities.
Let's say I'm rolling a number of six-sided dice: anywhere from 3 to 12.
Given that I know the highest die is, say, 4, how do I calculate the
probability of the lowest die being 1, 2, 3, or even 4?

Can anyone supply the process I need to achieve this?
I've posted this in programming because I plan to write a macro to output
the probalities of each of the 36 combinations of high and low dice (1,1
to 6,6).

Darren

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I mimic random dice rolls in a sheet Markv Excel Discussion (Misc queries) 5 June 12th 08 09:10 AM
Entering only 2 values out of 3 - throws up message as false Beena K Excel Worksheet Functions 2 April 24th 08 08:33 AM
Chart.Export throws COMException (0x800A03EC) Benchmark Developmer Charts and Charting in Excel 0 August 30th 07 05:40 PM
Probabilities, random numbers and dice throws Galamdring Excel Worksheet Functions 2 July 21st 05 03:01 PM
Format statement no longer throws an error PF[_2_] Excel Programming 6 March 4th 04 02:44 PM


All times are GMT +1. The time now is 07:59 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"