You can put this solution on YOUR website! Roll a fair die. What is the probability of obtaining a number less than 3?
----------------------
# of ways to succeed: 2
# of possible outcomes: 6
----------------
P(x<3) = 2/6 = 1/3
=====================
Cheers,
Stan H.