Question

    Sum of squares of three consecutive numbers is 1454. Find the sum of first and third number.

    A 42 Correct Answer Incorrect Answer
    B 40 Correct Answer Incorrect Answer
    C 44 Correct Answer Incorrect Answer
    D 46 Correct Answer Incorrect Answer

    Solution

    Let the numbers be (x – 1), x and (x + 1) => (x – 1)2 + x2 + (x + 1)2 = 1454 => x2 – 2x + 1 + x2 + x2 + 2x + 1 = 1454 => 3x2 = 1454 - 2 => x2 = 1452/3 => x2 = 484 => x = 22 Required sum = (22 – 1) + (22 + 1) = 44

    Practice Next
    ×
    ×