document.write( "Question 431248: I am a three digit number that is even.My one hundreds and ones digit is the same and have a sum of ten.My tens digit is two less than my ones digit.What number am I?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #299351 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! I am a three digit number that is even. \n" ); document.write( "My one hundreds and ones digit is the same and have a sum of ten. \n" ); document.write( "My tens digit is two less than my ones digit. \n" ); document.write( "What number am I? \n" ); document.write( ": \n" ); document.write( "Let x = the hundreds, and the one's digit \n" ); document.write( "let y = the 10's digit \n" ); document.write( "then \n" ); document.write( "100x + 10y + x = the number \n" ); document.write( ": \n" ); document.write( "\"My one hundreds and ones digit is the same and have a sum of ten.\" \n" ); document.write( "from this statement: x = 5, how could it be even then? \n" ); document.write( ": \n" ); document.write( "\"My tens digit is two less than my ones digit.\" \n" ); document.write( "y = 5 - 2 \n" ); document.write( "y = 3 \n" ); document.write( ": \n" ); document.write( "535 is the number but it is not even \n" ); document.write( " |