2 2 2 a lot of 0 ’s 0 0 0 0 0 0 ⋯ 0
Can the number above be a perfect square ?
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.
Nice and simple solution.
simple....
There are things called OTHER PRIMES
Let's break this problem down into two subproblems. The number, let's say x , is equal to 2 2 2 . . . 2 2 2 × 1 0 n u m b e r o f z e r o s .
In order to be a square, the number of zeros must be an even number. So, let's ignore this first and deal with the 2 2 2 . . . 2 2 2 and if it is a square then we can simply say that we do not have enough information.
So let's write 2 2 2 . . . 2 2 2 as 2 y and y = 1 1 1 . . . 1 1 1 . 2 y cannot be a square since y is odd and 2 y only has one 2 as its factor.
Therefore, this is not a square number.
Is my solution correct? I mean, is there something I've forgotten?
Log in to reply
nice solution, absolutely correct as far as i know.
Daniel... ur logic is flawed... 222...222000... is always divisible by 4. kindly re-check.
Consider 2 cases:
case 1: there are even number of "0"s
it suffices to show whether 222 is a perfect square number.
since 222=2 3 37, 22200....000 is not a perfect square
case 2: there are odd number of "0"s
it suffices to show whether 2220 is a perfect square number.
since 222=2 2 3 5 37, 22200....000 is not a perfect square
Hence the given number is not a perfect square number.
Problem Loading...
Note Loading...
Set Loading...
By divisibility tests, it's divisible by 3 but not by 9. So it's not a square.