197k views
2 votes
How many "words" can be written using exactly five A's and no more than three B's (and no other letters)?

2 Answers

1 vote

Answer:

84

Explanation

Case 1: Five A's and One B

Total number of letters = 6

Total number of words possible = 6

Case 2: Five A's and Two B's

Total number of letters = 7

Total number of words possible = 21

Case 3: Five A's and Three B's

Total number of letters = 8

Total number of words possible = 56

Case 4: Five A's and no B's

Total number of letters = 5

Total number of words possible = 1

Total number of possible words will be the sum of all three cases.

Therefore, the total number of words that can be written using exactly five A's and no more than three B's (and no other letters) are 1+6 + 21 + 56 = 84

User Bojan Dimovski
by
5.9k points
7 votes

This is a problem of Permutations. We have 3 cases depending on the number of B's. Since no more than three B's can be used we can use either one, two or three B's at a time.

Case 1: Five A's and One B

Total number of letters = 6

Total number of words possible =
(6!)/(5!*1!)=6

Case 2: Five A's and Two B's

Total number of letters = 7

Total number of words possible =
(7!)/(5!*2!)=21

Case 3: Five A's and Three B's

Total number of letters = 8

Total number of words possible =
(8!)/(5!*3!)=56

Total number of possible words will be the sum of all three cases.

Therefore, the total number of words that can be written using exactly five A's and no more than three B's (and no other letters) are 6 + 21 + 56 = 83

User Null Set
by
6.5k points