Multiply two numbers ending in 5

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

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

  • @NZC_Meow
    @NZC_Meow 4 года назад +21

    I also know a trick:
    If there is 2 x 5 between any multiplication then you can forget it and put a 0
    For example : 2 x 6 x 9 x 5
    Usually we multiply 2 with 6 and get 12 and then multiply 12 with 9 and then the answer with 5. But you can forget the 2 and 5 and multiply 6 with 9. The answer is 54. And the 2 and 5 become 0. You add the 0 after 54. So the answer is 540. In this way you can do maths very fast.

    • @kensmilepachi3313
      @kensmilepachi3313 4 года назад +5

      You have some extraordinary sarcasm right here (I hope so)

  • @matthewstuckenbruck5834
    @matthewstuckenbruck5834 6 лет назад +31

    You sound so EXCITED in this video!

  • @snowfloofcathug
    @snowfloofcathug 9 лет назад +16

    Awesome! And that about the cost of gas, you can even take it one step further and add the remaining 0.42 which you calculate from 14x0.03, so just use that mind trick, and then fix up the rest of the digits, amazing! Love it

  • @barryjackson405
    @barryjackson405 3 года назад +8

    Difference in squares is useful here. Ex: 525 is 625(25 squared) minus 100(10 squared). 25 squared minus 10 squared =(25+10)(25-10) or 35x15=525.

    • @to2podemosaprender630
      @to2podemosaprender630 2 года назад

      Thats what I thought at first.. 25×55= 40 square 1600 minus 15 square 225= 1375

  • @its2sum
    @its2sum 9 лет назад +6

    This seems a lot harder than just multiplying the fucking numbers.

  • @vishaljhaveri6176
    @vishaljhaveri6176 4 года назад +1

    1. Ignore the 5's.
    2. Add the Product and Average of the leading digits. (Product+Average)
    3. Multipy the resultant by 100.
    4. Add 25. You will get the answer.
    Overall:
    ((Product+Avg)*100)+25
    Note: - Product and Average of leading digits .
    Ignore the 5 in the whole process.
    Proof:
    (10x+5)(10y+5)
    100xy+50(x+y)+25
    100(xy+ (x+y)/2) + 25
    ie.
    100(PROD+AVG) + 25

  • @MrHatoi
    @MrHatoi 8 лет назад +1

    The reason this works is pretty obvious. If we split the terms into (x+5)(y+5), we then get xy + 5x + 5y + 25. The 25 is added in the last step, so we'll ignore that. Also, x and y are both guaranteed to be divisible by 10, so we can use the trick for multiplying numbers divisible by 10, [(x/10)(y/10)]*100. Now we have 5x + 5y left. If we divide by 100, we get [(x/10)+(y/10)]/2. You'll notice that this is the average of x/10 and y/10. But now, we need to multiply that result by 100 to keep the end value the same. Putting that back into the expression, we get:
    [(x/10)(y/10)]*100 + [(x/10)+(y/10)]/2*100 + 25
    Since x and y are both divisible by 10, dividing them by 10 is the same as cutting off the last digit, which is what was done in the video. Therefore, to make this clearer, we will replace x/10 with a and y/10 with b.
    100ab + (a+b)/2*100 + 25
    And if we condense it further, we get:
    100[ab+(a+b)/2] + 25
    Notice this is exactly what he did in the video. Get the product of the numbers with their last digits cut off, add it to their average, multiply it by 100 and add 25. FYI I didn't watch the rest of the video before writing this.

    • @MrHatoi
      @MrHatoi 8 лет назад

      He did it so much faster...

  • @MK-ji9ke
    @MK-ji9ke 6 лет назад +2

    There's a (possibly) easier method using the difference of two squares identity: a^2 - b^2 = (a - b)(a + b).
    Let a be the average of the two numbers and b is half the difference between them.
    e.g. 15 x 35 = (25 - 10)(25 + 10) = 25^2 - 10^2 = 625 - 100 = 525
    65 x 75 = 70^2 - 5^2 = 4900 - 25 = 4825
    35 x 115 = 75^2 - 40^2 = 5625 - 1600 = 4025
    18 x 46 = (32 -14)(32 + 14) = 32^2 - 14^2 = 1024 - 196 = 828 - tbh that one was a bit harder to work out in my head
    It works well for finding the squares of numbers too by flipping the formula: a^2 = (a - b)(a + b) + b^2.
    e.g 45^2 = (45 - 5)(45 + 5) + 5^2 = 40 x 50 +25 = 2025
    97^2 = 100 x 94 + 9 = 9409

  • @reinamaeda2224
    @reinamaeda2224 2 года назад +1

    Sounds interesting, but I'd like more details for 'average' calculation which I am not exactly clear about...

  • @9974487906
    @9974487906 9 лет назад

    Using Basic Algebra, we can prove this:
    Since both the numbers are multiples of 5, they can be expressed as below :
    First Number= (10a+5)
    Second Number = (10b+5)
    Product of the two numbers :
    __________________________________________________
    First Number * Second Number = (10a+5)*(10b+5)
    =100ab+50(a+b)+25
    =100(ab +(a+b/2)) + 25
    __________________________________________________
    which means 100 multiplied by sum of product of the numbers and average of the two numbers.

  • @firstnamelastname-oy7es
    @firstnamelastname-oy7es 9 лет назад +1

    Any limits to this? Does it break when the leading digits go over a certain count, or are a certain set?

    • @SlimThrull
      @SlimThrull 9 лет назад +4

      +Bungis Albondigas No, there is no limit. The proof at the end shows this. Though, as you get more and more digits it will become harder and harder to multiply the leading digits.

    • @firstnamelastname-oy7es
      @firstnamelastname-oy7es 9 лет назад

      SlimThrull Interesting. I wonder if there is a division trick to use like this in a similar way without limits...

  • @denishamittal1720
    @denishamittal1720 5 лет назад +1

    Superb tricks

  • @amritchandan1763
    @amritchandan1763 3 года назад +1

    Calculating average takes lot more time

  • @to2podemosaprender630
    @to2podemosaprender630 2 года назад

    You learn something new every day... That's the beauty of math!!!

  • @Hungtran79237
    @Hungtran79237 6 лет назад +1

    I have my own super cheating thing that also about this 5-5 multiplication,the word form is long but it's easy to do:
    1-Find the product of the smaller leading digit and (the total of the bigger leading digit and 1)
    2-Multiply by 100
    3-Add the (product of 50 and the difference of the leading digits)
    4-Add 25
    Example:75*165
    7*(16+1)=7*17=119
    119*100=11900
    11900+50*(16-7=9)=12350
    12350+25=12375
    75*165=12375
    If you don't believe it,then i move from the simple one:
    15*15(same leading digits)
    1*(1+1)=2
    2*100=200
    200+50*(1-1)=200
    200+25=225
    15*15=225
    Or:
    15*35=525(the bigger leading digit always plus 1 not the smaller one)
    1*(3+1)=4
    4*100=400
    400+50*(3-1)=500
    500+25=525
    15*35=525
    The result is:((SLD)*(BLD+1))*100+50*(BLD-SLD)+25
    SLD=Smaller leading digit
    BLD=Bigger leading digit
    So,if you accidentally add 1 to the smaller leading digit,the result is wrong!:
    Example:35*15
    3*(1+1)=6
    6*100=600
    600+50*(3-1)=700
    700+25=725
    But 35*15 is 525 not 725 so
    That's why you should always add 1 to the bigger leading digit ONLY if the multiplication has the different leading digits from each number!

    • @Hungtran79237
      @Hungtran79237 6 лет назад

      And as always,thanks for reading because it's cool!XD

    • @utsavd3263
      @utsavd3263 3 года назад

      Cool

  • @Shadi677
    @Shadi677 8 лет назад +4

    The proof is amazingly brilliant!!!!

  • @jsoren9130
    @jsoren9130 6 лет назад

    Last step: take the difference between 18 and 15 cents, which is 3 cents, and multiply by 14. This gives you 42 cents which you add to the 44.10 for 44.52.

  • @onlinecsk
    @onlinecsk 6 лет назад +6

    Thank you very much.. :)

  • @umadurgam5644
    @umadurgam5644 7 лет назад +1

    awesome trick

  • @ericveneto1593
    @ericveneto1593 5 лет назад +3

    Easier math if you use $3.20/gal for the gas. And it even improves your estimate.

    • @albinjt
      @albinjt 4 года назад

      Yup !
      But using this method is easier, that's why

  • @Nguyendelacruzsingh
    @Nguyendelacruzsingh 4 года назад +1

    i cant understand the average, how to solve that?

  • @scienceandspaceforkids1358
    @scienceandspaceforkids1358 4 года назад

    Very good trick

  • @cristobalcampos8488
    @cristobalcampos8488 5 лет назад

    Cristobals method of Multiplying Endings of 5
    15×35
    1
    3
    1
    =5 25 (even)
    35×115
    3
    33
    +4
    40 25 (even)

  • @lechaiku
    @lechaiku 10 месяцев назад

    the easier way without multiplying by 100 and avoiding decimals
    15
    x 35
    -------
    1 x 3 || 5 x 5
    3 || 25
    + 2 0 -----> add the average of 10 + 30 (20) and put just before the unit's place
    ---------
    = 525
    65
    x 75
    -------
    6 x 7 || 5 x 5
    42 || 25
    + 6 5 ----> add the average of 60 + 70 (65) and put just before the unit's place
    ----------------
    = 4875

  • @TheKirbs01
    @TheKirbs01 4 года назад +1

    An easier way to visualize this is to realize that if you were to divide a multiple of 5 by 10, it becomes adding a half.
    For example = 42 * 15 = 10 * 42 * 1.5
    In the above example, you are multiplying by 1 and a half. So, mentally you could take 42 + 21 = 63 and multiply by 10, to get 630.
    However, this can be easily expanded by using any multiplication with multiples of 5. As simple as 54 * 5 = 270 (either by multiplying outright, or dividing by 2 and multiplying by 10).
    This video takes the same principle, essentially. 45 * 45 for example is the same as 10 * 45 * 4.5 So, you multiply 45 by 4 (as stated above) to get 180, add half of 45 (22.5) 202.5 and multiply by 10, to get 2025.
    Multiplication with 15 is also to think about when realizing, you can also divide by 2, and multiply by 3, and then by 10. 18 * 15 = 270 (divide 18 by 2, multiply by 3, and then multiply by 10).
    There are lots of cool tricks out there. I just had noticed the commonality with the (adding the average) as essentially being the same as what I've been doing for years with thinking of the 5 as a half of 10, and then adding that on.

  • @InvitingShores
    @InvitingShores 9 лет назад

    Where do you get all your ideas...?

  • @kumarragendra2160
    @kumarragendra2160 6 лет назад +1

    Very very very much helpful

  • @SlimThrull
    @SlimThrull 9 лет назад +5

    Also works in a very similar way if you have two numbers ending with 6... As long as you use base 12. :)

    • @Minecraftster148790
      @Minecraftster148790 9 лет назад

      Just find a way of converting to base 12 from 10 easily.nu can convert from base 12 to 10 easily but u can't do it backwards easily

    • @vicvid0309
      @vicvid0309 6 лет назад

      SlimThrull see my videos ..... I will be happy if I can help anyone

    • @markiyanhapyak349
      @markiyanhapyak349 5 лет назад

      SlimThrull, how? Show us.

  • @bijanchaudhuri2346
    @bijanchaudhuri2346 3 года назад +1

    Very useful and explained nicely algebrically. Thanks.

  • @muslimindagallega4381
    @muslimindagallega4381 5 лет назад

    We're did u get the average??

  • @suryanshshuklaraftaar1279
    @suryanshshuklaraftaar1279 6 лет назад +1

    How Find theAverage ?

  • @mithilesh8461
    @mithilesh8461 4 года назад +3

    this was amazingly awesome trick sir
    Thank you so much sir

  • @ramyamurali751
    @ramyamurali751 4 года назад

    You even gave an explanation to the sort trick. I like that part most

  • @lowkeyp1336
    @lowkeyp1336 6 лет назад

    How did you come with the average numbers?

  • @sushmajadhav4214
    @sushmajadhav4214 6 лет назад +1

    nice trick's

  • @laurenelaurene4320
    @laurenelaurene4320 6 лет назад

    It's nice... but how can you get the average very fast?

  • @mithunkumar.s2965
    @mithunkumar.s2965 5 лет назад +6

    Actually i found it myself and came to check if it's already known
    And as always someone has already done it 😂

    • @mithunkumar.s2965
      @mithunkumar.s2965 5 лет назад

      I thought that's same as my method but now after watching video it's a bit different
      I ll tell u my method

    • @mithunkumar.s2965
      @mithunkumar.s2965 5 лет назад

      Add non last digits (numbers ending with 5 only, lets call the numbers x and y frm here) and then if it odd the result ends with 75 else ends with 25.
      And now for the remaining
      Add take average of the x and y as in the video and ignore the decimal
      And add it to the multiplication result of x and y

    • @mithunkumar.s2965
      @mithunkumar.s2965 5 лет назад

      It's the exact same thing but my method just reduces the hassle of decimal and all just try a few times u ll feel better this way

  • @justraja100
    @justraja100 8 лет назад

    excellent algebraic explanation. This method works for others numbers too..great one.

    • @rockyrocks6494
      @rockyrocks6494 8 лет назад

      this is just a small trick of vedic math just read whole vedic math you wont even need calculator for bigger problems

  • @prateetraj
    @prateetraj 6 лет назад

    Let's taks your example
    65x75
    When their difference is 10 then
    Write 75 in the left
    After that
    Multiply lower tens digit with higher tens digit plus 1 u will gwt the answer
    __75
    6x8= 48

  • @progamer-by1hw
    @progamer-by1hw 5 лет назад +1

    Why we take 500

  • @polyglotjourney
    @polyglotjourney 6 лет назад

    I understood 14×3.15=44.10
    5:06 how do we get 14×3.18=44.52

    • @lukadraskovic5162
      @lukadraskovic5162 5 лет назад

      Just add 14x0.3, that iš equal to 0.42 and 44.1+0.42=44.52 :)

  • @rishirajjaingupta
    @rishirajjaingupta 3 года назад

    Didn't work with 625x5 ?

  • @nalingajbhiye9402
    @nalingajbhiye9402 7 лет назад +1

    hats off

  • @pirashanthybalakumar7343
    @pirashanthybalakumar7343 8 лет назад +4

    how do you find the average

    • @UQMD
      @UQMD 8 лет назад +2

      Thayananthan A if you cant find averages I suggest skipping this video...

    • @game1t
      @game1t 7 лет назад +2

      add the two numbers and divide by 2

    • @shlatekkin
      @shlatekkin 7 лет назад +1

      what do you mean? ;)

    • @MineRoyale.
      @MineRoyale. 6 лет назад

      The average is WAY above YOU, buddy.

  • @kumarragendra2160
    @kumarragendra2160 6 лет назад +1

    I m very impressed by this video

  • @Morgyborgyblob
    @Morgyborgyblob 6 лет назад

    its not really the "leading digit" , but "all digits apart from the 5". One and the same for two digit numbers yes, but not beyond that.

  • @pramodvora2067
    @pramodvora2067 3 года назад

    You are just great! Born great can make others achieve greatness..........! Thanks a lot.

  • @Double-Negative
    @Double-Negative 9 лет назад

    so how much can you alter 15555 * 15155?

    • @ibbe153
      @ibbe153 9 лет назад +1

      15555*15155=
      product : 1555*1515 = 2,355,825
      average : (1555+1515)/2 = 3070/2 = 1,535
      you add both product and average and you get : 2,357,360
      you multiply by 100 to get : 235,736,000
      and then you add 25 to get : 235,736,025

    • @Double-Negative
      @Double-Negative 9 лет назад

      +IamA Troller you have to use the trick for the 1555*1515

    • @ibbe153
      @ibbe153 9 лет назад

      you can use the trick or a calculator xDD

  • @zuhasanaaa
    @zuhasanaaa 6 лет назад +1

    woah! mind blown

  • @baisakhipattnaik9167
    @baisakhipattnaik9167 7 лет назад +1

    Cool 😃😃

  • @VinodKumar-gf9yx
    @VinodKumar-gf9yx 7 лет назад +1

    it is so nice.

  • @airdropzedikitgaming6920
    @airdropzedikitgaming6920 9 лет назад

    this will help me with homework ALOT

  • @srinivasans51
    @srinivasans51 7 лет назад

    very useful

  • @Nguyendelacruzsingh
    @Nguyendelacruzsingh 4 года назад

    example 42 why the average is 6.5?

    • @a-z5439
      @a-z5439 4 года назад

      (6+7)/2 = 6.5

  • @Nani-br9fk
    @Nani-br9fk 6 лет назад

    How do i calculate the average any body please tell me

    • @priyankabhowmik8707
      @priyankabhowmik8707 5 лет назад

      Average= (sum of all digits)÷ no.of terms
      Example- average of 2,3,4,5 ?
      = (2+3+4+5)÷4

  • @rajeshchoudhary471
    @rajeshchoudhary471 4 года назад +1

    Learn Vedic mathematics

  • @apyogapaartiban
    @apyogapaartiban 6 лет назад

    Awesome, you prove with proof.

  • @valley2425
    @valley2425 6 лет назад

    I have shortest way for this.... Worlds shortest

  • @malkammakudi6625
    @malkammakudi6625 7 лет назад +1

    Super sir

  • @ruelprakash7696
    @ruelprakash7696 8 лет назад +1

    good 1.

  • @degreelesscalibre1330
    @degreelesscalibre1330 5 лет назад +3

    This technique of shortcut calculation is derived from ancient vedic mathematics
    Dont u dare to use ur name as copyright of this technique

  • @MythicalMaestro69
    @MythicalMaestro69 5 лет назад

    Why we dont use our calculator??

  • @nykw55
    @nykw55 8 лет назад

    How to find out the AVERAGE?

  • @ayanali119
    @ayanali119 5 лет назад

    Where it come 100 & 25?

    • @chipan9191
      @chipan9191 4 года назад

      Ayan Ali 10 x 10 = 100. 5 x 5 = 25.

  • @manikkumarjena3871
    @manikkumarjena3871 7 лет назад +1

    wow

  • @sammia1271
    @sammia1271 7 лет назад +1

    That's fucking longer than what I learned at school

  • @teukkaboy
    @teukkaboy 7 лет назад +1

    I could also use a calculator

  • @nirmalkumar1297
    @nirmalkumar1297 6 лет назад +1

    O know.....w.gooood

  • @Lubicuss
    @Lubicuss 11 месяцев назад

    your "proof" makes no sense, you don't even explain why you did 50(x+y) you just did it thats confusing and then the last step of factoring out 100, where did the 50 go?! like explain don't just say nonsense without explanation

  • @anshi_shish
    @anshi_shish 4 года назад

    Is these type of tricks for number ends with 6?
    If yess then tell me plz.

  • @gauravbhatt4484
    @gauravbhatt4484 8 лет назад +2

    easy way to multiply😂😂😂

  • @markiyanhapyak349
    @markiyanhapyak349 5 лет назад

    This is awesome; This Is Awesome!

  • @jacquelinedemelide
    @jacquelinedemelide 4 года назад +1

    I didn't understand how to get the average! 😱

    • @a-z5439
      @a-z5439 4 года назад

      Add 2 numbers together then divide its by 2. For example 1 x 3 = ???. To find the average of 1*3=(1+3)/2 = 2. Therefore, the average number is 2.

    • @jacquelinedemelide
      @jacquelinedemelide 4 года назад

      🎄Thanks a lot! Merry Christmas! 🎄

    • @nikitamarocho1320
      @nikitamarocho1320 4 года назад

      @@a-z5439 actually you add all the numbers and divide by the number of digits you added for ex: 5+4+3= 12 divided by 3=4 so 4 is the average of 5,4,3 ☺️

  • @surajkumar-yh8vk
    @surajkumar-yh8vk 8 лет назад

    thanku

  • @TALIBALI-qi1rm
    @TALIBALI-qi1rm 6 лет назад

    Open a telegram channel

  • @vishnus5977
    @vishnus5977 5 лет назад

    Thank you

  • @adityakaushik941
    @adityakaushik941 7 лет назад

    Vedic Maths has easy way than this.

  • @dannycollins5698
    @dannycollins5698 2 года назад

    awesome!

  • @lythd
    @lythd 8 лет назад +1

    This only works for 55 multiplication problems

    • @MrHatoi
      @MrHatoi 8 лет назад +6

      False. It works for all problems in which both numbers end with 5, an infinite amount of problems.

  • @ericveneto1593
    @ericveneto1593 5 лет назад

    You can make it 2 steps:
    Add the product to the average,
    Put 25 on the end

  • @creativeman871
    @creativeman871 7 лет назад +1

    learn vedic math better you know about India and your attitude is going slightly average

    • @vicvid0309
      @vicvid0309 6 лет назад

      Aman Kaushik see my videos ..... I will be happy if I can help anyone

    • @awawpogi3036
      @awawpogi3036 6 лет назад

      Apurva Kaushik this, this is why i hate indians because they are saying that vedic maths is better and attacking people.

  • @msavri
    @msavri 8 лет назад

    But how do you work out what 4x3.18=??.??

  • @hardeepsingh4721
    @hardeepsingh4721 5 лет назад

    55*75

  • @alpashah708
    @alpashah708 5 лет назад

    how do u find average?

  • @TomKaren94
    @TomKaren94 3 года назад

    Where you say "multiply by 100" I have taught "Put it in the 100s place."

  • @lakhnaprvina1199
    @lakhnaprvina1199 7 лет назад

    28

  • @AthenaAnn1020
    @AthenaAnn1020 9 лет назад

    thank you :)

  • @faithlopez4017
    @faithlopez4017 7 лет назад

    how to get the average!!??

    • @vmounika6766
      @vmounika6766 7 лет назад

      add both the numbers and divide by 2...u will get it

  • @lakhnaprvina1199
    @lakhnaprvina1199 7 лет назад +2

    114

  • @mohitsoni-pc3pd
    @mohitsoni-pc3pd 5 лет назад

    It is wrong do it for 15 and 25

  • @lakhnaprvina1199
    @lakhnaprvina1199 7 лет назад +1

    175

  • @krishanuchatterjee1765
    @krishanuchatterjee1765 5 лет назад +1

    Its vedic mathematics. Stop stealing. 😬😬😬

  • @serhad9589
    @serhad9589 5 лет назад

    or u can use a calculator

  • @lakhnaprvina1199
    @lakhnaprvina1199 7 лет назад

    lalit

  • @AkashSahu-ch7fh
    @AkashSahu-ch7fh 6 лет назад +2

    The method is so much more harder 20sec waste

  • @rameshjangala9678
    @rameshjangala9678 6 лет назад

    Super tp

  • @ranjeetashrivastava6479
    @ranjeetashrivastava6479 3 года назад +1

    Sir, please show your face....... The world is not seeing a genius

  • @sarveshkumar-dx5lb
    @sarveshkumar-dx5lb 6 лет назад

    Osm

  • @funnygullyboysvhmv3087
    @funnygullyboysvhmv3087 3 года назад +1

    Op video

  • @djchill1765
    @djchill1765 4 года назад

    Easy maybe if you know how to get the average, how do you get average 6.5 from 42? This part is not explained

    • @shubhangichaturvedi8142
      @shubhangichaturvedi8142 4 года назад

      6+7/2= 13/2= 6.5

    • @djchill1765
      @djchill1765 4 года назад

      Shubhangi Chaturvedi thanks for trying to explain but I am now more confused, how would I even come to think of this calculator from the number 42?

    • @shubhangichaturvedi8142
      @shubhangichaturvedi8142 4 года назад

      @@djchill1765 practice makes a man perfect ... Now after watching dis video I m multiplying these numbers without pen n paper

    • @shubhangichaturvedi8142
      @shubhangichaturvedi8142 4 года назад

      @@djchill1765 65*75 .... 6*7 /5*5
      42 + avg of 6n 7 = 48.5 *100 +25= 4875

    • @djchill1765
      @djchill1765 4 года назад

      Shubhangi Chaturvedi I’m even more confused to be honest but thanks for trying, my main point is the title starts by saying easy method and I find nothing easy about any of the methods above