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.
Not a tough problem but worth sharing.. Here is the solution 2 4 3 6 9 can be written as 3 3 4 5 Now as we see the patern of exponential form of 3, the unit place has a pattern of 3,9,7,1 Therefore there are only four possible cases. So we divide 345 by 4. If remainder = 1 then Answer is 3 If remainder = 2 then Answer is 9 If remainder = 3 then Answer is 7 If remainder = 0 then Answer is 1 In this case as the remainder is 1... Hence the answer is 3 ;)