• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Sigma math question problem

I've been doing a match placement test review, and the answer it said was 107, so hopefully they are wrong and we are right...
 
Here's my theory for how they got 107 (it's wrong: the answer is 52).

a correct method: the sum of n from n = 1 to 10 is 10*11/2 = 55. But we skipped n = 1 and 2, so it's 55 - 1 - 2 = 52.

But if you forget to divide by 2... then:
(this is wrong!) sum of n from n = 1 to 10 is 10*11 = 110. But we skipped n = 1 and 2, so 110 - 1 - 2 = 107.

I'm guessing they fvcked up the summation formula.
 
Back
Top