document.write( "Question 1181469: The patient recovery time from a particular surgical procedure is normally distributed with a mean of 5 days and standard deviation of 1.5 days. 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.\r
\n" );
document.write( "\n" );
document.write( "a) What is the probability of spending less than 9 days in recovery? \r
\n" );
document.write( "\n" );
document.write( "_______%\r
\n" );
document.write( "\n" );
document.write( "b) What is the probability of spending more than 6 days in recovery? \r
\n" );
document.write( "\n" );
document.write( "_______%\r
\n" );
document.write( "\n" );
document.write( "c) What is the probability of spending between 6 days and 9 days in recovery? \r
\n" );
document.write( "\n" );
document.write( "_______% \n" );
document.write( "
Algebra.Com's Answer #850009 by CPhill(1987) You can put this solution on YOUR website! Here's how to solve these problems using a graphing calculator:\r \n" ); document.write( "\n" ); document.write( "**a) Probability of spending less than 9 days in recovery:**\r \n" ); document.write( "\n" ); document.write( "1. **Normalcdf function:** We'll use the `normalcdf` function on the calculator. This function calculates the area under a normal distribution curve between a lower and upper bound.\r \n" ); document.write( "\n" ); document.write( "2. **Inputs:** \n" ); document.write( " * Lower bound: Since we want the probability of *less* than 9 days, our lower bound can be a very small number (like -10000). This effectively covers the entire left tail of the distribution. \n" ); document.write( " * Upper bound: 9 days \n" ); document.write( " * Mean: 5 days \n" ); document.write( " * Standard deviation: 1.5 days\r \n" ); document.write( "\n" ); document.write( "3. **Calculator steps (may vary depending on your calculator model):** \n" ); document.write( " * Press `2nd` then `VARS` to access the `DISTR` menu. \n" ); document.write( " * Select `normalcdf`. \n" ); document.write( " * Enter the values: `normalcdf(-10000, 9, 5, 1.5)` \n" ); document.write( " * Press `ENTER`.\r \n" ); document.write( "\n" ); document.write( "4. **Result:** The calculator should give you a result of approximately 0.9962. Multiply by 100 to express as a percentage: 99.62%. Rounded to the nearest tenth of a percent, this is **99.6%**.\r \n" ); document.write( "\n" ); document.write( "**b) Probability of spending more than 6 days in recovery:**\r \n" ); document.write( "\n" ); document.write( "1. **Normalcdf function:** We'll use `normalcdf` again.\r \n" ); document.write( "\n" ); document.write( "2. **Inputs:** \n" ); document.write( " * Lower bound: 6 days \n" ); document.write( " * Upper bound: A very large number (like 10000) to cover the right tail of the distribution. \n" ); document.write( " * Mean: 5 days \n" ); document.write( " * Standard deviation: 1.5 days\r \n" ); document.write( "\n" ); document.write( "3. **Calculator steps:** \n" ); document.write( " * `normalcdf(6, 10000, 5, 1.5)`\r \n" ); document.write( "\n" ); document.write( "4. **Result:** The calculator should give you approximately 0.2525 or **25.3%**.\r \n" ); document.write( "\n" ); document.write( "**c) Probability of spending between 6 days and 9 days in recovery:**\r \n" ); document.write( "\n" ); document.write( "1. **Normalcdf function:** Same as before.\r \n" ); document.write( "\n" ); document.write( "2. **Inputs:** \n" ); document.write( " * Lower bound: 6 days \n" ); document.write( " * Upper bound: 9 days \n" ); document.write( " * Mean: 5 days \n" ); document.write( " * Standard deviation: 1.5 days\r \n" ); document.write( "\n" ); document.write( "3. **Calculator steps:** \n" ); document.write( " * `normalcdf(6, 9, 5, 1.5)`\r \n" ); document.write( "\n" ); document.write( "4. **Result:** Approximately 0.7437 or **74.4%**. \n" ); document.write( " |