(New page: Category:MA375Spring2009Walther So, you will need to go a little further with explanations of why but the way to go about this one is: floor(1000^(1/2)) + floor(1000^(1/3)) - floor(...) |
|||
Line 2: | Line 2: | ||
− | So, you will need to go a little further with explanations of why but the way to go about this one is: | + | So, you will need to go a little further with explanations of why but the way to go about this one is: |
+ | |||
+ | <math>\lfloor \sqrt{1000} \rfloor + \lfloor \sqrt[3]{1000} \rfloor - \lfloor \sqrt[6]{1000} \rfloor</math> | ||
To see why this is correct, draw a Venn Diagram, and take out the common terms. | To see why this is correct, draw a Venn Diagram, and take out the common terms. |
Revision as of 14:51, 19 January 2009
So, you will need to go a little further with explanations of why but the way to go about this one is:
$ \lfloor \sqrt{1000} \rfloor + \lfloor \sqrt[3]{1000} \rfloor - \lfloor \sqrt[6]{1000} \rfloor $
To see why this is correct, draw a Venn Diagram, and take out the common terms.