document.write( "Question 1150831: The sundae bar at Sarah's favorite restaurant has 5 toppings: hot fudge, sprinkles, walnuts, cherries, and whipped cream. In how many different ways can Sarah top her sundae if she is restricted to at most 2 toppings? Verify if the answer is correct.
\n" ); document.write( "My answer is: 5C1 + 5C2. Since you Sarah can have 1 topping on the first case and on the second case she can have 2, at most number of topping she can have.
\n" ); document.write( "

Algebra.Com's Answer #772339 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "Your answer is fine, as long as she doesn't have the option of choosing 0 toppings.

\n" ); document.write( "Of course, if 0 toppings is an option then the answer is 5C0 + 5C1 + 5C2.

\n" ); document.write( "
\n" ); document.write( "
\n" );