A number theory problem by Morgan Blake

How many positive perfect squares less than 1 0 6 10^{6} are multiples of 24 24 ?


The answer is 83.

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.

18 solutions

Ajay Maity
Dec 29, 2013

First, find the factors of 24 = ( 2 × 2 × 2 × 3 ) 24 = (2 \times 2 \times 2 \times 3) .

So the first multiple of 24 which is a perfect square is ( 2 × 2 × 2 × 3 ) × 2 × 3 = 144 (2 \times 2 \times 2 \times 3) \times 2 \times 3 = 144

Now, any multiple of 144 is a multiple of 24 too. So, the numbers which are perfect squares are

144 × 1 2 144 \times 1^{2}

144 × 2 2 144 \times 2^{2}

144 × 3 2 144 \times 3^{2}

... and so on, such that 144 × k 2 1 0 6 144 \times k^{2} \leq 10^{6}

Solving this, we get k 83.333 k \leq 83.333

Hence, the answer is 83 83 .

I was being a bit dumb here: I was doing exactly the same thing but spent a lot of time unnecessarily trying to find first multiples of odd powers or 2 and then of 3 and then of both.

Leonardo DiCaprio - 7 years, 5 months ago

Log in to reply

The only flaw here is the inequality symbol he/she uses. It should only be 144 X k^2 < 10^6.

Abe Morillo - 6 years, 6 months ago

Great solution and explanation.

Carl Denton - 7 years, 5 months ago

awesome solution..very lucid.appreciate that

Ankit Agrawal - 7 years, 5 months ago

nice solution

Rehan Ahmed - 7 years, 5 months ago

yeah cool

milind prabhu - 7 years, 4 months ago

gr8

Abdul Rehman Ansari - 7 years, 4 months ago

Cool solution. By the way, this problem is 2007 AIME 1 Problem 1.

Lee Wall - 7 years, 4 months ago

Well done! Thanks!

Kou$htav Chakrabarty - 7 years, 3 months ago

Cool\

ashutosh mahapatra - 7 years, 2 months ago

great......did the same way

Saurav Sharma - 7 years, 1 month ago

great very great....

Heder Oliveira Dias - 7 years, 1 month ago

cooooooooooooooooollllllllllllllllllllllllllll

math man - 6 years, 9 months ago

The only flaw here is the inequality symbol he/she uses. It should only be 144 X k^2 < 10^6.

Abe Morillo - 6 years, 6 months ago
Tarang Saluja
Dec 29, 2013

In order to have this possible the prime factorization of the perfect square has to be 2x2x2x3. So for the original number we need at least 2x2x3 so that we can reach at least 2^3 and 3 when its squared . That just gives us all multiples of 12 until a 1000. So 1000/12 floored equals to 83.

Great approach

Vishwa Deepak - 7 years, 4 months ago

Solution in Python:

answer=0
n=1
while n<1000000:
    if (n**0.5)%1==0 and n%24==0:
        answer+=1
        n+=1
    else:
        n+=1
print answer
>>> 83

See my solution with better complexity.

Anubhav Balodhi - 6 years, 7 months ago

1
2
3
4
5
ctr = 0
for i in range(1,1000):
    if i*i%24==0:
        ctr += 1
print ctr        

Vincent Miller Moral - 6 years, 1 month ago
Zechariah Jimenez
Dec 29, 2013

24 = 2 3 3 24=2^3 \cdot 3 , so its smallest perfect square multiple is 2 3 3 2 3 = 2 4 3 2 = 144 2^3 \cdot 3 \cdot 2 \cdot 3 = 2^4 \cdot 3^2 = 144 . If we divide 1 0 6 = 1 , 000 , 000 10^6=1,000,000 by 144 144 , we would get 6944.444 6944 6944.444 \ldots \approx 6944 . Then, we calculate the greatest prefect square smaller than 6944, and we get 8 3 2 = 6889 83^2=6889 . Therefore, the number of perfect square multiples of 24 less than 1,000,000 is 83 \boxed{83} .

  • 8 | k^2 , entonces 16| k^2, análogamente 9| k^2
  • k^2 = 144*(m^2) < 10^6 , no se da la igualdad por ser multiplo de 3, de ahi simplificas y m < 83,333 , entonces m toma desde el 1 hasta el 83, por lo tanto son 83 valores
Mesbah Tanvir
Dec 29, 2013

{ root (10^6 / 144 ) } = 83.something so 83 is the ans
details
24 = 2 x 2 x 2 x 3 = 2^2 x 2 x 3
the lowest perfect square which divided by 24 is = 2^2 x 2^2 x 3^2 = 144
the 2nd lowest perfect square which divided by 24 is = 2^2 x 2^2 x 2^2 x 3^2 = 144 x 2^2
.........3rd.................................................................................................=144 x 3^2
.................................................................................................................
.................................................................................................................=144 x 83^2 = 992016 ..................................................................................................................=144 x 84^2 = 1016064 > 10^6






Akshat Sharda
Jul 14, 2015

As we are talking about perfect squares 1 0 6 ≤10^{6} , the last number whose square can be included is 1000 1000 .

Now , by observing some starting square numbers , we can see that 1 2 2 12^{2} is the first number which can be divided by 24 24 .........The next would be 2 4 2 24^{2} .........so on.

Hence , we can conclude that the multiples of 12 12 less than 1000 1000 will be the number of perfect squares divisible by 24 24 .

The number which is divisible by 12 12 just before 1000 1000 is 996 996 .

Therefore ,

Number if such numbers is ,

996 12 = 83 \frac{996}{12}=\boxed{83}

Ravindra C.N.
Apr 21, 2014

see 24=2 2 2*3 and as we have to find squares divisible by it therefore if we find nos divisble by 12 that no nos i.e. sq of those nos will itself get divided by 12 and btw 24 too as if sq no it should have repeated factors and as the sq no shld be less than 10^6 therefore their roots shld be less than 1000 and ur done by jst finding the no nos divisible by 12 below 1000

Shreyas Shastry
Feb 27, 2014

The prime factorization of 24 is 2^3.3. Thus, each square must have at least 3 factors of 2 and 1 factor of 3 and its square root must have 2 factors of 2 and 1 factor of 3. This means that each square is in the form (12c)^2, where c is a positive integer less than sqrt{10^6}. that gives us 1000/12=83

Nishanth Anand
Feb 22, 2014

12^2 is 144 which is a multiple of 24, 12 2^2 is a multiple of 24, ................................................ till 12 x^2 is a multiple of 24, such that x takes the value less than square root of 10^6... on solving we get x=83.333 therefore ans is 83

The Math Slayer
Jan 8, 2014

24 can be split into 6 and 4, so for a number to be a multiple of 24 it has to be multiples of both 6 and 4 at the same time. This is to make sure we dont miss out any perfect numbers, which will be explained later.

To make things easier, take the LCM of the 6 and 4, which would be 12. Making it multiples of 12 would mean that they are always divisible by 6 or 4 at the same time.

4,8,12

6,12

Instead of trying to guess the perfect squares like 144 or 576, it is easier to start before the number is squared

12^2, 24^2, 36^2, 48^2 ..... and so on

All these will be multiples of 24, as they are divisible by 6 and 4 at the same time. So it continues until it reaches 1000^2 since it cant reach past a million. Bear in mind it needs to start squaring from multiples of 12 and not start squaring from multiples of 24 as you miss numbers like 36^2, 60^2 and others when u start with 24.

To find the number of multiples of 12 that are before a thousand simply take 1000 and divide by 12.

1000/12 = 83.333333

So you have,

(12 x 1)^2, (12 x 2)^2 ......... until (12 x 83)^2 all of which are multiples of 24

1-83 --> 83 numbers

Maulik Sidpara
Jan 7, 2014

The prime factorization of 24 is 2^3 \cdot 3. Thus, each square must have at least 3 factors of 2 and 1 factor of 3 and its square root must have 2 factors of 2 and 1 factor of 3. This means that each square is in the form (12c)^2, where c is a positive integer less than \sqrt{10^6}. There are \left\lfloor \frac{1000}{12}\right\rfloor = 083

Devasish Basu
Jan 2, 2014

Nearest squared number multiple of 24 is 144. So the numbers have to be squared number multiples of 144 to be a perfect square. (10^6/144)^0.5 = 83.3. So answer = 83

Kenny Lau
Jan 2, 2014
  • If a number squared is less than 1 0 6 10^6 , the number itself will be less than 1 0 3 10^3 .
  • If its square's a multiple of 24 = 2 3 × 3 24=2^3\times3 , the number itself shall be a multiple of 12 = 2 2 × 2 12=2^2\times2 .
  • Number of numbers less than 1 0 3 10^3 that are divisible by 12 12 is 1000 12 = 83 \left\lfloor\frac{1000}{12}\right\rfloor=\boxed{83}
Milly Choochoo
Dec 31, 2013

All of the perfect squares that are multiples of 24 are going to be squares of the multiples of 12, so all you really have to do is found out how many times 12 12 fits into 1 0 6 = 1 0 3 = 1000 \sqrt{10^6} = 10^3 = 1000 . That can easily be done by dividing 1000 by 12, and getting the floor of that value (rounding down).

1000 12 = 83.333... = 83 \frac{1000}{12} = 83.333... = \boxed{83}

Saqib M
Dec 30, 2013

24 can be written as = 2 × 2 × 2 × 3 2 \times 2 \times 2 \times 3 = 2 3 × 3 2^{3} \times 3

Any multiple of 24 which is a perfect square should have its prime factorization as 2 4 × 3 2 × n 2 2^{4} \times 3^{2} \times n^{2} where n is a natural number.

So, the numbers which we have to find have to be in the form of 144 × n 2 144 \times n^{2} < 1,000,000 = n 2 n^{2} < 1000000 144 = n 2 \frac{1000000}{144} = n^{2} < 6944.44

8 3 2 83^{2} < 6944.44 < 8 4 2 84^{2} .

So, there will be 83 positive perfect squares less than 1 0 6 10^{6} which would be multiple of 24.

Whenever there is a question on perfect squares, it is a good idea to factor the number given:
24 = 2 3 × 3 1 24 = 2^{3} \times 3^{1}
In order to be a perfect square, all the exponents in the prime factorization of the number must be even. The lowest number that is a multiple of 24 that satisfies this condition is 2 4 × 3 2 = 144 2^{4} \times 3^{2} = 144 .
Now, every number that satisfies the condition of being a perfect square and a multiple of 24 must be in the form of: 144 × n 144 \times n
where n is a perfect square. Note: A perfect square times a perfect square is another perfect square.
Given the bound: 0 < 144 n < 1 0 6 0 <144 n < 10^6 , the number of solutions for n is the number of perfect squares under 1 0 6 144 \frac{10^{6}}{144} :
n = 1 0 6 144 = 83 n= \lfloor\sqrt{\frac{10^{6}}{144}} \rfloor = \boxed{83} .





Daniel Kurniawan
Dec 29, 2013

we can break down 24 into 2 2 2 3... since each prime factor of positive perfect squares has to come in pair, the first positive perfect squares which is a multiple of 24 is 144 ( 2 2 2 3 ) * ( 2 3 )... to find the next number, we just need to multiply 144 with another perfect squares... the nearest number to 10^6 is 144 (83)^2... thus the quantity of the approptiate number is 83

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...