document.write( "Question 1192122: A survey showed that 71% of adults need some form of vision correction (eyeglasses, contacts, surgery, etc.). Suppose 9 adults are randomly selected, and 8 of them turn out to need some form of vision correction. Is 8 a significantly high number of adults who need vision correction out of 9 randomly selected adults? \n" ); document.write( "
Algebra.Com's Answer #849085 by CPhill(1959)![]() ![]() You can put this solution on YOUR website! Here's how to determine if 8 out of 9 adults needing vision correction is significantly high:\r \n" ); document.write( "\n" ); document.write( "1. **Define \"Significantly High\":** We need to establish a threshold for what we consider \"significantly high.\" A common approach is to use the range rule of thumb, which considers values outside of two standard deviations from the mean as significantly different.\r \n" ); document.write( "\n" ); document.write( "2. **Calculate the Mean (μ):**\r \n" ); document.write( "\n" ); document.write( " μ = n * p = 9 * 0.71 = 6.39\r \n" ); document.write( "\n" ); document.write( "3. **Calculate the Standard Deviation (σ):**\r \n" ); document.write( "\n" ); document.write( " σ = sqrt(n * p * (1-p)) = sqrt(9 * 0.71 * 0.29) ≈ 1.36\r \n" ); document.write( "\n" ); document.write( "4. **Calculate the Range of Usual Values:**\r \n" ); document.write( "\n" ); document.write( " * Lower Bound: μ - 2σ = 6.39 - 2 * 1.36 ≈ 3.67 \n" ); document.write( " * Upper Bound: μ + 2σ = 6.39 + 2 * 1.36 ≈ 9.11\r \n" ); document.write( "\n" ); document.write( "5. **Compare the Observed Value:**\r \n" ); document.write( "\n" ); document.write( " The observed value is 8.\r \n" ); document.write( "\n" ); document.write( "6. **Make a Decision:**\r \n" ); document.write( "\n" ); document.write( " Since 8 falls within the range of usual values (3.67 to 9.11), it is *not* considered significantly high.\r \n" ); document.write( "\n" ); document.write( "**Conclusion:**\r \n" ); document.write( "\n" ); document.write( "8 adults needing vision correction out of 9 randomly selected adults is within the expected range based on the given probability. Therefore, it is not considered a significantly high number. \n" ); document.write( " \n" ); document.write( " |