Find the number of perfect cubes between 1 and 1000009 which are exactly divisible by 9.
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.
Divisible by 9 means it should contain 3²..
All multiples of 3 when cubed will contain 3²
And 1000009 means maximum 100³
Hence multiples of 3 from 1-99 which is 33 (Ans)