document.write( "Question 93691This question is from textbook
\n" );
document.write( ": A number is drawn at random from the numbers 1 through 20. The probability the number is a multiple of 3 is:\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "A box contains 4 red and 5 green balls. Three balls are drawn. The probability 2 red and 1 green are drawn is:
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #68245 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A number is drawn at random from the numbers 1 through 20. The probability the number is a multiple of 3 is: \n" ); document.write( "Multiples of 3 are 3,6,9,12,15,18 \n" ); document.write( "Prob(condition stated) = 6/20 = 3/10 \n" ); document.write( "--------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "A box contains 4 red and 5 green balls. Three balls are drawn. The probability 2 red and 1 green are drawn is: \n" ); document.write( "# of ways to get 2 red = 4C2 = 6 \n" ); document.write( "# of ways to get 1 green = 5C1 = 5 \n" ); document.write( "So # of ways to meet the condition = 6*5 = 30 \n" ); document.write( "-------------------- \n" ); document.write( "# of ways to pick 3 balls with no condition = 9C3 = [9*8*7]/[1*2*3] = 84 \n" ); document.write( "---------------------- \n" ); document.write( "Prob(stated condition) = 30/84 = 15/42 = 5/14 \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |