document.write( "Question 1066836: A box contains 14 balls, numbered 1 through 14. Suppose 5 balls are selected without replacement. What is the probability that 9 is the largest number drawn? \n" ); document.write( "
Algebra.Com's Answer #682051 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "1.  Calculate the number of SUCCESSFUL ways:\r\n" );
document.write( "\r\n" );
document.write( "Choose the 9-ball 1 way, Choose the other 4 balls \r\n" );
document.write( "from these {1,2,3,4,5,6,7,8} in 8C4 = 40 ways.\r\n" );
document.write( "\r\n" );
document.write( "That's  1*40 = 40 successful ways.\r\n" );
document.write( "\r\n" );
document.write( "2.  Calculate the number of POSSIBLE ways:\r\n" );
document.write( "\r\n" );
document.write( "Choose the 5 balls in 14C5 = 2002 ways.\r\n" );
document.write( "\r\n" );
document.write( "3.  \"probability\"\"%22%22=%22%22\"\"%22%22=%22%22\"\"70%2F2002\"\"%22%22=%22%22\"\"5%2F143\"\"%22%22=%22%22\"\"0.034965035\"\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );