Lesson A confusing combinatorial problem on repeating digits in numbers
Algebra
->
Permutations
-> Lesson A confusing combinatorial problem on repeating digits in numbers
Log On
Algebra: Combinatorics and Permutations
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Source code of 'A confusing combinatorial problem on repeating digits in numbers'
This Lesson (A confusing combinatorial problem on repeating digits in numbers)
was created by by
ikleyn(53107)
:
View Source
,
Show
About ikleyn
:
<H2>A confusing combinatorial problem on repeating digits in numbers</H2> <H3>Problem 1</H3>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. <B>Solution</B> In Mathematics, the words " digit is repeated twice " mean the same as " digit is used twice ". <pre> <U>Solve step by step</U> (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[5]^2}}} = 10 ways; a position for B in {{{C[3]^2}}} = 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!/((2!)*2!))}}} = {{{120/(2*2)}}} = 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 <U>ANSWER</U> 30 * 30 = 900. </pre> My other additional lessons on Combinatorics problems in this site are - <A HREF=https://www.algebra.com/algebra/homework/Permutations/Upper-league-combinatorics-problem.lesson>Upper league combinatorics problem</A> - <A HREF=https://www.algebra.com/algebra/homework/Permutations/An-upper-level-problem-on-a-party-of-people-sitting-at-a-round-table.lesson>Upper level problems on a party of people sitting at a round table</A> - <A HREF=https://www.algebra.com/algebra/homework/Permutations/Upper-level-combinatorics-problem-on-subsets-of-a-finite-set.lesson>Upper level combinatorics problem on subsets of a finite set</A> - <A HREF=https://www.algebra.com/algebra/homework/Permutations/Upper-level-combinatorics-problems-on-Inclusion-Exclusion-principle.lesson>Upper level combinatorics problems on Inclusion-Exclusion principle</A> - <A HREF=https://www.algebra.com/algebra/homework/Permutations/This-nice-problem-teaches-to-distinguish-permutations-from-combinations.lesson>This nice problem teaches to distinguish permutations from combinations</A> - <A HREF=https://www.algebra.com/algebra/homework/Permutations/OVERVIEW-of-additional-combinatorics-problems.lesson>OVERVIEW of additional combinatorics problems</A> Use this file/link <A HREF=https://www.algebra.com/algebra/homework/complex/ALGEBRA-II-YOUR-ONLINE-TEXTBOOK.lesson>ALGEBRA-II - YOUR ONLINE TEXTBOOK</A> to navigate over all topics and lessons of the online textbook ALGEBRA-II.