Skip to content

Latest commit

 

History

History
 
 

day-2-basic-probability

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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