document.write( "Question 104933: A sales representative calls on four hospitals. It is immaterial what order he calls them. how many ways can he organize his calls?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #76378 by checkley75(3666)![]() ![]() ![]() You can put this solution on YOUR website! For the first call he has 4 choices. \n" ); document.write( "For the next call he has 3 choices. \n" ); document.write( "For the next call he has 2 choices. \n" ); document.write( "For the last call he has 1 choice. \n" ); document.write( "now multiply these choices: \n" ); document.write( "5*4*3*2*1=120 are the possible choices he has. \n" ); document.write( " \n" ); document.write( " |