document.write( "Question 251232: The highway patrol estimates that 60% of drivers on I-44 are within the speed limit. If 23 cars are clocked on I-44, estimate the probability that exactly 17 are within the speed limit. \n" ); document.write( "
Algebra.Com's Answer #182956 by edjones(8007)![]() ![]() You can put this solution on YOUR website! let w=number within the limit and s=number of speeders. \n" ); document.write( "(w+s)^2 We need the term w^17s^6 \n" ); document.write( "Combination: nCr = 23C17 = 100947 the coefficient of w^17s^6 \n" ); document.write( "w=.60 s=.40 \n" ); document.write( "100947*.6^17*.4^6 \n" ); document.write( "=.070 the probability that exactly 17 are within the speed limit. \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |