document.write( "Question 98164: An oil drilling company ventures into various locations, and their success or failure is
\n" );
document.write( "independent from one location to another. Suppose the probability of a success at any
\n" );
document.write( "specific location is 0.25.
\n" );
document.write( "i) What is the probability that a driller drills 10 locations and finds 1 success?
\n" );
document.write( "ii) The driller feels that he will go bankrupt if he drills 10 times before the first
\n" );
document.write( "success occurs. What are the driller’s prospects for bankruptcy? \n" );
document.write( "
Algebra.Com's Answer #72561 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Suppose the probability of a success at any \n" ); document.write( "specific location is 0.25. \n" ); document.write( "i) What is the probability that a driller drills 10 locations and finds 1 success? \n" ); document.write( "P(one success in 10) = (10C1)(0.25)^1(0.75)^9 = 0.1877... \n" ); document.write( "-------------------- \n" ); document.write( "ii) The driller feels that he will go bankrupt if he drills 10 times before the first success occurs. What are the driller’s prospects for bankruptcy? \n" ); document.write( "---------------- \n" ); document.write( "P(no success in 10 trials) = 0.75^10 = 0.0563... \n" ); document.write( "Chances are 563 in 10000 that he will go bankrupt. \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |