document.write( "Question 1157800: You order eighteen burritos to go from a Mexican restaurant, eight with hot peppers and ten without. However, the restaurant forgot to label them. If you pick three burritos at random, find the probability of the given event. (Round your answer to three decimal places.)
\n" );
document.write( "At least two have hot peppers. \n" );
document.write( "
Algebra.Com's Answer #780655 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! at least 2 have hot peppers, that means 2 or 3 \n" ); document.write( "for 3 it is (8/18)(7/17)(6/16)=0.0686 \n" ); document.write( "for 2 it is (8/18)(7/17)(10/16)*3, because there are three ways this product will occur. \n" ); document.write( "probability is 0.3431 \n" ); document.write( "The sum of those two is 0.4118, rounding at the end \n" ); document.write( " |