A pack contains cards numbered from .Two consecutive numbered cards are removed from the pack and the sum of the numbers on the remaining cards is 1224.Find the smaller of the number on removed cards.
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.
Sum of the numbers = 2 n ( n + 1 ) , Let the numbers removed be p , p + 1
2 n ( n + 1 ) − ( 2 p + 1 ) = 1 2 2 4
or, 2 n ( n + 1 ) = 1 2 2 5 + 2 p
So 2 n ( n + 1 ) > 1 2 2 5
Solving we get n > 4 9 .
For n = 5 0 we have The total sum as 1275.
So p + ( p + 1 ) = 1 2 7 5 − 1 2 2 4
Therefore p = 25 .