document.write( "Question 69034: Each Morse code symbol for a letter of the alphabet consists of dots(.) and dashes(-). Each symbol contains between 1 and 4 dots or dashes. How many different symbols can be made. \n" ); document.write( "
Algebra.Com's Answer #49146 by josmiceli(19441)![]() ![]() You can put this solution on YOUR website! For a single keystroke, there are 2 possible \n" ); document.write( "(.),(-) \n" ); document.write( "For a double keystroke, there are 4 possible \n" ); document.write( "(..) \n" ); document.write( "(--) \n" ); document.write( "(.-) \n" ); document.write( "(-.) \n" ); document.write( "For 3 keystrokes, ther are 8 possible \n" ); document.write( "(...) \n" ); document.write( "(..-) \n" ); document.write( "(.-.) \n" ); document.write( "(-..) \n" ); document.write( "(---) \n" ); document.write( "(--.) \n" ); document.write( "(-.-) \n" ); document.write( "(.--) \n" ); document.write( "And for 4 keystrokes, there are 16 possible \n" ); document.write( "Without going through all the combinations, there \n" ); document.write( "are 2 choices for the 1st, 2 for the 2nd, 2 for the 3rd, and 2 for the 4th \n" ); document.write( " \n" ); document.write( "To sum the total possible characters \n" ); document.write( " |