document.write( "Question 368892: I am an odd number.
\n" );
document.write( "my hundred digit is 4.
\n" );
document.write( "my ten thousand digit is 2 more than my hundred digit.
\n" );
document.write( "my thousand digit is 3 less than my hundred digit.
\n" );
document.write( "my ten digit is twice my hundred digit.
\n" );
document.write( "the sum of my digit is 22.
\n" );
document.write( "what number am i? \n" );
document.write( "
Algebra.Com's Answer #262827 by robertb(5830)![]() ![]() You can put this solution on YOUR website! The number is a 5-digit number, with the middle digit being four. \n" ); document.write( "By direct use of the information, \n" ); document.write( "tens digit = 2*4 = 8 \n" ); document.write( "thousands digit = 4-3 = 1 \n" ); document.write( "ten-thousands digit = 4+2 = 6. \n" ); document.write( "Now the sum of the digits is 22. If x= ones digit, then \n" ); document.write( "6+1+4+8+x = 22, or x = 3. Therefore the number is 61,483. \n" ); document.write( " |