document.write( "Question 1129408: a. A company has 25 members in its marketing department. How many ways can they
\n" );
document.write( "randomly select 4 members to go to an event in Hawaii?\r
\n" );
document.write( "\n" );
document.write( "b. The company will also send 3 members to an event in New York. How many ways
\n" );
document.write( "can they select 3 members to go to New York if the events in Hawaii and New York
\n" );
document.write( "occur at the same time? \n" );
document.write( "
Algebra.Com's Answer #746016 by itxmenaved(3) You can put this solution on YOUR website! A. 25C4 (for 25 members 4 can be randomly slected) \r \n" ); document.write( "\n" ); document.write( "B. now from 25 members 4 for hawaii 25C4 and from rest of 21 21C3 3 drawn randomly then total are 25C4*21C3 \n" ); document.write( " |