Which is larger?
A B = 2 + 4 + ⋯ + 9 8 + 1 0 0 = 1 + 3 + ⋯ + 9 7 + 9 9 + 1 0 1
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Great solution!
Log in to reply
Did it the same way. No need for calculating everything. And since the smallest term of the even roots is 0,that sum has even a term less!
Even I can understand that 🤓
That's how I did it as well.
Suppressing the sqrt(101) for a moment, compare the resulting definite integrals of the two series' The difference is relatively small, so that when the sqrt(101) is added back on, B is clearly larger. Ed Gray
Log in to reply
Does this work if we have more terms though? Say 100000000.
I think this will not work in every case ?
Why complicate? Simple and easy.
Log in to reply
Yes, this is a simple and elegant solution.
Is there a reason why you can not calculate the middle ones (...)?
Log in to reply
We can list out the middle ones, but the author chose to omit them, as they have the same characteristic, ie 9 5 > 9 4 .
b is correct and mine was correct
ans is b and mine was correct bravo
grat solution . This is the best solution i had ever read .
This needs to be under the "Basic" category, not the "Intermediate" category, because it can be decided just by comparison of size of, and number of, terms.
Relevant wiki: Square Roots
A = k = 0 ∑ 5 0 2 k = 2 k = 0 ∑ 5 0 k
B = k = 0 ∑ 5 0 2 k + 1 = 2 k = 0 ∑ 5 0 k + 1 / 2
Clearly , B > A .
2k+1 > 2k for k=0...50, I think there is no need of extracting sqrt(2) as a common factor...
Very elegant solution.
Relevant wiki: Square Roots
B − 1 − A
= 1 0 1 − 1 0 0 + 9 9 − 9 8 + . . . + 3 − 2
= 1 0 1 + 1 0 0 1 + 9 9 + 9 8 1 + 9 7 + 9 6 1 + . . . + 3 + 2 1
> − 1
∴ B − A > 0 ⟹ B > A
@Giovanni Cozzolongo n + 1 − n = n + 1 + n ( n + 1 ) 2 − ( n ) 2 = n + 1 + n 1 > 0
Could you explain each step, please?
this is a very simple problem to think.
as,A= 2 + 4 + 6 +...... 1 0 0 ...................[there is 50 numbers]
and B= 1 + 3 + 5 +..... 1 0 1 ..................[there is 50 numbers except first one]
so, except 1 , if we compare every pairs[such as 3 > 2 ....] ,every time B > A
so, the summation of B must be greater than the summation of A.
so, it can be easily said that, B > A
How I solved the question, which I'm not entirely sure is math legal, was after examining
B = 1 + 3 + . . . + 9 7 + 9 9 + 1 0 1
.I assumed if x > y , then x 2 > y 2 , so I treated every value in both A and B as itself squared (not necessarily A^2 or B^2)
A = 2 + 4 + . . . + 9 8 + 1 0 0
B = 1 + 3 + . . . + 9 7 + 9 9 + 1 0 1
.Writing the equation like this not only makes addition significantly easier but when comparing the values of A and B. should remain true. For example:
c = x + y
Since everything is under square root, ignore it. Also, B's last element is larger than A's last element, meaning B has one more sum. We can cut things down to 2 < ( 1 + 3 ) .
B-A is an alternating sum of increasing terms: the kth partial sum is positive at odd k and negative k Since there are 101 terms in the sum B-A>0 thus B>A
Ignore the square roots. This is just a sum of integer sequences disguised as something "scarier". It is easy to see that 1+101=102 and 2+100=102 so the sum of two opposite or corresponding pairs will always be 50. However after counting the terms in each sequence there are 50 terms in A and 51 terms in B. Therefore there must be an extra term in the middle, namely 51, so B is 51 greater than A.
Add 0 to the expression for A, and you can compare B > A term by term.
Create a google sheets spread sheet and use the copy, paste, sum, and sqrt functions the odd sequence is greater than the even sequence by 5.4748 mainly because it has one more item
Problem Loading...
Note Loading...
Set Loading...
Compare each term starting from the end and working forward:
1 0 1 9 9 9 7 3 1 > 1 0 0 > 9 8 > 9 6 ⋯ > 2 > 0
Since every term in B can be matched with every term in A such that the term in B is greater, B > A .