Rolling a die $1000$ times, there is a time interval such that the product of all the results in that interval is a cube of $3$.How many positive integers N are there such that the least common multiple of N and 1000 is 1000?What is the probability of covering all $6$ faces of a die after rolling it $14$ times or less?What is the chance of rolling a die and getting the number six three times at exactly 10 rolls?$n$-sided die thrown $n$ times. Probability that sum of results equals sum of prime factors of $n$.Maximum number of integers $(m,n)$ in $Atimes B$ such that $|m-n|leq 1000$Rolling a die 100 times and probability of product of resultsHow many order triple (a,b,c) are there such that $a.b.c le 1000$Probability that the minimum is $2$ and the maximum is $5$ after rolling a die $4$ timesRolling a fair $k$-side die $n$ times, what is the expected number of distinct outcomes?Rolling $4$ dice and multiplying the results. What is the probability that the product is divisible by $5$ or has $5$ as the least significant digit?

How can I get precisely a certain cubic cm by changing the following factors?

In the time of the mishna, were there Jewish cities without courts?

What is the strongest case that can be made in favour of the UK regaining some control over fishing policy after Brexit?

Asahi Dry Black beer can

Given what happens in Endgame, why doesn't Dormammu come back to attack the universe?

Why does Bran Stark feel that Jon Snow "needs to know" about his lineage?

Can a creature tell when it has been affected by a Divination wizard's Portent?

how can i test catch block?

Why does processed meat contain preservatives, while canned fish needs not?

What does "rf" mean in "rfkill"?

Confused by notation of atomic number Z and mass number A on periodic table of elements

Why do Ichisongas hate elephants and hippos?

How can Republicans who favour free markets, consistently express anger when they don't like the outcome of that choice?

Binary Numbers Magic Trick

Reverse the word in a string with the same order in javascript

What word means to make something obsolete?

What does YCWCYODFTRFDTY mean?

A question regarding using the definite article

Will tsunami waves travel forever if there was no land?

Weird result in complex limit

Can fracking help reduce CO2?

Are some sounds more pleasing to the ear, like ㄴ and ㅁ?

CRT Oscilloscope - part of the plot is missing

How to set printing options as reverse order as default on 18.04



Rolling a die $1000$ times, there is a time interval such that the product of all the results in that interval is a cube of $3$.


How many positive integers N are there such that the least common multiple of N and 1000 is 1000?What is the probability of covering all $6$ faces of a die after rolling it $14$ times or less?What is the chance of rolling a die and getting the number six three times at exactly 10 rolls?$n$-sided die thrown $n$ times. Probability that sum of results equals sum of prime factors of $n$.Maximum number of integers $(m,n)$ in $Atimes B$ such that $|m-n|leq 1000$Rolling a die 100 times and probability of product of resultsHow many order triple (a,b,c) are there such that $a.b.c le 1000$Probability that the minimum is $2$ and the maximum is $5$ after rolling a die $4$ timesRolling a fair $k$-side die $n$ times, what is the expected number of distinct outcomes?Rolling $4$ dice and multiplying the results. What is the probability that the product is divisible by $5$ or has $5$ as the least significant digit?













2












$begingroup$


Each of the six faces of a die is marked with an integer, not necessarily positive. The die is rolled $1000$ times. Show that there is a time interval such that the product of all rolls in this interval is a cube of an integer. (For example, it could happen that the product of all outcomes between 5th and 20th throws is a cube; obviously, the interval has to include at least one throw!)



I looked at abcdef as a possible product , somehow $1000$ of these 'terms' no matter how we shuffle them , a product like ababab or adadad or acdacdacd will be in the string but i cant prove how :(










share|cite|improve this question











$endgroup$
















    2












    $begingroup$


    Each of the six faces of a die is marked with an integer, not necessarily positive. The die is rolled $1000$ times. Show that there is a time interval such that the product of all rolls in this interval is a cube of an integer. (For example, it could happen that the product of all outcomes between 5th and 20th throws is a cube; obviously, the interval has to include at least one throw!)



    I looked at abcdef as a possible product , somehow $1000$ of these 'terms' no matter how we shuffle them , a product like ababab or adadad or acdacdacd will be in the string but i cant prove how :(










    share|cite|improve this question











    $endgroup$














      2












      2








      2


      3



      $begingroup$


      Each of the six faces of a die is marked with an integer, not necessarily positive. The die is rolled $1000$ times. Show that there is a time interval such that the product of all rolls in this interval is a cube of an integer. (For example, it could happen that the product of all outcomes between 5th and 20th throws is a cube; obviously, the interval has to include at least one throw!)



      I looked at abcdef as a possible product , somehow $1000$ of these 'terms' no matter how we shuffle them , a product like ababab or adadad or acdacdacd will be in the string but i cant prove how :(










      share|cite|improve this question











      $endgroup$




      Each of the six faces of a die is marked with an integer, not necessarily positive. The die is rolled $1000$ times. Show that there is a time interval such that the product of all rolls in this interval is a cube of an integer. (For example, it could happen that the product of all outcomes between 5th and 20th throws is a cube; obviously, the interval has to include at least one throw!)



      I looked at abcdef as a possible product , somehow $1000$ of these 'terms' no matter how we shuffle them , a product like ababab or adadad or acdacdacd will be in the string but i cant prove how :(







      combinatorics






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Apr 25 at 9:55









      Asaf Karagila

      309k33442776




      309k33442776










      asked Apr 25 at 4:01









      Randin DRandin D

      1026




      1026




















          2 Answers
          2






          active

          oldest

          votes


















          10












          $begingroup$

          We can show something stronger; there exists an interval of rolls where each side has appeared a number of times which is a multiple of $3$.



          For each $i=1,2,dots,1000$, let $a_i$ be number of times that the first face has appeared in rolls numbered $1,2,dots,i$. Same for $b_i,c_i,d_i,e_i,f_i$. Consider the $1000$ ordered six-tuples of values $T_i:=(a_i,b_i,dots,f_i)$, where each coordinate is only recorded modulo $3$. There are $3^6=729$ possible six-tuples, and there are $1000$ rolls, so by the pigeonhole principle, there are two indices $i<j$ for which $T_i=T_j$. This implies that among rolls numbered $i+1,i+2,dots,j$, each face appears a number of times which is a multiple of three.






          share|cite|improve this answer









          $endgroup$












          • $begingroup$
            i dont get it, how again can u use pigeonhole? and how does this work for cubes not 3k
            $endgroup$
            – Randin D
            Apr 25 at 4:32










          • $begingroup$
            (a) There are $1000$ numbers $iin1,2,dots,1000$, and $729$ possible tuples. $1000$ pigeons in $729$ holes. (b) If each face appears a multiple of three times, and the numbers of the faces are $x,y,z,w,s,t$, then the product of the numbers in that interval $[i+1,j]$ is $x^3iy^3jcdots t^3k$, which is the cube of $x^iy^jcdots t^k$.
            $endgroup$
            – Mike Earnest
            Apr 25 at 4:36










          • $begingroup$
            i get pigeonhole ..1000 into 729 means 3 will be in one pigeonhole right? and thats the cube?
            $endgroup$
            – Randin D
            Apr 25 at 4:39










          • $begingroup$
            how do u get the 729 again?
            $endgroup$
            – Randin D
            Apr 25 at 4:41










          • $begingroup$
            Do you understand my sentence that starts with “Consider...”? We keep track of the remainder of the number of times each face appears in the first $i$ rolls modulo 3. There are three possible remainders, and six faces, so $3^6$. The reason this is helpful is because if the number of times the $a$ face appears in the first $i$ rolls is $3m+r$, and in the first $j$ rolls is $3n+r$, then subtracting, the number of times $a$ appears after $i$ and up to $j$ is $3(n-m)$, which is a multiple of $3$.
            $endgroup$
            – Mike Earnest
            Apr 25 at 16:02


















          1












          $begingroup$

          Strengthening the result another way:



          For each $i=1,dots,1000$ let $2^a_icdot 3^b_icdot 5^c_i$ be the product of the first $i$ rolls. Then there are only $3^3=27$ possible values for the 3-tuple $(a_ibmod 3, b_ibmod 3, c_ibmod 3)$, so, by a pigeonhole principle argument similar to Mike Earnest's in his answer, a cube must appear if there are more than 27 rolls.






          share|cite|improve this answer









          $endgroup$












          • $begingroup$
            The question specifies that the sides of the die might be numbered with any integers, not necessarily just 1, 2, 3, 4, 5 and 6. I believe the worst case would be one where each side is numbered with a distinct prime.
            $endgroup$
            – Ilmari Karonen
            Apr 25 at 9:04










          • $begingroup$
            @IlmariKaronen OK, good point, now that I see that in the OP.
            $endgroup$
            – Rosie F
            Apr 25 at 9:05











          Your Answer








          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%2f3201389%2frolling-a-die-1000-times-there-is-a-time-interval-such-that-the-product-of-al%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









          10












          $begingroup$

          We can show something stronger; there exists an interval of rolls where each side has appeared a number of times which is a multiple of $3$.



          For each $i=1,2,dots,1000$, let $a_i$ be number of times that the first face has appeared in rolls numbered $1,2,dots,i$. Same for $b_i,c_i,d_i,e_i,f_i$. Consider the $1000$ ordered six-tuples of values $T_i:=(a_i,b_i,dots,f_i)$, where each coordinate is only recorded modulo $3$. There are $3^6=729$ possible six-tuples, and there are $1000$ rolls, so by the pigeonhole principle, there are two indices $i<j$ for which $T_i=T_j$. This implies that among rolls numbered $i+1,i+2,dots,j$, each face appears a number of times which is a multiple of three.






          share|cite|improve this answer









          $endgroup$












          • $begingroup$
            i dont get it, how again can u use pigeonhole? and how does this work for cubes not 3k
            $endgroup$
            – Randin D
            Apr 25 at 4:32










          • $begingroup$
            (a) There are $1000$ numbers $iin1,2,dots,1000$, and $729$ possible tuples. $1000$ pigeons in $729$ holes. (b) If each face appears a multiple of three times, and the numbers of the faces are $x,y,z,w,s,t$, then the product of the numbers in that interval $[i+1,j]$ is $x^3iy^3jcdots t^3k$, which is the cube of $x^iy^jcdots t^k$.
            $endgroup$
            – Mike Earnest
            Apr 25 at 4:36










          • $begingroup$
            i get pigeonhole ..1000 into 729 means 3 will be in one pigeonhole right? and thats the cube?
            $endgroup$
            – Randin D
            Apr 25 at 4:39










          • $begingroup$
            how do u get the 729 again?
            $endgroup$
            – Randin D
            Apr 25 at 4:41










          • $begingroup$
            Do you understand my sentence that starts with “Consider...”? We keep track of the remainder of the number of times each face appears in the first $i$ rolls modulo 3. There are three possible remainders, and six faces, so $3^6$. The reason this is helpful is because if the number of times the $a$ face appears in the first $i$ rolls is $3m+r$, and in the first $j$ rolls is $3n+r$, then subtracting, the number of times $a$ appears after $i$ and up to $j$ is $3(n-m)$, which is a multiple of $3$.
            $endgroup$
            – Mike Earnest
            Apr 25 at 16:02















          10












          $begingroup$

          We can show something stronger; there exists an interval of rolls where each side has appeared a number of times which is a multiple of $3$.



          For each $i=1,2,dots,1000$, let $a_i$ be number of times that the first face has appeared in rolls numbered $1,2,dots,i$. Same for $b_i,c_i,d_i,e_i,f_i$. Consider the $1000$ ordered six-tuples of values $T_i:=(a_i,b_i,dots,f_i)$, where each coordinate is only recorded modulo $3$. There are $3^6=729$ possible six-tuples, and there are $1000$ rolls, so by the pigeonhole principle, there are two indices $i<j$ for which $T_i=T_j$. This implies that among rolls numbered $i+1,i+2,dots,j$, each face appears a number of times which is a multiple of three.






          share|cite|improve this answer









          $endgroup$












          • $begingroup$
            i dont get it, how again can u use pigeonhole? and how does this work for cubes not 3k
            $endgroup$
            – Randin D
            Apr 25 at 4:32










          • $begingroup$
            (a) There are $1000$ numbers $iin1,2,dots,1000$, and $729$ possible tuples. $1000$ pigeons in $729$ holes. (b) If each face appears a multiple of three times, and the numbers of the faces are $x,y,z,w,s,t$, then the product of the numbers in that interval $[i+1,j]$ is $x^3iy^3jcdots t^3k$, which is the cube of $x^iy^jcdots t^k$.
            $endgroup$
            – Mike Earnest
            Apr 25 at 4:36










          • $begingroup$
            i get pigeonhole ..1000 into 729 means 3 will be in one pigeonhole right? and thats the cube?
            $endgroup$
            – Randin D
            Apr 25 at 4:39










          • $begingroup$
            how do u get the 729 again?
            $endgroup$
            – Randin D
            Apr 25 at 4:41










          • $begingroup$
            Do you understand my sentence that starts with “Consider...”? We keep track of the remainder of the number of times each face appears in the first $i$ rolls modulo 3. There are three possible remainders, and six faces, so $3^6$. The reason this is helpful is because if the number of times the $a$ face appears in the first $i$ rolls is $3m+r$, and in the first $j$ rolls is $3n+r$, then subtracting, the number of times $a$ appears after $i$ and up to $j$ is $3(n-m)$, which is a multiple of $3$.
            $endgroup$
            – Mike Earnest
            Apr 25 at 16:02













          10












          10








          10





          $begingroup$

          We can show something stronger; there exists an interval of rolls where each side has appeared a number of times which is a multiple of $3$.



          For each $i=1,2,dots,1000$, let $a_i$ be number of times that the first face has appeared in rolls numbered $1,2,dots,i$. Same for $b_i,c_i,d_i,e_i,f_i$. Consider the $1000$ ordered six-tuples of values $T_i:=(a_i,b_i,dots,f_i)$, where each coordinate is only recorded modulo $3$. There are $3^6=729$ possible six-tuples, and there are $1000$ rolls, so by the pigeonhole principle, there are two indices $i<j$ for which $T_i=T_j$. This implies that among rolls numbered $i+1,i+2,dots,j$, each face appears a number of times which is a multiple of three.






          share|cite|improve this answer









          $endgroup$



          We can show something stronger; there exists an interval of rolls where each side has appeared a number of times which is a multiple of $3$.



          For each $i=1,2,dots,1000$, let $a_i$ be number of times that the first face has appeared in rolls numbered $1,2,dots,i$. Same for $b_i,c_i,d_i,e_i,f_i$. Consider the $1000$ ordered six-tuples of values $T_i:=(a_i,b_i,dots,f_i)$, where each coordinate is only recorded modulo $3$. There are $3^6=729$ possible six-tuples, and there are $1000$ rolls, so by the pigeonhole principle, there are two indices $i<j$ for which $T_i=T_j$. This implies that among rolls numbered $i+1,i+2,dots,j$, each face appears a number of times which is a multiple of three.







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered Apr 25 at 4:22









          Mike EarnestMike Earnest

          28.9k22256




          28.9k22256











          • $begingroup$
            i dont get it, how again can u use pigeonhole? and how does this work for cubes not 3k
            $endgroup$
            – Randin D
            Apr 25 at 4:32










          • $begingroup$
            (a) There are $1000$ numbers $iin1,2,dots,1000$, and $729$ possible tuples. $1000$ pigeons in $729$ holes. (b) If each face appears a multiple of three times, and the numbers of the faces are $x,y,z,w,s,t$, then the product of the numbers in that interval $[i+1,j]$ is $x^3iy^3jcdots t^3k$, which is the cube of $x^iy^jcdots t^k$.
            $endgroup$
            – Mike Earnest
            Apr 25 at 4:36










          • $begingroup$
            i get pigeonhole ..1000 into 729 means 3 will be in one pigeonhole right? and thats the cube?
            $endgroup$
            – Randin D
            Apr 25 at 4:39










          • $begingroup$
            how do u get the 729 again?
            $endgroup$
            – Randin D
            Apr 25 at 4:41










          • $begingroup$
            Do you understand my sentence that starts with “Consider...”? We keep track of the remainder of the number of times each face appears in the first $i$ rolls modulo 3. There are three possible remainders, and six faces, so $3^6$. The reason this is helpful is because if the number of times the $a$ face appears in the first $i$ rolls is $3m+r$, and in the first $j$ rolls is $3n+r$, then subtracting, the number of times $a$ appears after $i$ and up to $j$ is $3(n-m)$, which is a multiple of $3$.
            $endgroup$
            – Mike Earnest
            Apr 25 at 16:02
















          • $begingroup$
            i dont get it, how again can u use pigeonhole? and how does this work for cubes not 3k
            $endgroup$
            – Randin D
            Apr 25 at 4:32










          • $begingroup$
            (a) There are $1000$ numbers $iin1,2,dots,1000$, and $729$ possible tuples. $1000$ pigeons in $729$ holes. (b) If each face appears a multiple of three times, and the numbers of the faces are $x,y,z,w,s,t$, then the product of the numbers in that interval $[i+1,j]$ is $x^3iy^3jcdots t^3k$, which is the cube of $x^iy^jcdots t^k$.
            $endgroup$
            – Mike Earnest
            Apr 25 at 4:36










          • $begingroup$
            i get pigeonhole ..1000 into 729 means 3 will be in one pigeonhole right? and thats the cube?
            $endgroup$
            – Randin D
            Apr 25 at 4:39










          • $begingroup$
            how do u get the 729 again?
            $endgroup$
            – Randin D
            Apr 25 at 4:41










          • $begingroup$
            Do you understand my sentence that starts with “Consider...”? We keep track of the remainder of the number of times each face appears in the first $i$ rolls modulo 3. There are three possible remainders, and six faces, so $3^6$. The reason this is helpful is because if the number of times the $a$ face appears in the first $i$ rolls is $3m+r$, and in the first $j$ rolls is $3n+r$, then subtracting, the number of times $a$ appears after $i$ and up to $j$ is $3(n-m)$, which is a multiple of $3$.
            $endgroup$
            – Mike Earnest
            Apr 25 at 16:02















          $begingroup$
          i dont get it, how again can u use pigeonhole? and how does this work for cubes not 3k
          $endgroup$
          – Randin D
          Apr 25 at 4:32




          $begingroup$
          i dont get it, how again can u use pigeonhole? and how does this work for cubes not 3k
          $endgroup$
          – Randin D
          Apr 25 at 4:32












          $begingroup$
          (a) There are $1000$ numbers $iin1,2,dots,1000$, and $729$ possible tuples. $1000$ pigeons in $729$ holes. (b) If each face appears a multiple of three times, and the numbers of the faces are $x,y,z,w,s,t$, then the product of the numbers in that interval $[i+1,j]$ is $x^3iy^3jcdots t^3k$, which is the cube of $x^iy^jcdots t^k$.
          $endgroup$
          – Mike Earnest
          Apr 25 at 4:36




          $begingroup$
          (a) There are $1000$ numbers $iin1,2,dots,1000$, and $729$ possible tuples. $1000$ pigeons in $729$ holes. (b) If each face appears a multiple of three times, and the numbers of the faces are $x,y,z,w,s,t$, then the product of the numbers in that interval $[i+1,j]$ is $x^3iy^3jcdots t^3k$, which is the cube of $x^iy^jcdots t^k$.
          $endgroup$
          – Mike Earnest
          Apr 25 at 4:36












          $begingroup$
          i get pigeonhole ..1000 into 729 means 3 will be in one pigeonhole right? and thats the cube?
          $endgroup$
          – Randin D
          Apr 25 at 4:39




          $begingroup$
          i get pigeonhole ..1000 into 729 means 3 will be in one pigeonhole right? and thats the cube?
          $endgroup$
          – Randin D
          Apr 25 at 4:39












          $begingroup$
          how do u get the 729 again?
          $endgroup$
          – Randin D
          Apr 25 at 4:41




          $begingroup$
          how do u get the 729 again?
          $endgroup$
          – Randin D
          Apr 25 at 4:41












          $begingroup$
          Do you understand my sentence that starts with “Consider...”? We keep track of the remainder of the number of times each face appears in the first $i$ rolls modulo 3. There are three possible remainders, and six faces, so $3^6$. The reason this is helpful is because if the number of times the $a$ face appears in the first $i$ rolls is $3m+r$, and in the first $j$ rolls is $3n+r$, then subtracting, the number of times $a$ appears after $i$ and up to $j$ is $3(n-m)$, which is a multiple of $3$.
          $endgroup$
          – Mike Earnest
          Apr 25 at 16:02




          $begingroup$
          Do you understand my sentence that starts with “Consider...”? We keep track of the remainder of the number of times each face appears in the first $i$ rolls modulo 3. There are three possible remainders, and six faces, so $3^6$. The reason this is helpful is because if the number of times the $a$ face appears in the first $i$ rolls is $3m+r$, and in the first $j$ rolls is $3n+r$, then subtracting, the number of times $a$ appears after $i$ and up to $j$ is $3(n-m)$, which is a multiple of $3$.
          $endgroup$
          – Mike Earnest
          Apr 25 at 16:02











          1












          $begingroup$

          Strengthening the result another way:



          For each $i=1,dots,1000$ let $2^a_icdot 3^b_icdot 5^c_i$ be the product of the first $i$ rolls. Then there are only $3^3=27$ possible values for the 3-tuple $(a_ibmod 3, b_ibmod 3, c_ibmod 3)$, so, by a pigeonhole principle argument similar to Mike Earnest's in his answer, a cube must appear if there are more than 27 rolls.






          share|cite|improve this answer









          $endgroup$












          • $begingroup$
            The question specifies that the sides of the die might be numbered with any integers, not necessarily just 1, 2, 3, 4, 5 and 6. I believe the worst case would be one where each side is numbered with a distinct prime.
            $endgroup$
            – Ilmari Karonen
            Apr 25 at 9:04










          • $begingroup$
            @IlmariKaronen OK, good point, now that I see that in the OP.
            $endgroup$
            – Rosie F
            Apr 25 at 9:05















          1












          $begingroup$

          Strengthening the result another way:



          For each $i=1,dots,1000$ let $2^a_icdot 3^b_icdot 5^c_i$ be the product of the first $i$ rolls. Then there are only $3^3=27$ possible values for the 3-tuple $(a_ibmod 3, b_ibmod 3, c_ibmod 3)$, so, by a pigeonhole principle argument similar to Mike Earnest's in his answer, a cube must appear if there are more than 27 rolls.






          share|cite|improve this answer









          $endgroup$












          • $begingroup$
            The question specifies that the sides of the die might be numbered with any integers, not necessarily just 1, 2, 3, 4, 5 and 6. I believe the worst case would be one where each side is numbered with a distinct prime.
            $endgroup$
            – Ilmari Karonen
            Apr 25 at 9:04










          • $begingroup$
            @IlmariKaronen OK, good point, now that I see that in the OP.
            $endgroup$
            – Rosie F
            Apr 25 at 9:05













          1












          1








          1





          $begingroup$

          Strengthening the result another way:



          For each $i=1,dots,1000$ let $2^a_icdot 3^b_icdot 5^c_i$ be the product of the first $i$ rolls. Then there are only $3^3=27$ possible values for the 3-tuple $(a_ibmod 3, b_ibmod 3, c_ibmod 3)$, so, by a pigeonhole principle argument similar to Mike Earnest's in his answer, a cube must appear if there are more than 27 rolls.






          share|cite|improve this answer









          $endgroup$



          Strengthening the result another way:



          For each $i=1,dots,1000$ let $2^a_icdot 3^b_icdot 5^c_i$ be the product of the first $i$ rolls. Then there are only $3^3=27$ possible values for the 3-tuple $(a_ibmod 3, b_ibmod 3, c_ibmod 3)$, so, by a pigeonhole principle argument similar to Mike Earnest's in his answer, a cube must appear if there are more than 27 rolls.







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered Apr 25 at 8:31









          Rosie FRosie F

          1,468416




          1,468416











          • $begingroup$
            The question specifies that the sides of the die might be numbered with any integers, not necessarily just 1, 2, 3, 4, 5 and 6. I believe the worst case would be one where each side is numbered with a distinct prime.
            $endgroup$
            – Ilmari Karonen
            Apr 25 at 9:04










          • $begingroup$
            @IlmariKaronen OK, good point, now that I see that in the OP.
            $endgroup$
            – Rosie F
            Apr 25 at 9:05
















          • $begingroup$
            The question specifies that the sides of the die might be numbered with any integers, not necessarily just 1, 2, 3, 4, 5 and 6. I believe the worst case would be one where each side is numbered with a distinct prime.
            $endgroup$
            – Ilmari Karonen
            Apr 25 at 9:04










          • $begingroup$
            @IlmariKaronen OK, good point, now that I see that in the OP.
            $endgroup$
            – Rosie F
            Apr 25 at 9:05















          $begingroup$
          The question specifies that the sides of the die might be numbered with any integers, not necessarily just 1, 2, 3, 4, 5 and 6. I believe the worst case would be one where each side is numbered with a distinct prime.
          $endgroup$
          – Ilmari Karonen
          Apr 25 at 9:04




          $begingroup$
          The question specifies that the sides of the die might be numbered with any integers, not necessarily just 1, 2, 3, 4, 5 and 6. I believe the worst case would be one where each side is numbered with a distinct prime.
          $endgroup$
          – Ilmari Karonen
          Apr 25 at 9:04












          $begingroup$
          @IlmariKaronen OK, good point, now that I see that in the OP.
          $endgroup$
          – Rosie F
          Apr 25 at 9:05




          $begingroup$
          @IlmariKaronen OK, good point, now that I see that in the OP.
          $endgroup$
          – Rosie F
          Apr 25 at 9:05

















          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%2f3201389%2frolling-a-die-1000-times-there-is-a-time-interval-such-that-the-product-of-al%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

          Sum ergo cogito? 1 nng

          419 nièngy_Soadمي 19bal1.5o_g

          Queiggey Chernihivv 9NnOo i Zw X QqKk LpB