document.write( "Question 852887: You can answer any 8 questions from the 12 questions on an exam. In how many different ways can you choose the 8 questions, assuming that the order in which you choose the questions is irrelevant? \n" ); document.write( "
Algebra.Com's Answer #513800 by rothauserc(4718)\"\" \"About 
You can put this solution on YOUR website!
you have 12 items taken 8 at a time, this is a combination problem since order is irrelevant
\n" ); document.write( "total combinations = 12! / 8! * (12-8)!
\n" ); document.write( "total combinations = 4.790016e8 / (40320 * 24) = 495
\n" ); document.write( "there are 495 ways to chose 8 questions from 12 questions\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );