document.write( "Question 620201: A pizza place offers 4 different cheeses and 10 different toppings. In how many ways can a pizza be
\n" );
document.write( "made with 1 cheese and 3 toppings? \n" );
document.write( "
Algebra.Com's Answer #390034 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A pizza place offers 4 different cheeses and 10 different toppings. In how many ways can a pizza be \n" ); document.write( "made with 1 cheese and 3 toppings? \n" ); document.write( "-------------- \n" ); document.write( "If the 3 toppings are different: \n" ); document.write( "Cheese is 1 of 4 \n" ); document.write( "1st topping is 1 of 10, then 1 of 9, 1 of 8 \n" ); document.write( "--> 4*10*9*8 \n" ); document.write( "= 2880 \n" ); document.write( " |