document.write( "Question 183099This question is from textbook Study Guide: Review
\n" );
document.write( ": 13. The 10-number math team randomly selects 4 representatives to send to a meet. What is the probability that the 4 members chosen are the 4 with the lowest math grades?
\n" );
document.write( "14. A 5-digit code is given to all cashiers at a store to let them log onto the cash register. What is the probability that an employee receives a code with all 5 numbers the same?\r
\n" );
document.write( "\n" );
document.write( "Explain why the events are independent and find the probability.
\n" );
document.write( "25. rolling \"doubles\" 3 times in a row when rolling 2 number cubes
\n" );
document.write( "26. selecting a red pen and then a blue pen, when selecting 2 pens from a bag of 10 red and 15 blue pens with replacement\r
\n" );
document.write( "\n" );
document.write( "Could you explain how to solve it?
\n" );
document.write( "Thank you for your help. \n" );
document.write( "
Algebra.Com's Answer #137504 by stanbon(75887) ![]() You can put this solution on YOUR website! 13. The 10-number math team randomly selects 4 representatives to send to a meet. What is the probability that the 4 members chosen are the 4 with the lowest math grades? \n" ); document.write( "--- \n" ); document.write( "There are 10C4 = 210 sets of 4 \n" ); document.write( "There is only one set that has the 4 lowest math grades \n" ); document.write( "P(4 lowest) = 1/210 \n" ); document.write( "==================================== \n" ); document.write( "14. A 5-digit code is given to all cashiers at a store to let them log onto the cash register. What is the probability that an employee receives a code with all 5 numbers the same? \n" ); document.write( "--- \n" ); document.write( "Since repetition is allowed in the code there are 5^10 different codes. \n" ); document.write( "There are 10 codes that have all digits the same: 00000,11111,...,99999 \n" ); document.write( "P(all digits are the same = 10/10^5 = 1/10^4 = 1/10,000 \n" ); document.write( "===================================== \n" ); document.write( "Explain why the events are independent and find the probability \n" ); document.write( "The events are independent because once you have selected a digit, \n" ); document.write( "that digit is replaced for the next selection. No selection depends \n" ); document.write( "on the previous selection. \n" ); document.write( "------------------------------------------ \n" ); document.write( "25. rolling \"doubles\" 3 times in a row when rolling 2 number cubes \n" ); document.write( "P(doubles on one pair of dice) = 6/36 = 1/6 \n" ); document.write( "P(doubles on three separage rolls) = (1/6)^3 = 1/216 \n" ); document.write( "============================================= \n" ); document.write( "26. selecting a red pen and then a blue pen, when selecting 2 pens from a bag of 10 red and 15 blue pens with replacement \n" ); document.write( "--- \n" ); document.write( "Number of red/blue pairs = 10*15 = 150 \n" ); document.write( "Number of unrestricted pairs: 25C2 = 300 \n" ); document.write( "P(red/blue pair) = 150/300 = 1/2 \n" ); document.write( "=================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |