64.2k views
5 votes
Use the Counting Principle to find the probability of choosing the 6 winning lottery numbers when the numbers are chosen at random from 0 to 9.

User Meryle
by
5.7k points

2 Answers

2 votes

Answer:

How many ways can 6 numbers be chosen from 10?

combinations = n! / r! *(n-r)!

combinations = 10! / (6! * 4!)

combinations = 10 * 9 * 8 * 7 * 6! / (6! * 4!)

combinations = 10 * 9 * 8 * 7 / 4 * 3 * 2* 1

combinations = 10 * 3 * 7

combinations = 210

So the probability is 1 / 210 or 0.0047619048



Explanation:


User Keith Coughtrey
by
5.1k points
0 votes

Answer: 210

Explanation:

choose 6 numbers out of 10:

₁₀C₆ =
(10!)/((10-6)!(6)!)

=
(10*9*8*7*6!)/((4)!(6)!)

=
(10*9*8*7)/((4)!)

=
(10*9*8*7)/(4*3*2)

= 10 * 3 * 7

= 210


User Cellik
by
5.7k points