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) 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 = \n" ); document.write( " p(11,4) = \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 = \n" ); document.write( " = \n" ); document.write( " =990 \n" ); document.write( "Result: 990 \n" ); document.write( " |