document.write( "Question 268466: A positive five –digit integer is in the form ab,cba; where a, b and c are each distinct digits what is the greatest possible value of ab,cba that is divisible by 11. \n" ); document.write( "
Algebra.Com's Answer #196770 by CharlesG2(834)\"\" \"About 
You can put this solution on YOUR website!
A positive five –digit integer is in the form ab,cba; where a, b and c are each distinct digits what is the greatest possible value of ab,cba that is divisible by 11\r
\n" ); document.write( "\n" ); document.write( "divisibility by 11 test: The difference between the sum of the odd numbered digits (1st, 3rd, 5th...) and the sum of the even numbered digits (2nd, 4th...) is divisible by 11
\n" ); document.write( "example: 34871903
\n" ); document.write( "3+8+1+0=12
\n" ); document.write( "4+7+9+3=23
\n" ); document.write( "23-12=11
\n" ); document.write( "Is divisible by 11\r
\n" ); document.write( "\n" ); document.write( "so we want (b + b) - (a + c + a) to be divible by 11
\n" ); document.write( "2b - (2a + c) to be divisible by 11\r
\n" ); document.write( "\n" ); document.write( "ab,cba (using 7 and 8 and 9 since they biggest)
\n" ); document.write( "78 987 --> 2*8 - (2*7 + 9) = 16 - (14 + 9) = 16 - 23 = -7 NO
\n" ); document.write( "87 978 --> 2*7 - (2*8 + 9) = 14 - (16 + 9) = 14 - 25 = -11 YES
\n" ); document.write( "79 897 --> 2*9 - (2*7 + 8) = 18 - (14 + 8) = 18 - 22 = -4 NO
\n" ); document.write( "97 879 --> 2*7 - (2*9 + 8) = 14 - (18 + 8) = 14 - 26 = -12 NO
\n" ); document.write( "89 798 --> 2*9 - (2*8 + 7) = 18 - (16 + 7) = 18 - 23 = -5 NO
\n" ); document.write( "98 789 --> 2*8 - (2*9 + 7) = 16 - (18 + 7) = 16 - 25 = -9 NO\r
\n" ); document.write( "\n" ); document.write( "so biggest 5 digit number is 87,978\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );