From charlesreid1

(Created page with "=The Zeta Monogram= Mrs. and Mrs. Zeta are expecting a new (gender-neutral) baby. They wish to name their baby such that the baby's monogram (first initial, middle initial, l...")
 
m (Admin moved page 52 Challenge Problems/4/Solution to FMM4)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
=The Zeta Monogram=
{{FMM
|title=The Zeta Monogram
|problem=


Mrs. and Mrs. Zeta are expecting a new (gender-neutral) baby. They wish to name their baby such that the baby's monogram (first initial, middle initial, last initial) is in alphabetical order with no letter repeated. (For example, ABZ is a valid monogram, but BBZ and QBZ are not.) How many possible monograms are there?
Mrs. and Mrs. Zeta are expecting a new (gender-neutral) baby. They wish to name their baby such that the baby's monogram (first initial, middle initial, last initial) is in alphabetical order with no letter repeated. (For example, ABZ is a valid monogram, but BBZ and QBZ are not.) How many possible monograms are there?


 
|solution=
==Answer==


The Zeta family wants little baby Zeta to have a monogram (first initial, middle initial, last initial) that is alphabetical with no letters repeated. The last letter of the monogram must be Z. If the first letter is A, that leaves 26 - 2 = 24 possible letters, ABZ, ACZ, etc. If the first letter is B, that leaves 23 possible letters, BCZ, BDZ, etc. If we repeat this for all possibilities we will get 24 + 23 + 22 + ...  
The Zeta family wants little baby Zeta to have a monogram (first initial, middle initial, last initial) that is alphabetical with no letters repeated. The last letter of the monogram must be Z. If the first letter is A, that leaves 26 - 2 = 24 possible letters, ABZ, ACZ, etc. If the first letter is B, that leaves 23 possible letters, BCZ, BDZ, etc. If we repeat this for all possibilities we will get 24 + 23 + 22 + ...  
Line 10: Line 11:
Using the formula n(n+1)/2 we can see that 24 + 23 + ... = 24*25/2 = 300
Using the formula n(n+1)/2 we can see that 24 + 23 + ... = 24*25/2 = 300


 
}}
 
{{ChallengeProblemsFlag}}

Latest revision as of 22:09, 16 November 2019

Friday Morning Math Problem

The Zeta Monogram

Mrs. and Mrs. Zeta are expecting a new (gender-neutral) baby. They wish to name their baby such that the baby's monogram (first initial, middle initial, last initial) is in alphabetical order with no letter repeated. (For example, ABZ is a valid monogram, but BBZ and QBZ are not.) How many possible monograms are there?

Solution
The Zeta family wants little baby Zeta to have a monogram (first initial, middle initial, last initial) that is alphabetical with no letters repeated. The last letter of the monogram must be Z. If the first letter is A, that leaves 26 - 2 = 24 possible letters, ABZ, ACZ, etc. If the first letter is B, that leaves 23 possible letters, BCZ, BDZ, etc. If we repeat this for all possibilities we will get 24 + 23 + 22 + ... Using the formula n(n+1)/2 we can see that 24 + 23 + ... = 24*25/2 = 300

Flags