document.write( "Question 367896: The following data gives the heights (in feet) of eruptions of Old Faithful in Yellowstone National Park.\r
\n" );
document.write( "\n" );
document.write( " 140 154 140 140 160 140 150 150 160 155 125
\n" );
document.write( " 136 140 155 130 125 125 139 125 140 140 135
\n" );
document.write( " 141 140 139 110 140 135 140 135 140 139 100
\n" );
document.write( " 105 130 135 131 135 153 155 140 150 153 120\r
\n" );
document.write( "\n" );
document.write( " Use the data from this sample to construct a 95% confidence interval for the proportion of Old Faithful eruptions that exceed 140 feet in height.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "n=
\n" );
document.write( "p=
\n" );
document.write( "q=
\n" );
document.write( "Za/2=
\n" );
document.write( "E=
\n" );
document.write( " Interval:
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #262269 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The following data gives the heights (in feet) of eruptions of Old Faithful in Yellowstone National Park. \n" ); document.write( "140 154 140 140 160 140 150 150 160 155 125 \n" ); document.write( "136 140 155 130 125 125 139 125 140 140 135 \n" ); document.write( "141 140 139 110 140 135 140 135 140 139 100 \n" ); document.write( "105 130 135 131 135 153 155 140 150 153 120 \n" ); document.write( "Use the data from this sample to construct a 95% confidence interval for the proportion of Old Faithful eruptions that exceed 140 feet in height. \r \n" ); document.write( "\n" ); document.write( "n= 44 \n" ); document.write( "p=11/44 = 1/4 \n" ); document.write( "q= 3/4 \n" ); document.write( "Za/2= 1.96 \n" ); document.write( "E= 1.96*sqrt((1/4)*(3/4)/44) 0.1279 \n" ); document.write( "Interval: \n" ); document.write( "0.25-0.1279 < p < 0.25+0.1279 \n" ); document.write( "=================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |