Menu
News
All News
Dungeons & Dragons
Level Up: Advanced 5th Edition
Pathfinder
Starfinder
Warhammer
2d20 System
Year Zero Engine
Industry News
Reviews
Dragon Reflections
White Dwarf Reflections
Columns
Weekly Digests
Weekly News Digest
Freebies, Sales & Bundles
RPG Print News
RPG Crowdfunding News
Game Content
ENterplanetary DimENsions
Mythological Figures
Opinion
Worlds of Design
Peregrine's Nest
RPG Evolution
Other Columns
From the Freelancing Frontline
Monster ENcyclopedia
WotC/TSR Alumni Look Back
4 Hours w/RSD (Ryan Dancey)
The Road to 3E (Jonathan Tweet)
Greenwood's Realms (Ed Greenwood)
Drawmij's TSR (Jim Ward)
Community
Forums & Topics
Forum List
Latest Posts
Forum list
*Dungeons & Dragons
Level Up: Advanced 5th Edition
D&D Older Editions
*TTRPGs General
*Pathfinder & Starfinder
EN Publishing
*Geek Talk & Media
Search forums
Chat/Discord
Resources
Wiki
Pages
Latest activity
Media
New media
New comments
Search media
Downloads
Latest reviews
Search resources
EN Publishing
Store
EN5ider
Adventures in ZEITGEIST
Awfully Cheerful Engine
What's OLD is NEW
Judge Dredd & The Worlds Of 2000AD
War of the Burning Sky
Level Up: Advanced 5E
Events & Releases
Upcoming Events
Private Events
Featured Events
Socials!
EN Publishing
Twitter
BlueSky
Facebook
Instagram
EN World
BlueSky
YouTube
Facebook
Twitter
Twitch
Podcast
Features
Top 5 RPGs Compiled Charts 2004-Present
Adventure Game Industry Market Research Summary (RPGs) V1.0
Ryan Dancey: Acquiring TSR
Q&A With Gary Gygax
D&D Rules FAQs
TSR, WotC, & Paizo: A Comparative History
D&D Pronunciation Guide
Million Dollar TTRPG Kickstarters
Tabletop RPG Podcast Hall of Fame
Eric Noah's Unofficial D&D 3rd Edition News
D&D in the Mainstream
D&D & RPG History
About Morrus
Log in
Register
What's new
Search
Search
Search titles only
By:
Forums & Topics
Forum List
Latest Posts
Forum list
*Dungeons & Dragons
Level Up: Advanced 5th Edition
D&D Older Editions
*TTRPGs General
*Pathfinder & Starfinder
EN Publishing
*Geek Talk & Media
Search forums
Chat/Discord
Menu
Log in
Register
Install the app
Install
Community
General Tabletop Discussion
*TTRPGs General
Ability points PC vs. NPCs
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="frisbeet" data-source="post: 1979873" data-attributes="member: 10287"><p>Remarkably close, but not exactly. And as with anything in mathematics, not exactly is not correct. Here's why it seems correct, but isn't.</p><p></p><p>You're summing probabilities.</p><p></p><p>6 * 1/216 = 1/216 + 1/216 + 1/216 + 1/216 + 1/216 + 1/216</p><p></p><p>Summing probabilities is appropriate when you've got an OR condition. The P(something happening) which depends on either thing 1 happening <em>or</em> thing 2 happening = P(thing1) + P(thing2). (Compare to the AND probability theorem in my original post, which multiplies. These two laws of probability are somewhat intuitive but are hard to prove here; take them on faith).</p><p></p><p>So your sum reflects the P(getting an 18 Str, OR getting an 18 Dex, OR getting an 18 Con, etc.). It doesn’t consider the P(two 18s), or P(three 18s), etc. It’s pretty close, however, because the probabilities for two or more 18s are more remote.</p><p></p><p>A more detailed analysis (please god, stop now) Let</p><p></p><p>P(one 18, but not more) = P(rolling an 18) x P(rolling a 17 or less)^5</p><p>P(two 18s, but not more) = P(rolling an 18)^2 x P(rolling a 17 or less)^4</p><p>P(three 18s, but not more) = P(rolling an 18)^3 x P(rolling a 17 or less)^3</p><p>P(four 18s, but not more) = P(rolling an 18)^4 x P(rolling a 17 or less)^2</p><p>P(five 18s, but not more) = P(rolling an 18)^5 x P(rolling a 17 or less)^1</p><p>P(six 18s) = P(rolling an 18)^6</p><p></p><p>From the AND theorem, we see it’s appropriate to multiply P(18)^n by P(<18)^(6-n) for any particular P(n 18s, but not more).</p><p></p><p>From the OR probability theorem, P(at least one 18) = P(one 18, b.n.m.) + P(two 18s, b.n.m.) + P(three 18s, b.n.m.) + P(four 18s, b.n.m) + P(five 18s, b.n.m.) + P(six 18s), since any one of these results satisfies “at least one 18”, but to the exclusion of any of these other results.</p><p></p><p>There’s just one little problem. While P(one 18, b.n.m.) is correct as written for the case of rolling an 18 Str, <18 all other attributes (= 1/216 x (215/216)^5), it doesn’t factor in other ways of rolling one 18, b.n.m. The case of P(at least one 18), because of the OR condition, must take into account <strong>all</strong> possible results which satisfy “at least one 18”. I could have also rolled 18 Dex, <18 all other attributes. Since we’re summing all individual P(n 18, b.n.m.)s, it’s a bit quicker multiplying P(n 18, b.n.m.) by the number of ways of combining <em>n</em> 18s with 6 - <em>n</em> < 18 results. Introducing Combinatorics. I won’t derive anything, but take it on faith that the set of P(n 18, b.n.m.)s above is better written as:</p><p></p><p>P(one 18, but not more) = P(18) x P(<18)^5 x COMB(6,1)</p><p>P(two 18s, but not more) = P(18)^2 x P(<18)^4 x COMB(6,2)</p><p>P(three 18s, but not more) = P(18)^3 x P(<18)^3 x COMB(6,3)</p><p>P(four 18s, but not more) = P(18)^4 x P(<18)^2 x COMB(6,4)</p><p>P(five 18s, but not more) = P(18)^5 x P(<18)^1 x COMB(6,5)</p><p>P(six 18s) = P(rolling an 18)^6 x COMB(6,6)</p><p></p><p>where COMB(a,b) = a!/(b! x (a-b)!).</p><p></p><p>Then P(at least one 18) = P(18) x P(<18)^5 x 6 + P(18)^2 x P(<18)^4 x 15 + P(18)^3 x P(<18)^3 x 20 + P(18)^4 x P(<18)^2 x 15 + P(18)^5 x P(<18) x 6 + P(18)^6</p><p></p><p>Factor out P(18) x 6. Substitute 1/216 for P(18) and (215/216) for P(<18). Then</p><p></p><p>P(at least one 18) = P(18) x 6 x [(215/216)^5 + 1/216 x (215/216)^4 x 2.5 + (1/216)^2 x (215/216)^3 x 3.33 + (1/216)^3 x (215/216)^2 x 2.5 + (1/216)^4 x (215/216) + (1/216)^5]</p><p></p><p>Yuck. Simplify. Let 215/216 = 1, which it almost does. Let 1/216 = 0.0046, which it almost does. Then</p><p></p><p>P(at least one 18) = P(18) x 6 x [1 + 0.0046 x 1 x 2.5 + 0.000021 x 1 x 3.33 + 0.000000099 x 1 x 2.5 + 0.00000000046 x 1 + 0.0000000000021]</p><p></p><p>I hope you can see that the dominant term is 1. Then P(at least one 18) very nearly = P(18) x 6 x 1, or 6 x 1/216, as you’ve suggested.</p><p></p><p>Wow, that was fun.</p><p></p><p>Edit: And if you add everything up:</p><p></p><p>P(at least one 18) = 1/216 x 6 x [(215/216)^5 + (1/216) x (215/216)^4 x 2.5 + (1/216)^2 x (215/216)^3 x 3.33333 + (1/216)^3 x (215/216)^2 x 2.5 + (1/216)^4 x (215/216) + (1/216)^5] = 0.0274582534226626,</p><p></p><p>which I've shown before is exactly = 1 - (215/216)^6.</p><p></p><p>I'd say that's simpler.</p></blockquote><p></p>
[QUOTE="frisbeet, post: 1979873, member: 10287"] Remarkably close, but not exactly. And as with anything in mathematics, not exactly is not correct. Here's why it seems correct, but isn't. You're summing probabilities. 6 * 1/216 = 1/216 + 1/216 + 1/216 + 1/216 + 1/216 + 1/216 Summing probabilities is appropriate when you've got an OR condition. The P(something happening) which depends on either thing 1 happening [I]or[/I] thing 2 happening = P(thing1) + P(thing2). (Compare to the AND probability theorem in my original post, which multiplies. These two laws of probability are somewhat intuitive but are hard to prove here; take them on faith). So your sum reflects the P(getting an 18 Str, OR getting an 18 Dex, OR getting an 18 Con, etc.). It doesn’t consider the P(two 18s), or P(three 18s), etc. It’s pretty close, however, because the probabilities for two or more 18s are more remote. A more detailed analysis (please god, stop now) Let P(one 18, but not more) = P(rolling an 18) x P(rolling a 17 or less)^5 P(two 18s, but not more) = P(rolling an 18)^2 x P(rolling a 17 or less)^4 P(three 18s, but not more) = P(rolling an 18)^3 x P(rolling a 17 or less)^3 P(four 18s, but not more) = P(rolling an 18)^4 x P(rolling a 17 or less)^2 P(five 18s, but not more) = P(rolling an 18)^5 x P(rolling a 17 or less)^1 P(six 18s) = P(rolling an 18)^6 From the AND theorem, we see it’s appropriate to multiply P(18)^n by P(<18)^(6-n) for any particular P(n 18s, but not more). From the OR probability theorem, P(at least one 18) = P(one 18, b.n.m.) + P(two 18s, b.n.m.) + P(three 18s, b.n.m.) + P(four 18s, b.n.m) + P(five 18s, b.n.m.) + P(six 18s), since any one of these results satisfies “at least one 18”, but to the exclusion of any of these other results. There’s just one little problem. While P(one 18, b.n.m.) is correct as written for the case of rolling an 18 Str, <18 all other attributes (= 1/216 x (215/216)^5), it doesn’t factor in other ways of rolling one 18, b.n.m. The case of P(at least one 18), because of the OR condition, must take into account [B]all[/B] possible results which satisfy “at least one 18”. I could have also rolled 18 Dex, <18 all other attributes. Since we’re summing all individual P(n 18, b.n.m.)s, it’s a bit quicker multiplying P(n 18, b.n.m.) by the number of ways of combining [I]n[/I] 18s with 6 - [I]n[/I] < 18 results. Introducing Combinatorics. I won’t derive anything, but take it on faith that the set of P(n 18, b.n.m.)s above is better written as: P(one 18, but not more) = P(18) x P(<18)^5 x COMB(6,1) P(two 18s, but not more) = P(18)^2 x P(<18)^4 x COMB(6,2) P(three 18s, but not more) = P(18)^3 x P(<18)^3 x COMB(6,3) P(four 18s, but not more) = P(18)^4 x P(<18)^2 x COMB(6,4) P(five 18s, but not more) = P(18)^5 x P(<18)^1 x COMB(6,5) P(six 18s) = P(rolling an 18)^6 x COMB(6,6) where COMB(a,b) = a!/(b! x (a-b)!). Then P(at least one 18) = P(18) x P(<18)^5 x 6 + P(18)^2 x P(<18)^4 x 15 + P(18)^3 x P(<18)^3 x 20 + P(18)^4 x P(<18)^2 x 15 + P(18)^5 x P(<18) x 6 + P(18)^6 Factor out P(18) x 6. Substitute 1/216 for P(18) and (215/216) for P(<18). Then P(at least one 18) = P(18) x 6 x [(215/216)^5 + 1/216 x (215/216)^4 x 2.5 + (1/216)^2 x (215/216)^3 x 3.33 + (1/216)^3 x (215/216)^2 x 2.5 + (1/216)^4 x (215/216) + (1/216)^5] Yuck. Simplify. Let 215/216 = 1, which it almost does. Let 1/216 = 0.0046, which it almost does. Then P(at least one 18) = P(18) x 6 x [1 + 0.0046 x 1 x 2.5 + 0.000021 x 1 x 3.33 + 0.000000099 x 1 x 2.5 + 0.00000000046 x 1 + 0.0000000000021] I hope you can see that the dominant term is 1. Then P(at least one 18) very nearly = P(18) x 6 x 1, or 6 x 1/216, as you’ve suggested. Wow, that was fun. Edit: And if you add everything up: P(at least one 18) = 1/216 x 6 x [(215/216)^5 + (1/216) x (215/216)^4 x 2.5 + (1/216)^2 x (215/216)^3 x 3.33333 + (1/216)^3 x (215/216)^2 x 2.5 + (1/216)^4 x (215/216) + (1/216)^5] = 0.0274582534226626, which I've shown before is exactly = 1 - (215/216)^6. I'd say that's simpler. [/QUOTE]
Insert quotes…
Verification
Post reply
Community
General Tabletop Discussion
*TTRPGs General
Ability points PC vs. NPCs
Top