document.write( "Question 1199248: Q1) A pizza shop offers three toppings: pineapple, peppers, and pepperoni. A pizza can have
\n" ); document.write( "0, 1, 2, or 3 toppings. What’s the probability that a random customer asks for two toppings?
\n" ); document.write( "

Algebra.Com's Answer #833019 by greenestamps(13203)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "# of ways of choosing 0 toppings: \"C%283%2C0%29=1\"
\n" ); document.write( "# of ways of choosing 1 topping: \"C%283%2C1%29=3\"
\n" ); document.write( "# of ways of choosing 2 toppings: \"C%283%2C2%29=3\"
\n" ); document.write( "# of ways of choosing 2 toppings: \"C%283%2C2%29=1\"

\n" ); document.write( "Probability of choosing 2 toppings: \"3%2F%281%2B3%2B3%2B1%29+=+3%2F8\"

\n" ); document.write( "ANSWER: 3/8
\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );