Question

    A two-digit number has a sum of its digits equal to 8.

    Additionally, if 27 is subtracted from this number, the resulting number has its digits reversed. What is the original number?
    A 53 Correct Answer Incorrect Answer
    B 93 Correct Answer Incorrect Answer
    C 63 Correct Answer Incorrect Answer
    D 73 Correct Answer Incorrect Answer

    Solution

    ATQ,

    Let ones and tens digit of the number be 'a' and 'b' respectively.

    So, original number = 10b + a

    Reverse number = 10a + b

    So,

    a + b = 8 --------- (I)

    And, 10b + a - 27 = 10a + b

    Or, 9b - 9a = 27

    Or, b - a = 3 ---------- (II)

    On adding equation I and II,

    We get, a + b + b - a = 8 + 3

    Or, 2b = 11

    Or, 'b' = 5

    On putting value of 'b' in equation I,

    We get, 5 + a = 8

    Or, 'a' = 3

    Required number = 10 × 5 + 3 = 53

    Practice Next