document.write( "Question 436640: When a certain four-digit number is multiplied by 4 its digits appear in reverse order. It also has the following properties. Its first digit is a quarter of the last one. And its second digit is one less than the first. What number must it be? \n" ); document.write( "
Algebra.Com's Answer #302065 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
When a certain four-digit number is multiplied by 4 its digits appear in reverse order.
\n" ); document.write( " It also has the following properties. Its first digit is a quarter of the last one.
\n" ); document.write( "And its second digit is one less than the first. What number must it be?
\n" ); document.write( ":
\n" ); document.write( "Let the four digit number = 1000a + 100b + 10c + d
\n" ); document.write( ":
\n" ); document.write( "\"When a four-digit number is multiplied by 4 its digits appear in reverse order.\"
\n" ); document.write( "4(1000a+100b+10c+d) = 1000d + 100c + 10b + a
\n" ); document.write( ":
\n" ); document.write( "4000a + 400b + 40c + 4d = 1000d + 100c + 10b + a
\n" ); document.write( "4000a - a + 400b - 10b = 100c - 40c + 1000d - 4d
\n" ); document.write( "3999a + 390b = 60c + 996d
\n" ); document.write( "Simplify, divide by 3
\n" ); document.write( "1333a + 130b = 20c + 332d
\n" ); document.write( ":
\n" ); document.write( "\" Its first digit is a quarter of the last one.\"
\n" ); document.write( "a = .25d
\n" ); document.write( "or
\n" ); document.write( "d = 4a
\n" ); document.write( ":
\n" ); document.write( "\"its second digit is one less than the first.
\n" ); document.write( "b = (a-1)
\n" ); document.write( ":
\n" ); document.write( "1333a + 130b = 20c + 332d
\n" ); document.write( "Replace b and d
\n" ); document.write( "1333a + 130(a-1) = 20c + 332(4a)
\n" ); document.write( "1333a + 130a - 130 = 20c + 1328a
\n" ); document.write( "1333a + 130a - 1328a = 20c + 130
\n" ); document.write( "135a = 20c + 130
\n" ); document.write( "Simplify, divide by 5
\n" ); document.write( "27a = 4c + 26
\n" ); document.write( "a = \"4%2F27\"c + \"26%2F27\"
\n" ); document.write( "A close inspection of this equatiion reveals there is only one single digit integer solution
\n" ); document.write( "c = 7; a = 2
\n" ); document.write( ":
\n" ); document.write( "find b and d
\n" ); document.write( "b = 2 - 1
\n" ); document.write( "b = 1
\n" ); document.write( "and
\n" ); document.write( "d = 4(2)
\n" ); document.write( "d = 8
\n" ); document.write( ":
\n" ); document.write( "2178 is the number
\n" ); document.write( ":
\n" ); document.write( "Check this: 4 * 2178 = 8712
\n" ); document.write( "
\n" );