Q 5.

Tushar wrote 4 different natural numbers. He chose three numbers at a time and added them each time. He got the sums as 115, 153, 169, 181. The largest of the numbers Tushar first wrote is ?


The answer is 91.

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.

2 solutions

Saket Sharma
Sep 20, 2014

Let the numbers be a, b, c, d where a < b < c < d

Obviously,

a + b + c = 115 ................. (I)

a + b + d = 153 .................. (II)

a + c + d = 169 .................. (III)

b + c + d = 181 .................. (IV)

Thus, using (I) & (II): c = d - 38. Using (I) & (IV): a = d - 66.

Substituting for a and c in (III): 3d - 104 = 169

whence, d = 273/3 = 91

Bill Bell
Dec 4, 2014

Just like Mr Sharma's solution, without the inequality constraint, using the Python sympy library to do the algebra:

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...