document.write( "Question 871971: At a pizza parlor, Jerome has a choice of pizza toppings and sizes. The topping choices are sausage, onions, and pineapple. The size choices are mini and small. Draw a tree diagram that shows the number of possible pizza combinations that Jerome can order. \n" ); document.write( "
Algebra.Com's Answer #525832 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
mini with sausage, onions, 0r pineapple + mini with two choices + mini with all three
\n" ); document.write( " 3 + 3C2 + 3C3 = 3 + 3 + 1 = 7
\n" ); document.write( "+ small with sausage, onions, 0r pineapple+ small with two choices + small with all three
\n" ); document.write( "14 choices
\n" ); document.write( "
\n" ); document.write( "
\n" );