SOLUTION: How many numbers from 1 to 200 inclusive are equal to the cube of an integer?

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: How many numbers from 1 to 200 inclusive are equal to the cube of an integer?       Log On


   



Question 314852: How many numbers from 1 to 200 inclusive are equal to the cube of an integer?

Answer by Fombitz(32388) About Me  (Show Source):
You can put this solution on YOUR website!
1%5E3=1
2%5E3=8
3%5E3=27
4%5E3=64
5%5E3=125
6%5E3=216
So from 1 to 200 there are 5 perfect cubes.