document.write( "Question 1037236: Morse code is based on a series of dots and dashes, or as bursts of light (which may be short or long).
\n" );
document.write( " a) How many letters can be coded by:
\n" );
document.write( "• a single burst?
\n" );
document.write( "• two bursts?
\n" );
document.write( "• three bursts?
\n" );
document.write( "• four bursts?
\n" );
document.write( " b) How many characters, in total, can be coded, by up to and including five bursts?
\n" );
document.write( " c) How many bursts would be needed to code 100 characters?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #651965 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Morse code is based on a series of dots and dashes, or as bursts of light (which may be short or long). \n" ); document.write( " a) How many letters can be coded by: \n" ); document.write( "• a single burst? \n" ); document.write( "2, long or short \n" ); document.write( "------ \n" ); document.write( "• two bursts? \n" ); document.write( "4 \n" ); document.write( "All the others are 2^n where n = # of bursts \n" ); document.write( "• three bursts? \n" ); document.write( "• four bursts? \n" ); document.write( " b) How many characters, in total, can be coded, by up to and including five bursts? \n" ); document.write( "2^1 + 2^2 + 2^3 + 2^4 + 2^5 \n" ); document.write( "--- \n" ); document.write( " c) How many bursts would be needed to code 100 characters? \n" ); document.write( "7 if all characters have the same # of bursts. \n" ); document.write( "6 if any # can be used. \n" ); document.write( " \n" ); document.write( " |