If t is divisible by 12, then what is the least possible integer value of a for which 2 a t 2 might NOT be an integer?
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.
Thank you. I like your analysis.
t = 1 2 n for some integer n
We must find integer a such that:
A = 2 a ( 1 2 n ) 2 = 2 a ( 3 2 ) ( 2 2 ) 2 ( n 2 ) = 9 ( 2 4 − a ) n 2 is not an integer
For A = 9 ( 2 4 − a ) n 2 to not be an integer, we must have a = 5 , because if so:
A = 9 ( 2 4 − 5 ) n 2 = 2 9 n 2
For A to be an integer again, we need that n 2 = 2 m for some integer m > 0
If a > 5 , then n 2 = 2 m 2 which is obviously larger than 2 m
Hence, a = 5 is the smallest value such that A ∈ / Z
Thank you for sharing a nice solution.
Problem Loading...
Note Loading...
Set Loading...
If t is divisible by 1 2 , then it is divisible by 4 = 2 2 .
So it can be written as t = 2 2 × a , where a is an integer not divisible by 2 .
Then t 2 = ( 2 2 a ) 2 = 2 4 a 2 , where a 2 is an integer not divisible by 2 .
2 4 t 2 = 2 4 2 4 a 2 = a 2 is an integer.
However 2 5 t 2 = 2 5 2 4 a 2 = 2 a 2 is not an integer.
The answer is 5 .