document.write( "Question 535615: Please help me to solve this question : \r
\n" ); document.write( "\n" ); document.write( "How many different numbers can be formed by taking one, two, three and four digits from the digits 1, 2, 7 and 8, if repetition are not allowed?\r
\n" ); document.write( "\n" ); document.write( "can I do it this way :\r
\n" ); document.write( "\n" ); document.write( " 4P1 x 4P2 x 4P3 x 4P4
\n" ); document.write( "= 4 x 12 x 24 x 24
\n" ); document.write( "= 27648
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #351959 by htmentor(1343)\"\" \"About 
You can put this solution on YOUR website!
You are correct in assuming this is a permutation problem. However, to find the
\n" ); document.write( "total number, the operation required is addition, not multiplication:
\n" ); document.write( "N = P(4,1) + P(4,2) + P(4,3) + P(4,4) = 4 + 12 + 24 + 24 = 64
\n" ); document.write( "
\n" );