document.write( "Question 663296: Good day,\r
\n" );
document.write( "\n" );
document.write( "I want to make sandwiches. If I have 100 available ingredients, how do I determine how many permutations of the sandwich are possible?\r
\n" );
document.write( "\n" );
document.write( "Best regards,\r
\n" );
document.write( "\n" );
document.write( "Guy \n" );
document.write( "
Algebra.Com's Answer #412709 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! I want to make sandwiches. If I have 100 available ingredients, how do I determine how many permutations of the sandwich are possible? \n" ); document.write( "------------------ \n" ); document.write( "If it has 2 different ingredients, it's 100*99 = 9900 \n" ); document.write( "If is has 3, it's 100*99*98 \n" ); document.write( "etc \n" ); document.write( " \n" ); document.write( " |