document.write( "Question 1127829: A pizza place offers 6 different cheeses and 12 different toppings. In how many ways can a pizza be made with 1 cheese and 3 toppings? \n" ); document.write( "
Algebra.Com's Answer #744321 by math_helper(2461)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( " \r \n" ); document.write( "\n" ); document.write( "Choices for cheese: C(6,1) = 6 \n" ); document.write( "Choices for three toppings: C(12,3) = 12*11*10/(3*2) = 220 \r \n" ); document.write( "\n" ); document.write( "Total possible pizzas = 6*220 = |