From e85f8b904c0b12eba16fdecfdc9bfbbff70bff1a Mon Sep 17 00:00:00 2001 From: Peter Collingridge Date: Wed, 20 Feb 2013 21:38:53 +0000 Subject: [PATCH] Tweak hints --- exercises/integer_sums.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.