document.write( "Question 167424: Twenty-six percent of all cars crossing a toll bridge have a commuter sticker. What is the probability that among 11 randomly selected cars waiting to cross the bridge at least 3 have commuter stickers? (Round your answer to 4 decimal places.) \n" ); document.write( "
Algebra.Com's Answer #123492 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
Twenty-six percent of all cars crossing a toll bridge have a commuter sticker. What is the probability that among 11 randomly selected cars waiting to cross the bridge at least 3 have commuter stickers? (Round your answer to 4 decimal places.)
\n" ); document.write( "--------------------
\n" ); document.write( "P(x>=3) = 1 - binomcdf(11,0.26,2) = 0.5734..
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );