document.write( "Question 128116: Problem Two: \r
\n" );
document.write( "\n" );
document.write( "In designing a new dormitory, a progressive university wishes to determine where students prefer to study in order to provide appropriate space. A survey of 100 randomly selected undergraduate students shows that 33% prefer to study in their rooms.\r
\n" );
document.write( "\n" );
document.write( "(1) Construct a 95% confidence interval for the proportion of students who prefer to study in their rooms.\r
\n" );
document.write( "\n" );
document.write( "(2) If university has the option of making various sized rooms, what proportion of the rooms should be made larger to accommodate those who wish to study in their rooms?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #93830 by stanbon(75887) ![]() You can put this solution on YOUR website! A survey of 100 randomly selected undergraduate students shows that 33% prefer to study in their rooms. \n" ); document.write( "(1) Construct a 95% confidence interval for the proportion of students who prefer to study in their rooms. \n" ); document.write( "E = z*sqrt(pq/n) \n" ); document.write( "E = 1.96[sqrt(0.33)(0.67)/(100)] = 1.96*0.0470= 0.0922 \n" ); document.write( "C.I. = (0.33-0.0922,0.33+0.0922) etc. \n" ); document.write( "=================\r \n" ); document.write( "\n" ); document.write( "(2) If university has the option of making various sized rooms, what proportion of the rooms should be made larger to accommodate those who wish to study in their rooms? \n" ); document.write( "To be 95% confident they should provide at least 42.22% of the students \n" ); document.write( "with larger rooms. \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |