document.write( "Question 643927: 1. a committee of 5 is to be selected from 10 seniors and 15 juniors. what is the probability that the committee is to consist of at most juniors?
\n" );
document.write( "2. a number of 2 different digits is to be formed from the digits 1, 2 ,3, 4, and 5. determine the probability of each of the following events:
\n" );
document.write( "a. the no. is odd
\n" );
document.write( "b. no is greater than 25 \n" );
document.write( "
Algebra.Com's Answer #404730 by stanbon(75887) ![]() You can put this solution on YOUR website! 1. a committee of 5 is to be selected from 10 seniors and 15 juniors. what is the probability that the committee is to consist of at most juniors? \n" ); document.write( "--- \n" ); document.write( "# of ways to succeed: 15C5 \n" ); document.write( "# of random outcomes: 25C5 \n" ); document.write( "Ans: (15C5)/(25C5) = 0.3176 \n" ); document.write( "========================================= \n" ); document.write( "2. a number of 2 different digits is to be formed from the digits 1, 2 ,3, 4, and 5. determine the probability of each of the following events: \n" ); document.write( "a. the no. is odd \n" ); document.write( "# of ways to succeed: 5*3 = 15 \n" ); document.write( "# of random outcomes: 5*5 = 25 \n" ); document.write( "Ans: 15/25 = 3/5 \n" ); document.write( "----------------------------------- \n" ); document.write( "b. no is greater than 25 \n" ); document.write( "# of ways to succeed: 2*5 = 10 \n" ); document.write( "# of random outcomes: 5*5 = 25 \n" ); document.write( "Ans: 10/25 = 2/5 \n" ); document.write( "==================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=============== \n" ); document.write( " \n" ); document.write( " |