Move fast … Or you will loseThe tilted labyrinth - Can you find the fastest path in this 3D-puzzle?...

Has any human ever had the choice to leave Earth permanently?

Why publish a research paper when a blog post or a lecture slide can have more citation count than a journal paper?

Why did Democrats in the Senate oppose the Born-Alive Abortion Survivors Protection Act (2019 S.130)?

Let's Encrypt and EV certificates on the same domain

Why are all my replica super soldiers young adults or old teenagers?

Non-Cancer terminal illness that can affect young (age 10-13) girls?

What happens when a creature with flying blocks my non-flying attacker?

How to use Mathemaica to do a complex integrate with poles in real axis?

How can the probability of a fumble decrease linearly with more dice?

How to deal with possible delayed baggage?

Strange "DuckDuckGo dork" takes me to random website

Play Zip, Zap, Zop

How to not let the Identify spell spoil everything?

Can you tell from a blurry photo if focus was too close or too far?

Boss asked me to sign a resignation paper without a date on it along with my new contract

Does dispel magic end a master's control over their undead?

How do you catch Smeargle in Pokemon Go?

Should I reinstall Linux when changing the laptop's CPU?

Plausible reason for gold-digging ant

Is "the fire consumed everything on its way" correct?

Why is it that Bernie Sanders is always called a "socialist"?

Saint abbreviation

How much mayhem could I cause as a sentient fish?

Do authors have to be politically correct in article-writing?



Move fast … Or you will lose


The tilted labyrinth - Can you find the fastest path in this 3D-puzzle? (Simulator now included.)How many different non congruent polygons can you make on a 3x3 dot grid?Minimum cells to fill grid without consecutive neighboursThe Temple Of Demdarr, God Of Puzzling (Part 1)Four Triangles Five Shapes puzzleWow, Puzzle. Woah, NumbersCombinations of pentagons on a 3 by 3 dot grid - how to use Burnside's lemma?How many combinations of pentagons can you make on a 4 by 4 dot grid?Finding the equation among shapesFill $N$ by $M$ grid with numbers in such a way that any given cells' neighbors are different













1












$begingroup$


Suppose you're on a 4 × 6 grid, and want to go from the bottom left to the top right. How many different paths can you take? Avoid backtracking -- you can only move right or up.enter image description here










share|improve this question











$endgroup$








  • 2




    $begingroup$
    I think its from this site betterexplained.com/articles/…
    $endgroup$
    – Purple
    8 hours ago












  • $begingroup$
    (In the future please be aware that for content you did not create yourself, proper attribution is required. You need to include (at minimum) where it came from—and any additional context you can provide is often helpful to solvers. Posts which use someone else's content without attribution are generally deleted.)
    $endgroup$
    – Rubio
    5 hours ago
















1












$begingroup$


Suppose you're on a 4 × 6 grid, and want to go from the bottom left to the top right. How many different paths can you take? Avoid backtracking -- you can only move right or up.enter image description here










share|improve this question











$endgroup$








  • 2




    $begingroup$
    I think its from this site betterexplained.com/articles/…
    $endgroup$
    – Purple
    8 hours ago












  • $begingroup$
    (In the future please be aware that for content you did not create yourself, proper attribution is required. You need to include (at minimum) where it came from—and any additional context you can provide is often helpful to solvers. Posts which use someone else's content without attribution are generally deleted.)
    $endgroup$
    – Rubio
    5 hours ago














1












1








1





$begingroup$


Suppose you're on a 4 × 6 grid, and want to go from the bottom left to the top right. How many different paths can you take? Avoid backtracking -- you can only move right or up.enter image description here










share|improve this question











$endgroup$




Suppose you're on a 4 × 6 grid, and want to go from the bottom left to the top right. How many different paths can you take? Avoid backtracking -- you can only move right or up.enter image description here







pattern geometry






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 5 hours ago









Dr Xorile

12.8k22569




12.8k22569










asked 8 hours ago









Alpha-qAlpha-q

223




223








  • 2




    $begingroup$
    I think its from this site betterexplained.com/articles/…
    $endgroup$
    – Purple
    8 hours ago












  • $begingroup$
    (In the future please be aware that for content you did not create yourself, proper attribution is required. You need to include (at minimum) where it came from—and any additional context you can provide is often helpful to solvers. Posts which use someone else's content without attribution are generally deleted.)
    $endgroup$
    – Rubio
    5 hours ago














  • 2




    $begingroup$
    I think its from this site betterexplained.com/articles/…
    $endgroup$
    – Purple
    8 hours ago












  • $begingroup$
    (In the future please be aware that for content you did not create yourself, proper attribution is required. You need to include (at minimum) where it came from—and any additional context you can provide is often helpful to solvers. Posts which use someone else's content without attribution are generally deleted.)
    $endgroup$
    – Rubio
    5 hours ago








2




2




$begingroup$
I think its from this site betterexplained.com/articles/…
$endgroup$
– Purple
8 hours ago






$begingroup$
I think its from this site betterexplained.com/articles/…
$endgroup$
– Purple
8 hours ago














$begingroup$
(In the future please be aware that for content you did not create yourself, proper attribution is required. You need to include (at minimum) where it came from—and any additional context you can provide is often helpful to solvers. Posts which use someone else's content without attribution are generally deleted.)
$endgroup$
– Rubio
5 hours ago




$begingroup$
(In the future please be aware that for content you did not create yourself, proper attribution is required. You need to include (at minimum) where it came from—and any additional context you can provide is often helpful to solvers. Posts which use someone else's content without attribution are generally deleted.)
$endgroup$
– Rubio
5 hours ago










2 Answers
2






active

oldest

votes


















7












$begingroup$

This is, I'm sure, answered somewhere else. It is also related to Pascal's triangle.



Simply fill out the grid as follows:




enter image description here




In this grid, each number represents the number of ways of getting to that particular intersection. And that number is precisely the number of ways to get to the intersection below it added to the number of ways to get to the intersection to the left of it.






share|improve this answer











$endgroup$





















    1












    $begingroup$

    A more mathematically oriented answer:




    You have $10$ moves to make in total and you need to choose which $4$ of them are going to be up.
    The number of ways to do that is $${10choose 4}=210$$







    share|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: "559"
      };
      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: false,
      noModals: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: null,
      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%2fpuzzling.stackexchange.com%2fquestions%2f80006%2fmove-fast-or-you-will-lose%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









      7












      $begingroup$

      This is, I'm sure, answered somewhere else. It is also related to Pascal's triangle.



      Simply fill out the grid as follows:




      enter image description here




      In this grid, each number represents the number of ways of getting to that particular intersection. And that number is precisely the number of ways to get to the intersection below it added to the number of ways to get to the intersection to the left of it.






      share|improve this answer











      $endgroup$


















        7












        $begingroup$

        This is, I'm sure, answered somewhere else. It is also related to Pascal's triangle.



        Simply fill out the grid as follows:




        enter image description here




        In this grid, each number represents the number of ways of getting to that particular intersection. And that number is precisely the number of ways to get to the intersection below it added to the number of ways to get to the intersection to the left of it.






        share|improve this answer











        $endgroup$
















          7












          7








          7





          $begingroup$

          This is, I'm sure, answered somewhere else. It is also related to Pascal's triangle.



          Simply fill out the grid as follows:




          enter image description here




          In this grid, each number represents the number of ways of getting to that particular intersection. And that number is precisely the number of ways to get to the intersection below it added to the number of ways to get to the intersection to the left of it.






          share|improve this answer











          $endgroup$



          This is, I'm sure, answered somewhere else. It is also related to Pascal's triangle.



          Simply fill out the grid as follows:




          enter image description here




          In this grid, each number represents the number of ways of getting to that particular intersection. And that number is precisely the number of ways to get to the intersection below it added to the number of ways to get to the intersection to the left of it.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited 5 hours ago

























          answered 8 hours ago









          Dr XorileDr Xorile

          12.8k22569




          12.8k22569























              1












              $begingroup$

              A more mathematically oriented answer:




              You have $10$ moves to make in total and you need to choose which $4$ of them are going to be up.
              The number of ways to do that is $${10choose 4}=210$$







              share|improve this answer









              $endgroup$


















                1












                $begingroup$

                A more mathematically oriented answer:




                You have $10$ moves to make in total and you need to choose which $4$ of them are going to be up.
                The number of ways to do that is $${10choose 4}=210$$







                share|improve this answer









                $endgroup$
















                  1












                  1








                  1





                  $begingroup$

                  A more mathematically oriented answer:




                  You have $10$ moves to make in total and you need to choose which $4$ of them are going to be up.
                  The number of ways to do that is $${10choose 4}=210$$







                  share|improve this answer









                  $endgroup$



                  A more mathematically oriented answer:




                  You have $10$ moves to make in total and you need to choose which $4$ of them are going to be up.
                  The number of ways to do that is $${10choose 4}=210$$








                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered 20 mins ago









                  Arnaud MortierArnaud Mortier

                  618211




                  618211






























                      draft saved

                      draft discarded




















































                      Thanks for contributing an answer to Puzzling 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%2fpuzzling.stackexchange.com%2fquestions%2f80006%2fmove-fast-or-you-will-lose%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

                      “%fieldName is a required field.”, in Magento2 REST API Call for GET Method Type The Next...

                      How to change City field to a dropdown in Checkout step Magento 2Magento 2 : How to change UI field(s)...

                      夢乃愛華...