|
||||||||||||
|
||||||||||||
| ||||||||||||
Meghan, you first need to count the total numbers of ways to pick 3 numbers (10C3) and then subtract off that the number of 'bad' combinations that have two consecutive numbers. This last part is a bit tricky. One approach is to first pick two consecutive numbers (in how many ways?) and then pick a 3rd number from the rest; the result is a combination with at least two consecutive numbers. But, for example, if you picked 45 say, and then picked 6 you'll notice that you end up with the same 'bad' triple as if you'd first picked 56 and then picked the 4. So, you can easily end up counting the same triple twice and we don't want to do that. How often does this happen? When you have 3 consecutive numbers as your triple. How many of these are there? Thus you need: [total number of triples] -( [triples with at least 2 consecutive] - [triples with 3 consecutive]) = [total number of triples] - [triples with at least 2 consecutive] + [triples with 3 consecutive]. Penny | ||||||||||||
|
||||||||||||
Math Central is supported by the University of Regina and The Pacific Institute for the Mathematical Sciences. |