document.write( "Question 1204070: The manufacturer knows that their items have a normally distributed lifespan with a mean of 15 years in standard deviation of 3.6 years. If you randomly purchase one item, what is the probability that it will last longer than 20 years. Round answer to 2 decimal places. \n" ); document.write( "
Algebra.Com's Answer #840142 by math_tutor2020(3817)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "mu = 15 = mean
\n" ); document.write( "sigma = 3.6 = standard deviation\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Compute the z score when x = 20
\n" ); document.write( "z = (x-mu)/sigma
\n" ); document.write( "z = (20-15)/(3.6)
\n" ); document.write( "z = 1.38888888888889
\n" ); document.write( "z = 1.39\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The task of computing P(X > 20) is approximately the same as finding P(Z > 1.39)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Use a Z table found in the back of your stats textbook.
\n" ); document.write( "The table should look like the one found here
\n" ); document.write( "https://www.ztable.net/
\n" ); document.write( "Scroll down to the row that starts with \"+1.3\"
\n" ); document.write( "Then look at the column that has \"0.09\" at the top
\n" ); document.write( "The intersection of the row and column yields the approximate value 0.91774\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "This will indicate that P(Z < 1.39) = 0.91774 approximately.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So,
\n" ); document.write( "P(Z > 1.39) = 1 - P(Z < 1.39)
\n" ); document.write( "P(Z > 1.39) = 1 - 0.91774
\n" ); document.write( "P(Z > 1.39) = 0.08226\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "This leads us back to P(X > 20) = 0.08226 when mu = 15 and sigma = 3.6\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "There's about a 8.226% chance of selecting a item that will last longer than 20 years.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "If you want to use a TI83 or TI84, then check out this article
\n" ); document.write( "https://www.statology.org/normal-probabilities-ti-84-calculator/
\n" ); document.write( "The input will be normalcdf(20,9999,15,3.6)
\n" ); document.write( "The 9999 represents a very large upper bound to basically represent positive infinity.
\n" ); document.write( "The result of this calculation is approximately 0.0824333239 which isn't far off from the previous result we got (0.08226)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Here's another calculator you can use
\n" ); document.write( "https://davidmlane.com/normal.html
\n" ); document.write( "That calculator provides a diagram as well.
\n" ); document.write( "The result from that calculator should be 0.0824\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "When rounding to two decimal places, it leads to 0.08 as the final answer.
\n" ); document.write( "
\n" ); document.write( "
\n" );