document.write( "Question 433152: A pizza shop offers 3 different toppings and 2 types of crust. How many possible types of pizza can you order if each pizza can have one, two, or three differnt toppings?\r
\n" );
document.write( "\n" );
document.write( "I got 78, but I think that is too many, because is pepperoni/ sausage the same as sausage/pepperoni????\r
\n" );
document.write( "\n" );
document.write( "I worked it out the long way (tree) and got 42 ??? \n" );
document.write( "
Algebra.Com's Answer #300257 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A pizza shop offers 3 different toppings and 2 types of crust. How many possible types of pizza can you order if each pizza can have one, two, or three different toppings? \n" ); document.write( "----- \n" ); document.write( "# of 1 topping pizza: 2*3 = 6 \n" ); document.write( "# of 2 topping pizzas: 2*3C2 = 2*3 = 6 \n" ); document.write( "I of 3 topping pizzas: 2*3C2 = 3*1 = 3 \n" ); document.write( "----- \n" ); document.write( "Total number: 6+6+3 = 15 \n" ); document.write( "========================= \n" ); document.write( "cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=========== \n" ); document.write( " |