document.write( "Question 1085258: You own 10 hats and are taking 3 on vacation. In how many ways can you choose 3 hats from the 10? \n" ); document.write( "
Algebra.Com's Answer #699355 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! 10C3 \n" ); document.write( "10*9*8*7!/7!*3! \n" ); document.write( "=720/6 \n" ); document.write( "=120 ways \n" ); document.write( " |