in Combinatory retagged by
972 views
1 vote
1 vote

Ten different letters of alphabet are given, words with 5 letters are formed from these given letters. Then, the number of words which have at least one letter repeated is:

  A.

69760

  B.

30240

  C.

99748

  D.

42386

i got ans from the method totol words - no word repeated , but if i want to do with general method means 10*10*9*8*7 *5!/2! + 10*10*10*9*8*5!/3! + 10*10*10*10*9*5!/4! + 10*10*10*10*!0   from this getting different ans where is going wrong ? someone verify pls 

in Combinatory retagged by
by
972 views

2 Answers

1 vote
1 vote
In simple way answer can be calculate as number of words with atleast one letter repeated = total number of words from 10 letters - total number of words without repetition from 10 letters = (10^5) - (10P5) =100000 - (10*9*8*7*6)= 69760

Now as you need the answer using other way we can do the following:

No of ways of selecting with 1 letter repeated only once like A A _ _ _ =  10∗1∗9∗8∗7∗5!/3!∗2!

Following same procedure for 1 letter repeated twice,thrice and four times,

number of ways of repeating 1 letter = (10∗1∗9∗8∗7∗5!/(3!∗2!)) ONCE

+(10∗1∗1∗9∗8∗5!/(2!∗3!)) TWICE

+(10∗1∗1∗1∗9∗5!/(1!∗4!)) THRICE

+(10∗1∗1∗1∗1∗5!/5!) FOUR times

= 58060

Two letters repetition = $\frac{(10*9)}{2!}*8*\frac{5!}{2!*2!} + \frac{(10*9)}{2!}*2*\frac{5!}{3!*2!}$

First factor of sum is 2 letters where each repeated exactly twice in 5 letter word.

Second factor of sum is one of the letters is repeated more than twice and other letter letter is repeated exactly twice in 5 letter word.

which gives answer as 10800+900=11700

58060+11700 = 69760
0 votes
0 votes
No of ways of selecting with 1 letter repeated =  $10 * 1*9*8*7*5! /3!*2!$

Because after selecting a letter, to repeat it again ,there is only one way selecting same letter again.

Following same procedure,

no of ways = $10 * 1*9*8*7*5! /3!*2! + 10*1*1*9*8*5!/2!*3!+10*1*1*1*9*5!/1!*4!+10*1*1*1*1*5!/5!$
edited by

11 Comments

why are taking 1 , and if you take 1 then how its 5!/21 and so on ...
0
0
After choosing a letter, to repeat, there is only one way that is selecting the same letter again. So no of ways to repeat a letter is only 1
0
0
from this we are not getting same ans i think
0
0
@sid121,to take 1 repeated letter,first of all suppose u take any one of 10 characters..right?

now next should be same as previously chosen.How many ways for that?only 1 cuz we want that letter only.

for rest 3,we can go like 9*8*7

and 5! is for arranging 5 letters and 2! is cuz 2 letters are repeated
0
0
We are missing many cases like if two different letters are repeated twice i.e words like aabbc and aabbb. All these cases if considered will add upto correct answer
0
0
ohk , thanks :)
0
0
The first term 10*9*8*7*5*3*4 gives answer 302400 which is bigger than 69760 and all other options. Am I missing something here??
0
0
It must be $10*1*9*8*7*5!/(3!*2!)$
0
0
edited by

One letter repeated total = 58060... from above calculations

Two letters repetition = $\frac{(10*9)}{2!} *8*\frac{5!}{2!*2!} + \frac{(10*9)}{2!} *2*\frac{5!}{3!*2!}$

First factor of sum is Each letter repeated exactly twice in 5 letter word.

Second factor of sum is one of the letters is repeated more than twice in 5 letter word.

which gives answer as 10800+900=11700

58060+11700 = 69760.

Add this in the answer if u find no mistake in this @venkat_sirvisetti

0
0
Are u considering cases when all letters are repeated and 4 letters are repeated like aaaaa, aaaab etc?
0
0
Case aaaaa is already considered in ur answer in term 10*1*1*1*1*5!/5!

Case aaaab is also considered in ur answer in term 10*1*1*1*9*5!/(1!*4!)

Hence these cases are included in the count 58060
0
0

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true