document.write( "Question 273169: The sum of the digits of a five-digit palindrome (a number that reads the same way in either direction) is 30. the sum of the first two digits is twice the value of the middle digit and the first is twice the second digit . find the palindrome ?\r
\n" ); document.write( "\n" ); document.write( "A 48684 b 63636 c 93636 d 75657 e 84648
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #199646 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
Let x = 1st and last digit
\n" ); document.write( "Let y = 2nd and 4th digit
\n" ); document.write( "Let z = middle digit
\n" ); document.write( ":
\n" ); document.write( "x,y,z,y,x is the 5 digit number
\n" ); document.write( ":
\n" ); document.write( "The sum of the digits of a five-digit palindrome is 30.
\n" ); document.write( "2x + 2y + z = 30
\n" ); document.write( ":
\n" ); document.write( "the sum of the first two digits is twice the value of the middle digit
\n" ); document.write( "x + y = 2z
\n" ); document.write( ":
\n" ); document.write( "the first is twice the second digit
\n" ); document.write( "x = 2y
\n" ); document.write( ":
\n" ); document.write( "find the palindrome ?
\n" ); document.write( "x + y = 2z
\n" ); document.write( "2z = x + y
\n" ); document.write( "2z = 2y + y; replaced x with 2y
\n" ); document.write( "2z = 3y
\n" ); document.write( "z = 1.5y
\n" ); document.write( ":
\n" ); document.write( "2x + 2y + z = 30
\n" ); document.write( "2(2y) + 2y + 1.5y = 30, replaced x and z
\n" ); document.write( "4y + 2y + 1.5y = 30
\n" ); document.write( "7.5y = 30
\n" ); document.write( "y = \"30%2F7.5\"
\n" ); document.write( "y = 4
\n" ); document.write( "then
\n" ); document.write( "x = 2(4) = 8
\n" ); document.write( "and
\n" ); document.write( "z = 1.5(4) = 6
\n" ); document.write( ":
\n" ); document.write( "84648 is the number
\n" ); document.write( "
\n" );