Final answer:
a) The value of Sxy is -1154. b) The equation of the regression line of y on x is y = 6.5875 - 0.1732x. c) The estimated shell thickness of an egg with 15 grams of grit is 3.8805 tenths of a millimetre. d) The percentage of eggs which are 'medium' can be calculated using the normal distribution and z-scores. e) The probability that a tray selected at random has exactly 25 or exactly 26 'medium' eggs can be calculated using the binomial distribution.
Step-by-step explanation:
We are given the following information:
Ex = 216
Ey = 48
Σx^2 = 6672
E<sub>xy</sub> = 1438
i. To find the value of Sxy, we can use the formula Sxy = E<sub>xy</sub> - Ex * Ey / n, where n is the number of observations. Plugging in the given values, we get Sxy = 1438 - 216 * 48 / 8 = 1438 - 2592 = -1154.
ii. The equation of the regression line of y on x can be found using the formula y = a + bx, where b = Sxy / Sx^2 and a = Ey / n - b * Ex / n. Plugging in the values, we get b = -1154 / 6672 and a = 48 / 8 - (-1154 / 6672) * 216 / 8. Simplifying, we find b = -0.1732 and a = 6.5875. Therefore, the equation is y = 6.5875 - 0.1732x.
iii. To estimate the shell thickness of an egg with 15 grams of grit, we can substitute x = 15 into the equation found in part ii. Using the equation y = 6.5875 - 0.1732x, we find y = 6.5875 - 0.1732 * 15 = 3.8805. Therefore, the estimated shell thickness is 3.8805 tenths of a millimetre.
iv. To find the percentage of 'medium' eggs, we need to determine the number of eggs with a mass between 48 grams and 60 grams. We can use the normal distribution and z-scores to find this probability. First, we calculate the z-scores for both values: z1 = (48 - 54) / 5 and z2 = (60 - 54) / 5. Using z-tables or a calculator, we find the corresponding probabilities of the z-scores. Subtracting these probabilities, we get the percentage of 'medium' eggs.
v. To find the probability that a tray selected at random has exactly 25 or exactly 26 'medium' eggs, we can use the binomial distribution. The probability of getting exactly k 'medium' eggs out of 30 trays can be calculated using the formula P(X = k) = C(n, k) * p^k * (1-p)^(n-k), where n is the number of trials, k is the number of 'medium' eggs, and p is the probability of success for one trial. Plugging in the values, we can calculate P(X = 25) + P(X = 26) for k = 25 and k = 26, respectively.