document.write( "Question 584836: This is from a normal distribution chapter: Not sure if I use the central limit theorem. Can anyone walk me through it? Trying to learn how to find the right clues to do problems such as these.\r
\n" );
document.write( "\n" );
document.write( "Assume that a lifetime (in hrs) of a particular type of transistor battery is approximately mound shaped, not necessarily normal, with a mean of 100 hrs and standard deviation of 20 hrs.
\n" );
document.write( "a) What proportion of the batteries will last between 100 and 115 hrs?
\n" );
document.write( "b) Within what limits around the population mean will 90% of the samples fall? Min____ Max_____?
\n" );
document.write( "c) If a random sample of 49 batteries is selected, what \"proportion\" of sample means will be between 100 and 115 hrs? (THIS THROWS ME off since I thought proportions were done later with confidence intervals..?)
\n" );
document.write( "d) If a random sample of 25 batteries is selected, what proportion of sample means will be between 100 and 115 hours? \n" );
document.write( "
Algebra.Com's Answer #373017 by stanbon(75887) ![]() You can put this solution on YOUR website! Assume that a lifetime (in hrs) of a particular type of transistor battery is approximately mound shaped, not necessarily normal, with a mean of 100 hrs and standard deviation of 20 hrs. \n" ); document.write( "a) What proportion of the batteries will last between 100 and 115 hrs? \n" ); document.write( "z(100) = 0 \n" ); document.write( "z(115) = (115-100)/20 = 15/20 = 3/4 \n" ); document.write( "P(100< x <115) = P(0< z <3/4) = normalcdf(0,3/4) = 0.2734 \n" ); document.write( "-------------------------------------------- \n" ); document.write( "b) Within what limits around the population mean will 90% of the samples fall? \n" ); document.write( "Find the z-value with a left-tail of 0.05: -1.645 \n" ); document.write( "Then the z-value with a right-tail of 0.05 is: +1.645 \n" ); document.write( "Min = -1.645*20 + 100 = 67.1 \n" ); document.write( "Max = +1.645*20 + 100 = 132.9 \n" ); document.write( "------------------------------- \n" ); document.write( "c) If a random sample of 49 batteries is selected, what \"proportion\" of sample means will be between 100 and 115 hrs? (THIS THROWS ME off since I thought proportions were done later with confidence intervals..?) \n" ); document.write( "z(100) = 0 \n" ); document.write( "z(115) = (115-100)/[20/sqrt(49)] = 5.25 \n" ); document.write( "--- \n" ); document.write( "P(100< x-bar <115) = P(0< z < 5.25) = 0.5000 \n" ); document.write( "-------------------------- \n" ); document.write( "d) If a random sample of 25 batteries is selected, what proportion of sample means will be between 100 and 115 hours? \n" ); document.write( "z(100) = 0 \n" ); document.write( "z(115) = (115-100)/[20/sqrt(25)] = 15/(20/5) = 15/4 \n" ); document.write( "--- \n" ); document.write( "P(100< x-bar <115) = P(0< z <15/4) = 0.4999 \n" ); document.write( "============================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=============== \n" ); document.write( " \n" ); document.write( " |