How many different 3 digit numbers can you make?
How many different 3 digit numbers can you make from the digits 1, 1 and 3? You can use each digit as many times as you like.
Want practice that adjusts to your level as you improve? Try ElevenEdge— adaptive 11+ questions built for exactly this.
Well, for the first method, we can count the number of numbers that we can make:
ReplyDelete113
131
311
For the second method, we can use combinatorics. As we know from other questions, if each number was different, then there would be 3! numbers or 6 numbers. Since, they are different then we need to do 6/2 = 3.
As you can see, we got three for both answers.