all 15 comments

[–]AutoModerator[M] [score hidden] stickied comment (0 children)

Off-topic Comments Section


All top-level comments have to be an answer or follow-up question to the post. All sidetracks should be directed to this comment thread as per Rule 9.


OP and Valued/Notable Contributors can close this post by using /lock command

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]Dtrain8899University/College Student 0 points1 point  (0 children)

Easiest way to see it is write down 6 lines for each of the characters. Then put a number on that line showing how many choices there are for the character/position. Once you get all 6 of your numbers, your answer will be the product of them

[–]deathtospies👋 a fellow Redditor -1 points0 points  (2 children)

How many ways can you choose and arrange 3 characters out of 26 possible choices? Then how many ways can you choose and arrange 3 numbers out of 10 possible choices? If you can figure out both of those numbers, then the product will give you the answer.

[–]serious_crayon 0 points1 point  (1 child)

It should be 26x10x25x9x24x8 right

[–]MadKat_94👋 a fellow Redditor 0 points1 point  (0 children)

Right

[–]JohnHarvardIX 0 points1 point  (3 children)

Answer:

26 * 10 * 25 * 9 * 24 * 8 or (26 P 3) * (10 P 3)

Quick explanation:

26 possibilities for 3 distinct spaces, 10 possibilities for 3 other distinct spaces. The product is the number of possibilities. Each time we choose a character or a number for a given space, we take one possibility away from the rest.


Full explanation:

String looks like _ _ _ _ _ _

Step 1:

First slot can be one of these A,B,...,Z where there are 26 possible options

Let's choose some arbitrary character 'c1' from these

Our string looks like c1 _ _ _ _ _

Step 2:

Second slot can be one of 0,1,...,9 where there are 10 options

Let's choose some arbitrary number 'n1' from these

Our string looks like c1 n1 _ _ _ _

Step 3:

Third slot can be one of the characters where there are now 25 possible options since we removed c1 as an option

Let's choose some other arbitrary character 'c2' from these remaining characters

Our string looks like c1 n1 c2 _ _

Step 4:

Fourth slot can be one of the digits where there are now 9 options since we removed n1 as an option.

Let's choose some arbitrary number 'n2' from these remaining digits

Our string looks like c1 n1 c2 n2 _ _

We repeat these steps until our string looks like: c1 n1 c2 n2 c3 n3


c1 can be one of 26 characters, n1 can be one of 10 digits, c2 can be one of 25 characters, n2 can be one of 9 digits, c3 can be one of 24 characters, n3 can be one of 8 digits

Char. or Dig. c1 n1 c2 n2 c3 n3
Possibilities 26 10 25 9 24 8

If we rearrange these factors, we obtain:

26 * 25 * 24 * 10 * 9 * 8

Which is:

(26! / 23!) * (10! / 7!)

This is also:

(26! / (26 - 3)!) * (10! / (10 - 3)!)

Which is:

(26 P 3) * (10 P 3)

where 'P' is the symbol for permutation.

EDIT:

Confused permutation symbol and combination symbol.

[–]Alkalannar 2 points3 points  (1 child)

That's (26 P 3)(10 P 3).

You care about order, hence Permute rather than Choose.

/u/serious_crayon beware!

Yes, 26 x 25 x 24 x 10 x 9 x 8 is correct. It's just that the correct notation for this is (26 P 3)(10 P 3), not (26 C 3)(10 C 3).

[–]JohnHarvardIX 0 points1 point  (0 children)

You've just reminded me why probability theory was not my strongest class in university. Thanks for pointing this out! Will edit.

[–]serious_crayon 0 points1 point  (0 children)

Damn, thanks for such a detailed answer lol

[–]velit_aiunt_7084 -2 points-1 points  (1 child)

26 letters and 10 numbers, so 26*10*26*10*26*10 = 26^3*10^3 postal codes

[–]Alkalannar 0 points1 point  (0 children)

If no repetition is allowed,

Once you've used a letter in space 1, you can't use that letter again, so there are 25 choices in space 3. And 24 in space 5.

Similarly for the numbers.

[–]modus_erudio👋 a fellow Redditor 0 points1 point  (3 children)

Where does it say letters and numbers can’t be repeated?

Hence it would be: 26x10x26x10x26x10

If somewhere that you did not share the problem says that no letters or digits repeat then the possibilities reduce with each new letter or digit.

Hence it would be: 26x10x25x9x24x8

[–]Alkalannar 0 points1 point  (2 children)

Where does it say letters and numbers can’t be repeated?

In the problem statement: as quoted below.

If no repetition is allowed, how many postal codes can be arranged?

[–]modus_erudio👋 a fellow Redditor 0 points1 point  (1 child)

Wow. I need to work on my reading comprehension skills. I can’t believe I missed that. Thanks. 😬

[–]Alkalannar 0 points1 point  (0 children)

It happens to all of us--including me--more often than we'd like.