document.write( "Question 1078116: A genetic experiment with peas resulted in one sample of offspring that consisted of 403 green peas and 159 yellow peas.
\n" );
document.write( "Construct a 95% confidence interval to estimate of the percentage of yellow peas.
\n" );
document.write( "It was expected that 25% of the offspring peas would be yellow. Given that the percentage of offspring yellow peas is not 25%, do the results contradict expectations? \n" );
document.write( "
Algebra.Com's Answer #692741 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! This is a one sample proportion CI with point estimate of 0.2823 \n" ); document.write( "95% interval is difference from postulated 1.96 +/- sqrt (p*(1-p))/n \n" ); document.write( "or the CI of the difference 0.033 +/- 1.96* sqrt (.25*75/562); sqrt term is 0.0183 \n" ); document.write( "interval is 0.03587 \n" ); document.write( "(-0.0028, 0.0688)is CI of difference and contains 0. \n" ); document.write( "CI of the proportion is (0.2464, 0.3182) \n" ); document.write( "The CI contains the parameter of 0.25, so there is no contradiction. \n" ); document.write( " \n" ); document.write( " |