The average of the squares of five consecutive positive integers is 66. Find the average of these five integers.
Answers
/* Splitting the middle term,we get */
/* It is given that x is positive integer */
Therefore.,
•••♪
The average of the squares of five consecutive positive integers is 66. Find the average of these five integers.
Let us assumed five consecutive positive integers are
→ x , (x+1) , (x+2) , (x+3) and (x+4)
So, as said in question average of the squares of five consecutive positive integers is 66
→ x² + (x+1)² + (x+2)² + (x+3)² + (x+4)² = 66
By solving above equation we get :-
=
=
= x² + 4x + 6 - 66 = 0
= x² + 4x - 60 = 0
Now by using middle term splitting method
= x² + 10x - 6x - 60 = 0
= x( x + 10 ) - 6( x + 10 ) = 0
= ( x + 10 )( x - 6 ) = 0
→ x + 10 = 0
→ x = - 10 [neglect]
→ x - 6 = 0
→ x = 6
We consider the positive value of " x " as said in question
So , the five consecutive numbers are :-
→ x , (x+1) , (x+2) , (x+3) and (x+4)
Now by substituting value of " x " :-
→ 6, (6+1) , (6+2) , (6+3) and (6+4)
→ 6 , 7 , 8 , 9 and 10
Now we find the average of these numbers
- no. of terms = 5
- sum of all terms = 40
→ 6 + 7 + 8 + 9 + 10 = 40
=
=
= 8
Hence the average of these five integers is 8