document.write( "Question 34975: 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 #21223 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 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?\r \n" ); document.write( "\n" ); document.write( "You choose to have or you choose to not have. 2 choices \n" ); document.write( "But you do this 5 times\r \n" ); document.write( "\n" ); document.write( "# of orders = 2^5=32 different orders. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |