document.write( "Question 1117687: suppose the average length of stay in a chronic disease hospital of a certain type of patient is 60 days with a standard deviation of 15.if it is reasonable to assume an approximately normal distribution of length of stay, find the probability that a randomly selected patient from this group will have a length of stay
\n" );
document.write( "a.greater than 50 days
\n" );
document.write( "b.less than 30 days
\n" );
document.write( "c.between 30 and 60 days
\n" );
document.write( "d.greater than 90 days \n" );
document.write( "
Algebra.Com's Answer #732984 by Theo(13342)![]() ![]() You can put this solution on YOUR website! assuming a reasonablhy normal distribution, then you would calculate as follows:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the mean is 60 \n" ); document.write( "the standard deviation is 15.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you would find the z-score and then determine the probability from the normal distribution table, or a normal distribution calculator.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the formuloa for z-wscore is:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "z = (x-m)/s\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "z is the z-score \n" ); document.write( "x is the raw score you are compqring to the mean. \n" ); document.write( "m is the mean. \n" ); document.write( "s is the standard deviation.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if the z-score is 0, your raw score is equal to the mean.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if the z-score is positive, your raw score is greater than the mean.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if the z-score is negative, your raw score is less than the mean.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the z-score tells you how many standard deviations your raw score is greater than or less than the mean.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this will become apparent as we go through the test cases.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your questions are:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a.greater than 50 days\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = 50 \n" ); document.write( "m = 60 \n" ); document.write( "s = 15\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "z = (x-m)/s = (50 - 60) / 15 = -10/15 = -.67 rounded to 2 decimal places.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this means that your raw score is .67 standard deviations below the mean.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your would look up a z-score of -.67 in the z-score table. \n" ); document.write( "it will tell you that the probability of getting a z-score less than -.67 is equal to .2514.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the z-score table tells you the probability of less than. \n" ); document.write( "that's the area under the normal distribution curve to the left of your z-score.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "to find the probability of greater than, you would take 1 minus the probability of less than.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in this case, that would be 1 - .2514 = .7486.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since you are looking for the probability that your raw score is greater than 50, then your answer would be .7486.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "b.less than 30 days\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "z = (x-m)/s becomews z = (30-60)/15 which becomes z = -30/15 which becomes z = -2.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this says that your raw score is 2 standard deviations below the mean.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you look up a z-score of -2 in the z-score table and it tells you that the probability of getting a z-score less than -2 is equal to .0228, given that the mean is 60 and the standard deviation is 15.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "no adjustments are necessary, since the z-score table is designed to tell you the probability of getting a z-score less than the indicated z-score.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "c.between 30 and 60 days\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you need to look up both z-scores and then substract the area to the left of the lower z-score from the area to the left of the higher z-score.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "that gives you the area in between.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "z-score of 30 = (30 - 60) / 15 = -2.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "z-score of 60 = (60 - 60) / 15 = 0.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "area to the left of a z-score of 0 is .5 \n" ); document.write( "area to the left of a z-score of -2 is .0228\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "area in between is .5 - .0228 = .4772.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "d.greater than 90 days\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "z = (90 - 60) / 15 = 30 / 15 = 2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "look up z-score of 2 in the z-score table and it will tell you that the area to the left of that z-score is equal to .9772.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "note that the normal distribution is symmetrical about the mean.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the mean is .5 \n" ); document.write( "the median is .5 \n" ); document.write( "the mode is .5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "symmetrical means that the difference between a positive z-score from the mean is the same as the difference between the negative value of that same z-score below the mean.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "for xample:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "z-score is 2 or -2.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "area to the left of a z-score of -2 is equal to .0228 \n" ); document.write( "area to the right of a z-score of 2 is equal to .0228.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "area to the right of a z-score of -2 is equal to .9772. \n" ); document.write( "area to the left of a z-score of 2 is equal to .9772.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "there is a online calculator that is very easy to use and also give you a graphical representation of your date.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "that calculator can be found at http://davidmlane.com/hyperstat/z_table.html\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you can use it with raw scores or with z-scores. \n" ); document.write( "the answers will be the same.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your problems are done again using this normal distribution calculator. \n" ); document.write( "first is using the z-score, second is using the raw score.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a.greater than 50 days\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " ![]() \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " ![]() \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the difference between the probabilities here is due to rounding.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the more exact z-score is -.666666666......\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "it was rounded to -.67.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if it was shown as -.66666666, it would be the same results as using the raw score result.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "b.less than 30 days\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " ![]() \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " ![]() \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "c.between 30 and 60 days\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " ![]() \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " ![]() \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "d.greater than 90 days\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " ![]() \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " ![]() \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |