document.write( "Question 1176341: There are ten toppings available to make an ice cream sundae. How many ways can Max choose two? And is it permutation or combination? \n" ); document.write( "
Algebra.Com's Answer #803048 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
Order doesn't matter, so this is a combination.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "10 choose 2 = (10 * 9)/(2 * 1) = 45
\n" ); document.write( "
\n" );