document.write( "Question 1115952: Based on past data, approximately 30% of the oil wells drilled in areas having a certain
\n" );
document.write( "favorable geological formation have struck oil. A company has identified 5 locations that
\n" );
document.write( "possess this information. Assuming that the chance of striking oil on any location is
\n" );
document.write( "independent of any others, calculate the probability that exactly 2 of the 5 wells strike oil.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #730793 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Based on past data, approximately 30% of the oil wells drilled in areas having a certainfavorable geological formation have struck oil. A company has identified 5 locations that possess this information. Assuming that the chance of striking oil on any location is independent of any others, calculate the probability that exactly 2 of the 5 wells strike oil. \n" ); document.write( "----- \n" ); document.write( "Binomial Problem with n = 5 and p = 0.3 \n" ); document.write( "----- \n" ); document.write( "Ans:: P(x = 2) = 5C2*0.3^2*0.7^3 = binompdf(5,0.3,2) = 0.3087 \n" ); document.write( "-------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "----------- \n" ); document.write( " |