81
$\begingroup$

An issue I see with students a lot is abuse of the equals sign. For example, one problem asked "what is the degree of the polynomial: $\text{polynomial}$?", and I got answers like "$\text{polynomial}=3$". I tried to explain that no, that polynomial is NOT equal to 3, the DEGREE is equal to 3. They had a difficult time understanding what was wrong.

Another example, same student. The problem was something like "evaluate $5\times 2+5\times 7$". The student keenly asked "since there's a $5$ in both, can we divide by $5$?". The question of course is, "divide WHAT by $5$?". I could have said "we can let $x=\text{blah}$ etc." but that would be too confusing. I just said "since we don't have an equation, we can't divide, but what we can do is factor out a $5$ to get $5\times(2+7)$". They were satisfied with this.

I know it sounds pedantic, but conceptually equality is perhaps the most important concept in algebra to understand. Not to mention this can lead to real mistakes. For example I saw on a question like "expand $x(x+1)(x-1)$" the following answer:

$$x^2+x-x-1$$ $$=x^2-1$$ $$=x(x^2-1)$$ $$=x^3-x$$

They happened to get the right answer, but in doing things like that it's really easy to make mistakes. I tried to explain that lines 2 and 3 were clearly not equal, and again it just seemed so lost on them.

Why is this so difficult for students, and how do I combat it? What are they hung up on?

$\endgroup$
7
  • 7
    $\begingroup$ Related: See my answer at matheducators.stackexchange.com/questions/1040/…, and the comments on that answer, for a further discussion of the "operator" conception of equality. $\endgroup$
    – mweiss
    Commented Apr 27, 2015 at 16:54
  • 2
    $\begingroup$ My high-school math teacher used to explain equality with a pair of scales. Things are only equals if both sides "weigh" the same. You can only use an equality sign if the scales would be balanced. When classmates made the mistake your student makes, he would force them to draw a pair of scales and put the values on there, then asked them if their drawing made any sense. It never did :) $\endgroup$
    – Kevin
    Commented Apr 28, 2015 at 11:18
  • 1
    $\begingroup$ I have tried to combat this with my elementary students who when rounding 28 to the nearest 10, will write 29=30. I point out that they are not equal and suggest using an arrow 29 => 30 to show that they are going to the next step. $\endgroup$
    – Amy B
    Commented Jul 16, 2015 at 0:38
  • 8
    $\begingroup$ On the "how do I combat it" question: you have to grade on it. Every time an equals sign gets misused on a test, points come off. Every time a student writes a falsehood (that things are equal when they're not), points come off. State this expectation clearly up front. I think that proper writing of the language is the most valuable thing we can share. If they don't get feedback with points on the line, they'll never attend to it (and some still won't). $\endgroup$ Commented Nov 29, 2015 at 19:49
  • 8
    $\begingroup$ Also, I would advise please not to use arrows instead, for two reasons: 1. the student that try some math-heavy higher ed then get totally confused when we try to use "=>" precisely to denote logical implication; 2. it makes more sense to use a sentence explaining what is done or what happens. Student should not think maths is written in a sequence of symbols, it is written in a language. Sure, having them write sentence that make sense is hugely difficult, but for one main reason: it does not hide the depth of misunderstanding that happens also when it is covered by sloppy notation. $\endgroup$ Commented Apr 3, 2017 at 14:54

6 Answers 6

85
$\begingroup$

A surprisingly large number of students don't know what the equals sign means. Their understanding of the symbol "=" is essentially operational, not relational — they think it means "the next step" or "the answer" or is an instruction to perform some operation. Knuth et al. ("The importance of equals sign understanding in the middle grades", Mathematics Teaching in the Middle School, vol. 13, no. 9, May 2008) studied middle school students' understanding of the equals sign and identified this misunderstanding as both widespread and strongly correlated with inability to correctly solve basic algebra problems. This serious conceptual error often doesn't correct itself without being directly addressed; I've seen university calculus students make the same sort of mistakes.

Where does this error come from? As Knuth et al. remark:

Researchers have argued that the operational view of the equal sign is largely a by-product of students’ experiences with the symbol in elementary school mathematics (e.g., Baroody and Ginsburg 1983; Carpenter et al. 2003; McNeil and Alibali 2005). During elementary school, students typically encounter the equal sign in number sentences that have operations on the left side of the equal sign and an answer blank on the right side (e.g., 5 + 2 = __, 11 – 4 + 1 = __). In solving such “operations equal answer” equations correctly, it is not really necessary for students to think about the equal sign as a symbol of equivalence; rather, students need only perform the calculations on the left side of the equal sign to get an answer. As a result, students associate the equal sign with the arithmetic operations performed to get a final answer.

There are even examples of exercises in elementary school mathematics textbooks that make the same error, using the equals sign in a way that can only be interpreted operationally. (I can't recall where I saw this; I'll add a link to an example if I find it. Edit: mweiss found this example, linked in the comments; that's not the same one I remember seeing, so there might be several textbooks doing this, or it could be from a different place in the same book.) Such textbooks have probably done quite a bit of damage.

Since conceptual understanding of equality is so essential to all mathematics beyond elementary arithmetic, I think it's advisable to have students solve problems that directly address the meaning of equality. I have no experience with teaching at that age, so I'll leave coming up with appropriate exercises and lessons to those who do. Instead, I'll just explicitly state the concept of equality that students must deeply internalize: "S = T" is the statement that S and T are literally the same thing, and consequently are indistinguishable in every way and interchangeable in every context. Syntactically, this amounts to the fact that any statement involving S is true if and only if the statement formed by replacing every instance of S with T is true.

As a side note, I suspect this is also related to an overly procedural concept of what other mathematical symbols mean; I'd guess many students who don't know what the equals sign means also interpret "1 + 2" as an instruction ("add these numbers"), not as a number. Thus, "1 + 2 = 3" is being interpreted as "if you perform the addition procedure on 1 + 2, you get 3", not as "the number 1 + 2 is the same thing as the number 3".

$\endgroup$
21
  • 11
    $\begingroup$ A related (less reader-friendly) Knuth et al paper is Does Understanding the Equal Sign Matter? Evidence from Solving Equations. $\endgroup$ Commented Apr 27, 2015 at 4:55
  • 8
    $\begingroup$ Regarding examples of the "operational" error in elementary curricula: I posted an example of that in the comments at matheducators.stackexchange.com/questions/1040/…. The example was at drive.google.com/file/d/0B4wpC387vwzeeE04YXhrNkhRcG8. $\endgroup$
    – mweiss
    Commented Apr 27, 2015 at 16:56
  • 27
    $\begingroup$ Another good point in the comments at that other question is that strings like 3 + 5 = 8 + 2 = 10 + 5 = 15 are perfectly accurate if read as a transcript of a calculator session. The 8, 10, and 15 are what the calculator tells you. Everything else is what keys you press to get those answers. And it's all in chronological order. I'm surprised calculators weren't mentioned in the research papers above, since the "operational" interpretation of = is exactly the meaning of the calculator's = key: "Perform operation and display answer now". $\endgroup$
    – user5114
    Commented Apr 27, 2015 at 17:07
  • 12
    $\begingroup$ I've encountered this problem often enough in university classes (and not just freshman calculus) that I often try to prevent it by loudly saying something like "Don't write $=$ unless you really mean that what's on the left is the same thing as what's on the right." Such prevention seems to do some good, but sometimes I need to repeat it several times during the semester. $\endgroup$ Commented Apr 28, 2015 at 1:27
  • 8
    $\begingroup$ Even if x=y is explained well enough, will the typical student ever encounter an explicit definition of x=y=z as meaning x=y AND y=z? Or do we just start using it and expect everybody to get it? If it's not officially defined then abbreviating a+b=c AND c+d=e as a+b=c+d=e isn't wrong, it's just an alternate notation. Defining it precisely is only slightly tricky (roughly: the first term of the expression between the equal signs is the same as the thing on the left of the first one). If a single equal sign is worthy of a formal definition, then so is a pair of them chained together. $\endgroup$
    – user5114
    Commented Apr 28, 2015 at 12:50
17
$\begingroup$

I can't add much more than what has been stated already. But I come from a programming background, so maybe this example may add a different perspective (or explain some problems interpreting equals for other students).

In many programming languages, statements like this are perfectly acceptable: x = x + 1

In this case, the programming language DOES treat the equals sign as an operator. (You calculate the right-hand side of the "equation" then assign the result to the left-hand side.) If your student is a programming hobbyist, that may help explain why they are confusing the meaning of the programming context vs. mathematical context.

In Daniel's example ("e.g., 5 + 2 = __, 11 – 4 + 1 = __") this could sort of be interpreted as an operator: The underscore is being SET to the value on the left-hand side.

Some programming languages make this distinction by using == for the "relational" meaning, and = as the SET operator. (Other languages require the SET or LET keyword when = is used as an operator: SET x = x + 1.

Early hobbyists may learn when to use one symbol vs. the other in a habitual way without fully understanding the conceptual difference.

So: perhaps it may be better to emphasize that the equal sign actually DOES have two meanings (at least in some contexts), and to emphasize that the mathematics you're teaching only uses the relational aspect.

$\endgroup$
6
  • 3
    $\begingroup$ You may want to note that yet other languages, such as Pascal, use "=" for the relational meaning, and ":=" as the SET operator. I prefer this, since it lets the standard equals sign have the standard mathematical meaning and lets the non-standard assign operator have a non-standard notation. $\endgroup$ Commented Aug 6, 2015 at 20:55
  • $\begingroup$ Rory-I appreciate the feedback. Reminiscing about programming caused me to think that maybe the student understands the semantics of the equals sign perfectly well. Maybe she needs guidance on explicit syntax. She probably understands how to write the equals sign when the left hand side and the right hand side are all on the same line. Maybe she just needs to be told that IF the line STARTS with the equals sign (there's nothing on the left!), then the expression on that line must be exactly equal to the expression in the line above it. $\endgroup$ Commented Aug 6, 2015 at 23:51
  • 3
    $\begingroup$ Programmers know much better than non-programmers what the equals-sign means, precisely because they understand what is an operation and what is a truth value (otherwise they cannot use if). Moreover, it is extremely worrying that many math students do not want to know any programming at all, and because of that they have simply zero appreciation for logical reasoning nor notational precision. You are right that the equality chain has a very specific meaning, which again I've never seen any teacher in my life explicitly teach this! (Except myself, so far.) Why not put it in your answer? $\endgroup$
    – user21820
    Commented Mar 23, 2016 at 16:10
  • 2
    $\begingroup$ When a math teacher says "Let $P(x) = x^{2} + 1$", the equals sign is being used operationally, as the assignment operator, essentially in the same way as in a programming language like C. The same statement makes no sense with the arguments reversed. So mathematicians use the equals sign in the operational sense too. $\endgroup$
    – Dan Fox
    Commented Apr 4, 2017 at 12:45
  • 1
    $\begingroup$ @DanFox: The "Let" is important there. To continue the programming reflection, in the original BASIC language, that was required syntax for assignment. $\endgroup$ Commented Aug 11, 2017 at 6:47
12
$\begingroup$

I think in your expansion example this is caused by wanting to solve one subpart of the problem first. In essence, they're trying to expand $(x+1)(x-1)$ first as a "subroutine" and then substitute it back into the original formula, but lacking a clear way to delineate this from the solution to the main problem. They chose to mark the substitution with an equals sign - what it is equal to, of course, is the original formula. Your problem with it is, reasonably, that it is not equal to the immediately preceding step. Line 3 isn't equal to line 2, but line 2 is equal to line 1, and line 3 is equal to the original problem statement. They don't understand that with this kind of notation, the implied left-hand-side of the equals sign is always the immediately preceding line.

They didn't happen to get the right answer, and it's condescending for you to suggest this. They knew exactly what they were doing in the substitution step, they just didn't know how to write it. You need to teach them the correct way to write this.

I might write this as:

  x (   (x + 1)(x - 1) )
    ( = x² + x - x - 1 )
    ( =     x² - 1     )
= x³ - x 

I don't know how to typeset this, the outer sets of parentheses are intended to be a single large pair. And, frankly, if I were merely trying to solve it for myself, I might not write them either - the fact that the equal sign on the final line is intended to the left relative to the others would make it clear enough for my own understanding.

Maybe their answer was likewise arranged on the page in a way that they thought made it clear what the "up-hand side" of the offending $=$ sign was meant to be. Or maybe they didn't think it mattered what their intermediate steps looked like, since the question was "expand ..." rather than "prove the expansion of ..." - it was never clear to me as a student when "show your work" meant being graded on procedure and when it simply meant "prove you didn't cheat".

$\endgroup$
3
  • 3
    $\begingroup$ I know exactly what they were doing. Clearly they wanted to do a subroutine. I wasn't being condescending. What I was saying is that in this particular case, it's VERY easy to make a mistake and they HAPPENED to not make a mistake. $\endgroup$
    – user5108
    Commented Apr 28, 2015 at 21:08
  • 2
    $\begingroup$ In regards to doing "subroutines" when doing or showing calculations by hand, I normally select which subexpression(s) to do subroutines on with an under- or overbrace or bracket. After simplifying each subexpression in its entirety, I'll usually "tidy things up" by replacing each subroutine'd expression by its simplification and continuing from there. Example: $$x\underbrace{(x+1)(x-1)}_{\begin{subarray}{l} =x^2+x-x-1 \\ = x^2-1\end{subarray}} = x(x^2-1) = x^3-x$$ $\endgroup$
    – benguin
    Commented Apr 10, 2017 at 13:31
  • 1
    $\begingroup$ However this technique/notation is a bit clunky if the subexpression is difficult to "access" (say due to lots of nested fractions, radicals, exponents, etc). Assuming the overall expression is nice though, this method can even be extended with subsubexpressions, etc. $\endgroup$
    – benguin
    Commented Apr 10, 2017 at 13:34
9
$\begingroup$

I believe you are mixing up three problems here. One is the mistaken idea that "mathematics is all compact, weird symbols, if I don't use them to abbreviate my text, it's wrong" (your $polynomial = 3$ example), there is the "next step" interpretation, and finally the "assign a value" from programming.

$\endgroup$
4
  • 5
    $\begingroup$ I'm glad you brought up the first point; it certainly seems like many students don't realize that explaining one's reasoning using words (and complete sentences) is not only acceptable, but often preferable. $\endgroup$ Commented Aug 12, 2015 at 5:00
  • 2
    $\begingroup$ I asked THIS QUESTION in MSE and was soundly throunced for asking such a non-mathematical question. I am glad someone referred this question to me. $\endgroup$ Commented Mar 16, 2016 at 8:32
  • $\begingroup$ @StevenGregory, if you are referring to the comment on your MSE meta question with the sentence "That's not a mathematical question," I interpreted the comment as saying that the MSE question you were talking about was not a mathematical question. $\endgroup$
    – JRN
    Commented Sep 23, 2016 at 1:05
  • $\begingroup$ @JoelReyesNoche - You are correct. At the time, I saw that problem and was upset at the abuse of the equals sign. I picked the wrong place to vent. $\endgroup$ Commented Sep 23, 2016 at 15:38
2
$\begingroup$

A strong pre-algebra class can do a lot to deal with this problem.

Kids need to laboriously "do same thing to both sides of an equation" over and over. And writing down all the steps. Not "moving 2 to other side of equation and making it negative". But writing original equation, then writing it with a -2 on each side (doing same thing to each side), then evaluating it by subtracting the 2 (to presumably eliminate it on left side).

$\endgroup$
0
$\begingroup$

To summarize previous answers and comments, and adding some of my own, the reasons of students treating the equals sign as operation are:

  • the meaning of equal sign is not clearly explained in elementary school;
  • the difference between chained expressions and equations not clearly explained;
  • worksheets with pre-printed placeholders do not build the culture of writing chained expressions;
  • early use of calculators builds wrong perception of equal sign as an operation.

Considering that such an abuse is widespread, this tells much about the lack of systematic approach in the elementary and middle school education.

$\endgroup$