document.write( "Question 153723: How many ways can you order a hamburger if you can order it with or without the following items: cheese, lettuce, tomatoes, pickles or onions? \n" ); document.write( "
Algebra.Com's Answer #113175 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
The ways of ordering increase as the power of 2 (with or without) with the exponent being the number of items to choose.
\n" ); document.write( "There are 5 toppings available.
\n" ); document.write( "\"N=2%5E5\"
\n" ); document.write( "\"N=32\"
\n" ); document.write( "There are 32 possible combinations of burger.
\n" ); document.write( "
\n" ); document.write( "
\n" );