football scores\nstem leaf\n0 0 1 5\n1 3 4 5 6 7\n2 1 4 4 7 8\n3 0 5\nkey: 1|3 = 13 points\nhow many games…

football scores\nstem leaf\n0 0 1 5\n1 3 4 5 6 7\n2 1 4 4 7 8\n3 0 5\nkey: 1|3 = 13 points\nhow many games did the team play?\n15\n14\n24\n12
Answer
Explanation:
Step1: Count leaf - values
Count the number of leaf - values in the stem - and - leaf plot. Each leaf - value represents a game result. The number of leaves in the stem 0 is 3, in stem 1 is 5, in stem 2 is 5, and in stem 3 is 2.
Step2: Sum up the counts
Add the number of leaves in each stem: $3 + 5+5 + 2$. $3+5 = 8$, $8 + 5=13$, $13+2 = 15$.
Answer:
15