document.write( "Question 471159: A fast food restaurant offers customers a choice of eight toppings that can be added to a hamburger. How many different hamburgers can be ordered?
\n" ); document.write( "Thanks.
\n" ); document.write( "

Algebra.Com's Answer #323163 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "choice of eight toppings that can be added to a hamburger.
\n" ); document.write( "How many different hamburgers can be ordered?
\n" ); document.write( "Options of adding none up to 8 toppings(order not immportant) results in:
\n" ); document.write( " 8C0 + 8C1 + 8C2 + 8C3 + 8C4 + 8C5 + 8C6 + 8C7 + 8C8
\n" ); document.write( " 1 + 8 + 28 + 56 + 70 + 56 + 28 + 8 + 1
\n" ); document.write( "If one was to consider the order of the toppings appropriate:
\n" ); document.write( "Permutations would be used rather than combinations
\n" ); document.write( " 8P0 + 8P1 + 8P2 + 8P3 + 8P4 + 8P5 + 8P6 + 8P7 + 8P8
\n" ); document.write( " \n" ); document.write( "
\n" );