Hey I would be really grateful if someone could help me out on this question.
'Boxes of the breakfast cereal Crispo indicate that they contain 375 grams. After receiving several complaints that the boxes contain less than the stated amount, a supermarket manager weighs the contents of a random sample of 40 boxes from a large consignment. The masses, x grams, of the contents are summarised by
<sum>(x - 375) = -46 and <sum>(x-375)^2 = 616. Test, at the 5% significance level, whether the mean mass of the contents of all boxes in the consignment is less than 375 grams.'
So null hypothesis: u=375
Alternative hypothesis: u<375 (where u = 'mju')
X-N(375, [s^2/40])
What I'm stuck on is how to find the sample mean using <sum>(x-375) (I can do this with the normal <sum>x) and the variance, s^2 using <sum>(x-375)^2 (again can do this with <sum>x^2). It's the dumb brackets that are causing problems.
The formula for s^2 is (n/n-1) x[(<sum>x^2/n) - (sample mean)^2).
If someone could just sort this part out of me I will be very thankful!