document.write( "Question 350843: Find how many 3 digit numbers are even? Also find how many 4 digit numbers are composed of odd digits? \n" ); document.write( "
Algebra.Com's Answer #250809 by sudhanshu_kmr(1152)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "3 digit numbers number means we have to put 0-9 digit at 3 places....ABC\r \n" ); document.write( "\n" ); document.write( "at the position of A (first place) we can put any digit 1-9 not 0, otherwise it will not a 3 digit number, so by 9 ways\r \n" ); document.write( "\n" ); document.write( "at the position of B (second place) we can put 0-9 i.e by 10 ways...\r \n" ); document.write( "\n" ); document.write( "at the position of C (third place) we can put 0,2,4,6 or 8 i.e by 5 ways...\r \n" ); document.write( "\n" ); document.write( "so, total no. of digit = 9*10*5 = 450 \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Total no. of three digit even numbers =450 \n" ); document.write( " |