document.write( "Question 235316: An oil drilling company knows that it costs $25,000 to sink a test well. If oil is hit, the income for the drilling company will bve $425,000. If only natural gas is hit, the income will be $125,000. If nothing is hit, there will be no income. If the probability of hitting oil is 1/40 and the probability of hitting gas is 1/20, what is the expectation for the drilling company? Should the company sink the test well.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #173379 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! An oil drilling company knows that it costs $25,000 to sink a test well. \n" ); document.write( "If oil is hit, the income for the drilling company will be $425,000. \n" ); document.write( "If only natural gas is hit, the income will be $125,000. \n" ); document.write( "If nothing is hit, there will be no income. \n" ); document.write( "If the probability of hitting oil is 1/40 and the probability of hitting gas is 1/20, what is the expectation for the drilling company? \n" ); document.write( "Should the company sink the test well. \n" ); document.write( "------------ \n" ); document.write( "Let the random variable, x, represent company profit.\r \n" ); document.write( "\n" ); document.write( "Values of \"x\": 400,000 , 100,000, -25000 \n" ); document.write( "Matched probabilities are (1/40) , 1/20, 37/40 \n" ); document.write( "---------------------------------------------------- \n" ); document.write( "Expected profit = (1/40)*400,000 + (2/40)100,000 - (35/40)(25000) \n" ); document.write( "E(x) = [400,000+200,000-875000)/40 \n" ); document.write( "E(x) = -$6875 \n" ); document.write( "They can expect to lose that amount every time they drill. \n" ); document.write( "================================================================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |