JEE Mains went wild

Поделиться
HTML-код
  • Опубликовано: 4 фев 2025

Комментарии • 91

  • @jeesimplified-subject
    @jeesimplified-subject  3 месяца назад +8

    Revision Course is gonna be fun 🤩 forms.gle/NcywqBrqSE45PhCUA

  • @gaurishbanik3281
    @gaurishbanik3281 3 месяца назад +234

    intuitive if youve done nested loops in computer science

  • @siyapunia-eq9mx
    @siyapunia-eq9mx 3 месяца назад +67

    Bhaiya did it with mentos method and solved within few seconds.
    Literally ek dum se click kara and in one go ans bhi aa gya. 😊

  • @ChessCheater-is2we
    @ChessCheater-is2we 3 месяца назад +20

    min(i,j) + max(i,j) = i + j only so we can replace [sum(i=1->10 )sum(j=1->10)(i+j) ] after that we get 1100 answer

  • @srishtikdutta8946
    @srishtikdutta8946 3 месяца назад +19

    I did via the 1st approach only but wouldn't take more than 2 mins because very comfortable with the calcs and series and its kinda very similar to nested loops problems.

  • @ArmanKhan-li2hi
    @ArmanKhan-li2hi 3 месяца назад +11

    I did with second and first method both, second method slightly different not adding straight in beginning but with seeing both series got that add them and get the answer without writing the full series which saved time

  • @Hardikk9
    @Hardikk9 3 месяца назад +12

    Method 2 simple as
    Ya to A ayega ya B aayega so end me it sums up

  • @e1lg537
    @e1lg537 3 месяца назад +4

    All you have to do is calculate the sum of pairs above the diagonal.
    Which is S = 2*(1*9 +2*8 + 3*7 +4*6) + 5*5 = 165
    A becomes 2*S + 55. 2 times the pairs + the diagonal sum.
    B becomes 10 * Σ(1:10) + S. (Subtract 1 - 10 sum from every row and you'll see S is left. )
    Hence 3*165 + 11*55
    Max 2 min lage ye solve karne ko.

  • @Prashant-t5c
    @Prashant-t5c 3 месяца назад +2

    Bhai maine under 1 min solve kr liya jaise btaya apne waise hi❤🎉

  • @OjasAgrawal-i2v
    @OjasAgrawal-i2v 2 месяца назад

    direct dikh ra tha ki puri matrix ke saare no. ka sum pucha hai islye 20 x 55 direct bol skte hai as ek A set aur B SET ek dusre ke conjugate hi puche hai

  • @hitanshugala9191
    @hitanshugala9191 3 месяца назад +8

    Looking back after 2 years, it's hilarious to think how challenging I once found this. Now I can solve it in under a minute with a quick script! 😂😂😂
    int main() {
    int sum=0;
    for(int i=1;i

    • @sandy69402
      @sandy69402 2 месяца назад +2

      arre but ye toh computer calculate kar raha hai na fir toh lol ... ye easy kaise hua fir

    • @hitanshugala9191
      @hitanshugala9191 2 месяца назад

      @@sandy69402 Spend 1 year in engineering you'll get it

    • @sakshamsingh1778
      @sakshamsingh1778 2 месяца назад

      Tumhari time complexity sahi nhi hai agar ye question me 10 ko hatake n krdia jaye toh tumhara solution o(n^2) hai jabki actual solution o(1) hai

  • @arghamaji8234
    @arghamaji8234 3 месяца назад +5

    8th java did help

  • @ajiteshsingh2711
    @ajiteshsingh2711 28 дней назад

    suppose i take a value that is equal to 10*(1+2+...10).
    in A I am subtracting something from it and in B I am adding the same thing in it so when you add it they get cancelled and answer is 2*10*(1+2...10).
    no need to calculate anything if you can see this

  • @kailashanand5086
    @kailashanand5086 3 месяца назад +19

    Before vid:
    If you do A+B it will be sigma of sigma i+j which i gives 1100

    • @_elusivex_
      @_elusivex_ 3 месяца назад +1

      Same, also my intuition. Btw are you also a programmer, just asking

    • @kailashanand5086
      @kailashanand5086 3 месяца назад +1

      @@_elusivex_ yep

  • @apratimtewari4288
    @apratimtewari4288 3 месяца назад +3

    I read it as A-B and was surprised cuz i was getting answer as -330

  • @Raven_Dragoneel
    @Raven_Dragoneel 3 месяца назад +4

    Mujhe pehle mentos wala click kiya, but fir sure nhi tha toh 1st method se kiya -_-

  • @trijaltripathi8219
    @trijaltripathi8219 3 месяца назад

    Took me 10 minutes , but it was very intresting !

  • @JaswanthSaiUppalapati
    @JaswanthSaiUppalapati 3 месяца назад

    jab i aur j me lerahe h toh if min(i,j) = i then max(i,j) = j, i=j ho ya na ho. So adding both min and max meaning taking both i and j. So very easy to solve.. Ye mere mind me 2 min ke baad strike hua.

  • @sarthaksingh5614
    @sarthaksingh5614 2 месяца назад

    mentos method se toh kiya but idea aane mein 10 min lag gaye... total 12 min kuch lag gaye.. but maza toh aa gaya

  • @kira77712
    @kira77712 3 месяца назад +2

    bhai mera 1 min ho gya agar meri approach se chle toh
    assume i>j fir min=j and max=i ke hiasab se solve ho jayega ,bcz sykmetry hai to j>i ke liye bhi same ans ayega

  • @menakaagarwal9802
    @menakaagarwal9802 3 месяца назад +1

    did easily in 3 minutes before watchng video by matrix method same as binomial question

  • @rkm823
    @rkm823 2 месяца назад

    Two equations for finding value of 'x' and 'y'
    1) ax + by = C
    2) px + qy =C
    (If "C" is the Real Number as- 0,1,2,3......).
    Can we write or say.
    "ax+by = px+qy = C"
    ("ax+by = px+qy") ( Because both are equal to "C").
    Is it true or not. please help with example 🙏

  • @aditaggarwal3486
    @aditaggarwal3486 3 месяца назад +1

    Wait how is this hard...?
    max + min = i+j, now it's simple enough

  • @DEVSHARMA-dq3dr
    @DEVSHARMA-dq3dr 2 месяца назад

    maine general term form krke kiya for both a and b

  • @animeshpathak24
    @animeshpathak24 3 месяца назад +1

    ❤Maza aa gaya

  • @Preity-q1c
    @Preity-q1c 3 месяца назад +1

    Ashish Aggarwal sir effect ❤

  • @supreetmvns7779
    @supreetmvns7779 3 месяца назад

    fantastic!

  • @premsapkal6050
    @premsapkal6050 Месяц назад

    Nice question but done in 2 minutes using i + j method i think 75% logo ko click kar jata😊😊

  • @priyank5161
    @priyank5161 3 месяца назад +13

    M a neet aspirant and i used a super lengthy method to solve this
    Min wala to jaldi aa gaya, max wale me lamba chala gaya
    But for me, a = 440, b = 660, a+b = 1100
    First lets solve for a,
    We get a series 1*10+ 1+2*9 + 1+2+3*8....
    Notice, we have 2 series in here, writing them as x and y, we have
    A= x+y,
    Where x = 10*1+2*9+3*8...
    And y= 1+1+2+1+2+3....
    But if u would notice, x = y
    So, a= 2x, or a = 2(1*10+2*9....)
    Here the series x repeat itself after 5*6... So we dont have to calculate every value, but rather,
    X = 2(10+18+24+28+30),
    Thats 110, so x = 220 and a = 440
    A = 440
    Now solving for b,
    For j=1, we have the summation to be 55
    For j = 2 we summation to be 55-1+2 = 56
    For j = 3 we have 55-3+6, thats 58
    Or more precisely, if j = x, (x cannot be greater than 10)
    The summation= 55 +x(x-1) - x(x-1)/2
    Or 55+x(x-1)/2
    Now we have the series,
    10*55 + 1(1-1)/2 + 2(1)/2+ 3(2)/2 + 4(3)/2 + 5(4)/2 + 6(5)/2 + 7(6)/2 + 8(7)/2 + 9(8)/2 + 10(9)/2
    550 + 1+3+6+10+15+21+28+36+45
    Theres a pattern in the series,
    1+(1+2)+(1+2+3)+(1+2+3+4)...
    10*1 + 2*9 + 3*8 same as x ! we solved it in a and the answer was 110,
    This means, b = 550+110
    B= 660
    Now a+b = 1100
    Ik its very lengthy but i enjoyed it (took me 10 mins, ik m noob)

    • @jaisabraham6610
      @jaisabraham6610 3 месяца назад

      You're smart. Your pattern-recognition is amazing (especially the 1*10 + 2*9 +3*8 + ... = 1 + (1+2) + (1+2+3) + ...)
      Brilliant.

    • @priyank5161
      @priyank5161 3 месяца назад +2

      @@jaisabraham6610 huh smart?
      I always thought I was as dumb as a rock

    • @Pattagobhiiiii
      @Pattagobhiiiii 3 месяца назад

      ​@@priyank5161 fr

  • @ridhamsheth4546
    @ridhamsheth4546 3 месяца назад

    (i,j) me se ya to ek min me choose karenge ya to max me so sidha hi 55 ×20

  • @Factzone1234
    @Factzone1234 3 месяца назад

    Jee mains 2022 26 June shift 1 🎉

  • @positivegradient
    @positivegradient 3 месяца назад +1

    Easy question

  • @aditbansal1327
    @aditbansal1327 2 месяца назад

    Pretty ezy stuff for someone who is targeting advanced.. solved it in about 25-30 sec

  • @bunnyxs26
    @bunnyxs26 3 месяца назад +12

    Isse ghatiya sets ka question mene solve nhi kia phle lga tha double sigma h BT ka fir sets dekha to smjh aya fir jb row aur column wise khol k question smjh rha tha to pta chla isme time barbaad hone wala h alg hi ghumaya isne ksm se 1x19+2x17+.... Aese kr k gya tha ye😭

    • @BOBBYSATPURA
      @BOBBYSATPURA 3 месяца назад

      Hm bhai right

    • @MiteshJethawa
      @MiteshJethawa 3 месяца назад

      Double Sigma Bhi Last mein Easily Solve Hota Hai By Using Property of Sigma on Both I and j it becomes sum of 22 of 100 terms by 2

    • @bunnyxs26
      @bunnyxs26 3 месяца назад

      @@MiteshJethawa wo to bt me na lekin yha to (1,1) (1,2) (1, 3).... Kr k sets open krna tha

    • @gamerxani9575
      @gamerxani9575 3 месяца назад

      Iska seedha approach tha- woh table banane se better yeh hai ki I and u interchangeable hai toh ek pehle kisi ek ko fix karke dusre ke values nikaal do phir double it- par u have to add the elements jaha pe they're same- kafi aasan hai I did it mentally

    • @FerrousSulphate-ls1si
      @FerrousSulphate-ls1si 3 месяца назад

      Ghatia set nhi ghatia tu hai 😂😂

  • @arjunphaneesh6051
    @arjunphaneesh6051 3 месяца назад +1

    1100 solved in 1 min....

  • @PranavSharma-u6z
    @PranavSharma-u6z 3 месяца назад

    Bro which chapter is this question from??
    Actually I understood 60% and that limit part smjh nhi aya mai abhi 11 mei hu

  • @LLawiet
    @LLawiet 3 месяца назад +1

    Concept crunch ka kya hua

  • @Anonymous-r2g2k
    @Anonymous-r2g2k 2 месяца назад +10

    bro ma kasam orally solve krliya💀
    ab IIT Bombay CSE guaranteed🤡

  • @maulikshah28
    @maulikshah28 3 месяца назад +1

    nice

  • @TanmayChaudhary-b5c
    @TanmayChaudhary-b5c 3 месяца назад +1

    Crazy

  • @adityanshuraj2963
    @adityanshuraj2963 3 месяца назад

    Where is terror ?

  • @visweshshukla
    @visweshshukla 3 месяца назад

    Pj sir bhi normal jindagi aur mentos jindagi se solve karwaya karte the

  • @insanesmog1335
    @insanesmog1335 3 месяца назад

    lengthy a bit not hard

  • @jeesimplified-subject
    @jeesimplified-subject  3 месяца назад +1

    Baki kya haal?

    • @Raven_Dragoneel
      @Raven_Dragoneel 3 месяца назад +1

      Sone jaa rha tha fir notification aaya aapke question ka. Neend udd gyi khud se solve krne mein but ban gya ;-;
      Mai method 1 se kr rha tha, so thanks for alternate method :)

  • @NFxVIPER
    @NFxVIPER 3 месяца назад +3

    Bhaiya me rho dunga

  • @L.poke3521
    @L.poke3521 2 месяца назад

    me to neet de raha hu, maine ye kyu dekha

  • @Kil2503
    @Kil2503 3 месяца назад

    Python se kiya

  • @arghyaS
    @arghyaS 3 месяца назад +2

    use: max{i,j} = (1/2) ( | i + j | + | i - j | ) and min{i,j} = (1/2)(| i + j | - | i - j| )
    Then A + B will be sum \Sigma | i + j | = \Sigma i + \Sigma j = 2 * \Sigma i = 1100

  • @SwJSnG_IITDelhi
    @SwJSnG_IITDelhi 3 месяца назад

    please use less words
    kam shabdo me bataya kariye...

  • @anotherbrickinthewall001
    @anotherbrickinthewall001 3 месяца назад +2

    🔵Theorem: Let n be a positive integer. Then, ( Sum_{i,j = 1 to n} min { i , j } ) + ( Sum_{i,j = 1 to n} max { i , j } ) = n^2 (n+1).
    Proof.
    Sum_{i,j = 1 to n} min { i , j } + Sum_{i,j = 1 to n} max { i , j }
    = Sum_{i,j = 1 to n} ( min { i , j } + max { i , j } )
    = Sum_{i,j = 1 to n} ( i + j )
    >
    = Sum_{i,j = 1 to n} i + Sum_{i,j = 1 to n} j
    = 2 Sum_{i,j = 1 to n} i
    >
    = 2 Sum_{i = 1 to n} Sum_{j = 1 to n} i
    = 2 ( Sum_{i = 1 to n} i ) ( Sum_{j = 1 to n} 1)
    = 2 ( n(n+1)/2 ) ( n )
    = n^2 (n+1). ■
    _________________________________________________________________________________________
    🔴Corollary: For n=10, the above theorem implies that the given sum = 100 (11) = 1100. ■

    • @urlikskull1071
      @urlikskull1071 3 месяца назад +2

      Brah 😭🙏 it is not that serious

    • @anotherbrickinthewall001
      @anotherbrickinthewall001 3 месяца назад +1

      @@urlikskull1071 Brah, it was just for fun. 😆
      But if you see beyond the sophisticated appearance of these symbols, you will see that I have proved a general result with simple arguments that will allow one to solve the question in the video with ease.

  • @omkarreddydevarapalli130
    @omkarreddydevarapalli130 3 месяца назад

    Discuss some 2024 adv questions

  • @RudranshuSen
    @RudranshuSen 2 месяца назад +1

    Again waste of time in JEE students should start practicing coding from 11 12 which is more important for professional careers

  • @BOBBYSATPURA
    @BOBBYSATPURA 3 месяца назад +1

    I'm first - pin me plz ❤❤😅