document.write( "Question 1196846: A restaurant offers four sizes of pizza, two types of crust, and eight toppings. How many possible types of pizza
\n" );
document.write( "with one topping are there? \n" );
document.write( "
Algebra.Com's Answer #829854 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Fundamental Counting Principle: multiply the numbers of choices for each item. \n" ); document.write( "4 sizes \n" ); document.write( "2 types of crust \n" ); document.write( "8 toppings \n" ); document.write( "ANSWER: 4*2*8 = 64 types of pizza with one topping \n" ); document.write( " \n" ); document.write( " |