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 #833022 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Let's flip 3 coins.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "H = heads = you order a certain topping \n" ); document.write( "T = tails = do not order a certain topping\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "HHH for instance means you get 3 toppings \n" ); document.write( "HHT means you'd only get 2 toppings \n" ); document.write( "and so on.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Here are all of the ways to flip 3 coins. \n" ); document.write( "It is the sample space. \n" ); document.write( " \r\n" ); document.write( "HHH\r\n" ); document.write( "\r\n" ); document.write( "HHT\r\n" ); document.write( "HTH\r\n" ); document.write( "THH\r\n" ); document.write( "\r\n" ); document.write( "TTH\r\n" ); document.write( "THT\r\n" ); document.write( "HTT\r\n" ); document.write( "\r\n" ); document.write( "TTT\r\n" ); document.write( "\r \n" ); document.write( "\n" ); document.write( "I've broken up that list such that each block represents a different count of H's and T's \n" ); document.write( "The second block has exactly 2 H's and 1 T \n" ); document.write( "The third block has exactly 1 H and 2 T's\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "There are 2^3 = 8 ways to flip 3 coins. There are 8 items in that sample space above.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Of those 8 ways, there are 3 items that have two toppings show up: \n" ); document.write( "HHT \n" ); document.write( "HTH \n" ); document.write( "THH \n" ); document.write( "The order of the toppings doesn't matter so effectively these are all the same. All that matters is that we have two heads in there somewhere.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We have 3 ways to get what we want (have exactly two toppings) out of 8 ways to order 0,1,2, or 3 toppings.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Therefore, we arrive at the final answer 3/8 to represent the probability of a random customer getting two toppings.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Keep in mind that this assumes each of the items in the sample space is equally likely. \n" ); document.write( " \n" ); document.write( " |