document.write( "Question 39234: A contractor is considering a sale that promises a profit of $37000 with a probability of 0.7 or a loss(due to bad weather, strikes, and such) if $18000 with a probability of 0.3. What is the expected profit? \n" ); document.write( "
Algebra.Com's Answer #24672 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
(37000)(.7) + (-18000)(.3) = 25900 - 5400 = $20500 \n" ); document.write( "
\n" );