
Stephen C. answered 08/20/19
SAT Math, Algebra, Trig, PreCalc Tutor
I'm going to (mis)use the term "alphanumeric character" to cover "letters, numbers, or symbols".
I'll use the term dot-dash to mean either a dot or a dash.
How many alphanumeric characters could be represented with one dot-dash character? 2 (a single dot or a single dash).
How many alphanumerics could be represented with one or two dot-dashes? 2 + 4 (single dot, single dash, dot-dot, dash-dash, dot-dash, and dash-dot).
How many alphanumerics could be represented with one, two, or three dot-dashes? 2 + 4 + 8 (single dot, single dash, dot-dot, dash-dash, dot-dash, dash-dot, dot-dot-dot, dash-dash-dash, ...)
What dot-dash word length do you think is necessary to represent the alphabet and all single digit numbers?
Looks like a dot-dash word length of 5 dot-dashes should do it: that would give 2 + 4 + 8 + 16 + 32 = 62 different possibilities, and there are only 36 alpha + digit values to be represented (assuming that they don't have upper/lower case in Morse code).
Is this a permutation or combination question? I would say permutation, since the the dot-dash sequences definitely have a particular order. dot-dash-dash represents a different alphanumeric character than dash-dot-dash.