You can put this solution on YOUR website! what is the probability of tossing two number cubes labeled 1-6 and getting a sum of 5 or less
----
winning combinations:
1/1
1/2;2/1
1/4;2/3;3/2;4/1
-----
# of winning combinations: 7
# of possible outcomes: 36
----
P(sum of 5 or less) = 7/36
=============================
Cheers,
Stan H.