1. Calculating Margin of Error for a Sample Mean
Quality Assurance AnalystBackground
An analyst is testing the average battery life of a new smartphone model based on a sample of 100 devices.
Problem
Needs to find the 95% margin of error for the average battery life, given a sample standard deviation of 15 minutes.
How to use
Select 'Mean' as the estimate type, enter 15 for standard deviation, 100 for sample size, and select a 95% confidence level. Enable the t-distribution.
{
"estimateType": "mean",
"standardDeviation": 15,
"sampleSize": 100,
"confidenceLevel": "0.95",
"useTDistribution": true,
"decimalPlaces": 4
}Outcome
The calculator outputs a margin of error of 2.9763, a standard error of 1.5, and a critical value of 1.9842.