Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 381 Bytes

File metadata and controls

17 lines (9 loc) · 381 Bytes

Day 2: Basic Probability

https://www.hackerrank.com/challenges/s10-mcq-1

Problem

In this challenge, we practice calculating probability.

Task

In a single toss of 2 fair (evenly-weighted) six-sided dice, find the probability that their sum will be at most 9.

Obs. this is just an question and answer problem in HackerRank.

My Solution