Earlier quoted context omitted.
Yup, it's a typing problem. Do it with different things in the two sets and it becomes clearer: 1/3 apples + 1/3 oranges = 2/6 fruits . This is another instance of situations where teaching compsci or at least programming could help teaching maths rather than the other way around as it is traditionally thought.
It's not really a typing problem, it's a problem of references. You can't add 1/3 apples and 1/3 oranges. However, you can add 1/3 * x people with 1/3 * y people and get 2/6 * z people, if x people +y people =z people.
Can 1/3 and 1/3 = 2/6? It seemed so
121–130 of 308 posts
Re: Can 1/3 and 1/3 = 2/6? It seemed so
#122The units are missing, and I think that's a key factor here. Both of the equations up on the board at the end are correct because they are counting different things. This is a huge miss if you use a numeric only approach to fractions. The student came up and wrote 1/3 + 1/3 = 2/6. What they meant by that is 1/3 (of the students at a table) + 1/3 (of the students at a different table) = 2/6 (of the students at those t…
You're right, but the tricky part is, how do you explain that to children who are just being introduced to the concept of adding fractions, without leading them off track? That's hard! > The confusion comes because no one calls out that they're talking about fractions of different things. But she did: "When thinking about fractions, it’s important to keep your attention on what the whole is. [...] you’re thinking abo…
Yea, the typing (or w/e) is the problem here. I like another posters examples of apples + oranges = fruits.
Otherwise you could further blow their minds. Where 1/3 + 1/3 == 2/6 and 2/6 is equal to 1/3 so 1/3 + 1/3 == 1/3. Hah. Understanding the incompatibility, or at least difference between the first, second and resulting fractions seems essential to understand.
Re: Can 1/3 and 1/3 = 2/6? It seemed so
#123The units are missing, and I think that's a key factor here. Both of the equations up on the board at the end are correct because they are counting different things. This is a huge miss if you use a numeric only approach to fractions. The student came up and wrote 1/3 + 1/3 = 2/6. What they meant by that is 1/3 (of the students at a table) + 1/3 (of the students at a different table) = 2/6 (of the students at those t…
You're right, but the tricky part is, how do you explain that to children who are just being introduced to the concept of adding fractions, without leading them off track? That's hard! > The confusion comes because no one calls out that they're talking about fractions of different things. But she did: "When thinking about fractions, it’s important to keep your attention on what the whole is. [...] you’re thinking abo…
"No, you can't do that, because those kids are at a different table. If you want to add Jack and Brad you have to go back and see their fraction _of both tables_. They are each 1/6 so together they are 1/6 + 1/6 = 2/6"
Then you could talk about if the ratios are same at both tables 1/3. Adding both tables together keeps the ratio. 1/3 + 1/3 = 1/3.
Re: Can 1/3 and 1/3 = 2/6? It seemed so
#124I can't imagine doing this to a class of fourth graders but I don't think her thinking is wrong. I think the correct way to views maths notation is that it's a language and we should treat people using it "incorrectly" as a grammar mistake and try to understand the idea they're trying to express. The fourth grader is saying "1/3 + 1/3 = 2/6" but the idea she's trying to get across is that "avg(1/3,1/3) = 1/3 but the…
>The fourth grader is saying "1/3 + 1/3 = 2/6" but the idea she's trying to get across is that "avg(1/3,1/3) = 1/3 but the size of the whole has doubled." I disagree. The fourth-grader is perfectly correct within the context of the analogy that the teacher used. The problem is the analogy is wrong which is a general problem of relying on metaphors and analogies to explain rigorous technical concepts. Fractions are no…
Also, looking at maths from this pure beautiful abstract lens is something that some people (hiii!) enjoy but it's also the common language for modeling problems in the real world. And sure, we do sometimes intentionally confuse the fact that modeling systems with maths is supposed to be descriptive but we have no choice because otherwise we're betraying the fact that the attempt to describe these systems is where the notation came from in the first place.
All this is to say that teaching math is hard and that the abstract "rules" view doesn't do it justice. It's practical for sure but it's also the reason you have lots of students who are good at pushing symbols around but not much else.
Re: Can 1/3 and 1/3 = 2/6? It seemed so
#125Re: Can 1/3 and 1/3 = 2/6? It seemed so
#126I guess you'd have to come up with a way to explain that adding numbers (which is what you're doing with 1/3 + 1/3) is not the same as combining/averaging fractions, i.e. when you're totaling subgroups into a larger group. It's almost like we need a different "combining" operator for the latter that means to add both the numerator and denominator, because + isn't right for this. Now that I think about it, I'm surpris…
Re: Can 1/3 and 1/3 = 2/6? It seemed so
#127The units are missing, and I think that's a key factor here. Both of the equations up on the board at the end are correct because they are counting different things. This is a huge miss if you use a numeric only approach to fractions. The student came up and wrote 1/3 + 1/3 = 2/6. What they meant by that is 1/3 (of the students at a table) + 1/3 (of the students at a different table) = 2/6 (of the students at those t…
You're right, but the tricky part is, how do you explain that to children who are just being introduced to the concept of adding fractions, without leading them off track? That's hard! > The confusion comes because no one calls out that they're talking about fractions of different things. But she did: "When thinking about fractions, it’s important to keep your attention on what the whole is. [...] you’re thinking abo…
Glossing over critical mental models while explaining new concepts is what creates the confusion. Absolutely using drawings would have made things easier. That's a good way to establish those correct mental models.
"No you can't do that" is probably not the right approach.
The kid's instinct was spot on. The calculation they did was correct, just out of context. Rather than telling them they did it wrong and disrupt their correct mental model, I think it makes way more sense to talk about how what they did is different.
Re: Can 1/3 and 1/3 = 2/6? It seemed so
#128Earlier quoted context omitted.
Yup, it's a typing problem. Do it with different things in the two sets and it becomes clearer: 1/3 apples + 1/3 oranges = 2/6 fruits . This is another instance of situations where teaching compsci or at least programming could help teaching maths rather than the other way around as it is traditionally thought.
It's not really a typing problem, it's a problem of references. You can't add 1/3 apples and 1/3 oranges. However, you can add 1/3 * x people with 1/3 * y people and get 2/6 * z people, if x people +y people =z people.
abstract class Fruit:
prop name: string
prop rotten: bool
class Apple (Fruit):
prop name: string = "apple"
prop rotten: bool = False
class Orange (Fruit):
prop name: string = "orange"
prop rotten: bool = False
func add (a: List, b: List) -> List:
return foldl(lambda l, f: l.append(f), a, b)
func filter (p: Func, l: List) -> List:
return [f for f in l if p(f)]
func is_rotten (f: Fruit) -> bool:
return f.rotten
a1 = Apple()
a2 = Apple()
a3 = Apple()
a3.rotten = True
apples = [a1, a2, a3]
o1 = Orange()
o2 = Orange()
o3 = Orange()
o3.rotten = True
oranges = [o1, o2, o3]
fruits = add(apples, oranges)
print(len(filter(is_rotten, apples)), "/", len(apples))
> "1/3"
print(len(filter(is_rotten, oranges)), "/", len(oranges))
> "1/3"
print(len(filter(is_rotten, fruits)), "/", len(fruits))
> "2/6"Re: Can 1/3 and 1/3 = 2/6? It seemed so
#129Earlier quoted context omitted.
You're right, but the tricky part is, how do you explain that to children who are just being introduced to the concept of adding fractions, without leading them off track? That's hard! > The confusion comes because no one calls out that they're talking about fractions of different things. But she did: "When thinking about fractions, it’s important to keep your attention on what the whole is. [...] you’re thinking abo…
The right response could then be expanded... "No, you can't do that, because those kids are at a different table. If you want to add Jack and Brad you have to go back and see their fraction _of both tables_. They are each 1/6 so together they are 1/6 + 1/6 = 2/6" Then you could talk about if the ratios are same at both tables 1/3. Adding both tables together keeps the ratio. 1/3 + 1/3 = 1/3.
This is closer to what the teacher actually did—but then she became focused on explaining why the original supposition was wrong, as opposed to moving on to clearer examples.
Re: Can 1/3 and 1/3 = 2/6? It seemed so
#130I can't imagine doing this to a class of fourth graders but I don't think her thinking is wrong. I think the correct way to views maths notation is that it's a language and we should treat people using it "incorrectly" as a grammar mistake and try to understand the idea they're trying to express. The fourth grader is saying "1/3 + 1/3 = 2/6" but the idea she's trying to get across is that "avg(1/3,1/3) = 1/3 but the…
>The fourth grader is saying "1/3 + 1/3 = 2/6" but the idea she's trying to get across is that "avg(1/3,1/3) = 1/3 but the size of the whole has doubled." I disagree. The fourth-grader is perfectly correct within the context of the analogy that the teacher used. The problem is the analogy is wrong which is a general problem of relying on metaphors and analogies to explain rigorous technical concepts. Fractions are no…
That is absolutely incorrect. There is an intuitive reason why 1/3 + 1/3 != 2/6. That reason is that 1/3 + 1/3 = 2/3, and 2/3 != 2/6.
The important thing here is to help students build the intuition that mathematical notation shouldn't be treated mechanically, you should think about what the notation represents. The temptation to say 1/3 + 1/3 = 2/6 only comes when you're blindly applying operators to notation.
Now, the example from the classroom is more subtle, because it deals with an improper translation of the English into mathematical notation. If I say 'one third of the students at table 1 are girls', that should be translated to 1/3 * 3, not 1/3. Applying this rule gives 1/3 * 3 + 1/3 * 3 = 2/6 * 6,which is perfectly correct. Similarly, 1/3 * 3 + 1/3 * 3 = 2/3 * 3 is obviously correct.