document.write( "Question 174791: If a telephone network is designed to carry N telephone calls simultaneously, then the number of switches needed per call must be at least log_2 N. If the network can carry 10,000 calls simultaneously, how many switches would be needed:
\n" );
document.write( "a) For one call?
\n" );
document.write( "b) For 10,000 simultaneous calls?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #129879 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! If a telephone network is designed to carry N telephone calls simultaneously, then the number of switches needed per call must be at least log_2 N. If the network can carry 10,000 calls simultaneously, how many switches would be needed: \n" ); document.write( "a) For one call? \n" ); document.write( "log(base2) 1 = 0 switches. \n" ); document.write( "------------------------------ \n" ); document.write( "b) For 10,000 simultaneous \n" ); document.write( "log(base2) 10000 = log[10,000]/log[2} = 13.28 \n" ); document.write( "Rounding up you get 14 switches. \n" ); document.write( "==================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |