Shooting Zone 2

Level 2

Shooting Zone 1

Solve if number of people are 10000 . (Arrangement same as Shooting zone 1 )

  • Now you can't do this big calculation manually right? ;)


The answer is 3617.

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.

1 solution

Shahbaz Patel
Apr 13, 2014

We can solve this by Combinatorics, Programming or just by taking numbers of our choice and observing the pattern etc.

The pattern we get here is simple but "interesting". If the given no. of people are X .

we find a number 2 N X {2}^{N} \le X ( where N is any whole number )

Find the difference D between them,

D = X 2 N D={X} - {2}^{N}

Then the difference D will give us the answer A ,

if D = 0 {D}=0 , then 0 1 0\equiv1 and A = 1 A=1

if D = 1 {D}=1 , then 1 3 1\equiv3 and A = 3 A=3

if D = 2 {D}=2 , then 2 5 2\equiv5 and A = 5 A=5

A = 2 D + 1 \therefore A=2D+1

So this is the pattern which we will get.

Exempli gratia

Here X = 10000 X=10000 . The closest no. of form 2 N 2^N is 2 13 = 8192 2^{13}=8192 .

Difference D = 1808 D=1808 .

So, Answer is 2 D + 1 2D + 1 i.e. 2 × 1808 + 1 = 3617 2\times1808 +1 = 3617 .

For Shooting Zone 1 X = 100 X=100

100 2 6 = 36 100-2^6=36 . A = 2 × 36 + 1 A=2\times36 +1

A = 73 \therefore A=73

: ) :)

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...