document.write( "Question 912033: The sum of the 2 digits of a number is 14. If you add 14 to their product, you will obtain the number with the same digits in the reversed order. Find the number. \n" ); document.write( "
Algebra.Com's Answer #553505 by JulietG(1812) You can put this solution on YOUR website! Possible combinations of 14: \n" ); document.write( "9,5 \n" ); document.write( "8,6 \n" ); document.write( "7,7 \n" ); document.write( "9*5=45 + 14 = 59 <<-that one works \n" ); document.write( "8*6 = 48 + 14 = 62 <-that doesn't \n" ); document.write( "7*7 = 49 + 14 = 63 <-nor that one \n" ); document.write( "The only number that works is 95(reversed 59) \n" ); document.write( " |