document.write( "Question 328285: A painter has learned that the time it takes her to paint a random room in a house is normally distributed with a mean if 4 hours and a standard deviation of 45 minutes. If she is just starting work on a random room and has to leave in five hour, find
\n" );
document.write( "a. The probablilty she can have lunch before she has to leave if she needs 30min. for lunch.
\n" );
document.write( "
\n" );
document.write( "b. the probability she does not finish before she leaves.\r
\n" );
document.write( "\n" );
document.write( "c. The probability she works for more that 3 hours (don't forget she will stop working to leave on time.)\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #235203 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A painter has learned that the time it takes her to paint a random room in a house is normally distributed with a mean of 4 hours and a standard deviation of 45 minutes. \n" ); document.write( "If she is just starting work on a random room and has to leave in five hour, find \n" ); document.write( "a. The probablilty she can have lunch before she has to leave if she needs 30min. for lunch. \n" ); document.write( "She will be home for 4 1/2 hrs \n" ); document.write( "P(the job and lunch will be <= 4.5 hrs) = ? \n" ); document.write( "z(4.5) = (4.5-4)/0.75 = 2.3 \n" ); document.write( "So, P(she can do job and lunch) = P(z< 2/3) = 0.7475 \n" ); document.write( "---------------------------------------------------------\r \n" ); document.write( "\n" ); document.write( "b. the probability she does not finish before she leaves. \n" ); document.write( "P(x > 5) = ? \n" ); document.write( "z(5) = (5-4)/0.75 = 4/3 \n" ); document.write( "So, P(x > 5) = P(z > 4/3) = 0.0912 \n" ); document.write( "========================================================= \n" ); document.write( " \n" ); document.write( "c. The probability she works for more that 3 hours (don't forget she will stop working to leave on time.) \n" ); document.write( "P(3< x < 5) = ? \n" ); document.write( "z(3) = (3-4)/0.75 = -4/3 \n" ); document.write( "So, P(3 < x < 5) = P(-4/3 < z < 4/3) = 0.8176 \n" ); document.write( "========================================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |