A two digit number is such that it's product is 12 and when the digits are reversed the number exceeds the original number by 9, what is the original number? This should've read: "A two digit number is such that the product of its digits is 12." As such, the numbers must be 2 and 6, or 3 and 4. Let the tens and units digits be T and U, respectively "when the digits are reversed the number exceeds the original number by 9." This gives us: 10U + T = 10T + U + 9 - 9 + 10U + T = 10T + U - 9 = 10T + U - 10U - T - 9 = 9T - 9U 9(- 1) = 9(T - U) - 1 = T - U____T = U - 1 With the tens digit being 1 less than the units digit, the 2 numbers CANNOT be 2 and 6, so they MUST be 3 and 4 (TENS digit, or 3, being SMALLER than the UNITS digit, or 4). DIGITS: 3 and 4, for the NUMBER 34