document.write( "Question 865896: A 4-digit number is formed using the following cards,1,2,4,5,7,8,9.
\n" );
document.write( "Find the number of ways of forming a 4-digit odd number which is less than 7000 \n" );
document.write( "
Algebra.Com's Answer #521946 by dkppathak(439)![]() ![]() You can put this solution on YOUR website! A 4-digit number is formed using the following cards,1,2,4,5,7,8,9. \n" ); document.write( "Find the number of ways of forming a 4-digit odd number which is less than 7000 \n" ); document.write( "4 digit number have thousand place hundred place tens place unit place \n" ); document.write( "for odd number we can have option for unit place = 4 (1,5,7,9) \n" ); document.write( "for tens place options are = 7 (1,2,4,5,7,8,9 any one ) \n" ); document.write( "For hundred place we can have options =7 (1,2,4,5,7,8,9,) \n" ); document.write( "for thousands place we can have options , as we need to have 4 digit less than 7000 = 4(1,2,4,5) \n" ); document.write( "Total 4 digit number can formed below 7000 will be = options for thousands placex options for hundreds place x options for tens place x options for unit place \n" ); document.write( "total 4 digit number with repetitions and with out repetition = 4x7x7x4= 784 numbers \n" ); document.write( "Answer 4 dits odd number will be 784 \n" ); document.write( " |