document.write( "Question 1173646: A pizza shop offers 5 different meat toppings and 7 vegetable toppings. How many ways may I select a pizza with 2 meat and 2 vegetable toppings. \n" ); document.write( "
Algebra.Com's Answer #798912 by greenestamps(13198)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "In choosing meats and toppings for a pizza, order does not matter, so this is a combination.

\n" ); document.write( "You need to choose 2 of the 5 kinds of meat: C(5,2).
\n" ); document.write( "And you need to choose 2 of the 7 vegetable toppings: C(7,2).

\n" ); document.write( "The total number of possible pizzas is

\n" ); document.write( "\"C%285%2C2%29%2AC%287%2C2%29+=+10%2A21+=+210\"

\n" ); document.write( "
\n" ); document.write( "
\n" );