- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
The houses of a row are numbered consecutively from 1 to 49. Show that there is 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 houses following it. Find this value of $x$.
Given:
The houses of a row are numbered consecutively from 1 to 49.
To do:
We have to show that there is 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 houses following it and find this value of $x$.
Solution:
Let there be 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 houses following it.
This implies,
$1\ +\ 2\ +\ 3\ +\ .\ .\ .\ .\ +\ ( x\ –\ 1)=( x+1)+( x+2)+\ .\ .\ .\ .\ .\ + 49$
$\therefore 1+2+3+\ .\ .\ .\ .\ +( x–1)=[1+2+\ ....+x+( x–1)+....+49] \ –\ ( 1+2+3+.\ .\ .\ .\ +x$
Sum of the $n$ terms of the A.P. $S_{n} =\frac{n}{2}( a+l)$ [a is the first term and l is the last term of the given A.P.]
$\frac{x-1}{2}( 1+x-1) =\frac{49}{2}( 1+49) -\frac{x}{2}( a+l)$
$\therefore x( x\ –\ 1) \ =\ 49\ \times \ 50\ –\ x( 1\ +\ x)$
$\therefore x( x\ –\ 1) \ +\ x( 1\ +\ x) \ =\ 49\ \times \ 50$
$\therefore x( x-1+1+x) =49\times 50$
$2x^{2} = 49\times50$
$\therefore x^{2} =49\times 25$
$\Rightarrow x=\sqrt{49\times 25}$
$\therefore x=7\times 5=35$
Since $x$ is not a fraction, The value of $x$ satisfying the given condition exists and is equal to 35.
- Related Articles
- The houses in a row numbered consecutively from 1 to 49. Show that there exists a value of X such that sum of numbers of houses preceding the house numbered X is equal to sum of the numbers of houses following X.
- Find the value of k such that the polynomial $x^{2}-(k+6)x+2(2k-1)$ has sum of its zeros equal to half of their product.
- If sum of the square of zeroes of the polynomial $f(x)=x^2−8x+k$ is $40$, find the value of $k$.
- If the sum of the zeroes of the polynomial $P(x)=( k^{2}-14)x^{2}-2x-12$ is $1$. Then find the value of $k$.
- Find maximum N such that the sum of square of first N natural numbers is not more than X in Python
- Find maximum N such that the sum of square of first N natural numbers is not more than X in C++
- In places of hot climate, it is advised that the outer walls of houses be painted white. Explain.
- What is the sum of the numbers from 1 to 100?
- Find the value of x from the following figure : "\n
- The sum of two numbers is 16. The sum of their reciprocals is $\frac{1}{3}$. Find the numbers.
- The sum of two numbers is 18. The sum of their reciprocals is $\frac{1}{4}$. Find the numbers.
- The sum of two numbers is 9. The sum of their reciprocals is $\frac{1}{2}$. Find the numbers.
- Find the value of m so that the quadratic equation $mx( x-7) +49=0$ has two equal roots.
- Find the value of \( x \) in each of the following:\( 2 \sin \frac{x}{2}=1 \)
- Find the value of $x$ such that $PQ = QR$ where the coordinates of $P, Q$ and $R$ are $(6, -1), (1, 3)$ and $(x, 8)$ respectively.
