document.write( "Question 1151293: An urn contains 4 balls numbered 0 through 3. One ball is selected at
\n" ); document.write( "random and removed from the urn and not replaced. All balls with nonzero
\n" ); document.write( "numbers less than that of the selected ball are also removed from the urn.
\n" ); document.write( "Then a second ball is selected at random from those remaining in the urn.
\n" ); document.write( "What is the probability that the second ball selected is numbered 3?
\n" ); document.write( "

Algebra.Com's Answer #773024 by math_helper(2461)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "The first selection from {0,1,2,3} is 1/4 for each ball. Now we need to look at what happens for each of these selections:\r
\n" ); document.write( "\n" ); document.write( "First Sample space
\n" ); document.write( "selection for 2nd selection Pr{2nd pick is 3}
\n" ); document.write( "---------- ----------------- -----------------
\n" ); document.write( " 0 {1,2,3} (1/4)(1/3)
\n" ); document.write( " 1 {0,2,3} (1/4)(1/3)
\n" ); document.write( " 2 {0,3} (1/4)(1/2)
\n" ); document.write( " 3 {0} (1/4)(0)\r
\n" ); document.write( "\n" ); document.write( "Adding up all the probabilities for a 3 on 2nd pick: \"+highlight%28+7%2F24+%29+\"
\n" ); document.write( "or about 29.2%\r
\n" ); document.write( "\n" ); document.write( "Check:
\n" ); document.write( " The other numbers probabilities: Pr{0} = 11/24, Pr{1} = 2/24, Pr{2} = 4/24\r
\n" ); document.write( "\n" ); document.write( " Adding these should give 1: (11+2+4+7)/24 = 24/24 = 1 (ok)\r
\n" ); document.write( "\n" ); document.write( " \n" ); document.write( "
\n" );