document.write( "Question 336667: Each day, two out of the three teams in a class are randomly selected to participate in a MATHCOUNTS trial competition. What is the probability that Team A is selected on at least two of the next three days? Express your answer as a common fraction. \n" ); document.write( "
Algebra.Com's Answer #241386 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
Each day, two out of the three teams in a class are randomly selected to participate in a MATHCOUNTS trial competition. What is the probability that Team A is selected on at least two of the next three days? Express your answer as a common fraction.
\n" ); document.write( "--------------------
\n" ); document.write( "P(A is selected on a particular day) = 1-P(A is not selected)
\n" ); document.write( "= 1-{[2C2]/[3C2]}
\n" ); document.write( "= 1 - 1/3
\n" ); document.write( "= 2/3
\n" ); document.write( "----
\n" ); document.write( "Then, p(2<= x <=3) = 1- binomcdf(3,2/3,1) = 0.7407 = 20/27
\n" ); document.write( "==============================================================
\n" ); document.write( "cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );