document.write( "Question 1172996: A survey of daily travel time had these results (in minutes):\r
\n" );
document.write( "\n" );
document.write( "The Mean is 38.8 minutes, and the Standard Deviation is 11.4 minutes.\r
\n" );
document.write( "\n" );
document.write( "Find the P(X<30) and P(30
Algebra.Com's Answer #798335 by Boreal(15235) You can put this solution on YOUR website! P(30) is 0. Density function probabilities involve area, and a dimensionless point will have no area. \n" ); document.write( "P(x< 30) is (30-38.8)/11.4 \n" ); document.write( "=-8.8/11.4 for z or -0.77 \n" ); document.write( "P( z< 0.77)=0.2201 \n" ); document.write( " |