{ A = 1 × 2 + 3 × 4 + 5 × 6 + … + 3 7 × 3 8 + 3 9 B = 1 + 2 × 3 + 4 × 5 + … + 3 6 × 3 7 + 3 8 × 3 9
The values of A and B are obtained by writing multiplcation and addition operators in an alternating pattern between successive integers as described above. Find ∣ A − B ∣ .
Notation: ∣ ⋅ ∣ denotes the absolute value function .
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.
This appears much simpler if you write it in summation notation. We have,
A − 3 9 = k = 1 ∑ 1 9 ( 2 k ) ( 2 k − 1 ) and B − 1 = k = 1 ∑ 1 9 ( 2 k ) ( 2 k + 1 )
Subtract the first equation from the second to get,
( B − A ) + 3 8 = k = 1 ∑ 1 9 ( 2 k ) ( 2 k + 1 − 2 k + 1 ) ( B − A ) + 3 8 = 4 k = 1 ∑ 1 9 k = 4 × 2 1 9 × 2 0 = 7 6 0 B − A = 7 6 0 − 3 8 = 7 2 2
Hence, for this problem, we have,
∣ A − B ∣ = B − A = 7 2 2
In this problem, in the second line of calculation, we used the sum of first k positive integers formula which is k = 1 ∑ n k = 2 n ( n + 1 ) .
Log in to reply
Thanks for an alternative!!
Log in to reply
It's not an alternative solution. It's the same solution as yours but presented in a formal way using summation notation.
Exactly same solution
A B ⟹ B − A = 0 + 1 × 2 + 3 × 4 + 5 × 6 + ⋯ × 3 6 + 3 7 × 3 8 + 3 9 = 1 + 2 × 3 + 4 × 5 + 6 × 7 + ⋯ + 3 7 + 3 8 × 3 9 = 1 + 2 × 2 + 2 × 4 + 2 × 6 + ⋯ + 2 × 3 8 − 3 9 = 1 + 4 ( 1 + 2 + 3 + ⋯ + 1 9 ) − 3 9 = 1 + 4 × 2 1 9 × 2 0 − 3 9 = 7 2 2
Problem Loading...
Note Loading...
Set Loading...
Therefore