document.write( "Question 836193: kelly can select one or more of the following 4 toppings to put on his hamburger: cheese, onions, pickles, and tomatoes. if he selects one or more, how many different combinations of toppings can he have? \n" ); document.write( "
Algebra.Com's Answer #504121 by richard1234(7193)\"\" \"About 
You can put this solution on YOUR website!
There are 2^4 = 16 ways he can select any combination of toppings (Kelly can select cheese or no cheese, onions or no onions, etc.). However this includes the case where he selects no toppings, so we subtract 1. 16 - 1 = 15 combinations. \n" ); document.write( "
\n" );