The sum of non- palindrome integer is b
A palindromic number is a number that remains the same when its digits are reversed.
Given:
$91 + 19 = 110$. then $110+011 = 121$
So, there are two numbers which needed 6 steps to become a palindrome number
First, 79
79 +97
=176 + 671
=847 + 748
=1,595 + 5,951
=7,546 + 6,457
=14,003 + 30,041
=44,044
and, the second number is
97 + 79=176
176+671=847
847+ 748= 1595
1,595 + 5,951 = 7,546
7,546 + 6,457 = 14,003
14,003 + 30041
= 44044
Hence, the sum of digits is 16.
Learn more about palindrome here:
https://brainly.com/question/19052372
#SPJ1