document.write( "Question 1179314: Suppose that the distance of fly balls hit to the outfield (in baseball) is normally distributed with a mean of 259 feet and a standard deviation of 40 feet.\r
\n" );
document.write( "\n" );
document.write( "Use your graphing calculator to answer the following questions. Write your answers in percent form. Round your answers to the nearest tenth of a percent.
\n" );
document.write( "a) If one fly ball is randomly chosen from this distribution, what is the probability that this ball traveled fewer than 216 feet?\r
\n" );
document.write( "\n" );
document.write( "P(fewer than 216 feet) = \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "b) If one fly ball is randomly chosen from this distribution, what is the probability that this ball traveled more than 234 feet?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "P(more than 234 feet) =\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "I need the steps please. Thank you. \n" );
document.write( "
Algebra.Com's Answer #808963 by Boreal(15235) You can put this solution on YOUR website! Use VARS2normalcdf(0,216,259,40) ENTER for 0.1412. You put in the left interval, the right interval, the mean the sd, and hit ENTER. 14.12% \n" ); document.write( "for 234 \n" ); document.write( "do normalcdf(234,1000,249,40). Nothing magic about 1000.Anything more than 6 sd s will be sufficient. \n" ); document.write( "value is 0.7340 or 73.40%. \n" ); document.write( " |