document.write( "Question 463105: I am a number greater than 50,000 but less than 70,000. My ones digit and tens digit are the same. My ten thousands digit is three times the sum of my ones digit and tens digit. Both my thousands digit and hundreds digit are half my ten thousands digit. What number am I? \n" ); document.write( "
Algebra.Com's Answer #317341 by amoresroy(361)\"\" \"About 
You can put this solution on YOUR website!
I am a number greater than 50,000 but less than 70,000. My ones digit and tens digit are the same. My ten thousands digit is three times the sum of my ones digit and tens digit. Both my thousands digit and hundreds digit are half my ten thousands digit. What number am I?\r
\n" ); document.write( "\n" ); document.write( "Let x = ones digit
\n" ); document.write( " x = tens digit
\n" ); document.write( "3(x+x) = 6x = ten thousands digit
\n" ); document.write( "6x/2 = 3x = thousands digit
\n" ); document.write( "3x = hundreds digit\r
\n" ); document.write( "\n" ); document.write( "The ten thousand digit should be divisible by 2 and should be between 5 & 7. So, the ten thousands digit is 6.
\n" ); document.write( "6/6 = 1 = ones digit = tens digit
\n" ); document.write( "3(1) = 3 = thousands digit = hundreds digit\r
\n" ); document.write( "\n" ); document.write( "The number is 63,311.
\n" ); document.write( "
\n" );