What a defense of nonsense. The marking punishes a student for achieving a correct answer in an appropriate way, regardless of pedagogical justification.
"Use the repeated addition strategy..." Critics of this are missing that the teacher is not asking the student to find the correct result. Instead, the teacher is asking the student to apply a specific algorithm. If the teacher asks to apply Merge Sort to a list, but the student applies Insertion Sort, both strategies will result in the same sorted list. But only one will demonstrate what the teacher asked the studen…
Why 5 x 3 = 5 and 5 and 5 Was Marked Wrong
41–50 of 153 posts
Re: Why 5 x 3 = 5 and 5 and 5 Was Marked Wrong
#422) Javascript's equality operators can confuse even longtime practitioners and bringing them up muddles the point.
I think the author is trying to say that 5 x 3, 3 x 5, and 30 / 2 are equivalent but not equal because they represent different operations, which he is somehow equating to types in computer science? This is nonsense, all three expressions are obviously the same type, and they are referentially transparent mathematical expressions, so they would be equal not just equivalent.
3) Setting students up for matrix multiplication? Really?
Re: Why 5 x 3 = 5 and 5 and 5 Was Marked Wrong
#43Re: Why 5 x 3 = 5 and 5 and 5 Was Marked Wrong
#44Earlier quoted context omitted.
"Use the repeated addition strategy..." Critics of this are missing that the teacher is not asking the student to find the correct result. Instead, the teacher is asking the student to apply a specific algorithm. If the teacher asks to apply Merge Sort to a list, but the student applies Insertion Sort, both strategies will result in the same sorted list. But only one will demonstrate what the teacher asked the studen…
The student wrote 5+5+5, isn't that a repeated addition strategy?
The definition of the algorithm given to the student may involve language like "take the first number and..."
The steps are the steps.
Re: Why 5 x 3 = 5 and 5 and 5 Was Marked Wrong
#45Re: Why 5 x 3 = 5 and 5 and 5 Was Marked Wrong
#46In the number-fields used outside university multiplication is commutative (it even is for complex numbers!). So I can't imagine why this should not be correct. There are algebraic structures where multiplication is not commutative, but I don't think this was the case here.
Re: Why 5 x 3 = 5 and 5 and 5 Was Marked Wrong
#47Or at least that would make more sense than arguing the kid is wrong via Javascript and matrices.
Re: Why 5 x 3 = 5 and 5 and 5 Was Marked Wrong
#48Equal is defined as, “being the same in ...value.” Whereas equivalent is defined as, “equal in value...”
If you can't be precise in what you write yourself...
Re: Why 5 x 3 = 5 and 5 and 5 Was Marked Wrong
#49There are just too many assumptions in this article. It says: Use the repeated addition strategy to solve 5x3. That is clearly what the student did. The argument about bundles and bananas is besides the point. But even then it works because 3x(5 bananas) = (3x5) bananas = 5 x (3 bananas) Of course, if I define my own special multiplication, then 3x5 != 5x3. If I put enough concepts on top of it an operate in obscure…
3 bundle x 5 banana/bundle =
5x3 bundlexbanana/bundle =
5 bundle x 3 banana/bundle =
15 bananaRe: Why 5 x 3 = 5 and 5 and 5 Was Marked Wrong
#50Sure, Wikipedia defines it as 3+3+3+3+3, but the Oxford English dictionary defines it the other way (as 5+5+5). They are both correct.
> I did something today I’ve never done before, I looked up the definition of multiplication. > And as I suspected in the definition of multiplication, the first factor is is the number of copies and the second is the number being repeated. Yeah, something seems off if an educated adult has to look up something (on the site that's always harped on for being untrustworthy in school) in order to convince us that it's b…