document.write( "Question 1200150: Suppose that the duration of a particular type of criminal trial is known to be normally distributed with a mean of 15 days and a standard deviation of 6 days. Let X be the number of days for a randomly selected trial. Round all answers to 4 decimal places where possible.\r
\n" );
document.write( "\n" );
document.write( "a. What is the distribution of X? X ~ N(
\n" );
document.write( "(15,6)
\n" );
document.write( "Correct \r
\n" );
document.write( "\n" );
document.write( "b. If one of the trials is randomly chosen, find the probability that it lasted at least 17 days.
\n" );
document.write( "Correct: 0.3694\r
\n" );
document.write( "\n" );
document.write( "c. If one of the trials is randomly chosen, find the probability that it lasted between 14 and 18 days.
\n" );
document.write( "0.2576
\n" );
document.write( "Correct \r
\n" );
document.write( "\n" );
document.write( "d. 80% of all of these types of trials are completed within how many days? (Please enter a whole number) \r
\n" );
document.write( "\n" );
document.write( "* I need help with letter B on finding at least in normal distribution and letter D on a TI-84 Calculator
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #834188 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Part (b)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "On your TI84 calculator, press the button labeled \"2nd\" in the upper left corner. \n" ); document.write( "Then press the VARS key to bring up the stats distribution menu.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The function we're after is normalcdf which finds the area under the normal distribution curve.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The template is normalcdf(L, U, mu, sigma) \n" ); document.write( "L = lower boundary \n" ); document.write( "U = upper boundary \n" ); document.write( "mu = mean \n" ); document.write( "sigma = standard deviation\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "In the case of part (b), we have \n" ); document.write( "L = 17 \n" ); document.write( "U = 9999, or any other very large value to represent positive infinity \n" ); document.write( "mu = 15 \n" ); document.write( "sigma = 6\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This means you would type in normalcdf(17,9999,15,6)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Your calculator should produce the approximate result of 0.3694414037 which rounds to 0.3694 when rounding to four decimal places.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer to part (b): 0.3694\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "==================================================================== \n" ); document.write( "Part (d)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We're looking for a value of k such that \n" ); document.write( "P(X < k) = 0.80 \n" ); document.write( "we want to know the cut-off point between the lower 80% and the upper 20%\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The function we want is called invNorm \n" ); document.write( "This can be found in the same menu as normalcdf. It's in the 3rd slot.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The template for this function is \n" ); document.write( "invNorm(p, mu, sigma) \n" ); document.write( "where, \n" ); document.write( "p = area under the normal curve between 0 and 1 \n" ); document.write( "mu = mean \n" ); document.write( "sigma = standard deviation\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "In this case, \n" ); document.write( "p = 0.80 \n" ); document.write( "mu = 15 \n" ); document.write( "sigma = 6\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So you should type in invNorm(0.80, 15, 6) \n" ); document.write( "The calculator will produce a result of roughly 20.0497274 \n" ); document.write( "That rounds to 20 when rounding to the nearest whole number.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So we can say that \n" ); document.write( "P(X < 20) = 0.80 \n" ); document.write( "approximately.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "About 80% of the trials finish within 20 days (i.e. 20 days or fewer).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer to part (d) is 20 \n" ); document.write( " \n" ); document.write( " |