How many perfect cubes are between $2^8+1$ to $2^{18}+1$ ( inclusively)












5












$begingroup$


How many perfect cubes are between $2^8+1$ to $2^{18}+1$ ( inclusively)



$2^9,2^{12},2^{15},2^{18}$ are all perfect cube.there are many other. I try to use modulo 2 .but it won't work, and no other methods i tried get me nowhere



Any ideas?










share|cite|improve this question











$endgroup$








  • 3




    $begingroup$
    Hint : Which is the smallest and which the largest number , such that its cube is in the given range ?
    $endgroup$
    – Peter
    Jan 8 at 16:33
















5












$begingroup$


How many perfect cubes are between $2^8+1$ to $2^{18}+1$ ( inclusively)



$2^9,2^{12},2^{15},2^{18}$ are all perfect cube.there are many other. I try to use modulo 2 .but it won't work, and no other methods i tried get me nowhere



Any ideas?










share|cite|improve this question











$endgroup$








  • 3




    $begingroup$
    Hint : Which is the smallest and which the largest number , such that its cube is in the given range ?
    $endgroup$
    – Peter
    Jan 8 at 16:33














5












5








5





$begingroup$


How many perfect cubes are between $2^8+1$ to $2^{18}+1$ ( inclusively)



$2^9,2^{12},2^{15},2^{18}$ are all perfect cube.there are many other. I try to use modulo 2 .but it won't work, and no other methods i tried get me nowhere



Any ideas?










share|cite|improve this question











$endgroup$




How many perfect cubes are between $2^8+1$ to $2^{18}+1$ ( inclusively)



$2^9,2^{12},2^{15},2^{18}$ are all perfect cube.there are many other. I try to use modulo 2 .but it won't work, and no other methods i tried get me nowhere



Any ideas?







elementary-number-theory






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Jan 8 at 16:34









ajotatxe

53.8k23890




53.8k23890










asked Jan 8 at 16:31









Cloud JRCloud JR

883517




883517








  • 3




    $begingroup$
    Hint : Which is the smallest and which the largest number , such that its cube is in the given range ?
    $endgroup$
    – Peter
    Jan 8 at 16:33














  • 3




    $begingroup$
    Hint : Which is the smallest and which the largest number , such that its cube is in the given range ?
    $endgroup$
    – Peter
    Jan 8 at 16:33








3




3




$begingroup$
Hint : Which is the smallest and which the largest number , such that its cube is in the given range ?
$endgroup$
– Peter
Jan 8 at 16:33




$begingroup$
Hint : Which is the smallest and which the largest number , such that its cube is in the given range ?
$endgroup$
– Peter
Jan 8 at 16:33










2 Answers
2






active

oldest

votes


















4












$begingroup$

Hint:



For every positive integer $x$:
$$2^8+1le x^3le2^{18}+1iffsqrt[3]{2^8+1}le xle sqrt[3]{2^{18}+1}iff 7le xle 2^6$$






share|cite|improve this answer









$endgroup$













  • $begingroup$
    Thanks i got it
    $endgroup$
    – Cloud JR
    Jan 8 at 16:41



















3












$begingroup$

One way to get around your very limited human sense of numbers is to take advantage of logarithms and roots whenever you can.



For problems like the one you're dealing with today, what you need is the computation of cubic roots. For example, $10$ is not a perfect cube, but we see that $root 3 of {10} approx 2.15$, and then we check that $2^3 < 10 < 3^3$. What's more, this "$approx 2.15$" should tell you that $10$ is much closer to the next lower perfect cube than it is to the next higher cube.



So for your particular problem, you need to find that $root 3 of {2^8 + 1} approx 6.35$ and $root 3 of {2^{18} + 1} approx 64.00008$.






share|cite|improve this answer









$endgroup$













    Your Answer





    StackExchange.ifUsing("editor", function () {
    return StackExchange.using("mathjaxEditing", function () {
    StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
    StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
    });
    });
    }, "mathjax-editing");

    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "69"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    noCode: true, onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3066393%2fhow-many-perfect-cubes-are-between-281-to-2181-inclusively%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    4












    $begingroup$

    Hint:



    For every positive integer $x$:
    $$2^8+1le x^3le2^{18}+1iffsqrt[3]{2^8+1}le xle sqrt[3]{2^{18}+1}iff 7le xle 2^6$$






    share|cite|improve this answer









    $endgroup$













    • $begingroup$
      Thanks i got it
      $endgroup$
      – Cloud JR
      Jan 8 at 16:41
















    4












    $begingroup$

    Hint:



    For every positive integer $x$:
    $$2^8+1le x^3le2^{18}+1iffsqrt[3]{2^8+1}le xle sqrt[3]{2^{18}+1}iff 7le xle 2^6$$






    share|cite|improve this answer









    $endgroup$













    • $begingroup$
      Thanks i got it
      $endgroup$
      – Cloud JR
      Jan 8 at 16:41














    4












    4








    4





    $begingroup$

    Hint:



    For every positive integer $x$:
    $$2^8+1le x^3le2^{18}+1iffsqrt[3]{2^8+1}le xle sqrt[3]{2^{18}+1}iff 7le xle 2^6$$






    share|cite|improve this answer









    $endgroup$



    Hint:



    For every positive integer $x$:
    $$2^8+1le x^3le2^{18}+1iffsqrt[3]{2^8+1}le xle sqrt[3]{2^{18}+1}iff 7le xle 2^6$$







    share|cite|improve this answer












    share|cite|improve this answer



    share|cite|improve this answer










    answered Jan 8 at 16:33









    ajotatxeajotatxe

    53.8k23890




    53.8k23890












    • $begingroup$
      Thanks i got it
      $endgroup$
      – Cloud JR
      Jan 8 at 16:41


















    • $begingroup$
      Thanks i got it
      $endgroup$
      – Cloud JR
      Jan 8 at 16:41
















    $begingroup$
    Thanks i got it
    $endgroup$
    – Cloud JR
    Jan 8 at 16:41




    $begingroup$
    Thanks i got it
    $endgroup$
    – Cloud JR
    Jan 8 at 16:41











    3












    $begingroup$

    One way to get around your very limited human sense of numbers is to take advantage of logarithms and roots whenever you can.



    For problems like the one you're dealing with today, what you need is the computation of cubic roots. For example, $10$ is not a perfect cube, but we see that $root 3 of {10} approx 2.15$, and then we check that $2^3 < 10 < 3^3$. What's more, this "$approx 2.15$" should tell you that $10$ is much closer to the next lower perfect cube than it is to the next higher cube.



    So for your particular problem, you need to find that $root 3 of {2^8 + 1} approx 6.35$ and $root 3 of {2^{18} + 1} approx 64.00008$.






    share|cite|improve this answer









    $endgroup$


















      3












      $begingroup$

      One way to get around your very limited human sense of numbers is to take advantage of logarithms and roots whenever you can.



      For problems like the one you're dealing with today, what you need is the computation of cubic roots. For example, $10$ is not a perfect cube, but we see that $root 3 of {10} approx 2.15$, and then we check that $2^3 < 10 < 3^3$. What's more, this "$approx 2.15$" should tell you that $10$ is much closer to the next lower perfect cube than it is to the next higher cube.



      So for your particular problem, you need to find that $root 3 of {2^8 + 1} approx 6.35$ and $root 3 of {2^{18} + 1} approx 64.00008$.






      share|cite|improve this answer









      $endgroup$
















        3












        3








        3





        $begingroup$

        One way to get around your very limited human sense of numbers is to take advantage of logarithms and roots whenever you can.



        For problems like the one you're dealing with today, what you need is the computation of cubic roots. For example, $10$ is not a perfect cube, but we see that $root 3 of {10} approx 2.15$, and then we check that $2^3 < 10 < 3^3$. What's more, this "$approx 2.15$" should tell you that $10$ is much closer to the next lower perfect cube than it is to the next higher cube.



        So for your particular problem, you need to find that $root 3 of {2^8 + 1} approx 6.35$ and $root 3 of {2^{18} + 1} approx 64.00008$.






        share|cite|improve this answer









        $endgroup$



        One way to get around your very limited human sense of numbers is to take advantage of logarithms and roots whenever you can.



        For problems like the one you're dealing with today, what you need is the computation of cubic roots. For example, $10$ is not a perfect cube, but we see that $root 3 of {10} approx 2.15$, and then we check that $2^3 < 10 < 3^3$. What's more, this "$approx 2.15$" should tell you that $10$ is much closer to the next lower perfect cube than it is to the next higher cube.



        So for your particular problem, you need to find that $root 3 of {2^8 + 1} approx 6.35$ and $root 3 of {2^{18} + 1} approx 64.00008$.







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered Jan 8 at 23:58









        The Short OneThe Short One

        5941624




        5941624






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Mathematics Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            Use MathJax to format equations. MathJax reference.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3066393%2fhow-many-perfect-cubes-are-between-281-to-2181-inclusively%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            MongoDB - Not Authorized To Execute Command

            How to fix TextFormField cause rebuild widget in Flutter

            in spring boot 2.1 many test slices are not allowed anymore due to multiple @BootstrapWith