#Help with a olympiad question.
46 messages · Page 1 of 1 (latest)
do you know AP
arithmetic progression
sum of AP has a formula
$$\frac{n}{2}(a+l)$$
AKG
n -> no. of terms
a -> first term
l -> last term
we'll calculate this first with the above formula
,w 2022/2 * (1+2022)
,calc sqrt(2*2045253 + 2023)
Result:
2023
hence perfect square
Oh. So this formula works for all of the exercises that are needed to find the sum of a large number of numbers in the parenthesis?
Like (1+3+5+7+9+...+366)?
not for this one
there's another
$$\frac{n}{2}(2a+(n-1)d)$$
AKG
n -> of terms
a -> first term
d -> common difference between 2 terms
Is there another formula for a common difference between 3 terms or 4?
Or do I just substitute d with the common difference in each case
$$T_n = a + (n-1)d$$
AKG
Oh okay
What do you mean by "nth term"?
for exmaple we have an AP: 2, 6, 10, 14, ....
if we talk about T3 it means 3rd term which is 10 here
Oh, okay
But how am I supposed to know that that number is a square root?
every real number has a square root, we were talking about perfect square
let's have a look at perfect square's definition
Oh, yeah, that's what I wanted to say, my bad.
,w perfect square
for example: 25 is a perfect square because it's square root is a whole number ie 5
but 2 is not a perfect square it's square root is 1.4142135624... which is not a whole number
I get it, but this number is too large for me to know. 25 and other numbers like 36, 49, 64,81, 100,121 are learned
we use prime factorization method to calculate square roots
example:
324's square root will be multiplication of the common pairs which is 2 and 3s above
2*3*3 => 18
now there's a chance that we won't get common pair for example 8:
we got a pair but (purple line) but still one number is left alone (green circle), so 8 is not a perfect square