Modular Exponentiation (Part 2)

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

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

  • @justpaulo
    @justpaulo 3 ปีที่แล้ว +57

    In the (88⁷ mod 187) it's easier if you realize that both numbers are divisible by 11, i.e. 88=8*11 and 187=17*11.
    So one needs to solve a much easier problem which is (8⁷ × 11⁶ mod 17) ≡ (8¹8²8⁴ × 11²11⁴ mod 17) ≡ 8(-4)(-1) × (-2)(4) mod 17 ≡ (32) × (8) mod 17 ≡ (-2) × (8) mod 17 ≡ (-16) mod 17 ≡ -(-1) mod 17 ≡ 1 mod 17.
    Because N = D*Q + R ⇒ R = N - D*Q.
    If we divided the RHS by 11, for the equation to remain true the LHS (the remainder) must be divided by 11 too.
    That means that if the remainder of (8⁷ × 11⁶ ÷ 17) = 1 then the remainder of (88⁷ ÷ 187) = 1 × 11.
    Therefore (88⁷ mod 187) ≡ 11 mod 187

    • @nazansari9902
      @nazansari9902 ปีที่แล้ว

      You're awesome

    • @v_three3593
      @v_three3593 4 หลายเดือนก่อน +1

      Well but the answer is 88

  • @selvareegan3241
    @selvareegan3241 3 ปีที่แล้ว +7

    sir your session is excellent.... no way to say about your session... amazing teaching ever in my life. It is helping my teaching professional. sir one request please update upcoming session soon... we are waiting..... Thank you so mauch.

  • @jumokeadekunle6049
    @jumokeadekunle6049 ปีที่แล้ว +3

    Thank so much. You are amazing. Ive tried all sort of materials and videos but couldn't get a better explanation like you did in this video. You are an outstanding teacher.

  • @devpriyashivani1855
    @devpriyashivani1855 ปีที่แล้ว +29

    1. 11^23 mod 187 = ?
    11^1 mod 187 = 11
    11^2 mod 187 = [(11^1) * (11^1)] mod 187 = (11*11) mod 187 = 121
    11^4 mod 187 = [(11^2) * (11^2)] mod 187 = (121*121) mod 187 = 55
    11^16 mod 187 = [(11^2) * (11^2) * (11^2) * (11^2)] mod 187 = (55*55*55*55) mod 187 = 154
    11^23 mod 187 = [(11^16) * (11^4) * (11^2) * (11^1)] mod 187 = (154*55*121*11) mod 187 = 88 Ans
    2. 175^209 mod 1000 = ?
    175^1 mod 1000 = 175
    175^2 mod 1000 = [(175^1) * (175^1)] mod 1000 = (175*175) mod 1000 = 625
    175^4 mod 1000 = [(175^2) * (175^2)] mod 1000 = (625*625) mod 1000 = 625
    175^8 mod 1000 = [(175^4) * (175^4)] mod 1000 = (625*625) mod 1000 = 625
    175^16 mod 1000 = [(175^8) * (175^8)] mod 1000 = (625*625) mod 1000 = 625
    175^32 mod 1000 = [(175^16) * (175^16)] mod 1000 = (625*625) mod 1000 = 625
    175^64 mod 1000 = [(175^32) * (175^32)] mod 1000 = (625*625) mod 1000 = 625
    175^128 mod 1000 = [(175^64) * (175^64)] mod 1000 = (625*625) mod 1000 = 625
    175^209 mod 1000 = [(175^128) * (175^64) * (175^16) * (175^1)] mod 1000 = (625*625*625*175) mod 1000 = 375 Ans

    • @freakpunk8178
      @freakpunk8178 ปีที่แล้ว +2

      how did you calculate (625*625*625*175) my calculator is not processing it🥲🥲

    • @samirasultanamysha1792
      @samirasultanamysha1792 ปีที่แล้ว

      @@freakpunk8178 coming zero .. why

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

      for calculator sake u can change the last step to
      175^209 mod 1000 = [(175^128) * (175^64) * (175^16) * (175^1)] mod 1000 = (375*375*375*175) mod 1000 = 375 Ans
      625 mod 1000 == 375 mod 1000
      😁

  • @monicabattacharya6416
    @monicabattacharya6416 3 ปีที่แล้ว +5

    please upload videos of the network security daily 🙏🏼 because we are having this subject in our current semester

  • @vigneshreddy1213
    @vigneshreddy1213 8 หลายเดือนก่อน +1

    This video is much helpful for solving modular related problems like return with mod 1000000007

  • @utilizator1701
    @utilizator1701 3 ปีที่แล้ว +15

    1. 99 mod 187.
    2. 375.
    Also, I really liked the fact that it was told to compare a and p-a mod p in order to do a fast calculation.

    • @YouWoWKidz
      @YouWoWKidz ปีที่แล้ว +9

      11^2 mod 187 will be -66 or 121
      11^4 mod 187 will be 55 or -132
      11^8 mod 187 will be 33 or -154
      11^16 mod 187 will be -33 or 153
      So 11^23 will be 88 or -99

  • @oxtonofficial
    @oxtonofficial ปีที่แล้ว +5

    WATCHED THIS 6 TIMES, STILL HAVE NO CLUE

  • @PriyankaSingh-bw9ct
    @PriyankaSingh-bw9ct 3 ปีที่แล้ว +13

    Sir, I think you should also provide answers of the homework ques …it will be easier than.

  • @ayushjha330
    @ayushjha330 3 ปีที่แล้ว +5

    thank you sir, you are a life saver.

  • @DeanLouie-t1x
    @DeanLouie-t1x ปีที่แล้ว

    Beautiful instruction. Just remember: 26/6 is 6 into 26: and 6x26 is 6 times 26, or 6 by 26.

  • @earthsganaexplode
    @earthsganaexplode 26 วันที่ผ่านมา

    I finally understand this. Thank you!

  • @armanlalani
    @armanlalani 2 ปีที่แล้ว +6

    11²³ mod 187 = 88
    Last 3 digits of 175²⁰⁹ = 375

    • @informative180
      @informative180 2 ปีที่แล้ว +1

      i think it would be 625 instead of 375

  • @princepiyushsingh5758
    @princepiyushsingh5758 2 ปีที่แล้ว +4

    Homework Question Solution:
    Ans. 1. (11)^23 mod 187 = 88
    Ans.2. last three digit of (175)^209 will be 375

    • @Butcher_4
      @Butcher_4 ปีที่แล้ว +2

      hey i confused at last steps can i get the hw steps

  • @tehreem6arshad435
    @tehreem6arshad435 3 ปีที่แล้ว +2

    please complete this lectures.

  • @Student_Wang
    @Student_Wang 2 ปีที่แล้ว +2

    Thank you very much

  • @marzipane9182
    @marzipane9182 2 ปีที่แล้ว +6

    11^23 mod 187 => 88; When i solved first i got 108; due to i used -66 instead of 121; minus confused me;
    at the 2nd example -> i got pretty straightforward answer -> 375; as it's everywhere 625

    • @YouWoWKidz
      @YouWoWKidz ปีที่แล้ว +2

      11^2 mod 187 will be -66 or 121
      11^4 mod 187 will be 55 or -132
      11^8 mod 187 will be 33 or -154
      11^16 mod 187 will be -33 or 153
      So 11^23 will be 88 or -99

  • @ZingatSidLive
    @ZingatSidLive 9 หลายเดือนก่อน +3

    88 or -99 1st one

  • @SagarBhanushali-r6k
    @SagarBhanushali-r6k 10 หลายเดือนก่อน +1

    11:32 how we got -51 form -551??
    @neso

  • @bintech3837
    @bintech3837 2 ปีที่แล้ว +16

    1st answer is 88

    • @anuragdubey285
      @anuragdubey285 2 ปีที่แล้ว +2

      No answer is -88
      But in answer we can write 99mod187

  • @sagarmali4179
    @sagarmali4179 2 ปีที่แล้ว +2

    88 and 375 are the correct answers.

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

      You are correct, but how did you solve for the second one please?

  • @darkcoder6504
    @darkcoder6504 2 ปีที่แล้ว +5

    In video instructor says "Don't use the calculator" but i coded python program for solving example haha.
    python code.
    exp = 1
    num = 88
    ans = 1
    while (exp != 8):
    ans *= num
    exp = exp + 1
    mod = ans % 187
    print(mod)

    • @shivasai7707
      @shivasai7707 ปีที่แล้ว

      Try writing for large numbers in c++ or java

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

      @@shivasai7707 Segmentation error goes BRRRR

  • @fawazhussain1186
    @fawazhussain1186 ปีที่แล้ว

    Best. Thanks a lot, sir.

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

    Thank you 💫💫💫

  • @pujanprajaprati7533
    @pujanprajaprati7533 2 ปีที่แล้ว +1

    in example 2 how you are calculating negative values ?

  • @motivation_with_harsh
    @motivation_with_harsh ปีที่แล้ว

    answer of 1st question is -> 88
    answer of 2nd question is -> 375

  • @omkarshinde3767
    @omkarshinde3767 2 ปีที่แล้ว +3

    1. 88, 2. 375

  • @kyanitekirin5178
    @kyanitekirin5178 ปีที่แล้ว

    My brain clicked at 4:40 while I was applying this logic to a particularly difficult problem (for myself... as I've never done this before)
    The problem I was solving was 2116^17 mod(3233) if anyone was wondering... That was my **first** problem I tried to solve. Yes, I do hate myself.

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

    He keeps saying don't use calculator while im seeing this to write into a calculator
    Anyway very good explanation

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

    I've been asked to solve: 78^859 mod 1829.
    Even after watching this video I'm having a hard time as to how to step through this problem. Any advice?

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

    Why do you take mod 100 in the example 29^5 (mod100 )??

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

    I can't get it that how are you taking the base in negative sign?
    and why?
    how did you change the value?

  • @okoegualeeromosele1924
    @okoegualeeromosele1924 ปีที่แล้ว

    Sir can you please point me to a website or document where I can find different practice questions?

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

    Will you please explain how to solve 3^5^3^5 mod35

  • @ZingatSidLive
    @ZingatSidLive 9 หลายเดือนก่อน +1

    And 2nd 375 😊

  • @shadmanfatin777
    @shadmanfatin777 ปีที่แล้ว

    Thankyou!

  • @monicabattacharya6416
    @monicabattacharya6416 3 ปีที่แล้ว +3

    please 🙏🏼🙏🏼🙏🏼complete 🙏🏼😢❤😭😫java programming 🙏🏼😢course

  • @vamshi.k9786
    @vamshi.k9786 3 ปีที่แล้ว +3

    Please teach c++

  • @ruhinpatel7257
    @ruhinpatel7257 3 ปีที่แล้ว +4

    My ans for 11^23 mod 187 is 3. Is it correct? 3 or 88mod17

    • @ruhinpatel7257
      @ruhinpatel7257 3 ปีที่แล้ว

      And my second ans is 3or - 5..
      I think I am doing it wrong. Can anyone verify?

    • @vmarzein
      @vmarzein 3 ปีที่แล้ว +1

      @@ruhinpatel7257 i used calculator and i got 11^23 mod 187 = 88

  • @Utkarshkushwaha-ld8xh
    @Utkarshkushwaha-ld8xh 2 หลายเดือนก่อน

    Sir you did not talk about calculation of mod ? Why

  • @patelurva1055
    @patelurva1055 ปีที่แล้ว

    thnx

  • @ΝικοςΑνδριοπουλος-η6ν
    @ΝικοςΑνδριοπουλος-η6ν ปีที่แล้ว

    and how exactly are we supposed so think those different strategies ourselves? apparently there is not one-size fits all

  • @antwiboasiakoemmanuel3053
    @antwiboasiakoemmanuel3053 2 ปีที่แล้ว

    Q1. 99 or -88 Q2. 375

  • @donthusravya2026
    @donthusravya2026 3 ปีที่แล้ว +1

    what is the answer for 11^23 mod 187??

  • @taimurchaudhry6135
    @taimurchaudhry6135 2 ปีที่แล้ว

    how can we find 30^1000 using binary exponentiation

  • @imnotadriananymore
    @imnotadriananymore ปีที่แล้ว

    88 and 375

  • @yogeshgowda2774
    @yogeshgowda2774 ปีที่แล้ว

    216^2011 mod 3127

  • @m.p.prajwal3729
    @m.p.prajwal3729 ปีที่แล้ว

    bro how did u get -59 ?

  • @karthimath2559
    @karthimath2559 3 ปีที่แล้ว

    Sir why u put the last digit sum using mod 100

    • @arvasugupta
      @arvasugupta 2 ปีที่แล้ว +1

      3 mod 10 gives last digit of i.e 3 itself, 12 mod 10 leads 2 which is its last digit, 2457 mod 100 leads to 57 which leads to 57 as its last two digits

  • @alt.redwanahmed5310
    @alt.redwanahmed5310 2 ปีที่แล้ว

    ultenative

  • @NoNonSense-p1i
    @NoNonSense-p1i 9 หลายเดือนก่อน

    hw ques1=88?

  • @ushasree5682
    @ushasree5682 2 ปีที่แล้ว

    3^48 mod 257???

  • @sheetaljain4984
    @sheetaljain4984 2 ปีที่แล้ว +1

    How 841%100 = -59 ?

    • @DEEPAK-td6qw
      @DEEPAK-td6qw 2 ปีที่แล้ว +1

      841 mod 100 = 41 mod 100 = 41 0r -59

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

    idk where I am wrong or there is an error (5929 mod 187=12)

  • @rajeshprajapati4863
    @rajeshprajapati4863 2 ปีที่แล้ว +3

    Answer to H.W :
    I used Simple Calculator.
    1. 88
    2. 375

  • @AsimKhan-kn5or
    @AsimKhan-kn5or 11 หลายเดือนก่อน

    Anyone how 7744 mod 187 = 77

    • @Zaibaaa-q1d
      @Zaibaaa-q1d 16 วันที่ผ่านมา

      When we divide 7744 with 187 we will get remainder as 77

    • @Zaibaaa-q1d
      @Zaibaaa-q1d 16 วันที่ผ่านมา

      187*41=7667
      7667-7744=77..

  • @yc8675
    @yc8675 2 ปีที่แล้ว

    印度人 我的超人

  • @stacydevries4241
    @stacydevries4241 ปีที่แล้ว

    Zero and zero sadly i give wrong answer.

  • @RishitBirole-x1n
    @RishitBirole-x1n 7 หลายเดือนก่อน

    Such a shiity explain ATI