document.write( "Question 459211: HOW MANY FOUR DIGIT NUMBERS CAN BE FORMED FROM 1,2,3,4,5,6,7 WHICH IS GREATER THAN 3400?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #314956 by sudhanshu_kmr(1152)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "No. of 4 digit numbers where first digit is 4,5,6 or 7.\r \n" ); document.write( "\n" ); document.write( "4* 6P3 = 4 * 120 = 480\r \n" ); document.write( "\n" ); document.write( "No. of 4 digit numbers where first digit is 3..\r \n" ); document.write( "\n" ); document.write( "second place can be filled by 4,5,6,or 7.\r \n" ); document.write( "\n" ); document.write( "no. of possible numbers = 4*5P2 = 4 * 20 = 80 \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "total no. of possible numbers formed from 1,2,3,4,5,6 and 7 \r \n" ); document.write( "\n" ); document.write( "and greater than 3400 = 480 + 80 = 560 \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Note- repetition is not allowed here. \n" ); document.write( " \n" ); document.write( " |