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)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "\"+C%28n%2Cr%29+=+n%21%2F%28%28n-r%29%21r%21%29+\"
\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 = \"+highlight%281320%29+\"
\n" ); document.write( "
\n" );