document.write( "Question 1196181: There are 15 green apples and 72 red apples in a basket. We keep extracting the apples randomly, one at a time, until we have extracted all 72red apples. What is the probability that the basket is empty when we finish?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #828908 by greenestamps(13250) You can put this solution on YOUR website! \n" ); document.write( "If the basket is empty after we select the last red apple, then the last apple selected is red. \n" ); document.write( "We can represent any sequence of apples selected by a string like \"GGRG...RRGR\" containing 72 \"R\"s and 15 \"G\"s. Then the probability in question is the probability that the last letter in the string is \"R\". \n" ); document.write( "Since there are 72 red apples and 15 green apples, the probability that the last one selected is red is 72/(72+15) = 72/87. \n" ); document.write( "ANSWER: 72/87 \n" ); document.write( "For a more thorough demonstration of why that is the answer, use the basic definition of probability: \r\n" ); document.write( " number of favorable outcomes\r\n" ); document.write( " P = -----------------------------------\r\n" ); document.write( " total number of possible outcomes \n" ); document.write( "In this problem the possible outcomes are all the possible arrangements of the 72 \"R\"s and 15 \"G\"s, which is \n" ); document.write( " \n" ); document.write( "And, because the favorable outcomes are those with a red apple last, the number of favorable outcomes is the number of ways of arranging 71 of the 72 red apples and all 15 of the green ones, which is \n" ); document.write( " \n" ); document.write( "Then the probability in the question is \n" ); document.write( " \n" ); document.write( "---------------------------------------------------------------- \n" ); document.write( "Note added after seeing the response from tutor @ikleyn.... \n" ); document.write( "Her math is nearly always very good; but her English is not. The statement of the problem clearly says that the basket must be empty after removing the 72nd red apple. \n" ); document.write( " \n" ); document.write( " |