document.write( "Question 217489: A palindrome is a number that reads the same forwards and backwards. The sum of a particular set of three consecutive positive integers is a three-digit palindrome. If the sum is less than 220, what is the greatest possible value for the largest of the three integers in the set? \n" ); document.write( "
Algebra.Com's Answer #164098 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
palindrome is a number that reads the same forwards and backwards.
\n" ); document.write( " The sum of a particular set of three consecutive positive integers is a three-digit palindrome.
\n" ); document.write( "If the sum is less than 220, what is the greatest possible value for the largest of the three integers in the set?
\n" ); document.write( ":
\n" ); document.write( "Less than 220 therefore the number is 212 or the 1st and 3rd digit = 1
\n" ); document.write( "I tried 212, does not have an integer solution.\r
\n" ); document.write( "\n" ); document.write( "Let the 1st and 3rd digit = 1
\n" ); document.write( "Let the middle digit = x
\n" ); document.write( "Let consecutive integers = y, y+1, y+2
\n" ); document.write( ":
\n" ); document.write( "y + (y+1) + (y+2) = 100 + 10x + 1
\n" ); document.write( ";
\n" ); document.write( "combine like terms
\n" ); document.write( "3y + 3 = 10x + 101
\n" ); document.write( ";
\n" ); document.write( "3y = 10x + 101 - 3
\n" ); document.write( ";
\n" ); document.write( "3y = 10x + 98
\n" ); document.write( "y = \"%2810x%2B98%29%2F3\"
\n" ); document.write( ":
\n" ); document.write( "Find a value for x that will give an integer value for y
\n" ); document.write( "The sum of the numerator has to be a multiply of 3
\n" ); document.write( "x = 7
\n" ); document.write( "y = \"%2810%287%29%2B98%29%2F3\"
\n" ); document.write( "y = \"%28168%29%2F3\"
\n" ); document.write( "y = 56
\n" ); document.write( ":
\n" ); document.write( "Try this
\n" ); document.write( "56 + 57 + 58 = 171, satisfies the problem
\n" ); document.write( "
\n" );