document.write( "Question 653302: you are ordering ice cream and have a choice of 3 toppings. you can have any or all the toppings. what are your possible choices? 4 toppings hoe many choices. n toppings? how many possibilities would you have \n" ); document.write( "
Algebra.Com's Answer #408358 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
you are ordering ice cream and have a choice of 3 toppings. you can have any or all the toppings. what are your possible choices?
\n" ); document.write( "----------------------------
\n" ); document.write( "Rule: For each cone you either do or do not have each topping.
\n" ); document.write( "-----------------------------
\n" ); document.write( "Ans: 2^3 = 8 choices
\n" ); document.write( "-----------------------------\r
\n" ); document.write( "\n" ); document.write( "4 toppings how many choices.
\n" ); document.write( "Ans: 2^4 = 16 choices
\n" ); document.write( "-----------------------------\r
\n" ); document.write( "\n" ); document.write( "n toppings?
\n" ); document.write( "Ans: 2^n choices
\n" ); document.write( "===================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );