Please help me!! i don't know how resolve this problem. This is exercise from permutations in my school. hope you guys can help me :)
Tell me more
×
Mathematics Stack Exchange is a question and answer site for
people studying math at any level and professionals in related fields. It's 100% free, no registration required.
|
|
all permutations with repetitions of order 2 from set $\{1,3,5,7,9\}$are $$11,13,31,33,15,51,55,17,71,77,19,91,99$$ $$35,53,37,73,39,93$$ $$57,75,59,95$$ $$79,97$$ |
||||
|
|
|
You need to construct all 2-digit number by $\{1,3,5,7,9\}$ so for first digit you have $5$ number, that can select, and for the second too. |
|||
|
|
|
Any number between $10,100$ is a two digit number. What is the number of ordered pairs that are made up using elements in the set $\{1,3,5,7,9\}$ ? |
|||
|
|
|
nPr will give you the answer => correct me if i am wrong, I learned probability some 7 years back :) here n= 5 {1,3,5,7,9} and r= 2 Correction : nPr + n Will be the answer |
|||||||||||||
|
