document.write( "Question 392603: how many different 4-digit numbers can be formed from th digits 2, 3, 4,5,6,7,and 8 if:
\n" );
document.write( " a)repetition of digits is not allowed?
\n" );
document.write( " b)repetition of digits is allowed?
\n" );
document.write( " c)how many of them are odd numbers? refer to (a).
\n" );
document.write( " d)how many of them are even numbers? refer to (b). \n" );
document.write( "
Algebra.Com's Answer #278732 by sudhanshu_kmr(1152)![]() ![]() You can put this solution on YOUR website! there are 4 even and 3 odd numbers....\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a) \n" ); document.write( " no. of ways to form 4 digit numbers without repetition = 7P4 = 840\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "b) no. of ways to form 4 digit numbers with repetition = 7*7*7*7 = 7^4 = 2401\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "c) we can put odd digit on unit place be 3 ways and can arrange remaining 6 \r \n" ); document.write( "\n" ); document.write( "digit on first 3 places by 6P3 ways, \r \n" ); document.write( "\n" ); document.write( "no. of odd numbers ( refer to a ) = 6P3 * 3 = 360\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "d) for unit place we can put digit by 4 ways and for other 3 places any digit\r \n" ); document.write( "\n" ); document.write( " no. of even numbers when repetition is allowed = 7*7*7*4 =1372\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |