document.write( "Question 249754: When Mendel conducted his famous genetics experiments with peas, one sample of offspring consisted of 438 green peas and 152 yellow peas. Find the 90% confidence interval estimate for the percentage of yellow peas.\r
\n" );
document.write( "\n" );
document.write( "I tried this: 438+152= 590
\n" );
document.write( "152/590= .2576 1-.2576= .7424
\n" );
document.write( "90% confidence interval est. of yellow peas ???? \n" );
document.write( "
Algebra.Com's Answer #182060 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! When Mendel conducted his famous genetics experiments with peas, one sample of offspring consisted of 438 green peas and 152 yellow peas. Find the 90% confidence interval estimate for the percentage of yellow peas. \n" ); document.write( "--------- \n" ); document.write( "sample proportion = 152/(438+152) = 0.2576 \n" ); document.write( "--- \n" ); document.write( "standard error = invNorm(0.05)*sqrt(0.2576*0.7424/(438+152)) = 0.0296 \n" ); document.write( "---------------- \n" ); document.write( "90% CI: 0.2576 - 0.0296 < p < 0.2576 + 0.0296 \n" ); document.write( "90% CI: 0.2280 < p < 0.2872 \n" ); document.write( "================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |