Lesson A confusing combinatorial problem on repeating digits in numbers

Algebra ->  Permutations -> Lesson A confusing combinatorial problem on repeating digits in numbers      Log On


   


This Lesson (A confusing combinatorial problem on repeating digits in numbers) was created by by ikleyn(53107) About Me : View Source, Show
About ikleyn:

A confusing combinatorial problem on repeating digits in numbers


Problem 1

What is the number of different five-digit numbers that can be formed
from the set   S = {2,3,4,5,6}   such that one digit is repeated twice and another digit is repeated twice.

Solution

In  Mathematics,  the words  " digit is repeated twice "  mean the same as  " digit is used twice ".

           Solve step by step


(a)  Let's consider more simple problem first:

         Given three different symbols A, B and C as an alphabet, 
         how many different 5-symbol words can be formed
         such that symbol A is used twice, symbol B is used twice 
         and symbol C is used once?


         For this problem, we can select a position for A in  C%5B5%5D%5E2 = 10 ways;
                                         a position for B in  C%5B3%5D%5E2 = 3 ways;
                                         then C occupies the remaining 5th position, at no choice.

         So, for this problems, there are 10*3 = 30 different words.

         This outcome is the same as if you use well known formula for repeating letters

             5%21%2F%28%282%21%29%2A2%21%29%29 = 120%2F%282%2A2%29 = 120/4}}} = 30.



(b)  Now, returning to the given problem, we can assign any of 5 possible digit to A;
                                                        any of remaining 4 digits to B,
                                                    and any of remaining 3 digits to C.
  

     It gives 5*4*3 = 60 different choices for assigning; but for us, the pairs 
     (A=2,B=3) and (B=2,A=3) lead to identical undistinguishable numbers.


     Therefore, this number 60 we should divide by 2 and take 60/2 = 30.



(c)  Now the final step to complete the solution is to multiply 30 from (a) by 30 from (b)

     getting the  ANSWER  30 * 30 = 900.


My other additional lessons on Combinatorics problems in this site are
    - Upper league combinatorics problem
    - Upper level problems on a party of people sitting at a round table
    - Upper level combinatorics problem on subsets of a finite set
    - Upper level combinatorics problems on Inclusion-Exclusion principle
    - This nice problem teaches to distinguish permutations from combinations
    - OVERVIEW of additional combinatorics problems

Use this file/link  ALGEBRA-II - YOUR ONLINE TEXTBOOK  to navigate over all topics and lessons of the online textbook  ALGEBRA-II.


This lesson has been accessed 724 times.