document.write( "Question 961966: the sum of digits of a two digit number is 14 . If 29 is subtracted from the number the digits of the new number become equal. Please show me the steps \n" ); document.write( "
Algebra.Com's Answer #587710 by addingup(3677)![]() ![]() You can put this solution on YOUR website! There are only 5 possible 2-digit numbers that add up to 14: \n" ); document.write( "59,68,77,86,95. Subtract 29 from each: \n" ); document.write( "29,29,29,29,29 \n" ); document.write( "--------------- \n" ); document.write( "30,39,48,57,66 Bingo! \n" ); document.write( "The number is 95. 9+5=14 and 95-29= 66 \n" ); document.write( " |