Question

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

    A 32 Correct Answer Incorrect Answer
    B 30 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 = 677 => x2 – 2x + 1 + x2 + x2 + 2x + 1 = 677 => 3x2 = 677 - 2 => x2 = 675/3 => x2 = 225 => x = 15 Required sum = (15 – 1) + (15 + 1) = 30

    Practice Next
    ×
    ×