Patterns & Reasoning

Problem

Find patterns in mixed-number sequences and sum

A list of mixed numbers follows a rule: 1 2/13, 3 4/13, 5 6/13, ..., up to 11 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

The whole parts go 1, 3, 5, 7, 9, 11 (odd numbers) and the numerators go 2, 4, 6, 8, 10, 12 (the next even number), all over 13. So the full list is 1 2/13, 3 4/13, 5 6/13, 7 8/13, 9 10/13, 11 12/13 — six terms.

1 2/13, 3 4/13, 5 6/13, 7 8/13, 9 10/13, 11 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 = 42/13. Since 42/13 = 3 with remainder 3, this is 3 3/13.

(2+4+6+8+10+12)/13=42/13=3 3/13
4STEP 4

Combine the two parts

Add the whole-part total to the fraction-part total: 36 + 3 3/13 = 39 3/13.

36+3 3/13=39 3/13
Answer
39 3/13
36 + 3 3/13 = 39 3/13
Six terms averaging about 6.5 each give roughly 6 × 6.5 ≈ 39, which matches 39 3/13. The fraction parts stay consistent in thirteenths, and the leftover 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