n! = 8 + 2^k

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 พ.ย. 2024

ความคิดเห็น • 108

  • @CC--qn4gf
    @CC--qn4gf 2 หลายเดือนก่อน +22

    I love the use of simple logic to solve a problem that can appear complicated.

  • @martinaltmann4031
    @martinaltmann4031 2 หลายเดือนก่อน +8

    Somehow you have the Bob Ross vibes, so relaxing, soft spoken, just with numbers instead of paint and brushes.

  • @amitsrivastava1934
    @amitsrivastava1934 2 หลายเดือนก่อน +22

    Wanted to tell you that you are simply amazing !!

  • @lptotheskull
    @lptotheskull 2 หลายเดือนก่อน +6

    You make number theory look so easy... if only my mind could keep up in practice.

  • @MichaelGrantPhD
    @MichaelGrantPhD 2 หลายเดือนก่อน +18

    Nice clean solution for k >= 3. I would suggest that you need to do a better job of eliminating k = 1, 2. Of course, it's easy enough to do, because 2^k - 8 is negative in those cases.

  • @nanamacapagal8342
    @nanamacapagal8342 2 หลายเดือนก่อน +3

    BEFORE WATCHING:
    Check the small values for any cases:
    0! + 8 = 9
    1! + 8 = 9
    2! + 8 = 10
    3! + 8 = 14
    4! + 8 = 32 THERE.
    5! + 8 = 128 ALSO THERE.
    6! + 8 = 728
    I had an idea to consider the last digit of numbers earlier but by this point it hit me that we should probably try a different approach.
    6! is obviously bigger than 8 so we can divide through.
    6! / 8 is an even number because we can cancel 2 and 4 and still have an even 6 left over. So all n!/8 for n of at least 6 is even.
    But then n!/8 + 1 is always odd, not a power of 2 unless n! = 0 (which it can never be).
    So the only solutions are 4! + 8 = 2^5 and 5! + 8 = 2^7.

  • @FrontCabbage127
    @FrontCabbage127 2 หลายเดือนก่อน +18

    Honesty that's so fucking cool how that just makes sense. I was shuffling my head thinking of how to do it or even if there were an infinite/impossibly large number of combinations, but just looking at how you interpreted a solution is just great!

    • @robertveith6383
      @robertveith6383 2 หลายเดือนก่อน

      *Stop* with your major cursing, you ignorant jerk. It is inappropriate and needless.

  • @KushalRoyal-r3t
    @KushalRoyal-r3t 2 หลายเดือนก่อน +3

    Being an INDIAN i like the namaste at the end!🙏
    And by the way a great solution!!

  • @RyanLewis-Johnson-wq6xs
    @RyanLewis-Johnson-wq6xs 2 หลายเดือนก่อน +10

    4!+8=2^5 5!+8=2^7 n! is an odd multiple of 8 The only possible values of n are n=4 and n=5

  • @BartBuzz
    @BartBuzz 2 หลายเดือนก่อน +2

    Another math puzzle solved with logic (and magic)! Math has always been my way to mentally relax.

  • @alexandermorozov2248
    @alexandermorozov2248 2 หลายเดือนก่อน +3

    A great solution! 👍

  • @rusdtofts9605
    @rusdtofts9605 2 หลายเดือนก่อน +4

    Far and away the best maths channel

  • @chasr1843
    @chasr1843 หลายเดือนก่อน

    Prime Newtons, Dude you solve the coolest problems ! Subscribed 🤗

  • @arseniix
    @arseniix หลายเดือนก่อน

    I used a little different approach.
    Let's factor n! = 2^t * p
    Thus, we have 2^t*p + 2³ = 2^k
    Or, rearranged:
    2^(t-3) * p + 1 = 2^(k-3)
    From this, we can see that the left side is always odd unless t - 3 = 0, and the right side is always even unless k - 3 = 0
    So the only solutions are those when both sides are even or both are odd.
    For even we have t = 3, this corresponds to a n! with three 2s in it: it's either 4! or 5!
    For odd, we have k = 3, but for that 2^t*p must = 0 which never happens
    So, now we have possible values 4 and 5 for n, we can plug them in and see
    n = 4 : 4 = 2^(k-3) => k = 5
    n = 5 : 16 = 2^(k-3) => k = 7
    So, the answer is 4, 5 and 5, 7

  • @pojuantsalo3475
    @pojuantsalo3475 2 หลายเดือนก่อน +2

    I used pretty much the same logic to solve this as presented in the video. This kind of problems can look a bit intimidating at first, but when you start solving them the solution turns out pretty easy. In fact, these are quite fun to solve.

  • @XZellTheBest
    @XZellTheBest หลายเดือนก่อน

    I'm so happy I got the same result with almost the same method. But I divided both terms by 2^3
    So
    n!/2^3 + 1 = 2^ (k-3)
    ODD + ODD = EVEN
    Also they must be integers.
    So, n>=4 because must be integer and n

  • @devupmanyu6200
    @devupmanyu6200 2 หลายเดือนก่อน

    Intro of every video with music awesome 🤩

  • @khashiurrehman8539
    @khashiurrehman8539 2 หลายเดือนก่อน

    a flying white chalk is solving complex math questions

  • @herbertsusmann986
    @herbertsusmann986 2 หลายเดือนก่อน

    A very elegant solution for sure! I probably would have sat down with a spreadsheet and tried various pairs only to then finally realize what is going on.

  • @ariaelidove
    @ariaelidove 2 หลายเดือนก่อน

    I love the silent happy nods.

  • @mizarimomochi4378
    @mizarimomochi4378 2 หลายเดือนก่อน +1

    Nice! When I did it, I noticed that if k > 3, then RHS is a multiple of 16, which the LHS can't be for n > 5 (n! is a multiple of 16 starting with n = 6, but subtracting 8 makes the LHS not a multiple of 16). So then we just have to check n < 6. 4 and 5 are the only n values that are 8 less than a power of 2, which correspond to k = 5 and k = 7, respectively.

    • @iMíccoli
      @iMíccoli 2 หลายเดือนก่อน

      Nice.

  • @nasrullahhusnan2289
    @nasrullahhusnan2289 2 หลายเดือนก่อน

    I like your channel as the problem you presenting is a challenging one.

  • @subhashpatil2833
    @subhashpatil2833 2 หลายเดือนก่อน

    Intelligent way to teach maths.❤

  • @mythyt3947
    @mythyt3947 2 หลายเดือนก่อน +8

    can we use logarithms?? To sove this!

    • @alexandermorozov2248
      @alexandermorozov2248 2 หลายเดือนก่อน +2

      Yes, logarithms can be used 😉

    • @bjornfeuerbacher5514
      @bjornfeuerbacher5514 2 หลายเดือนก่อน

      @@alexandermorozov2248 Could you help me out, please? I don't see how logarithms would be helpful here.

  • @hanifm9
    @hanifm9 2 หลายเดือนก่อน

    This is one of my favourite math olympiad problems

  • @nothingbutmathproofs7150
    @nothingbutmathproofs7150 2 หลายเดือนก่อน

    Nicely done!

  • @brucelayman525
    @brucelayman525 2 หลายเดือนก่อน +1

    well done! cute problem.

  • @rationalsceptic7634
    @rationalsceptic7634 13 วันที่ผ่านมา

    Gorgeous thx deeply ❤

  •  2 หลายเดือนก่อน

    from Morocco thank you for this clear complete proof

  • @walterwen2975
    @walterwen2975 2 หลายเดือนก่อน

    Prime Newtons: n! + 8 = 2^k, n, k ϵ ℕ(positive integer); n, k =?
    Trial-and-error math solution:
    n! = 2^k - 8 = 8[2^(k - 3) - 1]; k > 3
    k = 4: 4[2^(4 - 3) - 1](2) = 4(1)(2)(1) = 8; k > 4
    k = 5: 4[2^(5 - 3) - 1](2) = 4(3)(2)(1) = 4!; n = 4
    k = 6: 4[2^(6 - 3) - 1](2) = 4(7)(2)(1) = 56; k > 6
    k = 7: 4[2^(7 - 3) - 1](2) = 4(15)(2)(1) = 5(4)(3)(2)(1) = 5!; n = 5
    k = 8: 4[2^(8 - 3) - 1](2) = 4(31)(2)(1) = 248; No more answer
    Final answer:
    n = 4, k = 5 or n = 5, k = 7

  • @abdelmajid3409
    @abdelmajid3409 2 หลายเดือนก่อน

    Very interesting, thanks

  • @sylvesterogbolu-otutu1498
    @sylvesterogbolu-otutu1498 2 หลายเดือนก่อน

    The way I would work this. (I immediately paused the video, then made this comment before watching the video).
    n! + 8 = 2^k
    n! = 2^k - 8
    n! = 2^k - 2^3
    Writing out the factorials up to 7 for n € N.
    1! = 1
    2! = 2
    3! = 6
    4! = 24
    5! = 120
    6! = 720
    7! = 5040
    At this point, I can only see k = 5, and k = 7.
    If n! (4!) = 24,
    and for k = 5, 2^5 = 32; 32 - 8 = 24
    If n! (5!) = 120,
    and for k = 7, 2^7 = 128; 128 - 8 = 120.
    The next factorial will be 6! = 720. 720 - 8 = 712. 712 cannot be written in the form 2^k where k € N.
    Again, the next factorial for n = 7 will be 7! = 5040. 5040 - 8 = 5032. 5032 cannot be written in the form 2^k, where k € N.
    Therefore, k = {5, and 7}

  • @iMíccoli
    @iMíccoli 2 หลายเดือนก่อน

    To show the equation has no integers solutions for n≥5 we can do this:
    Let's take n>5 and k≥4. Now notice that n! is a multiple of 5 so 2^k-8 must also be a multiple of 5, 8 leaves a remainder of 3 when divided by 5 so 2^k must also leave a remainder of 3 because 2^k-8 is a multiple of 5 but this means that 2^k is of the form 5n+3 which is an odd number, contradiction. So n≤5.

  • @ghxst696
    @ghxst696 2 หลายเดือนก่อน

    Damnn thanks sir because of you, i finally am able to solve mathematics with utmost proficiency and also this problem seemed quite easy for me to being able to think the steps through!! ❤🎉

  • @MarouaneChriss
    @MarouaneChriss 2 หลายเดือนก่อน +2

    The problem statement in the title of the video is different from the actual statement.

    • @robertveith6383
      @robertveith6383 2 หลายเดือนก่อน +1

      Yes, and that is bad.

  • @mdjwy
    @mdjwy 2 หลายเดือนก่อน +2

    I thought n! should have three 2s, since 8 in RHS composed of three 2s and 2^(k-3)-1 is odd. Therefore, possible n are 4 and 5.

  • @anunez20
    @anunez20 2 หลายเดือนก่อน +1

    There are just two cases when the factorial outcomes are odd numbers: 0! = 1, or 1! = 1. even x even = even, odd x odd = odd, even x odd = even

  • @9adam4
    @9adam4 2 หลายเดือนก่อน

    Before watching... rule out n>8 because (n!/8 + 1) is odd. Check n = 0 to 7, solutions are (4,5) and (5,7)

  • @oluwaseunakinte5184
    @oluwaseunakinte5184 2 หลายเดือนก่อน

    Well explained

  • @z4zuse
    @z4zuse 2 หลายเดือนก่อน +56

    Title and thumbnail do not agree. Title is wrong

    • @DroughtBee
      @DroughtBee 2 หลายเดือนก่อน +4

      I mean, yeah, but the idea is still the same so it’s not like someone is going to really want to solve 1 but not the other so it’s not an actual issue.

    • @s.hrey_.a1
      @s.hrey_.a1 2 หลายเดือนก่อน +7

      If he fixes the title, here is the original title
      n! = 8 + 2^k

    • @robertveith6383
      @robertveith6383 2 หลายเดือนก่อน +1

      ​​@@DroughtBee-- "... so it's not an actual issue." *False!* A person could waste time on the on the thumbnail,, only to to find the host worked on another problem.. Stop making excuses and being an apologist for errors such as this. It is a lazy and stupid post.

    • @PrimeNewtons
      @PrimeNewtons  2 หลายเดือนก่อน +5

      Thank you. I changed the thumbnail

    • @s.hrey_.a1
      @s.hrey_.a1 2 หลายเดือนก่อน +2

      @@PrimeNewtonsBut the title is the thing that’s wrong

  • @henrymarkson3758
    @henrymarkson3758 2 หลายเดือนก่อน

    You're a natural born teacher, my friend

  • @7th_dwarf542
    @7th_dwarf542 2 หลายเดือนก่อน

    math videos are cool, but this guy is such a good performer that I'm not sure if like his acting more than the math

  • @AnantDamor-s4i
    @AnantDamor-s4i 2 หลายเดือนก่อน

    Good job

  • @RyanLewis-Johnson-wq6xs
    @RyanLewis-Johnson-wq6xs 2 หลายเดือนก่อน +2

    When n=5 k=7 5!+8=2^7 128=128 solution.

  • @sunil.shegaonkar1
    @sunil.shegaonkar1 2 หลายเดือนก่อน

    Looking at the problem, I knew that, I there are not many solutions (may be just One only) and the numbers are not large. I found one pair (5, 7).
    So I learn from this problem, applying logic = mathematical logic.

    • @robertveith6383
      @robertveith6383 2 หลายเดือนก่อน

      Did you understand later that there is another pair?

  • @artandata
    @artandata 2 หลายเดือนก่อน +1

    at time = 7:30 , I did not understand why beyond 6 all possible values are always even. can anyone explain that to me? thanks!

    • @bjornfeuerbacher5514
      @bjornfeuerbacher5514 2 หลายเดือนก่อน +1

      Because in n!, you will have at least one even factor, and an even number times any other number always gives an result that is even.

    • @ВикторПоплевко-е2т
      @ВикторПоплевко-е2т 2 หลายเดือนก่อน +1

      n! is an odd multiple of 8, so when we get 6 it becomes an even multiple of 8 because 6 is even

  • @udaramalam7348
    @udaramalam7348 2 หลายเดือนก่อน

    Can you teach is how to make math questions?

  • @horstmueller1000
    @horstmueller1000 2 หลายเดือนก่อน

    nice. very nice.

  • @YuvrajKharat-i1v
    @YuvrajKharat-i1v 2 หลายเดือนก่อน

    Congrats we 🔓 Namaskar

  • @LearnmoreMoyo-q1o
    @LearnmoreMoyo-q1o 2 หลายเดือนก่อน

    Any video for Metric spaces

    • @PrimeNewtons
      @PrimeNewtons  2 หลายเดือนก่อน

      Haha! Nope

    • @LearnmoreMoyo-q1o
      @LearnmoreMoyo-q1o 2 หลายเดือนก่อน

      @@PrimeNewtons okay .....I would like to see the approach

  • @dean532
    @dean532 2 หลายเดือนก่อน

    The fact that you said that you can’t figure out the answer to some of life’s problems in mathematics gives the reminiscence that we’ve been sailing in the same boat be it physics or math 😅

  • @rollno5091
    @rollno5091 2 หลายเดือนก่อน

    sir kindly make videos on Tayler series,Euler series ,Runge Kutta method

  • @nibirhasan4142
    @nibirhasan4142 2 หลายเดือนก่อน

    make a play list based om olympiad problem solving

  • @RyanLewis-Johnson-wq6xs
    @RyanLewis-Johnson-wq6xs 2 หลายเดือนก่อน +1

    Solutions (n,k)=(4,5),(5,7)

    • @robertveith6383
      @robertveith6383 2 หลายเดือนก่อน

      Put a comma between those pairs of parentheses: (4, 5), (5, 7)

  • @nasrullahhusnan2289
    @nasrullahhusnan2289 2 หลายเดือนก่อน

    n!+8=2^k --> n!+2³=2^k
    (n,k)=(4,5),(5,7)

  • @mircoceccarelli6689
    @mircoceccarelli6689 2 หลายเดือนก่อน

    👍👍👍

  • @kianushmaleki
    @kianushmaleki 2 หลายเดือนก่อน

    ❤️

  • @prollysine
    @prollysine 2 หลายเดือนก่อน

    2^1=2 , 2^2=4 , ..... , 2^5=32 , 2^6=64 , 2!7=128 , 1!=1 , 2!=2 , 3!=6 , 4!=24 , 5!=120 , --> 2^7=128 , 5!=120 , 120+8=128 ,
    n!=120 , n=5 , 2^k=128 , k=7 ,

  • @LearnmoreMoyo-q1o
    @LearnmoreMoyo-q1o 2 หลายเดือนก่อน

    Number theory is a broad subject.......fr real😊

  • @SuperShat4ik
    @SuperShat4ik 2 หลายเดือนก่อน +1

    Your solution is great!! That's my solution here:
    Lets n>=6. So n factorial can be divisible by 16.
    With this fact we can factor out 8 in the left side:
    n!+8=8(n!/8+1)
    8(n!/8+1)=2^k
    n!/8 is still can be divisible by 2 because n! can be divided by 16.
    So n!/8+1 is wont be an even number.
    We got that the power of 2 is divided by a not even number, and we got contradiction, so our first assumption that n>=6 was wrong and now n

  • @muneebmuhamed43
    @muneebmuhamed43 2 หลายเดือนก่อน

    Video title is different from the question

  • @holyshit922
    @holyshit922 2 หลายเดือนก่อน

    At first sight (n=5,k=7)
    but there may be more solutions like (n=4,k=5)

    • @holyshit922
      @holyshit922 2 หลายเดือนก่อน

      And it seems that i guessed them all

  • @RyanLewis-Johnson-wq6xs
    @RyanLewis-Johnson-wq6xs 2 หลายเดือนก่อน +1

    When n equals 4,k equals 5. When n equals 5,k equals 7.

    • @robertveith6383
      @robertveith6383 2 หลายเดือนก่อน

      Put a comma after "4."
      "When n equals 4, k equals 5."

  • @absolutezero9874
    @absolutezero9874 2 หลายเดือนก่อน

    Since m! ≥ 1 ,
    (m! + 8) ≥ 9
    Hence,
    2ᵏ > 8
    2ᵏ > 2³
    k > 3
    Since k > 3,
    k - 3 > 0
    (k - 3) ∈ ℕ
    Hence,
    2ᵏ⁻³ is even
    (2ᵏ⁻³ - 1) is odd
    And
    2ᵏ⁻³ > 2⁰
    2ᵏ⁻³ > 1
    (2ᵏ⁻³ - 1) > 0
    m! + 8 = 2ᵏ
    m! = 2ᵏ - 8
    m! = 2ᵏ - 2³
    m! = 2³(2ᵏ⁻³ - 1)
    m! = 8(2ᵏ⁻³ - 1) --Eqn(1)
    Since
    (2ᵏ⁻³) - 1 ∈ ℕ,
    8 | m!
    Hence,
    The smallest even integers that m! is divisible by are 2 and 4
    Why?
    Because
    2 x 4 = 8
    m! is a product of positive consecutive integers starting from 1
    Hence,
    If m! is divisible by 2 and 4,
    Smallest m! = 4!
    Hence,
    m = 4
    Hence,
    m! must also be divisible by 3, which is between 2 and 4
    From Eqn(1),
    This means that
    2ᵏ⁻³ - 1 = 3
    Since
    (2ᵏ⁻³ - 1) is odd,
    It is possible that
    2ᵏ⁻³ - 1 = 3
    Let’s check:
    2ᵏ⁻³ - 1 = 3
    2ᵏ⁻³ = 4
    k - 3 = 2
    k = 5
    Hence,
    k ∈ ℕ ✓
    Hence,
    (m, k) = (4, 5)
    If m! is divisible by 2 and 4,
    The next smallest m! is 5!
    Hence,
    m = 5
    Hence,
    m! is also divisible by 3 and 5
    3 x 5 = 15
    15 is odd
    Hence,
    It is possible that
    2ᵏ⁻³ - 1 = 15
    Let’s check:
    2ᵏ⁻³ - 1 = 15
    2ᵏ⁻³ = 16
    k - 3 = 4
    k = 7
    Hence,
    k ∈ ℕ ✓
    Hence,
    (m, k) = (5, 7)
    If m > 5,
    m! > 5!
    Hence,
    m! is even
    From Eqn(1),
    (2ᵏ⁻³ - 1) is even because
    (2ᵏ⁻³ - 1) is divisible by 6
    Since (2ᵏ⁻³ - 1) cannot be even,
    m > 5 is not possible
    Therefore,
    There are only 2 ordered pairs
    (m, k)
    Ans:
    (m, k)
    = (4, 5),
    (5, 7)

  • @ToanPham-wr7xe
    @ToanPham-wr7xe 2 หลายเดือนก่อน

    😮

  • @younesd6298
    @younesd6298 2 หลายเดือนก่อน +4

    BY OBSERVATION
    n! + 8 = 2^k
    4!=24 , 24+8=32 , 32=2^5
    For
    n! - 8 = 2^k
    4!=24 ,24-8=16=2^4 then k=4

    • @sylvesterogbolu-otutu1498
      @sylvesterogbolu-otutu1498 2 หลายเดือนก่อน +1

      You missed k = 7. For 2^k, 2^7 = 128. 128 - 8 = 120. 5! = 120.

  • @destruidor3003
    @destruidor3003 2 หลายเดือนก่อน

    But you did not really prove that when n> 5 then the results will be 8 x even number…I was expecting a mathematical prove in this point since that it is an olympiad problem…

  • @Ranoake
    @Ranoake 2 หลายเดือนก่อน

    2^k must be strictly greater than 2^3 since all factorials are strictly greater than 0.

  • @save_sudan_and_palestine
    @save_sudan_and_palestine 2 หลายเดือนก่อน +1

    The Title is wrong.
    It should be n! + 8 = 2^k not n! = 8 + 2^k

  • @ChinmayPlays
    @ChinmayPlays 2 หลายเดือนก่อน +1

    sir not to be mean but the video title is wrong its n! = 8+ 2^k instead of n! + 8 = 2^k

    • @robertveith6383
      @robertveith6383 2 หลายเดือนก่อน

      He needs to correct these errors as soon as he is told.

  • @ksenchy
    @ksenchy 2 หลายเดือนก่อน

    Sneaky solution

  • @yuyuvybz
    @yuyuvybz 2 หลายเดือนก่อน

    4:49 EXCEPT 0

  • @surcomsys
    @surcomsys 2 หลายเดือนก่อน

    You say "n! is an odd multiple of 8" and it is not possible. I think the real situation is that n!/8 must be odd

    • @bjornfeuerbacher5514
      @bjornfeuerbacher5514 2 หลายเดือนก่อน

      Huh? Saying that n! is an odd multiple of 8 and saying that n!/8 is odd mean exactly the same thing.

  • @m.h.6470
    @m.h.6470 2 หลายเดือนก่อน

    Solution:
    Let's divide both side by 8:
    n!/8 + 1 = 2^(k - 3)
    The right side is always even, while the left side is only even, as long as n!/8 is odd!
    8 = 2 * 4, so n!/8 for n ≥ 4 can be rewritten to n!/4! * 3 * 1 or just as n!/4! * 3
    Let's first check n < 4
    1! + 8 = 9 → not a valid solution for 2^k
    2! + 8 = 10 → not a valid solution for 2^k
    3! + 8 = 14 → not a valid solution for 2^k
    So if there is a solution it has to be with n!/4! * 3.
    But even * odd = even, so n!/4! HAS to be odd.
    But as soon as n! has an even factor > 4, the solution of n!/4! is always even.
    Therefore the only two solutions for n are 4 and 5:
    n = 4 → n!/4! = 4!/4! = 1 → which is odd and therefore a possible valid solution
    n = 5 → n!/4! = 5!/4! = 5 → which is odd and therefore a possible valid solution
    Test n = 4:
    n! + 8 = 2^k
    4! + 8 = 2^k
    24 + 8 = 2^k
    32 = 2^k
    2^5 = 2^k
    k = 5 → valid solution
    Test n = 5:
    n! + 8 = 2^k
    5! + 8 = 2^k
    120 + 8 = 2^k
    128 = 2^k
    2^7 = 2^k
    k = 7 → valid solution
    So the only two valid pairs for (n, k) are (4, 5) and (5, 7)

    • @m.h.6470
      @m.h.6470 2 หลายเดือนก่อน

      After the video:
      Very different and very complex approach to the same solution...

  • @raivogrunbaum4801
    @raivogrunbaum4801 2 หลายเดือนก่อน +2

    Pointlessly long video. If n>6 then n!+8=8(n!/8+1) where n!/8+1 is odd and cannot be factor of 2^k. checking all integers less than 6 we get n=4 k=5 and n=5 k=7

    • @maxhagenauer24
      @maxhagenauer24 2 หลายเดือนก่อน

      n!/8 + 1 is not a factor of 2^k itself because it's odd but what does that have to do with n>6? You can say that about any n.

    • @raivogrunbaum4801
      @raivogrunbaum4801 2 หลายเดือนก่อน

      @@maxhagenauer24 no you cant if n

    • @maxhagenauer24
      @maxhagenauer24 2 หลายเดือนก่อน

      @raivogrunbaum4801 How do you know it's only for n < 6 that make it even?
      Edit: Is it because if n >= 8 then iy divides with the 8 in n!/8 + 1 and which means it's a multiple of 2 (even) + 1 which makes it odd? And then you can test n = 7 to see it is odd as well.

    • @souverain1er
      @souverain1er 2 หลายเดือนก่อน

      This is high school math. He is trying to create most accessible video.

    • @maxhagenauer24
      @maxhagenauer24 2 หลายเดือนก่อน

      @@souverain1er I never even learned what the factorial was in high school.