document.write( "Question 1191903: for a normal distribution if the value of mean is 70 and standard deviation is 15.75 find the points
\n" );
document.write( "(a) in which it contains 98% area between them
\n" );
document.write( "(b) in which it contains 95% area between them
\n" );
document.write( "(c) in which it contains 85% area between them
\n" );
document.write( "(d) in which 60% area between them \n" );
document.write( "
Algebra.Com's Answer #849143 by CPhill(1987)![]() ![]() You can put this solution on YOUR website! Here's how to find the points for the given normal distribution:\r \n" ); document.write( "\n" ); document.write( "**Understanding Confidence Intervals**\r \n" ); document.write( "\n" ); document.write( "A confidence interval represents a range of values within which a certain percentage of data is expected to fall. In a normal distribution, these intervals are symmetric around the mean. We use z-scores to determine the boundaries of these intervals.\r \n" ); document.write( "\n" ); document.write( "**Calculations**\r \n" ); document.write( "\n" ); document.write( "The formula for calculating the confidence interval is:\r \n" ); document.write( "\n" ); document.write( "* Lower Bound = Mean - (Z-score * Standard Deviation) \n" ); document.write( "* Upper Bound = Mean + (Z-score * Standard Deviation)\r \n" ); document.write( "\n" ); document.write( "Where the Z-score corresponds to the desired confidence level. Here's a breakdown for each percentage:\r \n" ); document.write( "\n" ); document.write( "**(a) 98% Area**\r \n" ); document.write( "\n" ); document.write( "* Z-score for 98% (two-tailed): Approximately 2.33 (You can find this using a Z-table or a statistical calculator). \n" ); document.write( "* Lower Bound: 70 - (2.33 * 15.75) ≈ 33.36 \n" ); document.write( "* Upper Bound: 70 + (2.33 * 15.75) ≈ 106.64\r \n" ); document.write( "\n" ); document.write( "**(b) 95% Area**\r \n" ); document.write( "\n" ); document.write( "* Z-score for 95% (two-tailed): Approximately 1.96 \n" ); document.write( "* Lower Bound: 70 - (1.96 * 15.75) ≈ 39.13 \n" ); document.write( "* Upper Bound: 70 + (1.96 * 15.75) ≈ 100.87\r \n" ); document.write( "\n" ); document.write( "**(c) 85% Area**\r \n" ); document.write( "\n" ); document.write( "* Z-score for 85% (two-tailed): Approximately 1.44 \n" ); document.write( "* Lower Bound: 70 - (1.44 * 15.75) ≈ 47.33 \n" ); document.write( "* Upper Bound: 70 + (1.44 * 15.75) ≈ 92.67\r \n" ); document.write( "\n" ); document.write( "**(d) 60% Area**\r \n" ); document.write( "\n" ); document.write( "* Z-score for 60% (two-tailed): Approximately 0.84 \n" ); document.write( "* Lower Bound: 70 - (0.84 * 15.75) ≈ 56.74 \n" ); document.write( "* Upper Bound: 70 + (0.84 * 15.75) ≈ 83.26\r \n" ); document.write( "\n" ); document.write( "**Summary of Results**\r \n" ); document.write( "\n" ); document.write( "* **98%:** The interval containing 98% of the area is approximately (33.36, 106.64). \n" ); document.write( "* **95%:** The interval containing 95% of the area is approximately (39.13, 100.87). \n" ); document.write( "* **85%:** The interval containing 85% of the area is approximately (47.33, 92.67). \n" ); document.write( "* **60%:** The interval containing 60% of the area is approximately (56.74, 83.26). \n" ); document.write( " \n" ); document.write( " |