document.write( "Question 620752: My thousands digit is twice my hundred thousands digit. My hundreds digit is 4 less than my ten thousands digit. My ones digit is more than my hundreds digit. My tens digit is 2 less than my hundreds digit. If my ones digit is 7 and my thousands digit is 6, what number am I? \n" ); document.write( "
Algebra.Com's Answer #390511 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
let a = the 100k digit
\n" ); document.write( "let b = the 10k digit
\n" ); document.write( "let c = the 1k digit
\n" ); document.write( "let d = the 100s digit
\n" ); document.write( "let e = the 10's digit
\n" ); document.write( "let f = the units
\n" ); document.write( ":
\n" ); document.write( "Write an equation for each statement
\n" ); document.write( ":
\n" ); document.write( "My thousands digit is twice my hundred thousands digit.
\n" ); document.write( "c = 2a
\n" ); document.write( ":
\n" ); document.write( "My hundreds digit is 4 less than my ten thousands digit.
\n" ); document.write( "d = b - 4
\n" ); document.write( ":
\n" ); document.write( " My ones digit is more than my hundreds digit.
\n" ); document.write( "f > d; \"I think you should have told us how much more\"
\n" ); document.write( ":
\n" ); document.write( "My tens digit is 2 less than my hundreds digit.
\n" ); document.write( "e = d - 2
\n" ); document.write( ":
\n" ); document.write( "If my ones digit is 7
\n" ); document.write( "f = 7
\n" ); document.write( ":
\n" ); document.write( "and my thousands digit is 6,
\n" ); document.write( "c = 6
\n" ); document.write( ":
\n" ); document.write( "In the 1st equation, replace c with 6
\n" ); document.write( "6 = 2a
\n" ); document.write( "divide both sides by 2
\n" ); document.write( "a = 3
\n" ); document.write( "Now we we have 3 b 6 d e 7
\n" ); document.write( ":
\n" ); document.write( "ABout all we can do with the information given, we have to know how much d is less than 7\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );