document.write( "Question 1140746: An ice cream shop has a choice of 10 toppings. Suppose you can afford at most 4 toppings. How many different types of ice cream and topping combinations can you order? \n" ); document.write( "
Algebra.Com's Answer #761249 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "We can't determine the number of ICE CREAM AND topping combinations if you don't tell us how many kinds of ice cream there are....

\n" ); document.write( "As for the number of combinations of at most 4 TOPPINGS, that number is

\n" ); document.write( "(10 choose 0) + (10 choose 1) + (10 choose 2) + (10 choose 3) + (10 choose 4)

\n" ); document.write( "Use a calculator if needed....
\n" ); document.write( "
\n" );