document.write( "Question 1173627: A pizza shop offers 10 different toppings. How many ways may I select a pizza with no more than 3 toppings? \n" ); document.write( "
Algebra.Com's Answer #798887 by ikleyn(52832)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "\"No more than 3\" means in this case 0, 1, 2, 3.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Negative numbers are PROHIBITED due to common sense; but 0 is nor prohibited, so I include it.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Based on the said above, the answer is\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    \"C%5B10%5D%5E0\" + \"C%5B10%5D%5E1\" + \"C%5B10%5D%5E2\" + \"C%5B10%5D%5E3\" = 1 + 10 + 45 + 120 = 176,\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "if the order of toppings does not matter.\r\n" );
document.write( "
\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );