document.write( "Question 936880: how many word can be formed by taking four letter at a time out of letter of the word MATHEMATICS
\n" ); document.write( "i tried the method: c(11,4)/2!2!2!
\n" ); document.write( " . . . but ans didnt match. . . .
\n" ); document.write( "plz give suitable explanation
\n" ); document.write( "

Algebra.Com's Answer #570352 by srinivas.g(540)\"\" \"About 
You can put this solution on YOUR website!
total no of letters in MATHEMATICS =11
\n" ); document.write( "no of A 's =2
\n" ); document.write( "no of M's = 2
\n" ); document.write( "no of T'S = 2
\n" ); document.write( "NO of words that can be formed = \"p%2811%2C4%29%2F%282%21%2A2%21%2A2%21%29\"
\n" ); document.write( " p(11,4) =\"+%2811%2A10%2A9%2A8%29%2F%284%2A3%2A2%2A1%29\"
\n" ); document.write( " =7920
\n" ); document.write( " 2! = 2*1 = 2
\n" ); document.write( "Hence
\n" ); document.write( " NO of words that can be formed = \"p%2811%2C4%29%2F%282%21%2A2%21%2A2%21%29\"
\n" ); document.write( " =\"+%287920%29%2F%282%2A2%2A2%29\"
\n" ); document.write( " =990
\n" ); document.write( "Result: 990
\n" ); document.write( "
\n" );