MHB ACT Problem: Sum Of Even Integers

AI Thread Summary
The sum of all even integers between 1 and 101 can be efficiently calculated using the formula for an arithmetic series. With the first term as 2 and the last term as 100, the series has 50 terms. The sum can be computed using the formula S = n/2 * (a1 + an), where n is the number of terms, a1 is the first term, and an is the last term. An alternative method involves using S = 2 * Σ(k) for k from 1 to 50, which simplifies the calculation. Both methods provide a quicker solution than the initial formula mentioned.
816318
Messages
14
Reaction score
0
What is the sum of all the even integers between 1 and 101? Is there an easier way besides using the formula: (B-A+1)(B+A)/2?

It just takes too much time.
 
Mathematics news on Phys.org
Re: ACT problem

It's an arithmetic series with first term 2 and fifty terms, so it can easily be calculated as

$$\frac{n}{2}[2a_1+(n-1)d]$$

with $n$ (the number of terms) = $50$, $a_1$ (the first term) = $2$ and $d$ (the common difference) = $2$.

Alternatively, use

$$\frac{n(a_1+a_n)}{2}$$

with $a_n$ being the last term ($100$).
 
Re: ACT problem

Another approach would be:

$$S=2\sum_{k=1}^{50}(k)=50\cdot51$$
 
Thread 'Video on imaginary numbers and some queries'
Hi, I was watching the following video. I found some points confusing. Could you please help me to understand the gaps? Thanks, in advance! Question 1: Around 4:22, the video says the following. So for those mathematicians, negative numbers didn't exist. You could subtract, that is find the difference between two positive quantities, but you couldn't have a negative answer or negative coefficients. Mathematicians were so averse to negative numbers that there was no single quadratic...
Seemingly by some mathematical coincidence, a hexagon of sides 2,2,7,7, 11, and 11 can be inscribed in a circle of radius 7. The other day I saw a math problem on line, which they said came from a Polish Olympiad, where you compute the length x of the 3rd side which is the same as the radius, so that the sides of length 2,x, and 11 are inscribed on the arc of a semi-circle. The law of cosines applied twice gives the answer for x of exactly 7, but the arithmetic is so complex that the...
Thread 'Unit Circle Double Angle Derivations'
Here I made a terrible mistake of assuming this to be an equilateral triangle and set 2sinx=1 => x=pi/6. Although this did derive the double angle formulas it also led into a terrible mess trying to find all the combinations of sides. I must have been tired and just assumed 6x=180 and 2sinx=1. By that time, I was so mindset that I nearly scolded a person for even saying 90-x. I wonder if this is a case of biased observation that seeks to dis credit me like Jesus of Nazareth since in reality...
Back
Top