document.write( "Question 1044547: During the cold season,the sun is visible 25% of the time .The probability that the class of mathematicians enjoys a lesson is 70% when the sun is visible and only enjoys a lesson 30% when it is cloudy.What is the probability that the mathematicians will enjoy a lesson on a given cold day? \n" ); document.write( "
Algebra.Com's Answer #659912 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
P(enjoys) = P(sun visible)*P(enjoys|sun visible) + P(sun not visible)*P(enjoys|sun not visible) = 0.25*0.70 + 0.75*0.30 = 0.40. \n" ); document.write( "
\n" );