Patterns & Reasoning

Problem

Find patterns in mixed-number sequences and sum

A list of mixed numbers follows a rule: 1 213\frac{2}{13}, 3 413\frac{4}{13}, 5 613\frac{6}{13}, ..., up to 11 1213\frac{12}{13}. I must figure out the rule, list every term, and add them all up.
FractionsOperations
Your answer
How to solve
Strategy Look for a Pattern — Find the rule (whole parts are odd numbers, numerators are even numbers), list all six terms, then split the sum into a whole-number part and a fraction part — two easy subproblems.
1STEP 1

Find the rule and list the terms

Whole parts are odd (1, 3, 5, 7, 9, 11), numerators are the next even (2, 4, …, 12), all over 13: six terms from 1 213\frac{2}{13} to 11 1213\frac{12}{13}.

1213,3413,5613,7813,91013,1112131 \frac{2}{13}, 3 \frac{4}{13}, 5 \frac{6}{13}, 7 \frac{8}{13}, 9 \frac{10}{13}, 11 \frac{12}{13}
2STEP 2

Add the whole-number parts

Add the whole parts: 1 + 3 + 5 + 7 + 9 + 11 = 36.

1+3+5+7+9+11=36
3STEP 3

Add the fraction parts

Add the fraction parts (same denominator 13): (2+4+6+8+10+12)/13 = 4213\frac{42}{13}. Since 4213\frac{42}{13} = 3 with remainder 3, this is 3 313\frac{3}{13}.

(2+4+6+8+10+12)/13=4213=3313(2+4+6+8+10+12)/13=\frac{42}{13}=3 \frac{3}{13}
4STEP 4

Combine the two parts

Add the whole-part total to the fraction-part total: 36 + 3 313\frac{3}{13} = 39 313\frac{3}{13}.

36+3313=3931336+3 \frac{3}{13}=39 \frac{3}{13}
Answer
39 313\frac{3}{13}
36 + 3 313\frac{3}{13} = 39 313\frac{3}{13}
Six terms averaging about 6.5 each give roughly 6 × 6.5 ≈ 39, which matches 39 313\frac{3}{13}. The fraction parts stay consistent in thirteenths, and the leftover 313\frac{3}{13} is a proper fraction, so the answer is sensible.
Takeaway

This only needs Grade 4 pattern-spotting plus same-denominator fraction adding — split the wholes from the thirteenths!

  • Find the rule and list the terms
  • Add the whole-number parts
  • Add the fraction parts
  • Combine the two parts
Where next?
Another one like thissuggested

▶ Practice — 10 problems