Fast math trick for adding a series of numbers

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

I really love your voice. It is a big part of the reason I went back to watch more of these.

zeroqp
Автор

General formula: (x + y) * ((y - x) / z + 1) / 2
(where x is the start number, y is the end number and z is the step number)

Example: x = 1
               y = 7
               z = 2

(x + y) * ((y - x) / z + 1) / 2 = 16 because 1+3+5+7 = 16

anarcho.pacifist
Автор

Well, those were definitely some clever shortcuts. Thanks!

rickhanson
Автор

what do you do for series that aren't continuous? how to calculate those?

kshitijabhandary
Автор

thankyou im in year 7 and i suck at maths and you help!🍉

ruby-beoq
Автор

🤯 I’ve been trying to figure this out for way too long I knew it was simple but i just couldn’t figure this out on my own. Thanks!

boyblue
Автор

what about noncontinuous no.s 20+23+25+26+27+30 its giving 150 while actual ans is 151. i guess there might be some difference b/w digits issue.

shivamthaman
Автор

this is only for continuous series right?

BLR_travel
Автор

if i had u for my teacher at school i;d have been ALLRITE !!

sugarsaint
Автор

Now I need to figure out how to do this in code

kobadaa.
Автор

Those mentioning n(n+1)/2 I think you'll find this will only work if you're sequence starts from 1. If you're adding a sequence of say 15-30 that formula/rule is incorrect..;)

jasonmurtagh
Автор

How to answer if the numbers is not continuesly?

rhyneshiane
Автор

how do you calculate triangular numbers? please help...

ruiyingwu
Автор

There is an more easier way to this...use N(N+1)/2 forumla..where n=number of digits! 

Videoorchard
Автор

It would've been easier if you added 1+9 gives u 10 2+8 gives you 10 7+3 gives you 10 and 6+4 gives you 10 . 10 times 4 is 40 plus the 15 left over gives 55

AKPhantom_
Автор

Is there a trick for an odd number of numbers?

andrewclark
Автор

its called complements method in math.

minespace
Автор

I guess this trick will only work if the frequency are the same between each numbers

devyandeb
Автор

I know how to add up a group of all continous odd numbers AND a group of all continous even numbers AND continous numbers like:

(For example)
= 22878
= 99904.

And so on.

elsonngai
Автор

Careful when there’s an odd number of numbers

farazkhawaja