document.write( "Question 511030: I am a 4 digit whole number my digits decrease by 2 from the thousand place to the ones place each of my digits is an even number . what number am i ?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #342117 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! I am a 4 digit whole number \n" ); document.write( "a, b, c, d \n" ); document.write( ": \n" ); document.write( "my digits decrease by 2 from the thousand place to the ones place \n" ); document.write( "a, (a-2), (a-4), (a-6), (a-6) \n" ); document.write( "each of my digits is an even number . what number am i ? \n" ); document.write( "a has to be 8, then the number is: \n" ); document.write( "8642 \n" ); document.write( " |