--- title: "Dice Problems" type: "article" slug: "dice-problems" url: "http://localhost/article/dice-problems/" markdown_url: "http://localhost/article/dice-problems.md" published_at: "2025-07-12T01:40:43+00:00" modified_at: "2025-07-12T01:40:43+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "I've been interested in dice mathematically for years. In wargaming, you win or lose based on the results of a 6-sided die. A role-playing game that I used to tinker with used multiple 6-sided die instead of multiple-sided dice. Back then I wanted to determine a percentile based on a two-die roll. I wrote a…" category: - name: "ZXzine" slug: "zxzine" taxonomy: "category" url: "http://localhost/category/periodicals/zxzine/" post_tag: - name: "TS 1000" slug: "ts1000" taxonomy: "post_tag" url: "http://localhost/tag/ts1000/" model: - name: "Timex/Sinclair 1000" slug: "ts-1000" taxonomy: "model" url: "http://localhost/model/ts-1000/" indiv: - name: "Tim Swenson" slug: "tim-swenson" taxonomy: "indiv" url: "http://localhost/indiv/tim-swenson/" publication_r: id: 38051 title: "ZXzine" type: "periodical" url: "http://localhost/periodical/zxzine/" authors_r: - name: "Tim Swenson" slug: "tim-swenson" taxonomy: "indiv" url: "http://localhost/indiv/tim-swenson/" issue: "12" issues_articles: - id: 60034 title: "ZXzine Issue 12" type: "issue" url: "http://localhost/issue/zxzine-issue-12/" pages: "2-4" pubdate: "July 2025" archive_link: false --- # Dice Problems I’ve been interested in dice mathematically for years. In wargaming, you win or lose based on the results of a 6-sided die. A role-playing game that I used to tinker with used multiple 6-sided die instead of multiple-sided dice. Back then I wanted to determine a percentile based on a two-die roll. I wrote a BASIC program on the ZX81 to roll all of the different combinations and add up the dice. I could then say that there is a X% chance of rolling a 10 or less.