How many positive perfect squares less than 1 0 6 are multiples of 24?
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 observation...
Nicely done !! I did the same too !!
Same way bro
2 4 = 2 2 × 6
1 0 6 = 1 0 3 = 1 0 0 0
1000÷2=500
⌊ 6 5 0 0 ⌋ = 8 3
24=2^3 \times 3
For a perfect square to be a multiple of 24, it has to be a multiple of 2^4 \times 3^4=144.
10^6\144 \approx 6944.44.
Now we need to find the number of perfect squares below 6944.44.
\sqrt{6944.44} \approx 83.33
\lfloor 83.33 \rfloor = \boxed{83}
Hello! I learnt LATEX in brilliant when friends told me how to do.
All you need to do is to add combined "\" and "(" at the beginning and add combined "\" and ")" at the ending. Yes! Or simply \ and ( , then \ and ) in order not to confuse you.
I am sorry that I am unable to show exactly how they are combined. The system will treat my writings as codes rather than showing to you the combined symbols. Refers to Formatting Guide, it mentions precisely but I myself didn't get them previously.
Hope you can apply successfully in nearest future. All the best!
Log in to reply
Log in to reply
1 0 0 by typing \ ( \sqrt{100} \ ) with no gap of space for critical places.
Problem Loading...
Note Loading...
Set Loading...
The prime factorization of 2 4 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 ( 1 2 c ) 2 , where c is a positive integer less than 1 0 6 . There are ⌊ 1 2 1 0 0 0 ⌋ = 8 3 solutions.