document.write( "Question 1100596: A sandwich shop has three types of sandwiches: ham, turkey, and chicken. Each sandwich can be ordered with white bread or wheat. Customers can add any combination of the four available toppings. Find the number of possible outcomes in the sample space. \n" ); document.write( "
Algebra.Com's Answer #715109 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "3 choices for the kind of meat \n" ); document.write( "2 choices for the kind of bread \n" ); document.write( "2 choices for whether to have the 1st topping \n" ); document.write( "2 choices for whether to have the 2nd topping \n" ); document.write( "2 choices for whether to have the 3rd topping \n" ); document.write( "2 choices for whether to have the 4th topping \n" ); document.write( "Total number of combinations: 3*2*2*2*2*2 = 96 \n" ); document.write( " \n" ); document.write( " |