The houses in a row are numbered consecutively from 1 to 49.Show that there is a value of 'x' such that the sum of the numbers of the houses preceding the house numbered 'x' is equal to the sum of the numbers of the house following it. Find the value of 'x'.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
We should first know the identity 1 + 2 + 3 + . . . + x = 2 x ( x + 1 ) to solve this problem. According to the problem, we have ---
2 x ( x + 1 ) = 2 4 9 × ( 4 9 + 1 ) − 2 ( x − 1 ) x [since last house no. = 49]
2 x ( x + 1 ) = 2 4 9 × 5 0 − x ( x − 1 )
x ( x + 1 ) = 2 4 5 0 − x ( x − 1 )
x 2 + x = 2 4 5 0 − x 2 + x ⟹ 2 x 2 = 2 4 5 0 ⟹ x 2 = 1 2 2 5 ⟹ x = ± 3 5
But, house number x cannot be (-ve), so our required value of x = 3 5