Forum — Daily Challenge
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Login

    How to solve this grid problem?

    Math Problems
    3
    3
    419
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • F
      fabulousgrizzly M0
      last edited by fabulousgrizzly

      Can anyone tell me how to solve this? And also please can you explain me each step, I get lost pretty quickly. Thank you for your kindness and your help. Really thank you.

      7ca6ea91-ad24-454d-a329-7f0ad76ecbfe-image.png

      mathnerd_101M 1 Reply Last reply Reply Quote 5
      • mathnerd_101M
        mathnerd_101 M0 M3 @fabulousgrizzly
        last edited by

        @fabulousgrizzly Well, my answer was 13. Essentially, this is path-counting. If you don't know what path-counting is, watch: https://www.youtube.com/watch?v=6neKbdswFXk

        So, to get to 2, we have 1 option, 3 we have 2, 4 we have 3 as by path-counting, 5 we have 2+3=5, and 6 we have 5+3=8. Therefore, our answer is 5+8=13.

        If you see the text messages between two programmers, here are some common acronyms to know:
        imo: iteration may overload
        brb: bad recursion brb
        rofl: right-oriented frame layout

        1 Reply Last reply Reply Quote 3
        • The Blade DancerT
          The Blade Dancer M0★ M1★ M2★ M3★ M4 M5
          last edited by

          The answer should be 13, you find the answer by counting the number of ways to get to each tile, kind of like how you derive the next digits in Pascal's triangle, but you might have not gotten to that yet.

          Basically, here's what you do:

          There is 1 way for you to get to box 1 (since you start there).

          There is 1 way for you to get to box 2 (since you start at 1).

          There are 2 ways for you to get to box 3 (one way from 1 and another way from 2).

          There are 3 ways for you to get to box 4 (one way from 2 and two ways from 3).

          There are 5 ways for you to get to box 5 (two ways from 3 and three ways from 4)

          There are 8 ways for you to get to box 6 (three ways from 4 and five ways from 5)

          And lastly, there are 13 ways (the answer!!) for you to get to box 7 (five ways from 5 and eight ways from 6)

          Reminder that you can't go to a square with a smaller number, which is why box 2 only had 1 possibility, etc.

          Hope this helped.

          Happy learning,
          (Unofficial) The Daily Challenge Team

          The Blade Dancer
          League of Legends, Valorant: Harlem Charades (#NA1)
          Discord: Change nickname if gay#7585

          1 Reply Last reply Reply Quote 3

          • 1 / 1
          • First post
            Last post
          Daily Challenge | Terms | COPPA