document.write( "Question 1085195: The sum of my tens and hundreds digit is my thousands digit. My hundreds digit is 1 less than my tens digit. My ones digit is greater than 7 and a multiple of 4. My tens digit is is 3 less than my ones digit. What is my number? \n" ); document.write( "
Algebra.Com's Answer #699252 by MathLover1(20849)\"\" \"About 
You can put this solution on YOUR website!
you have \"abcd+\" number where \"a\" is thousands, \"b\" hundreds, \"c\" tens, and \"d\" ones\r
\n" ); document.write( "\n" ); document.write( "if the sum of my tens and hundreds digit is my thousands digit, I have
\n" ); document.write( "\"b%2Bc=a\"\r
\n" ); document.write( "\n" ); document.write( " My hundreds digit is \"1\" less than my tens digit: \"b=c-1\"\r
\n" ); document.write( "\n" ); document.write( "My ones digit is greater than \"7+\"and a multiple of \"4\". ->\"d=8\" because \"8%3E7\" and \"8\" is multiple of \"4\"\r
\n" ); document.write( "\n" ); document.write( "My tens digit is is \"3\"\"+less\" than my ones digit. ->\"c=8-3\"->\"c=5\"\r
\n" ); document.write( "\n" ); document.write( " What is my number? \r
\n" ); document.write( "\n" ); document.write( "so far we know:
\n" ); document.write( "\"b%2Bc=a\"
\n" ); document.write( "\"b=c-1\"
\n" ); document.write( "\"c=5\"
\n" ); document.write( "\"d=8\"\r
\n" ); document.write( "\n" ); document.write( "find \"a\"
\n" ); document.write( "\"a=b%2Bc\"...replace \"b\" with\"c-1\"
\n" ); document.write( "\"a=c-1%2Bc\"
\n" ); document.write( "\"a=2c-1\"
\n" ); document.write( "\"a=2%2A5-1\"
\n" ); document.write( "\"a=9\"\r
\n" ); document.write( "\n" ); document.write( "find \"b\"\r
\n" ); document.write( "\n" ); document.write( "\"b=c-1\"
\n" ); document.write( "\"b=5-1\"
\n" ); document.write( "\"b=4\"\r
\n" ); document.write( "\n" ); document.write( "and, your number is: \"9458+\" \r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );