document.write( "Question 34415: Paul orders a pizza. Chef carl randomly chooses 2 different toppings to put on the pizza from the following: pepperoni, onion, sausage, mushrooms, and anchovies. if paul will not eat pizza with mushrooms, determine the probability that paul will not eat the pizza chef carl has made. \n" ); document.write( "
Algebra.Com's Answer #20686 by usyim88hk(158)\"\" \"About 
You can put this solution on YOUR website!
We can do it with a shortcut call \"combination\", but I will use the long way, call \"list them all out!\"\r
\n" ); document.write( "\n" ); document.write( "Different pizzas that Paul can order:
\n" ); document.write( "1) Peperoni, onion
\n" ); document.write( "2) Peperoni, sausage
\n" ); document.write( "3) Peperoni, mushrooms
\n" ); document.write( "4) Peperoni, anchovies
\n" ); document.write( "5) onion, sausage
\n" ); document.write( "6) onion, mushrooms
\n" ); document.write( "7) onion, anchovies
\n" ); document.write( "8) sausage, mushrooms
\n" ); document.write( "9) sausage, anchovies
\n" ); document.write( "10) mushrooms, anchovies\r
\n" ); document.write( "\n" ); document.write( "So now we can see that 4 out of 10 pizzas have mushrooms on them, so the probability will be 40%
\n" ); document.write( "
\n" );