document.write( "Question 1183649: 4) The strength limit of a specific type of a cable is random variable with mean value of 1500 kg and standard deviation 175 kg. The factory that manufactures this type of cables claims that they improved the materials that they used and the new resistance limit of the cable has increased. We randomly chose a sample of 50 cables and the mean strength limit was 1570 kg. If the strength limit in the specific type of cable is normally distributed with a significance level of 0.05, can we state that the claim of the manufacture factory is true? Justify your answer. \n" ); document.write( "
Algebra.Com's Answer #814085 by Boreal(15235) You can put this solution on YOUR website! Ho: strength <=1500 \n" ); document.write( "Ha: strength >1500 \n" ); document.write( "alpha=0.05 p{reject Ho|Ho true} \n" ); document.write( "test stat is z \n" ); document.write( "reject Ho for z>1.645 \n" ); document.write( "calculation is z=(x-mean)/sigma/sqrt(n) \n" ); document.write( "=70/(175/sqrt(50)) \n" ); document.write( "=2.83 \n" ); document.write( "reject Ho and conclude the claim is correct, the strength is greater. \n" ); document.write( " \n" ); document.write( " |