document.write( "Question 1106657: How many two-digit even numbers can you form using the digits 0, 1, 2, 3, 4, 5, 6, 7, 8, 9?
\n" ); document.write( "A.repetition is allowed
\n" ); document.write( "B.no repetition
\n" ); document.write( "

Algebra.Com's Answer #721694 by Edwin McCravy(20060)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "If we could have 0 come first, and we didn't care \r\n" );
document.write( "whether they were even or odd, there would be these 100:\r\n" );
document.write( "\r\n" );
document.write( "00, 01, 02, 03, ..., 08, 09, 10, 11, ..., 98, 99\r\n" );
document.write( "\r\n" );
document.write( "We take away these 10, which are really 1-digit numbers: \r\n" );
document.write( "\r\n" );
document.write( "00, 01, 02, 03, ..., 08, 09\r\n" );
document.write( "\r\n" );
document.write( "and that leaves these 90:\r\n" );
document.write( "\r\n" );
document.write( "10, 11, ..., 98, 99\r\n" );
document.write( "\r\n" );
document.write( "half of those 90 are even and the other half odd, and\r\n" );
document.write( "since half of 90 is 45, we have these 45\r\n" );
document.write( "\r\n" );
document.write( "10, 12, ..., 96, 98\r\n" );
document.write( "\r\n" );
document.write( "So 45 is the answer to (a)\r\n" );
document.write( "\r\n" );
document.write( "------------------\r\n" );
document.write( "\r\n" );
document.write( "Now if we take away these 4 with repetition:\r\n" );
document.write( "\r\n" );
document.write( "22, 44, 66, 88\r\n" );
document.write( "\r\n" );
document.write( "then we have only 41\r\n" );
document.write( "\r\n" );
document.write( "So 41 is the answer to (b)\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );