document.write( "Question 1143105: A dishwasher has a mean life of 12 years with an estimated standard deviation of 1.25 years (\"Appliance life expectancy,\" 2013). Assume the life of a dishwasher is normally distributed.\r
\n" );
document.write( "\n" );
document.write( "Using Excel I entered this:\r
\n" );
document.write( "\n" );
document.write( "I am using Excel. An online calculator gives me the answer of 0.054112 and Excel says 0.05548\r
\n" );
document.write( "\n" );
document.write( "d. Find the probability that a dishwasher will last between 8 and 10 years. =SUM(NORM.DIST(10,12,1.25,TRUE)+NORM.DIST(8,12,1.25,TRUE))\r
\n" );
document.write( "\n" );
document.write( "How do I know which is correct? \n" );
document.write( "
Algebra.Com's Answer #763880 by Theo(13342) You can put this solution on YOUR website! i'm not sure how you got the area of .054112 or .05548. \n" ); document.write( "what was the problem that lead you to those answers?\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the probability that the dishwasher would last between 8 and 10 years should be the area to the left of the z-score associated with the raw score of 10 minus the area to the left of the z-score associated with the raw score of 8.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your z-scores would be:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(10 - 12) / 1.25 = -1.6 \n" ); document.write( "(8 - 12) / 1.25 = -3.2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the area to the left of a z-score of -1.6 = .0547992894 \n" ); document.write( "the area to the left of a z-score of -3.2 = .006872020803\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the area in between = .0547992894 - .006872020803 = .0541120873\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your formula in excel was:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "=SUM(NORM.DIST(10,12,1.25,TRUE)+NORM.DIST(8,12,1.25,TRUE)) \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "it should have been:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "=NORM.DIST(10,12,1.25,TRUE) - NORM.DIST(8,12,1.25,TRUE)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "to get the area between 2 z-scores, you subtract the smaller area from the larger area.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "put another way, you subtract the area to the left of the less positive z-score from the area to the left of the higher z-score.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you added the areas together using the sum function which gave you the wrong answer.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |