document.write( "Question 1130162: Using the digits 0,1,2,3,4,6 and 7. How many 3-digit even numbers between 200 and 600 can be made? What will be their sum? \n" ); document.write( "
Algebra.Com's Answer #747363 by Edwin McCravy(20055)![]() ![]() You can put this solution on YOUR website! The solution above is WRONG! \r\n" ); document.write( "Here's the correct solutions, for both inclusive and exclusive of 200 and 600:\r\n" ); document.write( "\r\n" ); document.write( "Using the digits 0,1,2,3,4,6 and 7, how many 3-digit even numbers between\r\n" ); document.write( "200 and 600 can be made?\r\n" ); document.write( "\n" ); document.write( "\r\n" ); document.write( "You didn't state whether it was inclusive or exclusive of 200 and 600,\r\n" ); document.write( "If it's 'exclusive' the smallest even number allowed is 202, and the largest\r\n" ); document.write( "even number allowed is 576. If 'inclusive' both 200 and 600 will be included.\r\n" ); document.write( "\r\n" ); document.write( "However, for calculation purposes, it will be more convenient to include\r\n" ); document.write( "200 and exclude 600. Then we can adjust the count or sum so as to\r\n" ); document.write( "include or exclude 200 and 600.\r\n" ); document.write( "\r\n" ); document.write( "So we will first assume that the smallest even number allowed is 200 and\r\n" ); document.write( "the largest is 476. That is, we are including 200 but excluding 600. We\r\n" ); document.write( "will adjust later.\r\n" ); document.write( "\r\n" ); document.write( "The hundreds digit can only be 2,3 or 4.\r\n" ); document.write( "So that's 3 ways to choose the hundreds digit.\r\n" ); document.write( "The tens digit can be any of the 7 digits 0,1,2,3,4,6 or 7\r\n" ); document.write( "So that's 7 ways to choose the tens digit.\r\n" ); document.write( "The ones digit must be 0,2,4 or 6, to make sure it's even.\r\n" ); document.write( "So that's 4 ways to choose the ones digit.\r\n" ); document.write( "\r\n" ); document.write( "So the answer we get here is 3•7•4 = 84 ways.\r\n" ); document.write( "Now that includes the number 200, which we are excluding,\r\n" ); document.write( "So we must subtract one from the 84.\r\n" ); document.write( "\r\n" ); document.write( "Answer: 83, assuming we are not counting 200 or 600.\r\n" ); document.write( "If we are including them both then the answer would be 2 more than 83, or 85.\r\n" ); document.write( "----------------------------\r\n" ); document.write( " |