document.write( "Question 1154331: Susan keeps track of the number of tickets sold for each play presented at The Community Theater. The mean of her data is 117, and the standard deviation is 47. Within how many standard deviations of the mean do all the values fall? Data: 59, 143, 80, 69, 176, 86, 160, 65, 152, 184 *
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #776779 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Original set = {59, 143, 80, 69, 176, 86, 160, 65, 152, 184} \n" ); document.write( "Sorted set = {59, 65, 69, 80, 86, 143, 152, 160, 176, 184} \n" ); document.write( "min = 59 and max = 184\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "mu = mean = 117 \n" ); document.write( "sigma = standard deviation = 47\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "1 standard deviation from the mean \n" ); document.write( "L = lower bound = mu - 1*sigma = 117-1*47 = 70 \n" ); document.write( "U = upper bound = mu + 1*sigma = 117+1*47 = 164\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Ask yourself: Do all of the data values fall within the interval \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "---------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2 standard deviations from the mean \n" ); document.write( "L = lower bound = mu - 2*sigma = 117-2*47 = 23 \n" ); document.write( "U = upper bound = mu + 2*sigma = 117+2*47 = 211\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The interval is now \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Final Answer: 2 standard deviations \n" ); document.write( " \n" ); document.write( " |