document.write( "Question 1019457: How many positive integers are there less than 800 such that all digits are even? \n" ); document.write( "
Algebra.Com's Answer #635442 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! We can assume leading 0's are allowed since we also want 1- and 2-digit numbers (e.g. 086 equals 86, and 002 = 2).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The hundreds digit can be 0,2,4,6 (4 choices), and the tens and units digit can be 0,2,4,6,8 (5 choices each). Multiplying, we get 4*5*5 = 100. However this includes 000 which isn't positive, so the total number of such integers is 99. \n" ); document.write( " |