document.write( "Question 1132704: A genetic experiment with peas resulted in one sample of offspring that consisted of 420 green peas and 159 yellow peas. \n" );
document.write( "nothing (Round to three decimal places as needed.)
\n" );
document.write( "a. Construct a 90% confidence interval to estimate of the percentage of yellow peas.
\n" );
document.write( "b. 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( "a. Construct a 90% confidence interval. Express the percentages in decimal form.\r
\n" );
document.write( "\n" );
document.write( "_
Algebra.Com's Answer #749828 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! a) sample proportion of yellow peas = 159/(420+159) = 0.275 \n" ); document.write( ": \n" ); document.write( "standard error = square root(0.275*(1=0.275)/(420+159)) = 0.019 \n" ); document.write( ": \n" ); document.write( "alpha(a) = 1 -(90/100) = 0.10 \n" ); document.write( ": \n" ); document.write( "critical probability(p*) = 1 -(a/2) = 0.95 \n" ); document.write( ": \n" ); document.write( "I assume the population is normally distributed and since the sample is > 30, a normal distribution is used to construct the 90% confidence interval \n" ); document.write( ": \n" ); document.write( "The z-score associated with p* is 1.645, which is the critical value(CV) \n" ); document.write( ": \n" ); document.write( "Margin of error = CV * SE = 1.645 * 0.019 = 0.031 \n" ); document.write( ": \n" ); document.write( "90% confidence interval is 0.275 + or - 0.031, (0.244, 0.306) \n" ); document.write( ": \n" ); document.write( "b) The 90% confidence level means that we would expect 90% of the confidence interval estimates to include the population proportion for yellow peas. \n" ); document.write( ": \n" ); document.write( "Ho: X = 0.25 \n" ); document.write( ": \n" ); document.write( "H1: X not = 0.25 \n" ); document.write( ": \n" ); document.write( "Ho is our null hypothesis and H1 implies a two-tailed test \n" ); document.write( ": \n" ); document.write( "z = (0.275-0.25)/0.019 = 1.316 \n" ); document.write( ": \n" ); document.write( "since this is a two-tailed test, we reject Ho if 1.316 > 1.96 or if 1.316 < -1.96, since 1.316 < 1.96 we do not reject Ho \n" ); document.write( ": \n" ); document.write( " |