find 3 consecutive even natural number such that the sum of their squares is 200
Answers
- Sum of squares of 3 consecutive even natural number is 200
- The 3 consecutive even natural number whose sum of squares is 200
Let the first even natural number be "x"
➠ x ⚊⚊⚊⚊ ⓵
➠ x + 2 ⚊⚊⚊⚊ ⓶
➠ x + 4 ⚊⚊⚊⚊ ⓷
➠ x² ⚊⚊⚊⚊ ⓸
➠ (x + 2)² ⚊⚊⚊⚊ ⓹
➠ (x + 4)² ⚊⚊⚊⚊ ⓺
Given that , Sum of squares of 3 consecutive even natural number is 200
Thus ,
⓸ + ⓹ + ⓺ = 200
➜ x² + (x + 2)² + (x + 4)² = 200
➜ x² + x² + 4 + 4x + x² + 16 + 8x = 200
➜ 3x² + 12x + 20 = 200
➜ 3x² + 12x + 20 - 200 = 0
➜ 3x² + 12x - 180 = 0
➜ x² + 4x - 60 = 0
➜ x² + 10x - 6x - 60 = 0
➜ x(x + 10)-6(x + 10) = 0
➜ (x + 10)(x - 6) = 0
- x = -10
- x = 6 ⚊⚊⚊⚊ ⓻
We know that natural numbers starts from 1 i.e they are always positive
So x = -10 [ Not possible ]
∴ Hence x = 6
- Hence the first consecutive even natural number in this case is 6
⟮ Putting x = 6 from ⓻ to ⓶ ⟯
➜ x + 2
➜ 6 + 2
➨ 8
- Hence the second consecutive even natural number in this case is 8
⟮ Putting x = 6 from ⓻ to ⓷ ⟯
➜ x + 4
➜ 6 + 4
➨ 10
- Hence the third consecutive even natural number in this case is 10
∴ The 3 consecutive even natural number whose sum of square is 200 are 6 , 8 , 10