n = 1 ∑ 1 0 n ( 1 + n 1 2 + 2 + n 2 2 + 3 + n 3 2 + . . . + 1 0 + n 1 0 2 ) = b a 2
In the equation above, a is an integer and b is a prime. Find a + b .
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.
That's a really elegant solution - very nice!
Mathematica
Sum[n*Sum[k^2/(k + n), {k, 10}], {n, 10}]
3025/2
@Chew-Seong Cheong , sir please please post the solution. i have a bit of doubts in this one.
I solved it numerically. I don't have an algebraic solution yet. You the other problem Sine of Summations , the answer I got by using Wolfram Alpha is 2 π (see link ). You can use Wolfram Alpha to check for solutions. It is free of charge.
Log in to reply
@Chew-Seong Cheong , Numerically means to expand each term and adding? is it?
Log in to reply
Yes, I used an Excel spreadsheet. There are only 100 terms to add.
@Chew-Seong Cheong , oh sorry sir. I have changed that question accordingly. Now you can solve it.
Log in to reply
Do you mean the answer is decimal now? I don't see it.
Log in to reply
@Chew-Seong Cheong – OK. I have amended it for you.
Log in to reply
@Chew-Seong Cheong – @Chew-Seong Cheong , thanks sir for helping.
Done. I have provided a solution.
Log in to reply
@Chew-Seong Cheong , thanks and upvoted.
Log in to reply
Can add me Chew-Seong Cheong on Facebook and we can use Messenger. I remember there is another problem with a wrong solution.
Log in to reply
@Chew-Seong Cheong – @Chew-Seong Cheong , sorry sir i don't use social networking sites like Facebook, twitter.
Problem Loading...
Note Loading...
Set Loading...
S ⟹ 2 S ⟹ S = n = 1 ∑ 1 0 n ( 1 + n 1 2 + 2 + n 2 2 + 3 + n 3 2 + ⋯ + 1 0 + n 1 0 2 ) = n = 1 ∑ 1 0 m = 1 ∑ 1 0 m + n m 2 n Note that n = 1 ∑ 1 0 m = 1 ∑ 1 0 m + n m 2 n = n = 1 ∑ 1 0 m = 1 ∑ 1 0 m + n n 2 m = n = 1 ∑ 1 0 m = 1 ∑ 1 0 m + n m 2 n + n = 1 ∑ 1 0 m = 1 ∑ 1 0 m + n n 2 m = 2 1 n = 1 ∑ 1 0 m = 1 ∑ 1 0 m + n m 2 n + n 2 m = 2 1 n = 1 ∑ 1 0 m = 1 ∑ 1 0 m n = 2 1 n = 1 ∑ 1 0 n m = 1 ∑ 1 0 m = 2 1 × 2 1 0 ( 1 1 ) × 2 1 0 ( 1 1 ) = 2 5 5 2
Therefore, a + b = 5 5 + 2 = 5 7 .