diff --git a/exercises/integer_sums.html b/exercises/integer_sums.html index 97bb23a90..90d4f444b 100644 --- a/exercises/integer_sums.html +++ b/exercises/integer_sums.html @@ -46,10 +46,10 @@
-

Let x be the first number in the sequence.

+

Call the first number in the sequence x.

The next SEQ_TYPE in the sequence is x + DIFFERENCE

-

The sum of consecutive SEQ_TYPEs is:

+

The sum of the SEQ_LENGTH consecutive SEQ_TYPEs is:

SEQUENCE = SUM

SEQ_LENGTHx + C= SUM

@@ -63,8 +63,8 @@ Since x is the first number, x + (TARGET_NUMBER - 1) * DIFFERENCE is the ordinal(TARGET_NUMBER) SEQ_TYPE.

-

Thus, the ordinal(TARGET_NUMBER) number in the sequence is ANSWER.

+
Thus, the ordinal(TARGET_NUMBER) number in the sequence is ANSWER.