SOLUTION: Let us assume a lottery draws 6 balls with numbers on them. Each ball can be numbered from 1-10. How do we calculate these odds?
Algebra ->
Probability-and-statistics
-> SOLUTION: Let us assume a lottery draws 6 balls with numbers on them. Each ball can be numbered from 1-10. How do we calculate these odds?
Log On
Question 549971: Let us assume a lottery draws 6 balls with numbers on them. Each ball can be numbered from 1-10. How do we calculate these odds? Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! Let us assume a lottery draws 6 balls with numbers on them. Each ball can be numbered from 1-10. How do we calculate these odds?
-----
# of sets of 6 numbers: 10C6 = 210
----
# of winning sets: 1
---
P(win) = 1/210
---
P(lose) = 209/210
----
Odds of winning: 1:209
Odds of losing: 209:1
==========================
Cheers,
Stan H.
==============