Live data from Hacker News

Why 5 x 3 = 5 and 5 and 5 Was Marked Wrong

medium.com

81–90 of 153 posts

Re: Why 5 x 3 = 5 and 5 and 5 Was Marked Wrong

#81
This whole thing is hilariously polarizing. People seem to project so much stuff on to what's actually shown on the paper that the arguments don't even make sense a lot of the time - either way. Some things I can get only looking at the paper:

The student got a grade of 4/6. There is no evidence from what can be seen on the photo if there are more than two questions or not - however it appears that after #2 there are instructions about showing work, etc. So it's entirely within reason to think that there were only two questions, yet many many people seem to accuse the teacher of being awful for not assigning partial credit. The evidence present on the page is not enough to conclude either way - there are solid arguments and inferences in each direction, yet everyone seems to argue from a "the answer was all right" or "the answer was all wrong" perspective.

Similarly - everyone is focusing just on the "learning to multiply whole numbers" aspect of this. But I presume this assignment was given in the course of a broader teaching curriculum. Perhaps the goal is to get the kids to arrange things in a certain way, because it provides a bit of foundational knowledge for next steps. Some next steps where pushing the "3+3+3+3+3" version of this is a "better" representation:

* algebraic concepts: 2x becomes x+x, etc. I don't know a way to write 2x in terms of 2+...

* fractions: (this is basically the same as above) 4 * 1/2 is 1/2 + 1/2 + 1/2 + 1/2, but again I don't know how to write it in terms of 4+ without requiring a bigger transform of first doing the multiplication then switching the sign.

* Matricies - here is a case of multiplication that isn't commutative

Point being - when teaching sometimes things are left out at first, for the sake of a simple consistent framework to built more concepts upon. Later - those concepts can help to understand additional properties or adjustments to the original facts. It's not required to teach the rules of commutative and associative and so on immediately.

Another funny thing about this is everyone just assumes that the paper as shown represents the totality of output from the teacher. It's entirely possible that after the quiz or assignment, the teacher gave a lesson on why this (perhaps common) 'mistake' is wrong.

I guess I'm rambling off my original point - but I don't really understand how this entire thing is causing so much vitriol and hate and unfounded speculation - other than a bunch of people projecting their own frustrations with some shitty teachers they had in the past.

Re: Why 5 x 3 = 5 and 5 and 5 Was Marked Wrong

#82
post #70

Earlier quoted context omitted.

"The steps are the steps". Great advice if the purpose of school is to train people for rote factory work (we have robots for that). Not such a great way to prepare future leaders or creative problem solvers.

When are practising skills in school, sometimes we practice creativity and sometimes we practice techniques. Both are useful, and it's clear which is which. Secondly, a student that knows the difference between different techniques and can call them up at will (such as the difference between 5 sets of 3 and 3 sets of 5) is better off than a student that only knows how to produce a particular answer for a particular q…

A student that sees a multiplication sign and reads it as "sets of" is not better off than one who reads it as multiplication.

Re: Why 5 x 3 = 5 and 5 and 5 Was Marked Wrong

#83

What a Kafkaesque non-explanation. It is exactly as correct to say that the second factor is the number of copies. People who don't understand a subject should not teach it. If they understand education but not math, then let them teach education.

The person who marked that answer wrong doesn't understand either.

Re: Why 5 x 3 = 5 and 5 and 5 Was Marked Wrong

#84

Earlier quoted context omitted.

When I learned English (second language) I remember thinking "wow, wonderful, the language of multiplication tells you exactly what to do!" which I read as, in this case 5 × 3 => "[five times] three" 3+3+3+3+3, as the teacher illustrated, but here the student apparently answered "five [three times]". In my first language (Spanish) the multiplication is read as "five by three" which conjures up rectangles or lists, wh…

I feel the opposite way about the English reading "5 times 3". In English, the subject comes first, so I would expect the sentence to mean take 5, use "times" as a verb, and 3 as the adverb. Likewise, if you read it as "5 multiplied by 3", you would expect to take five, three times.

Exactly. And this is why we use math operators rather than English terms for math operations. If you want to specifically mean 5 times a group of 3, define a new operator for it, like 5 ○ 3. Don't 'overload' the x operator with your own arbitrary meaning.

Re: Why 5 x 3 = 5 and 5 and 5 Was Marked Wrong

#85
This post just made my BS-meter explode. How can this make the front page of HN? I don't even know where to start.

It’s more important than ever for students to understand the difference between equal as a result and equivalence in meaning from a young age because it is a fundamental computer science concept (...) Equivalent means not only are they equal, they are also of the same data type. In other words, they mean the same thing.

Except that this point is totally misguided because 5+5+5 and 3+3+3+3+3 are, in fact, the same thing. A member of the set of natural numbers, commonly known as 15, and that you can write as S(S(S(S(S(S(S(S(S(S(S(S(S(S(S(0))))))))))))))) if you have the patience to do so.

In fact, the author uses the == and === operators in JavaScript to illustrate his point, but of course, 5+5+5 === 3+3+3+3+3 resolves to true in Javascript, and in any language under the sun that compares stuff by value.

And then, if you compare by reference, the result of == or similar operators doesn't depend at all on whether you made your integer by adding up three fives or five threes: in Java,

  Integer i1 = new Integer(5+5+5);
  Integer i2 = new Integer(3+3+3+3+3);
  Integer i3 = new Integer(3+3+3+3+3);
  System.out.println(i1==i2 + " and " + i2==i3);
prints false and false, while using equals instead of == would print true and true.

So I don't see how this nonsense would teach kids anything useful about computer science. The only thing it can do is confuse them.

equivalent is defined as, “equal in value, amount, function, or meaning.” In the above problem 5 x 3 is equal to 5 + 5 + 5, but they’re not necessarily equivalent. Equivalence relates to meaning, so it depends on the meaning of multiplication, as the directions indicate.

First of all, the sign in the exam statement is an equal sign, not an equivalence sign. So if 15 is equal to 5x3, what the student wrote is perfectly fine. Also, "solving" a multiplication means finding out its value, which is what he did.

Secondly, you know what also is a fundamental computer science concept? The logical operation "or". The definition of "equivalent" in the blog is reported as “equal in value, amount, function, or meaning.” "Or", not "and". So the definition doesn't say anything about equality in meaning (however you define it) being a necessary condition for equivalence.

Maybe teachers are "experts on child education" but that doesn't exempt them from knowing something about maths if they are supposed to teach them.

Re: Why 5 x 3 = 5 and 5 and 5 Was Marked Wrong

#86

This article defends multiplication marked incorrectly because of a semantic difference between 5x3 and 3x5. I recognise there is semantic difference (although I don't think the Wikipedia reference is correct about its nature). If the marker's motivation is to identify that difference, then this is horribly misguided. In my opinion the marker has just made an error. Note the stated goal of the exercise: "I can use mu…

Teaching necessarily forces a rigor not seen in most actual usage. This is because there is a need to build concepts on top of one another. So while 3x5 and 5x3 are the same in practical usage, it this method helps in later steps like algebra:

5x = x + x + x + x, i can't rearrange that into terms of 5+ without involving even more concepts (like recursion etc)

Re: Why 5 x 3 = 5 and 5 and 5 Was Marked Wrong

#87

Earlier quoted context omitted.

When I learned English (second language) I remember thinking "wow, wonderful, the language of multiplication tells you exactly what to do!" which I read as, in this case 5 × 3 => "[five times] three" 3+3+3+3+3, as the teacher illustrated, but here the student apparently answered "five [three times]". In my first language (Spanish) the multiplication is read as "five by three" which conjures up rectangles or lists, wh…

I feel the opposite way about the English reading "5 times 3". In English, the subject comes first, so I would expect the sentence to mean take 5, use "times" as a verb, and 3 as the adverb. Likewise, if you read it as "5 multiplied by 3", you would expect to take five, three times.

[deleted]

Re: Why 5 x 3 = 5 and 5 and 5 Was Marked Wrong

#88
post #71
post #67

Earlier quoted context omitted.

> The "5x3" problem on the test had "pure" numbers with no annotation of "objects" It's not the "5x3" problem but the "repeated addition strategy" problem. I think that's part of the problem. Similarly, the bananas example isn't about the 5 and the 3 but about a difference between counting " x sets of y " and " y sets of x ".

>a difference between counting "x sets of y" and "y sets of x". You're making the same mistake as the blog writer by overlaying a difference between "x" and "y" that was not on the test. The child did do the repeated addition strategy. It's just that the child's "shape" of the addition didn't exactly match the teacher's. If the point of the problem was the "repeated addition" instead of the final answer "15" , the ch…

The objective and obvious difference between the 5 and the 3 is that the 5 is first and the 3 is second. The point is that because the 5 is first, as everyone can see, it has a specific job in the repeated addition technique. (The bananas and bundles just illustrates an example for why, in another context, being first or second would be important. But on the test, 5 is still first.)

On the other hand, you are invoking a "repeated addition" that the student was never taught. Your repeated addition strategy is "add together times". The taught repeated addition strategy was "add together times".

Re: Why 5 x 3 = 5 and 5 and 5 Was Marked Wrong

#89
This seems like a far-fetched justification. What's more likely?

1. The teacher understands (and is expecting 9 year olds to learn) the pedantic difference between equivalence and equality. Keep in mind, this being elementary school, the teacher likely is a generalist and also teaches reading, science, and social studies.

OR

2. The teacher has a very rigid grading guide that specifies how much credit is given for any given answer/technique, and is simply blowing through 50+ tests at 1AM, applying this standard grading. Ironically, in this scenario, the teacher is just as pointlessly constrained to "following the rules" as the students. He/she may even agree that it's ridiculous to deduct a point.

Re: Why 5 x 3 = 5 and 5 and 5 Was Marked Wrong

#90

This seems like a far-fetched justification. What's more likely? 1. The teacher understands (and is expecting 9 year olds to learn) the pedantic difference between equivalence and equality. Keep in mind, this being elementary school, the teacher likely is a generalist and also teaches reading, science, and social studies. OR 2. The teacher has a very rigid grading guide that specifies how much credit is given for any…

If "He/she may even agree that it's ridiculous to deduct a point", then don't deduct it.
Post reply on HN