document.write( "Question 915314: In this table, x= number in a party of visitors at the swamp critter inn. The percentage data are the percentages of accommodations that have the indicated number in the visiting party.
\n" );
document.write( "1=15%
\n" );
document.write( "2=27%
\n" );
document.write( "3=23%
\n" );
document.write( "4=21%
\n" );
document.write( "5=10%
\n" );
document.write( "6=3%
\n" );
document.write( "7 or more=1%\r
\n" );
document.write( "\n" );
document.write( "1. What is the probability that a party selected at random will have only two members?
\n" );
document.write( "2. What is the probability that a party selected at random will have more than 3 members?
\n" );
document.write( "3. What is the probability that a party selected at random will have at most 2 members?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #555515 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! 1=15% \n" ); document.write( " 2=27% \n" ); document.write( " 3=23% \n" ); document.write( " 4=21% \n" ); document.write( " 5=10% \n" ); document.write( " 6=3% \n" ); document.write( " 7 or more=1% \n" ); document.write( " 1.P(x = 2) \n" ); document.write( " 2. P(x > 3) = P(4)+... + P(7) \n" ); document.write( " 3. P(x ≤ 2) = P(1) + P(2) = |