document.write( "Question 867235: According to a 1995 Time/CNN poll of adults in the United States, 60% believe that \"compared with their parents they were better off economically.\" \r
\n" );
document.write( "\n" );
document.write( "Assuming that this result holds true for the current population of all adults in the United States, which value best describes the probability that in a sample taken tomorrow of 10 adults, at most 7 responded that \"compared with their parents they were better off economically?\" \n" );
document.write( "
Algebra.Com's Answer #522868 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! p(Parents better off) = .60, n = 10 \n" ); document.write( "P(x ≤ 7) = binomcdf(10, .60, 7) = .8327 \n" ); document.write( " |