Slashdot Mirror


US Students Struggle With Understanding of the 'Equal' Sign

bickerd--- writes with news of research out of Texas A&M which found that roughly 70% of middle grades students in the US don't fully understand what the 'equal' sign means. Quoting: "'The equal sign is pervasive and fundamentally linked to mathematics from kindergarten through upper-level calculus,' Robert M. Capraro says. 'The idea of symbols that convey relative meaning, such as the equal sign and "less than" and "greater than" signs, is complex and they serve as a precursor to ideas of variables, which also require the same level of abstract thinking.' The problem is students memorize procedures without fully understanding the mathematics, he notes. 'Students who have learned to memorize symbols and who have a limited understanding of the equal sign will tend to solve problems such as 4+3+2=( )+2 by adding the numbers on the left, and placing it in the parentheses, then add those terms and create another equal sign with the new answer,' he explains. 'So the work would look like 4+3+2=(9)+2=11.'"

1,268 comments

  1. Wrong by dyingtolive · · Score: 5, Funny

    That's not what = means. = is ASSIGNMENT. They're looking for ==.

    Also, on a serious note, from what I recall of the US school system, frankly, the most surprising thing about this is that the problem isn't worse than reported.

    --
    Support the EFF and Creative Commons. The war is coming, and they're supporting you...
    1. Re:Wrong by jez9999 · · Score: 1, Interesting

      I wonder how much this has to do with programming, and the fundamentally different nature of the meaning of = in that and maths? Yeah, you heard me Americans, maths plural.

    2. Re:Wrong by dyingtolive · · Score: 1, Funny

      Also, apparently I struggle with understanding of the "First Post".

      So... frosty piss and all that.

      --
      Support the EFF and Creative Commons. The war is coming, and they're supporting you...
    3. Re:Wrong by oldspewey · · Score: 1

      You are confusing mathematics with programming syntax.

      --
      If libertarians are so opposed to effective government, why don't they all move to Somalia?
    4. Re:Wrong by dyingtolive · · Score: 1

      Unfortunately, I was joking about the first part of my statement. Middle grade levels are most certainly NOT learning programming (in the US anyway).

      --
      Support the EFF and Creative Commons. The war is coming, and they're supporting you...
    5. Re:Wrong by spiffmastercow · · Score: 0

      Blasphemy! There is but the one true Math! Seriously though, why do you pluralize it? Do students major in Engineerings over there too? Or Literatures?

    6. Re:Wrong by Anonymous Coward · · Score: 0

      I would say none of this has anything at all to do with programming, since it's about middle schoolers who are failing to grasp basic arithmetic, so I somehow doubt they're actually Java experts getting confused.

    7. Re:Wrong by snookerhog · · Score: 0, Flamebait

      you can only use it to assign variables in some states. for instance in Texas, only the LORD is allowed to assign variables and he never assigns anything on sunday.

    8. Re:Wrong by Raumkraut · · Score: 4, Funny

      In most of the world we study Mathematics. I didn't realise that there was only one Mathematic studied in the US.

    9. Re:Wrong by biryokumaru · · Score: 1

      My middle school had a programming class. Of course, it was logo and QBasic, but still.

      --
      When you're afraid to download music illegally in your own home, then the terrorists have won!
    10. Re:Wrong by mcvos · · Score: 2, Insightful

      And how about Economics, Politics, Aeronautics, and Quantum Mechanics?

    11. Re:Wrong by Anonymous Coward · · Score: 0

      The problem is not worse than expected, and no one should expect it to be. Math is properly the work that Americans will not do. That's what the rest of the world is for. Can these kids use iPods? Do they appreciate the featureless contours of Macs? Well then, leave them be; once they muddle through school, they will get a law or MBA degree and soil the world. IOW, they're getting all the skills they need.

    12. Re:Wrong by Anonymous Coward · · Score: 1, Funny

      Whoa! You Brits have more than one math?! Did Apple come out with iMath over there? lucky bastards...

    13. Re:Wrong by i.r.id10t · · Score: 1

      I was doing programming in the 4th grade, and this was in the early 80s...

      --
      Don't blame me, I voted for Kodos
    14. Re:Wrong by Kenshin · · Score: 4, Funny

      For those who don't know, the guide to school in America and England:

      America - England

      Math - Maths
      Science - Sciences
      Art - Arts
      Gym - Gyms
      Lunch - Lunches
      Recess - Recesses
      Detention - Detentions

      --

      Does it make you happy you're so strange?

    15. Re:Wrong by Anonymous Coward · · Score: 0

      If you studied Quantum Mechanic you could probably build atoms and/or subatomic particles from scratch.

    16. Re:Wrong by Anonymous Coward · · Score: 1, Insightful

      Me too, because I homeschooled.
      Then I had Microsoft Office in junior high and Java in high school... what bullshit. Did programming suddenly get more complex, and now we can't teach it?

    17. Re:Wrong by Anonymous Coward · · Score: 0

      Jolly good. Now tell me, good sir, what is an example of a *singular* "mathematic", that would justify the word "mathematics" being a plural, rather than simply a word that ends in 's'? In the colonies we use Mathematics to refer to a single body of knowledge, as we would to Biology or Chemistry. Thusly, pluralization of the abbreviation is an affectation! God save the Queen. Lift lorry tram, vegimite. Tardis.

    18. Re:Wrong by maxwell+demon · · Score: 1

      No, as everyone who ever has programmed in BASIC knows, = is both for assigning variables and for comparing them. However nobody seems to have had the idea to extend that to other operators. For example a=b as statement could have meant "set a so that it is less or equal to b", i.e. if a is larger than b, then set it equal to b. And aa would have been "decrement a" (for floating point numbers, it would have set a to the next-lower floating point value). :-)

      --
      The Tao of math: The numbers you can count are not the real numbers.
    19. Re:Wrong by beelsebob · · Score: 4, Insightful

      That's not what = means. = is ASSIGNMENT. They're looking for ==.

      Much as I know you're joking, I'd really love to get rid of this bane that C has brought upon us. Many previous languages used := to mean assignment, hence avoiding the clash with the mathematically well defined = symbol.

    20. Re:Wrong by beelsebob · · Score: 2, Interesting

      I wonder how much this has to do with programming, and the fundamentally different nature of the meaning of = in that and maths?

      There's no fundamental meaning of = in programming... There's a meaning that C gave it, which happens to disagree with what most definitions of the symbol mean. Life would have been so much simpler if C had stuck with the previously used := for assignment.

    21. Re:Wrong by idontgno · · Score: 1

      For example a=b as statement could have meant "set a so that it is less or equal to b", i.e. if a is larger than b, then set it equal to b.

      I think Slashdot ate your <. Maybe you typed "a<=b".

      Anyways, arithmetic syntax jokes on Slashdot can break down unless you know your HTML entities table.

      --
      Welcome to the Panopticon. Used to be a prison, now it's your home.
    22. Re:Wrong by nschubach · · Score: 1

      Yeah, but in QBasic there is no ==. '=' is both for assignment and equality checks.

      --
      Every time I start to have faith in humanity, I ruin it by driving to work between 7 and 8 am.
    23. Re:Wrong by Lumpy · · Score: 1

      There are a LOT of kids that graduate high school and cant read.

      The american school system is utterly and royally S-C-R-E-W-E-D. Because everyone is afraid of holding a kid back.

      Screw johnny's ego. Johnny is stupid, johnny needs to be told that and made to go through 6th grade again.

      --
      Do not look at laser with remaining good eye.
    24. Re:Wrong by hedwards · · Score: 5, Insightful

      It's mathematics or math or math's. It's really dumb to remove the ematic and leave that trailing s. More so when you leave out the apostrophe which one is supposed to use when one leaves out letters. Plus it's much more in keeping with general rules for pronunciation of English words. Maths is just awkward.

    25. Re:Wrong by Anonymous Coward · · Score: 0

      Yeah, people are seeming to forget that people born around 79-82 were basically raised on computers. We were writing BASIC programs on C64's in a computer lab in first grade.

    26. Re:Wrong by operagost · · Score: 5, Insightful

      Where are you from, so that I can make up a ridiculous name for your nationality?

      --

      Gamingmuseum.com: Give your 3D accelerator a rest.
    27. Re:Wrong by zill · · Score: 1, Offtopic

      Lunch - Lunches

      Makes you wonder why the American kids are considered overweight when the British ones are having multiple lunches a day.

    28. Re:Wrong by clone53421 · · Score: 1

      There is only one true Math, but many things Mathematical. It is these things Mathematical which are studied in the field of Mathematics.

      The apparent plural form in English, like the French plural form les mathématiques (and the less commonly used singular derivative la mathématique), goes back to the Latin neuter plural mathematica (Cicero), based on the Greek plural ?? ?????????? (ta math?-matiká), used by Aristotle, and meaning roughly “all things mathematical”

      --
      Alexander Peter Kristopeit bought his basement from his mommy for one dollar.
    29. Re:Wrong by Anonymous Coward · · Score: 0

      True, it seems pretty simple to leave it at "Mathematics is the study of Math" and call it a day.

    30. Re:Wrong by Anarki2004 · · Score: 1

      Don't give them any ideas! This time next year you might need a developers license to perform trigonometry...

      --
      The teachers will crack any minute, purple monkey dishwasher.
    31. Re:Wrong by dyingtolive · · Score: 2, Informative

      The country is the United States of America, so I would assume that the reason why America==US is because they drop it down to the last word. Personally I prefer to be referred to as "Coincidental Inhabitant of the United States of America", and neither American, nor USian, or even USAian.

      --
      Support the EFF and Creative Commons. The war is coming, and they're supporting you...
    32. Re:Wrong by tom17 · · Score: 1

      I think you mean Marmite, mate. You have been round too many Aussies.

    33. Re:Wrong by Waffle+Iron · · Score: 1

      And how about Economics, Politics, Aeronautics, and Quantum Mechanics?

      Let me recall the short colloquial forms of those subjects from my college days: Econ 101, PolySci 201, Aero 314, QM 411. Well, I don't see a single shortened plural here, so "Math 207" seems consistent to me.

    34. Re:Wrong by egamma · · Score: 5, Insightful

      Actually, people should be identified by their state--Texan, New Yorker, Floridian, etc. It's not the United State of America, it's the United States of America--indicating that each one has a level of sovereignty, and people should be identified by that smaller area. Similarly, people are Scottish or Welsh, and not United Kingdomian.

    35. Re:Wrong by mike2R · · Score: 3, Insightful

      Ok I'm going to display my ignorance here and ask why isn't = on its own good enough for a comparison?

      I used various forms of BASIC as a kid, and = was fine there. I had some formal education in Pascal, = was fine there.

      Now when I occasionally do a little scripting in a modern language, I spend most of my time tearing my hair out at bugs which turn out to be the result of me using = when I should have put == .

      I'm sure there are good reasons for it that make sense to proper programmers, but personally I'd like to give whoever came up with this syntax a kick in the bollocks. Why would I want to do an assignment in an if statement or a loop condition check anyway?

      --
      This sig all sigs devours
    36. Re:Wrong by phobos512 · · Score: 2, Interesting

      I am so SICK of that stereotype. Having been all over Europe in the last two years, there are just as many overweight people there as in the US. Possibly more on a per capita basis from what I saw. And Scotland? Holy crap!

    37. Re:Wrong by Anonymous Coward · · Score: 1, Informative

      Yes. Which leads to stupid problems like this one:
      x = y = 1
      In a sane language, y would be assigned the value 1, then x would be assigned the value in y.
      In BASIC, x is assigned the value of the expression y = 1 which is a test of whether the value of y is equal to 1.
      BASIC is anything but. Side-effects are side-effects, and too many of them make code unreadable and difficult to learn. Equality and assignment aren't the same operation, and they shouldn't use the same operator. Pascal has :=. C (et al) have ==. BASIC is just crap and needs to die.

    38. Re:Wrong by ProppaT · · Score: 1

      My dad came home with a C24 (yeah, 24...) in 84. I was 5 at the time. I asked where the games were, then he gave me the second part of the gift....a book full of programs. I cannot even guess how much time I spent hunting and pecking to type out programs on that thing, recording them on tapes, and hoping they worked so I didn't have to go through it line by line to see where I typo'd. Eventually I actually started to understand what the stuff meant and I'd change various things (cheat and change the timer, etc).

      In middle school we had basic programming, a Mac lab class where we used hypercard to make mini applications, and technology lab where we created animations using vectors. This was in the early 90s. If middle schools have absolutely nothing like this going on now, that's kinda sad.

      --
      Wise men say, "Forgiveness is divine, but never pay full price for late pizza."
    39. Re:Wrong by bhagwad · · Score: 4, Funny

      English is logical now? When did this happen?

    40. Re:Wrong by Anonymous Coward · · Score: 1, Insightful

      That would be fucking awful to type compared to = and ==, though. Glad they didn't do that, it'd be so dumb.

    41. Re:Wrong by DinDaddy · · Score: 5, Funny

      Reading your post, I got to "ematic" and thought it was some language term for a word fragment that I didn't know, until I realized it WAS the word fragment.

      Slashdot reading in the early morning is hard.

    42. Re:Wrong by Dogbertius · · Score: 1

      That's not what = means. = is ASSIGNMENT. They're looking for ==. Also, on a serious note, from what I recall of the US school system, frankly, the most surprising thing about this is that the problem isn't worse than reported.

      It would be adequately reported if the statisticians could put two and two together. It's a vicious cycle.

    43. Re:Wrong by HideyoshiJP · · Score: 0

      I think it's more than that. I think it also has to do with a fundamental cultural difference with children today. Just my being anecdotal, but I can't help but feel that half the children today would rather be on "Dancing with the Stars" than become engineers... or even velociraptors for us 80's children. You've got to learn your science and mathematics to figure out how to become a velociraptor.

    44. Re:Wrong by Gulthek · · Score: 1

      Perhaps you are assigning a value and testing on it at the same time.

      if (foo=unknown_result()) { print "unknown_result returned a True value which is now in foo"; }

    45. Re:Wrong by Anonymous Coward · · Score: 0

      That's not what = means. = is ASSIGNMENT. They're looking for ==.

      Also, on a serious note, from what I recall of the US school system, frankly, the most surprising thing about this is that the problem isn't worse than reported.

      Well, everyone just KNOWS that 1 + 1 = 10, don't they? ;-) Everything is relative...

      And yes, not only is the US school system bad, I think it is getting worse...look at all of the computer illiterate windoze only drones they are producing...:-)

      Meanwhile, in India, MILLIONS are learning about linux at school and using windoze at home. "Bicomputeral" (I think I've just invented a word...) Somewhat like 'bilingual', able to seemlessly work with two different OS systems.

    46. Re:Wrong by Jesse_vd · · Score: 1

      "Me too, because I homeschooled."

    47. Re:Wrong by Anonymous Coward · · Score: 0

      You're misremembering Pascal. Sure, "=" is okay for equality, but ":=" is used for assignment.

      But it's true that early languages like BASIC did just fine using "=" for both. Some programmers like to do funky things like put assignments in an "if", but there's never an absolute need to do that. Therefore, there's no reason that languages can't be designed to figure out which meaning the "=" has based on context.

      But, at this point it's pretty standard in all the "big" languages (C/C++, Java, C#, whatever), so don't expect it to change anytime soon.

    48. Re:Wrong by Ash+Vince · · Score: 1

      For those who don't know, the guide to school in America and England:

      America - England

      Math - Maths
      Science - Sciences
      Art - Arts
      Gym - Gyms
      Lunch - Lunches
      Recess - Recesses
      Detention - Detentions

      Nobody said our rules had to make sense. The whole point of english is that the exception makes the rule. If the US has a problem with this, they should have learn French instead :)

      --
      I dont read /. to RTFA, I read /. to offend people in ignorance.
    49. Re:Wrong by Anonymous Coward · · Score: 0

      *SLAP*

      (from Britain)

    50. Re:Wrong by arb+phd+slp · · Score: 2, Insightful

      I was doing programming in the 4th grade, and this was in the early 80s...

      I went to a rural public school in the 80s and I learned BASIC and LOGO starting in about 4th grade. In high school, in the time between when the AP tests were and the end of the school year, we learned programming, too.

      I think they still break out the Lego LOGO with the younger kids, but by the time they get into the upper elementary now, if it isn't on the standardized test, they don't bother. This is a major factor in why I'm not a teacher.

      --
      There's a perfect xkcd for my sig but I'm too lazy to look it up. sudo someone go find it.
    51. Re:Wrong by gorfie · · Score: 2, Interesting

      In third grade I wrote a BASIC program that rendered a flying saucer landing. The assignment was to draw a static picture with pixel output. That experience probably guided me to my current profession. I didn't own a computer until the 90's so I would not have gotten that experience any other way.

      It would be a shame if they weren't still exposing children to programming in school.

      Of course, I did get a similar "how do things work" experience by disassembling Omega Supreme and a number of other toys. :)

    52. Re:Wrong by SamSim · · Score: 1

      On my old Casio graphing calculator, assignment was carried out using an arrow, so what would be written as "

      A = 3

      " in C would be written as "

      3->A

      " on the calculator. It's the best syntax for that operation that I've ever seen. "A" is the name of the pigeonhole, 3 is the value stored in it. "Put 3 in the pigeonhole labelled A." It makes perfect sense.

    53. Re:Wrong by somersault · · Score: 4, Insightful

      Math sounds awkward to me, because I was brought up with Maths. This is like an essay I read ages ago about why rear wheel drive is more natural than front. I thought it was a load of crap because I'd learned to drive in FWD vehicles and my natural driving instincts in certain situations were different to what the guy said that the "natural" was.

      For most things in life whatever is more "natural" for you often depends on what you were brought up with/trained on.

      --
      which is totally what she said
    54. Re:Wrong by jellomizer · · Score: 1

      Johnny will repeat 6th grade again if his parents are poor or don't complain. Most of the time when the child is failing the parents are struggling to make the kid pass the grade. Unfortunately parents EGO gets in the way (of having a looser kid) and forces them to go to the next grade. While for the most part if the child repeats the grade they will often do much better in school after that.

      1. They learn to take school seriously or you will be stuck in the same grade.
      2. The concepts finally stick and when they go to the next grade they finally have the fundementals set.
      3. Being a bit embarrassed and lossing a clique(as they advanced to the next grade and they stayed). Makes them realize what they are missing out on things.

      In general I think we should encourage children retaking classes/grades. In college I retook any class that I got less then a C in. (luckily I had to do that once (Calculus as my High School Pre-Calculus was grossly limited in prepping me for Calc. )) as I know that I didn't pick up the information I shouldn't have learned from the class and if I didn't do the class again I would have been struggling threw out college. Then when I took Calc II in an accelerated summer course I got a B+ in it, and I was struggling a lot less now that I got the concepts.

      --
      If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    55. Re:Wrong by Anonymous Coward · · Score: 0

      Europe has plenty of fatties, yes. But the US leads the world in holy-fucking-jabba-the-hutt-scale fatties.

    56. Re:Wrong by Custard+Horse · · Score: 1

      If you studied a Quantum Mechanic I assume you would have to work-shadow him/her for a day to see what was going on. This might be quite difficult as s/he would be very small.

    57. Re:Wrong by Nadaka · · Score: 1, Offtopic

      You ever spent much time in the South? The average wal-mart in the US has 4 to 8 of those electric carts for the disabled. 970 in Picayune, MS has 40, and each one of them is in use by someone weighing 400 to 800 lbs to the point where sometimes a genuinely crippled person has to wait. I've never been to europe, but I can not possibly imagine a place where there are as many morbidly obese people than Mississippi.

    58. Re:Wrong by arb+phd+slp · · Score: 4, Informative

      In most of the world we study Mathematics. I didn't realise that there was only one Mathematic studied in the US.

      This is a dialectical thing about American English. We use singular verb inflections with collective nouns.
      Queen's English: "Aerosmith are playing Wembley Stadium."
      U.S. English: "Aerosmith is playing the Verizon Center."
      This is why you hear "the data is" over here.

      --
      There's a perfect xkcd for my sig but I'm too lazy to look it up. sudo someone go find it.
    59. Re:Wrong by mike2R · · Score: 1

      Ah, about 15 years since I used Pascal, I must have forgotten...

      --
      This sig all sigs devours
    60. Re:Wrong by spiffmastercow · · Score: 1

      I'm just saying maybe it's a little more logical on this side of the pond ;)

      *ducks*

    61. Re:Wrong by Capt+James+McCarthy · · Score: 1

      It's not the United State of America, it's the United States of America--indicating that each one has a level of sovereignty, and people should be identified by that smaller area.

      Obviously you've been away over the last 30+ years as the Federal Government has pushed it's influence into each State's laws and ruling parties, giving folks the illusion of having State sovereignty.

      --
      There are no loopholes. It's either legal or it's not.
    62. Re:Wrong by gorfie · · Score: 1

      In terms of equality...

      math = mathematics

      The abbreviation of mathematics to math must surely be linked to efficiency and/or laziness, but either way it makes more sense to abbreviate to the shorter math and not maths.

    63. Re:Wrong by BarryJacobsen · · Score: 1

      the most surprising thing about this is that the problem isn't worse than reported.

      Actually it is, our journalism department isn't doing well, either.

    64. Re:Wrong by SleazyRidr · · Score: 1

      Yeah, but that affords a whole lot more respect to those people than the rest of the world feel like giving them.

    65. Re:Wrong by maxwell+demon · · Score: 1

      Indeed. Also "aa" should have been "a<a". And I know my HTML entities table (well, at least the most important entities), but it's easy to forget that you have to use them on Slashdot, because they are needed so seldom here. And of course, the preview button doesn't help if it isn't followed by actually previewing, rather than just noticing that it doesn't look completely wrong on first sight :-)

      --
      The Tao of math: The numbers you can count are not the real numbers.
    66. Re:Wrong by Jarik+C-Bol · · Score: 1

      this seems like the most likely case. Occams razor and all that.

      --
      I've decided to Diversify my Holdings. I've divided my cash between my left and right pockets, instead of all in one.
    67. Re:Wrong by Fnkmaster · · Score: 1

      And arrow assignment is the syntax R uses currently. Which is all fine and well, except that I often find myself translating stuff from R to Python or R to C and looking at the two disparate assignment operators simultaneously gives me a headache.

    68. Re:Wrong by Jarik+C-Bol · · Score: 1

      Its covered in fat people wearing weights? I knew i left my lead balloon around here somewhere.

      --
      I've decided to Diversify my Holdings. I've divided my cash between my left and right pockets, instead of all in one.
    69. Re:Wrong by Custard+Horse · · Score: 2, Funny

      Yep, obesity is a problem in Europe too, particularly the UK (where I am from).

      I have to say that when going to Disney parks in Florida (not an accurate test of averages I admit) there does seem to be a large amount of *very* large people there.

      However, I put this down to population density in those areas and the fact that obese people are much more visible than non-obese people. I dare say that large people may obscure the view of one or more small people too which would create the illusion of more large people. Who knows? Who cares?

      I don't agree with your comment on Scotland though - heroine is an appetite suppressant.

    70. Re:Wrong by mike2R · · Score: 1

      I'd do:

      foo=unknown_result();
      if (foo) {print "unknown_result returned a True value which is now in foo";}

      And damn it I think everyone else should to!

      I sure I'm wrong and it isn't just a thing people use to make their code harder to read, but I have a real blind spot for == vs = and even though I do little coding, the amount of time I've wasted on it annoys me :)

      --
      This sig all sigs devours
    71. Re:Wrong by Mikkeles · · Score: 2, Interesting

      In a sane language, '=' would not be used for assignment.

      --
      Great minds think alike; fools seldom differ.
    72. Re:Wrong by Jarik+C-Bol · · Score: 1

      that sounds like a good plan, until you get to Ohio and Wyoming. Then it just sounds awkward.

      --
      I've decided to Diversify my Holdings. I've divided my cash between my left and right pockets, instead of all in one.
    73. Re:Wrong by Seumas · · Score: 1

      I have been stating for years that the largest problem with our education systems and society in general is the lack of capacity for abstract thinking. This goes far beyond mathematics. It is pervasive in every aspect of life. Some people take what they are fed. They accept what they're told and what they read and what they see. They say things like "I'll give up some freedom in return for security". These are the overwhelming majorities who are incapable of viewing anything in the abstract and they therefore have little concept of "this does not directly benefit me or society immediately, but it is a valuable principal that is important to retain for our society as a whole, in the long term".

      I've never really considered its impact on a more direct scale, as with comprehending math, but this is a clear extension of that. It's not something that is encouraged or pushed by peers or family or educational institutions for the most part, where adhering to a set structure of scoring and thinking is the only vital element.

    74. Re:Wrong by interval1066 · · Score: 1

      "In most of the world we study Mathematics. I didn't realise that there was only one Mathematic studied in the US."

      Yeah. But apparently there is more than one English stidied abroad as well. I didn't (sic) "realise" there was better spelling for "realize".

      --
      Python: 'And then suddenly you have a language which says "we're all stuck with whatever the whiniest coder wants".'
    75. Re:Wrong by Seumas · · Score: 1

      When I was in school, the only use for computers in middle school were learning to touch-type.

    76. Re:Wrong by carlzetie · · Score: 2, Insightful

      True enough about BASIC. However one of the worst design flaws in C is the combination of using = as the assignment operator together with the liberal interpretation of what constitutes an expression. How many lifetimes have cumulatively been wasted because some tired programmer wrote "if (x = y) ..." and the compiler raised no objection? Let's be honest, C is the king of side-effects.
      In a sane language, = would not be used as an operator at all, neither for assignment nor equality test. Neither is what the symbol means in a mathematical equation, and allowing it for either is asking for trouble.

    77. Re:Wrong by maxwell+demon · · Score: 0, Troll

      In third grade I wrote a BASIC program that rendered a flying saucer landing. The assignment was to draw a static picture with pixel output. That experience probably guided me to my current profession. I didn't own a computer until the 90's so I would not have gotten that experience any other way.

      Let me guess: You got an F because your image wasn't static, as was demanded, and the experience guided you to get an MBA and go to management because you figured it's much more fun to set requirements and blame people for not fulfilling them than to write better than required code and then get blamed for it? :-)

      --
      The Tao of math: The numbers you can count are not the real numbers.
    78. Re:Wrong by spazdor · · Score: 3, Insightful

      BASIC is perfectly sane. There are clean, contextual rules which disambiguate between = the assignment operator and = the equality test.

      Let's take a moment to remember that "x = 1" is only a legal BASIC statement in the first place because interpreters have been relaxed for programmers too lazy to use "Let".

      --
      DRM: Terminator crops for your mind!
    79. Re:Wrong by Tim+C · · Score: 0, Troll

      Not only that, but there are those of us who consider calling a subset of the people who live on the continent of North America "American" but not the rest to be somewhat inaccurate. It gets even worse if you consider North and South America together to be a single continent.

    80. Re:Wrong by Sancho · · Score: 1

      There are a LOT of kids that graduate high school and cant read.

      I'm giving up my earlier moderations to ask if you have graduated from high school.

    81. Re:Wrong by Anonymous Coward · · Score: 0

      It's logical in British English. "Mathematics" == "Maths".

    82. Re:Wrong by lxs · · Score: 1

      Liar! I know my science and my mathematics and I still haven't figured out how to become a velociraptor.

    83. Re:Wrong by Tim+C · · Score: 1

      Similarly, people are Scottish or Welsh, and not United Kingdomian.

      Actually, officially-speaking, we are all British. English, Scottish, Welsh and Northern Irish are not nationalities.

      Individual people may identify with their country (some taking it to ridiculous levels in my opinion), but that's irrelevant.

    84. Re:Wrong by maxwell+demon · · Score: 1

      I'm just saying maybe it's a little more logical on this side of the pond ;)

        *ducks*

      There are ducks in the pond?

      --
      The Tao of math: The numbers you can count are not the real numbers.
    85. Re:Wrong by Custard+Horse · · Score: 5, Funny

      Does it matter that England, Scotland, Wales and Northern Ireland are different countries and are referred to as the United Kingdom of Great Britain and Northern Ireland (the inhabitants being commonly referred to as British)?

      I believe it is well established that people from the USA are American and those from the UK are British - can we leave it at that?

      Whilst we are at it, when Americans hear what they perceive to be an Australian accent, assume that the person speaking is in fact from the UK. Most Australians are drunk and wear hats with corks hanging from strings.

      In return the British will listen out for an American accent with a strange twang and automatically assume the person speaking is from Canada. We will also look out for the hockey stick and racoon skin hat but will be wary of the hat without the stick as that person is likely to be Russian.

    86. Re:Wrong by maxume · · Score: 1

      When English learned French, it really drifted away from German.

      --
      Nerd rage is the funniest rage.
    87. Re:Wrong by betterunixthanunix · · Score: 1

      Hm, I always learned that assignment was :=...

      --
      Palm trees and 8
    88. Re:Wrong by carlzetie · · Score: 1

      Unfortunately parents EGO gets in the way (of having a looser kid)

      If I were funnier I would have some joke about the looseness of the kid. Instead I will just pause to wonder who is the greater loser, the one who complains about other people's academic achievements, or the one who can't manage the difference between "loser" and "looser"?

    89. Re:Wrong by HideyoshiJP · · Score: 0

      Yeah, but did you take Theoretical Velociraptorization 312 and Genetics as taught by Michael Crichton?

    90. Re:Wrong by Anonymous Coward · · Score: 0

      While we're at lets fix the log,log10 vs ln,log crap too. As a programmer that occasionally writes papers for a non-programming audience I've made the mistake of using log in equations when I meant ln. Even though I know the difference, it's hard to avoid looking foolish.

    91. Re:Wrong by Dr_Barnowl · · Score: 1

      I like the C# solution to this problem ; boolean expressions MUST be booleans, which stops x = y being accepted, x == y works because it's a boolean operator. Now the compiler catches all those stupid errors.

    92. Re:Wrong by spiffmastercow · · Score: 1

      Well, there exists an integer x for which x = the number of ducks a pond in a given pond.

    93. Re:Wrong by Hognoxious · · Score: 2

      This is why you hear "the data is" over here.

      You here it in the UK too. While data is a collection of distinct and discrete ... ummm ... things, it's regarded as an uncountable noun like water, sand and (sorry, I had to) lego.

      P.S. concerning your sig, shouldn't it be "sudo someone go find it"?

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    94. Re:Wrong by Anonymous Coward · · Score: 0

      Funnily enough, real statistics do not align fully with your anecdote.

      Western Europe is most definitely suffering the same obesity epidemic that much of the US is, but no where near the same degree. And some western European countries are worse than others, as you have noticed - Scotland does have some real porkers.

      From what I have seen of eastern Europe though, they are yet to have their lives ruined by long term exposure to the likes of McDonalds. Most girls there seem simply so much more attractive than western European girls, because the average girl is much slimmer. And in turn, looks healthier, curvier (it's slim waists that make curves look good, not big tits and hips)... simply more feminine.

      When the eastern European women were bad, they were real bad, but the average girl was just so much more attractive than the average girl you'd see further west. And the hotties, well, they were much more common place.

      Yeah, blokes in the west turn a blind eye to "muffin tops" (and much worse), but that's only because if we didn't we wouldn't ever get any, because there are so few girls who aren't carrying too much!

      And from a quick look through your old posts, if you have gone from a 42" to a 36" waist, and you perceive that as skinny (or people around you perceive that as skinny), then it is you and your circle of peers who has poor ability to judge what is overweight, or not.

    95. Re:Wrong by FireFlie · · Score: 1

      Makes you wonder why the American kids are considered overweight when the British ones are having multiple lunches a day.

      Smaller meals spaced out throughout the day?

    96. Re:Wrong by MORB · · Score: 1

      = avoids the clash with my eyes by littering the code with unnecessary noise versus :=, and in the context of most programming languages there's nothing that have the same definition as mathematics's equal sign anyway, so why refrain from using this convenient symbol for something else?

      Mathematics simply don't have a monopoly on the usage of the equal symbol.

    97. Re:Wrong by HeckRuler · · Score: 1

      Oh yeah, there's hardly any difference between California and Texas laws.

    98. Re:Wrong by stanlyb · · Score: 0

      The "C" language is not the answer of every question. Before that, and long after that, there will be MATH.

    99. Re:Wrong by betterunixthanunix · · Score: 1

      The real problem is that = is used for assignment; if := or == were used for assignment instead, then = would be fine for comparison. You cannot have = used for both assignment and comparison because in C, both assignments and comparisons return integers, and so this would be ambiguous:

      if(x = 3)

      Also, you want assignments to return values so you can do this: x = y = 3;

      --
      Palm trees and 8
    100. Re:Wrong by Phics · · Score: 1

      Where are you from, so that I can make up a ridiculous name for your nationality?

      Probably from Canada... definitely from somewhere in the America's though. I've met a lot of people who often get peeved that the US has decided that somehow they are Americans and others from countries in the Americas are not.

      --
      There are two types of people in the world; those who believe there are two types of people, and those who don't.
    101. Re:Wrong by nomorecwrd · · Score: 1

      Going as a tourist, in company of fatty fellow americans?

    102. Re:Wrong by CohibaVancouver · · Score: 3, Informative

      "x = 1" is only a legal BASIC statement in the first place because interpreters have been relaxed for programmers too lazy to use "Let".

      It's not really laziness. Mostly it's for historical reasons. My first computer (a TRS-80 model 1, "Level 1") had 4K of RAM. That's right, 4096 bytes. When you've got that little space for your BASIC programs, removing the requirement for "let" in your BASIC code freed up valuable bytes. (other similar shortcuts existed back in the day, such as "?" available as a replacement for "print".) ...and it wasn't just TRS-80s. Most computers of that era had similar restrictions. Today, space is virtually unlimited, but these legacy shortcuts remain.

      Now get off my lawn.

    103. Re:Wrong by Anonymous Coward · · Score: 0

      Where are you from, so that I can make up a ridiculous name for your nationality?

      Netherlands

    104. Re:Wrong by Anonymous Coward · · Score: 0

      Unfortunately, I was joking about the first part of my statement. Middle grade levels are most certainly NOT learning programming (in the US anyway).

      I live in one of the poorest states in the union and I had programming on an Apple II in Apple Basic (the kind burned into the ROM) in 6th grade.

    105. Re:Wrong by TheRaven64 · · Score: 2, Informative

      there are just as many overweight people there as in the US

      Did you actually count them? As a percentage of population? Some people did and there are a lot, but not as many. The figures are around 33% for the US, 22% for the UK being classified as obese. For men, obesity in the EU ranges from 10-27% of the population, depending on the country - all of them are lower than the 33% figure for men in the USA. It's slightly different for women, where the figure for the USA is 35%, while the EU ranges from 10-38%.

      So, there are a few countries in the EU where a higher percentage of he female population is obese than in the US, but no country where more men are obese.

      --
      I am TheRaven on Soylent News
    106. Re:Wrong by Anonymous Coward · · Score: 1, Insightful

      but...but...I'm not an Indianaian, I'm a Hoosier!

    107. Re:Wrong by Hognoxious · · Score: 2, Informative

      It would be a lot harder to type by accident when you really meant to type just one.

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    108. Re:Wrong by AGMW · · Score: 1

      And how about Economics, Politics, Aeronautics, and Quantum Mechanics?

      Let me recall the short colloquial forms of those subjects from my college days: Econ 101, PolySci 201, Aero 314, QM 411. Well, I don't see a single shortened plural here, so "Math 207" seems consistent to me.

      Well, yes, but then I've never heard anyone refer to "Economics" as "Econ", and we most certainly don't refer to it as "Econs" over here in jolly old Blighty, don't you know. We also don't add arbitrary numbers to the ends of abbreviations, as that seems somewhat perverse when trying to shorten a word for convenience.

      Math(s), on the other hand, has become a common abbreviation for Mathematics and, being a brit, it seems far more logical to use a "plural" sounding abbreviation for a "plural" sounding word, but, you know, vive la différence and all that. You say maths and I say math, let's call the whole thing off, what!

      Potato, Potato. Tomato, Tomato.
      Road, Pavement. Pavement, Sidewalk
      Tramp, Bum. Bum, Fanny. Fanny, ... actually I'm not sure if it get's referred to at all in the US? Camel Toe perhaps?

      Surely it is differences such as these that make travelling interesting?

      Anyway, I do find it grates when I hear "math" but I am trying to rise above it because it really doesn't matter.

      --
      Eclectic beats from Leeds, UK
      handmadehands.co.uk
    109. Re:Wrong by alvinrod · · Score: 1

      In some parts of the country, people either don't mind or prefer to be referred to as an inhabitant of their state. For example, most people from Texas would not take offense to be called a Texan; a person from California being called a Californian; a person from New York a cunt.

      \ducks

    110. Re:Wrong by Anonymous Coward · · Score: 1, Informative

      You might do something like this in C:

      [code]
      BOOL Status;

      if (Status = some_true_false_function())
      x++;
      return Status;
      [/code]

    111. Re:Wrong by JasterBobaMereel · · Score: 1

      The problem is that

            America is a continent
            US is the short name of several current countries (which are united states)

            You are Americans, but so are Canadians, Mexicans, Brazilians etc ...
            You are Citizens of the United States of American (or USA)

            But USAian is an Ugly name

      --
      Puteulanus fenestra mortis
    112. Re:Wrong by Anonymous Coward · · Score: 0

      Is there any really good reason for languages to even allow that? Whether := or == being able to assign values to variables within conditions is confusing and causes a slew of typo bugs that can be very hard to track down.

      Maybe I'm getting to be a grouchy old man, but some of these language decisions seem like obvious traps that add nothing of value. Java's decision to use = for "same object" instead of "equal values" is another good example. Was it really that hard to implement a default deep equality comparison?

    113. Re:Wrong by maxwell+demon · · Score: 2, Interesting

      Actually, originally in BASIC you had to write: "LET a=5" to set a to 5. However, BASIC implementations tried to reduce typing and allowed omitting the LET (I wonder how many people never new that LET actually existed). There were also other abbreviations like "?" for "PRINT" (that one always puzzled me: How could one get the idea to encode "PRINT" as "?", which is a sign which actually implies asking for something? The more logical way would have been to shorten "INPUT" to "?", and then maybe shorten "PRINT" to "!").

      --
      The Tao of math: The numbers you can count are not the real numbers.
    114. Re:Wrong by MORB · · Score: 1

      It is often convenient for various reasons in many programming languages to consider that an assignment is an expression (whose value is the value being assigned). Since equality is also an expression, it means both can be used interchangeably in the same places, so assignation and equality can't use the same symbol.

      Furthermore, assigning a value to a variable seems to happen mucn more often than comparisons, so assignment is the operation that gets the simpler =, whereas comparison gets ==.
      I guess it's a matter of habit, using = for assignation and == for equality is a rather ubiquitous convention shared by a lot of today's popular languages.

    115. Re:Wrong by CasperIV · · Score: 3, Informative

      If you consider North America and South America one continent, your opinion is automatically invalid.

    116. Re:Wrong by Anonymous Coward · · Score: 0

      If anyone student was involved enough with programming to confuse = with ==, then they certainly wouldn't make a mistake like 4+3+2=(9)+2=11.

      I'm surprised nobody brought === up yet.

    117. Re:Wrong by commodore64_love · · Score: 4, Insightful

      Back then (80s) programming was the only way to use the TRS-80s and Apple IIs the schools gave us. Today? You just need to learn how to turn them on and click an icon, and so programming is no longer considered necessary unless you're going into a CSE major.

      BTW:

      I see a problem with the problem in the summary: 4+3+2=( )+2 is not the way math questions are typically phrased. In my experiences these problems usually looked like this: "4+3+2 = __+2 ; Fill in the blank." The instructions were explicit so students did not need to guess the teacher's desired result.

      I don't like teachers that think writing confusing tests (aka trick questions) is any test of student ability. It's more a demonstration of the test-writer's lack of communication skills.

      --
      "I disapprove of what you say, but I will defend to the death your right to say it." - historian Evelyn Beatrice Hall
    118. Re:Wrong by ralfmuschall · · Score: 1

      Of course not. In a sane language. there *is* no such thing as assignment.

    119. Re:Wrong by DarrenR114 · · Score: 1

      Reading your post, I got to "ematic" and thought it was some language term for a word fragment that I didn't know, until I realized it WAS the word fragment.

      Slashdot reading in the early morning is hard.

      Shouldn't that be Slashdot *readings* in the early morning is hard? ;)

      --
      Been there, Done that, Sold the t-shirt to the next idiot in line
    120. Re:Wrong by maxwell+demon · · Score: 1

      I've once heard that originally Pascal used an arrow to the left (i.e. a single arrow character, not <-) for assignment, but that got changed because ASCII didn't have the arrow.

      --
      The Tao of math: The numbers you can count are not the real numbers.
    121. Re:Wrong by VGPowerlord · · Score: 1

      Except that name is a lot more accurate than "American". Douchebags think they own the whole continents.

      And technically, UKians is more accurate than British*. Your point being?

      * Because the country's common name is the United Kingdom.

      --
      GLaDOS for President 2016! "Well here we are again. It's always such a pleasure." -- GLaDOS, 2011
    122. Re:Wrong by ultranova · · Score: 1

      Similarly, people are Scottish or Welsh, and not United Kingdomian.

      Most people just call them all British.

      --

      Forget magic. Any technology distinguishable from divine power is insufficiently advanced.

    123. Re:Wrong by Anne+Thwacks · · Score: 1
      - can we leave it at that?

      No: we really must have "Ireland for the Irish" and Peckham for the Peckish"

      --
      Sent from my ASR33 using ASCII
    124. Re:Wrong by Anonymous Coward · · Score: 0

      It's not recess, it's break or breaktime.

    125. Re:Wrong by M.+Baranczak · · Score: 1

      Actually, that's the Java solution, C# just copied it (and I'm not even sure that Java was the first one to do it that way.)

      By the way: "if (x = y)" is perfectly legal Java/C# syntax when x and y are booleans. So it's better than C, but still not a perfect solution.

    126. Re:Wrong by squizzar · · Score: 3, Informative

      As Franky Boyle put it: "Who else could 'Scotch' an egg. Let's take an egg, cover it in meat and batter it!" That and the deep fried mars bar may explain some of the problem..

    127. Re:Wrong by dyingtolive · · Score: 1

      Well, I never said it was a GOOD means of dealing with it. Personally, I'd love to just see the country name changed. Perhaps the Moral Corporations of Oligarchia.

      --
      Support the EFF and Creative Commons. The war is coming, and they're supporting you...
    128. Re:Wrong by TheRaven64 · · Score: 1

      I like the arrow <- for assignment, so you write A <- 3 to assign the value of 3 to A. Using = really confuses people when they come to a language like Prolog, where = means (more or less) the same thing that it means in mathematics. I think the point of using := was that it looks like an arrow - I've seen a couple of pretty-printers that actually replace := with a left arrow.

      --
      I am TheRaven on Soylent News
    129. Re:Wrong by IICV · · Score: 1

      I believe it is because you use assignment far more than equality, so they made the more common case easier to type.

    130. Re:Wrong by mcgrew · · Score: 1

      frankly, the most surprising thing about this is that the problem isn't worse than reported

      No kidding. From TFS: "The problem is students memorize procedures without fully understanding the mathematics". They really don't explain ANYTHING, it's all just rote memorization. If I hadn't read at a sixth grade level in the first grade I'd never have learned anything (thank you, public library), and in fact never learned anything in school until I reached college.

    131. Re:Wrong by dyingtolive · · Score: 1

      Thanks Dogbert, that made me chuckle.

      --
      Support the EFF and Creative Commons. The war is coming, and they're supporting you...
    132. Re:Wrong by Anonymous Coward · · Score: 0

      It has nothing to do with proper form or anything like that.. it just simpler from the compiler point of view to deal with another symbol then have it determine the meaning from context of the statement.

    133. Re:Wrong by Anonymous Coward · · Score: 0

      I am so SICK of that stereotype.

      Stop being so fat then!

      Having been all over Europe in the last two years, there are just as many overweight people there as in the US. Possibly more on a per capita basis from what I saw.

      See page 10:
      http://policy.rutgers.edu/faculty/pucher/JPAH08.pdf

      And Scotland? Holy crap!

      Not in that particular study unfortunately. But this one puts it at about 22%, the same as the UK (and 50% lower than the US).
      http://www.scotpho.org.uk/home/Publications/scotphoreports/pub_obesityinscotland.asp

    134. Re:Wrong by ceoyoyo · · Score: 1

      Precedent says assignment is :=. C programmers are lazy and didn't want to have to hit a different key.

    135. Re:Wrong by TapeCutter · · Score: 1

      "Why would I want to do an assignment in an if statement"

      Because you can assign a variable and check for an error in a single statement, eg...
      if (NULL == (p = somefunction()))

      "I spend most of my time tearing my hair out at bugs"

      You can eliminate a lot of == vs = bugs simply by putting the error constant on the left since assigning anything to a constant is a syntax error.

      "I'm sure there are good reasons for it that make sense to proper programmers, but personally I'd like to give whoever came up with this syntax a kick in the bollocks."

      Proper programmers think that C is the definition of elegance. If you have never read K&R do yourself a favour and order a copy now. To miss out on such a classic text is akin to punching yourself in the bollocks.

      --
      And did you exchange a walk on part in the war for a lead role in a cage? - Pink Floyd.
    136. Re:Wrong by mike2R · · Score: 1

      I'm sure you are right, although I can't claim to really understand. Are there really uses which couldn't be achieved just by using an extra line of code - which also normally has the advantage of being easier to read?
      ,br> No doubt there are... but I'm unable to break my early habits of using = for comparison, and it drives me up the wall any time I try to code something :)

      --
      This sig all sigs devours
    137. Re:Wrong by arb+phd+slp · · Score: 1

      P.S. concerning your sig, shouldn't it be "sudo someone go find it"?

      I'm going to go fix that right now. :)

      --
      There's a perfect xkcd for my sig but I'm too lazy to look it up. sudo someone go find it.
    138. Re:Wrong by jackbird · · Score: 1

      I'm not a C coder, but dabble in OO scripting languages with distinct assignment/comprison operators, and I'm wondering why

      BOOL Status;

      if Status == (some_true_false_function())
      x++;
      return Status;
      Wouldn't work just as well.

    139. Re:Wrong by Anonymous Coward · · Score: 0

      You are obviously a programmer. Mathematically speaking, = means "is equal to" or "equality" and can either be an assignment or a statement depending on the context. An assignment would be, for example, let X = Y. Whereas a statement would be, for example, then X = Y. In programming, == is a binary operation, i.e. if one side is equal to the other then return true. In mathematics there is also an = sign with an additional bar beneath it, sort of like a triple lined equal sign. This symbol means "equal by definition", or sometimes "is congruent to".

    140. Re:Wrong by delinear · · Score: 1

      And yet the statistics suggest it's not a stereotype but that it's a fact. Of course, the figures tend to be for entire countries or regions, it's more than possible that you live in an area of the states with lower than average obesity or that the places you visited had higher than average obesity rates than the rest of those countries, but overall the world is generally getting fatter and North America still tops the scales.

    141. Re:Wrong by Anonymous Coward · · Score: 0

      hey phobos512! u fat! u fat! u fat!

    142. Re:Wrong by delinear · · Score: 1

      I've never heard the term "United Kingdomian" but plenty of people use the term "Brit" to indicate someone from the UK.

    143. Re:Wrong by Antisyzygy · · Score: 1

      In the US we do study Mathematics. However when we do math, we aren't doing several of it.

      --
      That brings me to an interesting point, / . is just "the ramblings of socially-inept, technology-literate news-mongers".
    144. Re:Wrong by DarrenR114 · · Score: 1

      That's not what = means. = is ASSIGNMENT. They're looking for ==.

      Much as I know you're joking, I'd really love to get rid of this bane that C has brought upon us. Many previous languages used := to mean assignment, hence avoiding the clash with the mathematically well defined = symbol.

      You'd prefer something like '' to indicate 'logical equality' then?
      That's more similar to the actual symbol used. But then that's not so easy to type as '=='.
      http://en.academic.ru/dic.nsf/enwiki/145316

      In programming languages older than Algol (from which Pascal was derived) such as FORTRAN, the single '=' was good enough to designate both variable assignment AND logical equality.

      It was your precious Pascal (along with Algol) that muddied the waters.

      --
      Been there, Done that, Sold the t-shirt to the next idiot in line
    145. Re:Wrong by Anonymous Coward · · Score: 0
      If you are going to be that pedantic about names:
      1. It isn't "the United Kingdom", it is "the United Kingdom of Great Britain and Northern Ireland"
      2. The UK isn't a country, it is a soverign state. England (English), Scotland (Scottish), Wales (Welsh) and Northern Ireland (Northern Irish) are the countries.
    146. Re:Wrong by Lumpy · · Score: 1

      grad-di-du-dated pub lick Hi Skool Cume Laude, Summa Cume laude in undergraduate college and just regular old normal graduate in grad school.

      Granted I went to a Engineering and Science School. I discovered that the English majors had a harder time making friends because of their tendency to berate people.

      --
      Do not look at laser with remaining good eye.
    147. Re:Wrong by Just+Some+Guy · · Score: 1

      Why would I want to do an assignment in an if statement or a loop condition check anyway?

      Look at it this way: do you really want to have context-sensitive syntax so that expressions in one location have a different effect than expressions in another?

      Someone mentioned the case of if(result=function()) {do_something();}. I wouldn't want to depend on a language where result=function() is a test or an assignment depending on how you're using it. On top of confusing humans, that also requires a more complex, context-sensitive parser. When C was written, that extra complexity would have been reason enough alone to skip it.

      --
      Dewey, what part of this looks like authorities should be involved?
    148. Re:Wrong by DarrenR114 · · Score: 1

      That's not what = means. = is ASSIGNMENT. They're looking for ==.

      Much as I know you're joking, I'd really love to get rid of this bane that C has brought upon us. Many previous languages used := to mean assignment, hence avoiding the clash with the mathematically well defined = symbol.

      You'd prefer something like '<=>' to indicate 'logical equality' then?
      That's more similar to the actual symbol used. But then that's not so easy to type as '=='.
      http://en.academic.ru/dic.nsf/enwiki/145316

      In programming languages older than Algol (from which Pascal was derived) such as FORTRAN, the single '=' was good enough to designate both variable assignment AND logical equality.

      It was your precious Pascal (along with Algol) that muddied the waters.

      --
      Been there, Done that, Sold the t-shirt to the next idiot in line
    149. Re:Wrong by Antisyzygy · · Score: 1

      Because the Atlantic ocean is obviously on the same magnitude as a pond, the British always refer to it as "the pond".

      --
      That brings me to an interesting point, / . is just "the ramblings of socially-inept, technology-literate news-mongers".
    150. Re:Wrong by dwinks616 · · Score: 1

      Except Scotland and Wales and so forth, at one time, were actual sovereign countries. There was never a point where Florida existed as it's own country.

    151. Re:Wrong by uglyduckling · · Score: 1

      It's standard in British English to do the contractions this way. E.g.:

      Mathematics -> Maths

      Paediatrics -> Paeds

      Statistics -> Stats

      Obstetrics -> Obs

    152. Re:Wrong by Anonymous Coward · · Score: 0

      "Reading is hard. Let's go shopping!"

    153. Re:Wrong by uglyduckling · · Score: 1

      Wouldn't it be even more efficient to shorten it to "ma" ?

    154. Re:Wrong by AGMW · · Score: 1

      .. and if I didn't do the class again I would have been struggling threw out college.

      Chuckles

      --
      Eclectic beats from Leeds, UK
      handmadehands.co.uk
    155. Re:Wrong by Anonymous Coward · · Score: 1, Funny

      While data is a collection of distinct and discrete ... ummm ... things,

      I believe the word you are looking for is datum.

    156. Re:Wrong by cparker15 · · Score: 1

      Then why don't you say "Math's", since you're cutting out a piece in the middle of the word in order to abbreviate it?

      http://en.wikipedia.org/wiki/Apostrophe#Apostrophe_showing_omission

      --
      Have you driven a fnord... lately?

      You must wait a little bit before using this resource; please try again later.

    157. Re:Wrong by Anonymous Coward · · Score: 0

      Calculus, algebra, trigonometry, geometry, probability, statistics, etc.

    158. Re:Wrong by plsander · · Score: 1

      Use APL much?

    159. Re:Wrong by Antisyzygy · · Score: 1

      Here in the states we refer to ourselves in this fashion. I am originally a Montanan, I live in Texas with Texans, my wife is a New Yorker (this is a little ambiguous because this may mean from New York city). The rest of the world chooses to label us all as "American" because its human nature to be ignorant and group people into "us" and "them". If they actually took a tour of each state, they would find a few states they would realize have decent people that agree with them culturally.

      --
      That brings me to an interesting point, / . is just "the ramblings of socially-inept, technology-literate news-mongers".
    160. Re:Wrong by uglyduckling · · Score: 1

      Scottish and Welsh people are still British.

    161. Re:Wrong by Anonymous Coward · · Score: 0

      America - England

      Sports - Sport

      Hmmmmmmmm.

    162. Re:Wrong by Tassach · · Score: 1

      How many lifetimes have cumulatively been wasted because some tired programmer wrote "if (x = y) ..." and the compiler raised no objection? Let's be honest, C is the king of side-effects.


      $ cat test.c
      #include <stdio.h>

      int main (void) {
              int a = 1;
              int b = 2;
              if ( a = b ) {
                      printf("oops\n");
              }
              else {
                      printf("bingo\n");
              }
              return 0;
      }

      $ splint test.c
      Splint 3.1.2 --- 03 May 2009

      test.c: (in function main)
      test.c:6:7: Test expression for if is assignment expression: a = b
          The condition test is an assignment expression. Probably, you mean to use ==
          instead of =. If an assignment is intended, add an extra parentheses nesting
          (e.g., if ((a = b)) ...) to suppress this message. (Use -predassign to
          inhibit warning)
      test.c:6:7: Test expression for if not boolean, type int: a = b
          Test expression type is not boolean or int. (Use -predboolint to inhibit
          warning)

      Finished checking --- 2 code warnings

      I fail to see a problem here. Lint was invented in 1979. If you're coding in C and Lint (or one of it's decedents) isn't part of your build process, you're simply too stupid, lazy, or incompetent to be a C programmer.

      Lint may not be part of the compiler itself, but that's an intentional design decision, and fully in keeping with the Unix philosophy that a tool should do one thing only and do it well. Don't blame the compiler because you don't understand that it's only one piece of a larger tool chain. There are many legitimate things to complain about in C, but this is not one of them.

      --
      Why is it that the proponents of "one nation under God" are so eager to get rid of "liberty and justice for all"?
    163. Re:Wrong by hawguy · · Score: 1

      Unless you're doing a scientific survey, it may very well *appear* to be just as many overweight people in Europe, when you look at the numbers, the US is well in the lead.

      Here are the top 5 leaders (losers?) in Obesity:

      1. 1 United States: 30.6%
      2. 2 Mexico: 24.2%
      3. 3 United Kingdom: 23%
      4. 4 Slovakia: 22.4%
      5. 5 Greece: 21.9%

      The full list is here

      So, unless you're actually counting people, it may be hard to see the difference between the 23% in the UK and the 30% in the US, but still it's a large difference.

    164. Re:Wrong by Anonymous Coward · · Score: 0
      Oh, give it a break.

      I'm an average programmer with a subpar intelligence and a sloppy hand, and I never did *that* mistake in my 10 years of programming in C.

      The problem is with people that first learned Pascal or similar, had to switch then to the "inferior" C, and never bothered to learn it properly because of their prejudices.

      When you learn a language, you first hammer its syntax rules into your head, and just like with learning a different human language, you don't rely at any point on your "intuition" to guess it by error and trial.

    165. Re:Wrong by mcgrew · · Score: 1

      * Woosh! * (that goes for the moderators, too). Gees, I thought it was just fat women who were so self-conscious about their obesity? I don't know how many fatasses there are in Europe, but there sure are a lot of them in Illinois.

    166. Re:Wrong by Ponga · · Score: 1

      ...From TFS...

      Ya, hold on. I've been away for a while but, ain't it "From the TFA"??

    167. Re:Wrong by Anonymous Coward · · Score: 0

      Oh come on! The whole world knows what the one mathematic studied in the US is. It is:

      U + S + A = #1

      Everything else after that is just fluff.

    168. Re:Wrong by simplypeachy · · Score: 1

      Maybe your TRS-80 should have tokenized keywords to conserve memory.

      In my day file editors converted all characters into a series of smiley faces to conserve precious memory, depending on the file type.

      BBC BASIC made me smiley face smiley face undecided face unhappy face smiley face sticking-out-tongue smiley face.

    169. Re:Wrong by Korin43 · · Score: 1

      Or because the alternative, "United States of Americans" sounds too pretentious.

    170. Re:Wrong by blue_teeth · · Score: 1

      I am glad you said "Mathematics", not Maths or Math. My English Language teacher in college always corrected us not to short-form sciences..like maths, bio etc.

       

    171. Re:Wrong by TheRaven64 · · Score: 1

      No, I don't have the right keyboard for it (or do much work on problems where it would be the right tool for the job), but I think APL and the Notation as a Tool for Thought Turing Award lecture should be required study for anyone designing a programming language.

      --
      I am TheRaven on Soylent News
    172. Re:Wrong by Sulphur · · Score: 2, Funny

      That depends on the meaning of *is*.

    173. Re:Wrong by rcuhljr · · Score: 1

      Well, yes, but then I've never heard anyone refer to "Economics" as "Econ",

      Er.. what? I went to an engineering school and it was incredibly common to hear someone say "I'm late for Econ." or "I've got an Econ paper to work on this weekend." Politics was polysci and Thermodynamics was therm or thermal. About the only thing that got abbreviated and kept its 's' was conservation and accounting principles -> conaps, which is probably an exception because the class sucked so much. /fistshake http://www.rose-hulman.edu/~richards/courses/es201/index.htm/

    174. Re:Wrong by adonoman · · Score: 3, Informative

      It's not a stereotype when it's true - yes there are fat people everywhere and thin people everywhere, but the US has more than 30% of their population obese. In the UK it's 22%. Italy, Austria and France are at around 10%. Up here in Canada we're hardly better than the US, and Mexico is nearly as bad. North America definitively holds the title for most obese continent, hands down.

    175. Re:Wrong by TheTrueScotsman · · Score: 2, Interesting

      Give me a break. It's nice to shout at the 80s and everything, but 90% of what C was used then for has being replaced by a language which does treat that as an error - Java. For the other 10%, modern C++ compilers will surely give a warning in this case.

    176. Re:Wrong by Quirkz · · Score: 1

      I'm right there with you. I make this mistake all the time. Probably my most frequent programming error, besides leaving out a trailing semicolon here and there.

    177. Re:Wrong by Ash+Vince · · Score: 1

      When English learned French, it really drifted away from German.

      Wow, nice to someone knows their languages. Touche sir.

      --
      I dont read /. to RTFA, I read /. to offend people in ignorance.
    178. Re:Wrong by Anonymous Coward · · Score: 1, Insightful

      The problem is that

                              America is a continent

      Except... It isn't. At least not on any globe I've ever seen. Not anymore than "Dakota" or "Carolina" is a state.

      Of course, you Europeans love playing games with the names of large land masses to further your own ends. It was you racist honky bastards that decided "Europe" was a continent instead of what it actually is, a part of Asia. But, you couldn't bear your pure white homeland to be infringed by the dirty dark skinned peoples could you you racist piece of detritus? You cracker motherfuckers have something coming and when Islam takes over, we're going to be coming to give it to you.

      Captcha: tribute

      Imagine that.

    179. Re:Wrong by Abcd1234 · · Score: 1

      Much as I know you're joking, I'd really love to get rid of this bane that C has brought upon us. Many previous languages used := to mean assignment, hence avoiding the clash with the mathematically well defined = symbol.

      I really don't think things are that clear. The problem, I think, is that it's the field of *mathematics* that's guilty of overloading the definition of '='. For example, when I write:

      let a = 2
      let b = 3

      z = a * b

      Those let expressions define what a and b represent. They are, in essence, variable assignments. What they are saying is "the symbol named 'X' has the value 'Y'". That sounds like assignment to me.

      But it's also used when performing comparisons. When we ask the question "Is x = y?", we are implicitly performing a logical operation..

      So, TBH, I don't think there is a right answer, here, as you can interpret '=' to be either variable assignment or logical comparison, depending on the context.

      And as an aside, its interesting to note that Haskell, probably one of the most mathematically inspired languages in common use today, uses '=' for 'assignment' (technically it's symbol binding, but nevertheless...):

      f :: Int -> Int
      f a = a * 2

      And '==' for comparison:

      f :: Int -> Bool
      f a = a == 2

    180. Re:Wrong by AltairDusk · · Score: 1

      Since you obviously haven't read the FAQ: Slashdot is US-centric. Regardless of what you think our nationality is in the USA the proper term is American.

    181. Re:Wrong by Tassach · · Score: 1

      I should amend the preceding to say regardless of what language you're programming in, if you're not consistently using a static and/or dynamic code checker to identify potential problems in your code, you're wasting your time, not to mention your employer and/or client's money.

      --
      Why is it that the proponents of "one nation under God" are so eager to get rid of "liberty and justice for all"?
    182. Re:Wrong by nomadic · · Score: 5, Funny

      Most people just call them all British.

      Or pasty white crumpet monkeys.

    183. Re:Wrong by budgenator · · Score: 1

      BASIC was designed in 1964, well before the computers you mentioned, '64 is punched card era and magnetic core memory.

      --
      Apocalypse Cancelled, Sorry, No Ticket Refunds
    184. Re:Wrong by mcgrew · · Score: 1

      "Math" is short for "mathematics".

    185. Re:Wrong by nabsltd · · Score: 1

      Maybe your TRS-80 should have tokenized keywords to conserve memory.

      It did, but it still saves a lot of memory to allow "LET" to be optional, considering that assignment statements are one of the most often used.

      Similarly, "THEN" was optional if there was no "ELSE".

    186. Re:Wrong by Nursie · · Score: 2, Interesting

      That's a bit of a strong statement.

      I don't want to pretend I'm some godlike C programmer, but competent coding and a simple review process catches this stuff pretty easily. And sometimes that there if(a=b) is exactly what you mean.

      Can't think of any situations off hand, but I'm sure there have been some.

    187. Re:Wrong by Daetrin · · Score: 1

      Queen's English: "Aerosmith are playing Wembley Stadium."
      U.S. English: "Aerosmith is playing the Verizon Center."

      Wow, i now have an image in my head of a giant rock star strumming an amphitheater, or perhaps banging on it with some giant drum sticks. I've always heard it as "Aerosmith is playing at the Verizon Center," so there are more differences in the language at play than just those from skipping across the pond :)

      --
      This Space Intentionally Left Blank
    188. Re:Wrong by beelsebob · · Score: 1

      Because the C snippit he posted both assigned status to the result of some_true_false_function(), and then checked the value that was assigned, while yours compares the result with status.

    189. Re:Wrong by Anonymous Coward · · Score: 1, Informative

      "Maybe your TRS-80 should have tokenized keywords to conserve memory."

      In fact, it did.

    190. Re:Wrong by Anonymous Coward · · Score: 0

      Ducksapond in a pond?

    191. Re:Wrong by maxwell+demon · · Score: 1

      Well, there exists an integer x for which x = the number of ducks a pond in a given pond.

      I doubt that. What about the duck which just half left the pond?

      --
      The Tao of math: The numbers you can count are not the real numbers.
    192. Re:Wrong by Anonymous Coward · · Score: 0

      My point being that it also applies to them, of course, what did you think I'd say?

    193. Re:Wrong by troll8901 · · Score: 1

      I do Visual Basic programming as part of my job.

      The practical reason has nothing to do with "why would I want an assignment in an IF check". To me, ambiguities like this (even when correctly detectable) is a opportunity to introduce subtle bugs in the code.

      I want to specify what I want by using explicit operators, strongly-typed variables, and so forth. And let the parser find my subtle bugs (that fails syntax rules) and highlight them to me.

      I want to spend my time coding and correcting obvious bugs. I don't want to waste time hunting for subtle bugs due to ambiguity (even for this one). My workload is high as it is even without bugs.

    194. Re:Wrong by d3jake · · Score: 1

      That's a very interesting point. The USA is so large and diverse that referring to someone by nationality, although correct, isn't quite as exact as it could be. I'm reminded of how in Star Trek every planet has a single language\physical characteristics, etc. In comparison, within Germany, there are many distinct dialects, due to language alone.

    195. Re:Wrong by spike+hay · · Score: 1

      'Maths' is short for:
      Mathematical
      Anti
      Telharsic
      Halfatum
      Septomin

      --
      If you don't understand any of my sayings, come to me in private and I shall take you in my German mouth.
    196. Re:Wrong by Anonymous Coward · · Score: 0

      C? Try Fortran - much older. But, you're right, the use of = to mean assignment has been an abomination since the earliest days of computing.

    197. Re:Wrong by painandgreed · · Score: 2, Insightful

      Actually, people should be identified by their state--Texan, New Yorker, Floridian, etc. It's not the United State of America, it's the United States of America--indicating that each one has a level of sovereignty, and people should be identified by that smaller area. Similarly, people are Scottish or Welsh, and not United Kingdomian.

      This used to be the norm, but I think our civil war put pat to that idea as the nation become more important than the individual states. Even then, which one would it be? My state of birth? The one I grew up and was socialized in. And if more than one, which? The current state of residence? The last one I paid taxes in? I'd bet most people move from state to state at least once in their life and often more due to schooling and work. I suppose mine would be Washingtonian as that's where I live, although I prefer the term Okie as I grew up in Oklahoma and left never to return (where people who still live there are Oklahomans).

    198. Re:Wrong by Anonymous Coward · · Score: 0

      Not to worry.

      This will all be solved by more rules from the Department of Education, increased Federal Expenditure, stronger Teachers Unions, paying teachers more, and hiring more and better paid administrators.

      It is just a temporary problem, if the study is in fact real and not flawed.

    199. Re:Wrong by prichardson · · Score: 1

      Actually, data isn't a collective noun like Aerosmith. Aerosmith isn't the plural of anything, but data is the plural of datum. Saying "the data is..." is simply inconsistent. I would say incorrect, but everyone over here does it. The language evolves I guess.

      --
      Help I'm a rock.
    200. Re:Wrong by Anonymous Coward · · Score: 0

      The only intuitive interface is the nipple. Everything else is learned.

    201. Re:Wrong by Anonymous Coward · · Score: 0

      It's not a country, it's a Federation of States.

    202. Re:Wrong by Anonymous Coward · · Score: 0

      Meh, it is more fun to just call them all British and use the steam that comes out the Scottish and Welsh ears to power a generator.

    203. Re:Wrong by alexo · · Score: 1

      For most things in life whatever is more "natural" for you often depends on what you were brought up with/trained on.

      The only natural interface is the nipple, everything else has a learning curve.

    204. Re:Wrong by BungaDunga · · Score: 1

      I have a soft spot for Logo, it was my first programming language. It's a great learning language, it caught my imagination pretty much immediately.

    205. Re:Wrong by Anonymous Coward · · Score: 0

      You must be a quiche eater.

    206. Re:Wrong by Anonymous Coward · · Score: 0

      Actually, people should be identified by their state--Texan, New Yorker, Floridian, etc. It's not the United State of America, it's the United States of America--indicating that each one has a level of sovereignty, and people should be identified by that smaller area.

      Similarly, people are Scottish or Welsh, and not United Kingdomian.

      Which is why they're referred to as American and British, even though neither is entirely accurate. Both refer to the land mass they reside upon, not the political entity currently ruling there.

    207. Re:Wrong by jpate · · Score: 1

      In perl, the construct:
      while(<>) { # do stuff }
      is the usual way to read something in from STDIN. It's an abbreviation of:
      while( $_ = readline *STDIN ) { # do stuff }
      Which continues the loop until readline fails, which happens at the end of STDIN.

    208. Re:Wrong by wsanders · · Score: 1

      Heck, I've been using Perl for 20+ years and I'm still confused by what '=' means. For all I know it's been overloaded into the equalsignderefpointeraddinstantiationer operator.

      --
      Give a man a fish and you have fed him for today. Teach a man to fish, and he'll say "WHERE'S MY FISH, YOU IDIOT?"
    209. Re:Wrong by Anonymous Coward · · Score: 0

      And Scotland? Holy crap!

      Scotland only has 6 million people TOPS....

      there are probably more fat fuckers PER CITY in the states than the entirety of Scotland.

      at this time of year in Edinburgh we cannot move on the streets due to fat fuckin americans EVERYWHERE

    210. Re:Wrong by gmuslera · · Score: 2, Informative

      There is a lot of United States of ..., and usually the country is known as the last part (i.e the official full name of Mexico is basically United States of Mexico). Could be discussed if there is right to "own" the continents with that pick of a name, but by the time the name was picked there was the only "united states" of the continent. There are more geographic related country names, i.e. Uruguay (first example that came to my mind because i live there :), South Africa and a lot more, that seem to claim ownership over something that they don't own.

    211. Re:Wrong by marcosdumay · · Score: 1

      Guessing things based on context makes the life of the compiler much harder, and if the compiler has a hard time understanding your code, you'll have a hard time understanding what the compiler will output once it sees your code. All those aparently harmless simplifications lead to horrendous corner cases down the road. On this case, the worst problem isn't with the if(a=b) that could be defined to have a single meaning, just try writting:
      boll b = c = false;
      bool a = b == c;
      with your syntax.

    212. Re:Wrong by oldmac31310 · · Score: 2, Insightful

      Maths is awkward? Math's is just plain bonkers. How did you arrive at that abomination?

      --
      http://www.acetonestudio.com
    213. Re:Wrong by steelfood · · Score: 1

      Yeah, but they could also be British.

      --
      "If a nation expects to be ignorant and free in a state of civilization, it expects what never was and never will be."
    214. Re:Wrong by Pax681 · · Score: 1

      Similarly, people are Scottish or Welsh, and not United Kingdomian.

      too right bud, I personally consider myself Scottish and not british..

    215. Re:Wrong by Tassach · · Score: 1

      First, C != C++. They're different languages. C++ started life as a preprocessor that created C code, but that was 20+ years ago. It's evolved beyond that now.

      Second, I hope you're joking about Java being a replacement for C. Granted, there are a lot of things written in C and C++ that shouldn't have been, but there are a lot of things getting written in Java that shouldn't be, either.

      Personally, I don't see any point for Java. It's a horrible language that's failed to live up to it's promises of "write once, run anywhere" and making it easy to write reusable code. Languages like Ruby, Python, and Perl actually succeed in this goal. Java is too low-level for rapid development / prototyping and too high-level and abstracted to use for systems level or high-performance work.

      --
      Why is it that the proponents of "one nation under God" are so eager to get rid of "liberty and justice for all"?
    216. Re:Wrong by Anonymous Coward · · Score: 0

      GHOTI spells fish, as F. Bacon told us.
      GH=F as in enouGH
      O=I as in wOmen
      TI=sh as in internaTIonal
      So you see, engrish has been logical for at least since mr Bacon.

    217. Re:Wrong by Ardeaem · · Score: 1

      This is a dialectical thing about American English. We use singular verb inflections with collective nouns.
      Queen's English: "Aerosmith are playing Wembley Stadium."
      U.S. English: "Aerosmith is playing the Verizon Center."

      My English: "What? Aerosmith? They're still alive?"

    218. Re:Wrong by Anonymous Coward · · Score: 0

      In most of the world we study Mathematics. I didn't realise that there was only one Mathematic studied in the US.

      This is a dialectical thing about American English. We use singular verb inflections with collective nouns.
      Queen's English: "Aerosmith are playing Wembley Stadium."
      U.S. English: "Aerosmith is playing the Verizon Center."
      This is why you hear "the data is" over here.

      You mean:
      Queen's English: "Aerosmith are playing in Wembley Stadium."
      U.S. English: "Aerosmith is playing the Verizon Center."

      In every day english (as in UK) playing wembley stadium would imply playing a song called wembley stadium...

    219. Re:Wrong by Anonymous Coward · · Score: 0

      The "collective noun" business is nuts.

      This (alleged) style would have you say one minute: "Stanford is in California", and "Stanford are in the Rose Bowl" the next.

      Subject-verb agreement ought to depend upon a noun's form, not on its semantics!

    220. Re:Wrong by Haxamanish · · Score: 1

      That would be fucking awful to type compared to = and ==, though. Glad they didn't do that, it'd be so dumb.

      How is having to type := and = awful compared to typing = and == ?

      a := a + 1 and a = a make a lot more sense than a = a + 1 and a == a, because it is in accordance with how we have been using = for centuries.

    221. Re:Wrong by orgelspieler · · Score: 2, Informative

      Similarly, people are Scottish or Welsh, and not United Kingdomian.

      Most people just call them all British.

      Just don't call a Scot "English," or you'll likely start a fight.

    222. Re:Wrong by ObsessiveMathsFreak · · Score: 1

      Aerosmith isn't the plural of anything, but data is the plural of datum. Saying "the data is..." is simply inconsistent.

      English? Consistent?

      I was/am/will be
      You were/are/will be
      He/She was/is/will be
      They were/are/will be
      We were/are/will be

      --
      May the Maths Be with you!
    223. Re:Wrong by spiffmastercow · · Score: 1

      use the floor function

    224. Re:Wrong by Ardeaem · · Score: 1

      Actually, data isn't a collective noun like Aerosmith. Aerosmith isn't the plural of anything, but data is the plural of datum.

      This made sense when we could only talk about "pieces" of data, like samples from a population, or individual measurements. Since the early 20th century, "data" has changed in meaning, due to information technology. Consider, for example, a streaming video. We agree that the 0s and 1s are data; but what piece of this would we call a "datum"? An individual 0 or 1? A single frame? A single TCP packet? The metaphor of the collective noun, water, is much more apt for what we consider data today. Hence, we think of data as a "stream" carried by "pipes" (tubes, if you will) than pieces which have independent meaning. The word "datum" doesn't have much of a role in modern times.

    225. Re:Wrong by Anonymous Coward · · Score: 0

      Umbilical cord?

    226. Re:Wrong by Anonymous Coward · · Score: 0

      " heesh"

      Oh look, I left out an 's' too. So sue me.

    227. Re:Wrong by Anonymous Coward · · Score: 0

      No they are not United Kingdomian - they are European. America is the continent. The country known as the 'USA' has no name. It is an acronym for United States of America.

      That means that Mexicans and Canadians are American too.

    228. Re:Wrong by Vintermann · · Score: 1

      Lint? Oh yeah, I tried Lint once.


      void main() {
            printf("Hello world!");
      }

      $ lint
      error - main should return int

      Heh, :-)


      int main() {
            printf("Hello world!");
      }

      $ lint
      error - falls of end of main method

      Well, :-]


      int main() {
            printf("Hello world!");
            exit(0)
      }

      $ lint
      error - function main does not have return statement

      Grr? :-/


      int main() {
            printf("Hello world!");
            exit(0);
            return 0;
      }

      $ lint
      error - unreachable code

      FFFFFFFFFFFFFFFFFUUUUUUUUUUUUUUUUUUU

      --
      xkcd is not in the sudoers file. This incident will be reported.
    229. Re:Wrong by mike2R · · Score: 1

      I want to specify what I want by using explicit operators, strongly-typed variables, and so forth. And let the parser find my subtle bugs (that fails syntax rules) and highlight them to me.

      I'm completely with you on that. I loved Pascal when I was at school for exactly this reason. When I made a typo, nine times out of ten the compiler would catch it. This is specifically why I hate this issue. Because it doesn't cause a syntax error, I've got a random problem that I'll spot at some later point and have to trace back. If I notice it at all.

      I do appreciate your point about ambiguity though. I'm starting to think that those people above suggesting that assignment could be := have a point. It isn't that I necessarily don't want comparison to be == , it is just that having the typo I most commonly make be syntacticaly correct is really really annoying :)

      --
      This sig all sigs devours
    230. Re:Wrong by urusan · · Score: 1

      I've lived in California roughly half my life and Tennessee for the other half. I was born in California and culturally I'm closer to Californian (except politically), but I live in Tennessee right now and have lived here slightly longer. My family is spread across both states. Does that make me a Californian or a Tennessean?

      Also, I'm graduating soon and I plan on moving to wherever the work is, which could be somewhere completely new like New York, Texas, Washington, Colorado, or Washington DC (which isn't even a state). Will I suddenly become a new-state-ian when I move there?

      You may be Scottish or English, but you're all British.

    231. Re:Wrong by Anonymous Coward · · Score: 0

      The intention is clearer too compared to (foo = booboo). It might or might not be a typo. So the ambiguity is there.

    232. Re:Wrong by gfreeman · · Score: 2

      One or two people have noted that us Brits tend to understate things a wee bit.

      --
      Ceci n'est pas un sig.
    233. Re:Wrong by Anonymous Coward · · Score: 1, Informative

      That hasn't been true since the civil war. Get with the times.

    234. Re:Wrong by Anonymous Coward · · Score: 0

      Speaking of wrong, how about out of all of these posts no one has caught the fact that the equation given:
      4+3+2 = (9)+2 = 11
      should actually read 4+3+2 = (7)+2 = 9????

    235. Re:Wrong by mike2R · · Score: 1

      You can eliminate a lot of == vs = bugs simply by putting the error constant on the left since assigning anything to a constant is a syntax error.

      Thinking about it, that's a really good tip! Forcing myself to do this will not only throw an error when there is a constant in the comparison, it will make me think about this issue whenever I'm writing a comparison, which should make me less prone to making the typo in the first place. Thanks, I'll definitely try that.

      --
      This sig all sigs devours
    236. Re:Wrong by Tassach · · Score: 2, Informative

      That's a bit of a strong statement.

      I don't want to pretend I'm some godlike C programmer, but competent coding and a simple review process catches this stuff pretty easily.

      I wouldn't say I'm a godlike programmer either, but I've been doing it for a living for 22 years. I've learned a thing or two in that time and seen many times what happens when programmers don't follow best practices.

      In my experience competent programmers use all the automated tools at their disposal; exceptional ones find more things to automate.

      Running a static code checker a 10,000 line program takes less than a second and catches 100% of stupid errors. Reviewing the same program by hand takes hours and is significantly less than 100% effective. Wasting hours of your time doing something the computer could do better in under a second is extremely foolish and unprofessional -- in other words, it's a sign of incompetence. That time could be better spend checking things that automated tools CAN'T easily catch, like critiquing the high-level design, writing automated test cases, etc.

      If you don't consistently follow best practices, you're not a competent programmer. Considering that I've made a very lucrative career out of cleaning up other people's messes, I can say there's definitely no shortage of incompetent programmers working in the field.

      And sometimes that there if(a=b) is exactly what you mean.

      Can't think of any situations off hand, but I'm sure there have been some.

      If you had bothered to read the splint output, you'd have seen this:

      If an assignment is intended, add an extra parentheses nesting (e.g., if ((a = b)) ...) to suppress this message

      Reading is fundamental.

      --
      Why is it that the proponents of "one nation under God" are so eager to get rid of "liberty and justice for all"?
    237. Re:Wrong by Draek · · Score: 1

      And just to add insult to the injury, ':=' is *also* mathematically well defined as something very similar to an assignment already, check here, around the middle of the page.

      --
      No problem is insoluble in all conceivable circumstances.
    238. Re:Wrong by 0100010001010011 · · Score: 1

      Torque - Torques

    239. Re:Wrong by 0100010001010011 · · Score: 1

      heroine is an appetite suppressant.

      What do female superheros have to do with anything?

    240. Re:Wrong by dogmatixpsych · · Score: 1

      Technically "Aerosmith" is a single entity (of individuals) so it is not incorrect to say "is". This rule gets fuzzy when you have a group like The Beatles because then it sounds wrong to say "The Beatles is..." even though it is technically correct if you view a band as a single entity but incorrect if you view a band as a group of individuals. People say "data is" because they do not know the word "data" is plural. It's just like the misuse of alumni and criteria that also occur frequently.

    241. Re:Wrong by maxwell+demon · · Score: 1

      But then it's not x = the number of ducks a pond in a given pond, but x = floor(the number of ducks a pond in a given pond)

      --
      The Tao of math: The numbers you can count are not the real numbers.
    242. Re:Wrong by dogmatixpsych · · Score: 1

      Or, British (from Great Britain).

    243. Re:Wrong by CrazyJim1 · · Score: 1

      All symbols are not created =

    244. Re:Wrong by mjpaci · · Score: 1

      Ditto. My brothers and I took a class for kids at the local community college. We learned quite a bit -- the one class I clearly remember was when they were teaching us arrays. I think the computer we programmed on was a PDP11/70 running RSTS/E. Hell, I even remember the communal username (113,3) and password (Mercer).

      Wow. That was a long time ago.

      One of the problems I see is the use of standardized test and the only/overwhelmingly most important metric to "success" of a school. When that happens school becomes a year-long test prep class instead of an environment for learning. Solving problems using the cook-book method. Do the steps without understanding them.

    245. Re:Wrong by Moryath · · Score: 1

      You are operating under the assumption that programmers are sane.

      Though I agree. Trying to determine in a given language the difference between =, ==, !=, , =!, =>, Regular Expressions can also be a real pain in the butt, mostly because tracing bug caused by a single typo can take fucking FOREVER. It's like trying to learn to program in a new language while simultaneously finding out that your new language can only be coded in egyptian hieroglyphics.

    246. Re:Wrong by mjpaci · · Score: 1

      Boy, I really botched the grammar on my post above.

      -1 dipshit to me.

    247. Re:Wrong by easterberry · · Score: 1

      my math may be a little rusty but isn't equality exactly what '=' is for?

    248. Re:Wrong by Anonymous Coward · · Score: 0

      Simple. To type =, I press =. To type ==, I press = twice.

      To type :=, I have to press shift, then ;, then =. One is simpler than the other and isn't a pain to type.

    249. Re:Wrong by Obfuscant · · Score: 1
      When you've got that little space for your BASIC programs, removing the requirement for "let" in your BASIC code freed up valuable bytes. (other similar shortcuts existed back in the day, such as "?" available as a replacement for "print".)

      Yeah, one whole byte per assignment statement, and ZERO bytes for each print. That "print" command got converted into a one-byte opcode, so '?' saved you nothing as far as storage, only typing time.

    250. Re:Wrong by Fulcrum+of+Evil · · Score: 1

      true, but I like the crazy languages. Same with women, I suppose - the sane ones are often boring.

      --
      "We returned the General to El Salvador, or maybe Guatemala, it's difficult to tell from 10,000 feet"
    251. Re:Wrong by spiffmastercow · · Score: 1

      Well, it's deceptive.. Basically, a duck isn't in the pond if it's only half in the pond. And before you ask, an incomplete duck (one missing a wing or whatever) still counts as a duck in a pond, so long as the remaining parts of the duck are in the pond. The floor function is just to help when calculating each duck's proportion in the water (all or nothing) when using floating point math.

    252. Re:Wrong by mattack2 · · Score: 1

      compiler raised no objection

      At least gcc warns about possible unintended assignment, correct? ...and you do pay attention to the warnings... right?

    253. Re:Wrong by Artifakt · · Score: 1

      Pinch Supergirl's ass and see if you can still swallow with that trachea.

      --
      Who is John Cabal?
    254. Re:Wrong by guyminuslife · · Score: 1

      Nonsense. There's relatively little appreciable cultural difference between the states. Besides which, people are pretty fluid about state lines. You're born in Georgia, you've lived most your life in New Mexico, and now you live in Oregon. What are you? Answer: An American. With a Midwestern accent.

      --
      I don't believe in time. It's a grand conspiracy designed to sell watches.
    255. Re:Wrong by ivan256 · · Score: 1

      So your point is.... That you couldn't get lint to let you write bad code?

      int main() {
                      printf("Hello world!");
                      return 0;
      }

      $ lint helloworld.c
      Finished checking --- no warnings

      Just because something functions as intended, doesn't mean it's written properly.

    256. Re:Wrong by Some+Bitch · · Score: 1

      I find yanks or septics works fine.

    257. Re:Wrong by Anonymous Coward · · Score: 0

      Guess what - most of the world just calls you English, not Scottish, not Welsh ...

    258. Re:Wrong by mugnyte · · Score: 1

      Assumptions about context are a huge contributor to both runtime errors and language understanding. Some of the goals of modern languages include eliminating implicit context from a language, while simultaneously removing extraneous syntax. Ask anyone new to C languages to decipher some pointer manipulation code and you'll see why we've moved on (Example: x=(c==*f)?1:0; ). Keystrokes are cheaper than debugging time, we now know.

        You could use '=' for both assignment and comparison, as assignment is a 'function that returns the assigned value'. You can still do this in C-based languages, unless the compiler is told to disallow it. Those compilers can deduce comparison context and check for assignments, warning you.

        Remember, to overload a symbol is to introduce context. But to just introduce new single-character symbols makes typing difficult (anyone still have APL overlay?)

        Alternatives are to have very localized context, something we still problems with (f = y*f++).
        Or making symbols from multiple keystrokes, and then you must decide which semantic meaning gets which characters. So '==' is used for equality because it's quick and easy, while '=' is left for assignment. Assignment was assumed more prevalent, so it got the single keystroke.

    259. Re:Wrong by Ifni · · Score: 1

      That is a good question. It seems logical that if one can't read, they also can't write, and so it stands to reason that one can graduate high school without learning how to write (if you take the statement you quoted as truth), which you seem to be implying is the case with the GPP. Of course, the statement allows that at least some high school graduates can read, and presumably write, so their ability to do (or not do) either tells us little about their graduation status. Without a knowledge of the educational distribution of Slashdot posters, any sort of educated guess would be unlikely. However, considering his familiarity and interest in the subject, I would imagine that the GPP is posting from a position of at least some experience with the subject, and therefore either has already graduated from high school, or is quite close to graduating.

      My only source of confusion in the matter is why the answer to your question is important enough to undo your previous moderations, unless you had mis-modded and needed to post anyway to undue them.

      --

      Oh, was that my outside voice?

    260. Re:Wrong by mattack2 · · Score: 2, Funny

      We're #1! We're #1!

    261. Re:Wrong by Requiem18th · · Score: 1

      United Kingdomian

      You just invented the coolest term of the week.

      --
      But... the future refused to change.
    262. Re:Wrong by Trebawa · · Score: 1

      Except when we use synesis: http://en.wikipedia.org/wiki/Synesis

    263. Re:Wrong by pauljlucas · · Score: 1

      In programming languages older than Algol (from which Pascal was derived) such as FORTRAN, the single '=' was good enough to designate both variable assignment AND logical equality.

      Except things like:

      X = X + 1

      seem unnecessarily confusing for beginners. Assignment should have its own token.

      --
      If you reply, do so only to what I explicitly wrote. If I didn't write it, don't assume or infer it.
    264. Re:Wrong by kalirion · · Score: 1

      I see a problem with the problem in the summary: 4+3+2=( )+2 is not the way math questions are typically phrased. In my experiences these problems usually looked like this: "4+3+2 = __+2 ; Fill in the blank." The instructions were explicit so students did not need to guess the teacher's desired result.

      I don't like teachers that think writing confusing tests (aka trick questions) is any test of student ability. It's more a demonstration of the test-writer's lack of communication skills.

      Exactly. And if the kids had taken pre-algebra or whatever, it should have come as "4+3+2=x+2; solve for x".

    265. Re:Wrong by Anonymous Coward · · Score: 0

      I'm British and European.

      You must be American and American?

    266. Re:Wrong by zeroshade · · Score: 1

      Why would I want to do an assignment in an if statement or a loop condition check anyway?

      if ( ( foo = bar() ) >= x ) // do something with foo

      It's very frequent to do an assignment inside of a condition if you are calling an expensive function to test against if you want to use the result. That way you don't have to call the function again. Granted you could simply do the assignment before the if statment, like so

      foo = bar(); if (foo >= x) // do something with foo

      But some of us like saving the extra line :) Also, if you have a particularly large condition, && and || shortcutting can save time.

    267. Re:Wrong by treeves · · Score: 1

      The same way we arrive at "you've" from "you have". The apostrophe substitutes for the missing letters.

      --
      ...the future crusty old bastards are already drinking the Kool-Aid.
    268. Re:Wrong by adavies42 · · Score: 1

      much as only one sport is played in the UK....

      --
      Media that can be recorded and distributed can be recorded and distributed.
      -kfg
    269. Re:Wrong by agrif · · Score: 1

      I'm sure there are good reasons for it that make sense to proper programmers, but personally I'd like to give whoever came up with this syntax a kick in the bollocks. Why would I want to do an assignment in an if statement or a loop condition check anyway?

      In C (and derivative/similar languages), the assignment operator '=' has an associated "return" value, just like the other normal operators '+', '*', ...

      Put another way, both the expressions (variable + 5) and (variable = 5) evaluate to something. The first evaluates to the sum of variable and 5, while the second evaluates to the value 5 (or the value of variable, equivalently).

      In this way, you can chain assignment expressions (e.g. variable = x = y = 5.0) without having to support a different syntax in the language, as '=' acts analogously to '+' or '*'. Additionally, you can do some neat tricks:

      In C, you can read a character from the terminal via getchar(). So, if you want to read in all the characters, one at a time, until the character 'X', you can do this:
      while ((c = getchar()) != 'X') { /* do some stuff */ }
      Without this ability, you would need to have at least two c = getchar() somewhere, instead of just the one, or a break statement that might mess up your flow somehow.

      Of course, whether you consider that elegant or horrific is a matter of personal taste, or your boss's personal taste.

    270. Re:Wrong by Bigjeff5 · · Score: 1

      I sure I'm wrong and it isn't just a thing people use to make their code harder to read

      I disagree, I've only been coding in C for a few months now, but I find the difference between = and == brilliant. It allows you to right tight, clear code in minimal space.

      For example, are you ever confused by x+= 1? Because that's confusing as hell if = can be both assignment and comparison operator. Are you assigning an additional 1 to x? Or are you comparing x against x + 1? That doesn't make any sense, but it's a valid conclusion if = can be both, and should always evaluate to false.

      In other words, why write:

      foo=unknown_result();
      if (foo) {print "unknown_result returned a True value which is now in foo";}

      When

      if(foo=unknown_result()) {print "yadda yadda"}

      means exactly the same thing? If you know what = is in C, there is nothing at all confusing about it, and it is very concise.

      --
      Security is mostly a superstition... Avoiding danger is no safer in the long run than outright exposure. - Helen Keller
    271. Re:Wrong by Bigjeff5 · · Score: 1

      Ok I'm going to display my ignorance here and ask why isn't = on its own good enough for a comparison?

      I used various forms of BASIC as a kid, and = was fine there. I had some formal education in Pascal, = was fine there.

      Most non-C based languages use = for both assignment and comparison.

      However, C is famous for little shortcuts, and for a lot of them having = and == as separate entities is required.

      For example, a common for loop in C is written as: for (i=0; i=, etc.

      In other words, C is more specific, and has chosen to use = as the assignor and == as the comparator. That's all. It makes a lot of sense, but at the same time it can be confusing.

      --
      Security is mostly a superstition... Avoiding danger is no safer in the long run than outright exposure. - Helen Keller
    272. Re:Wrong by Anonymous Coward · · Score: 0

      the most surprising thing about this is that the problem isn't worse than reported.

      Perhaps it is worse but the reporter assumed that the ">" character meant "roughly."

    273. Re:Wrong by Anonymous Coward · · Score: 0

      No, we are all British, as I soon learnt when I came to Wales and incorrectly talked about the English...

    274. Re:Wrong by treeves · · Score: 1

      Thermodynamics = thermo in my experience.
      Likewise, p-chem for physical chemistry, unit ops for unit operations, biochem for biochemistry, and psych for psychology. Materials science was always materials science though.

      --
      ...the future crusty old bastards are already drinking the Kool-Aid.
    275. Re:Wrong by Vegemeister · · Score: 1

      No. Because 'datum' creates ambiguity, the correct choice is 'datumses'.

    276. Re:Wrong by Anonymous Coward · · Score: 1, Informative

      Similarly, people are Scottish or Welsh, and not United Kingdomian.

      Most people just call them all British.

      Not in Scotland they don't.

      Well, not more than once anyhow.

    277. Re:Wrong by Dephex+Twin · · Score: 1

      The rule isn't fuzzy, actually, it's just that in US English the noun and verb are agreeing on a purely grammatical level, without caring about semantics at all. So, since "The Beatles" is a term that is grammatically plural, the verb agrees with the plural; vice-versa for Aerosmith, Radiohead, Apple, Toyota, etc.

      --

      If you want to make an apple pie from scratch, you must first create the universe. -- Carl Sagan
    278. Re:Wrong by Anonymous Coward · · Score: 0

      I don't know what language you are using, but I know that at least modern C and Java compilers have an option to produce a warning (and warnings are, of course, optionally errors), if it thinks you are using = where you meant ==.

    279. Re:Wrong by Anonymous Coward · · Score: 0

      Can't tell if trolling. i'll bite anyway.

      If the question used == then the only possible answers would be TRUE or FALSE, and it would be unanswerable due to containing an unknown value. The way that = is used in algebra is not the same as C's = or ==, it is equivalent to a function definition. As in:

      "Find the root of the function F(x) = x + 2 - 4 - 3 - 2"

      Which restated in C, looks like:

      "int F(int x) { return x + 2 - 4 - 3 - 2; }
      What value of x causes this function to return 0?"

    280. Re:Wrong by JWSmythe · · Score: 2, Insightful

          That all depends on the school, and the classes the school assigns a student to.

          I was introduced to programming in the early 1980's. The school bought a TRS-80 Model III, and it was given to the gifted class. That was when I was in primary school. No one had a clue of what to do with it. I got my hands on some programming books (the good ol' printouts of basic programs) and started learning. We didn't have any software to run, so that was the limit of what we could do, and most people had no interest in it at all. Heck, most kids couldn't even type then.

          Later on, still in the early days of computers for students, weren't taught how to write programs, we were simply instructed on how to run programs. "insert disk, type this, follow the prompts". As we started getting computers at home too, some of us started programming.

          I would strongly suspect that it is different now, but I could be mistaken.

          I think the article is misunderstanding the confusion. Children are being taught "1 + 1 = ". the equals sign means that they take the formula on the left, and calculate it to put on the right. It would seem to be a logical extension of that to use the equals sign to indicate a calculation should be done, not that both sides are equal. It's not a problem with their ability, it's that the idea hasn't been explained to them. It wasn't until I was in Algebra that the idea that the equals sign really showed that both sides were to be equal, and that you should solve the problem accordingly.

      --
      Serious? Seriousness is well above my pay grade.
    281. Re:Wrong by sumdumass · · Score: 1

      Well, as someone else put it before losing sign in some insane rambling, "Except... It isn't. At least not on any globe I've ever seen. Not anymore than "Dakota" or "Carolina" is a state."

      You see, it's North America or South America, not America. Also, when you combine them, it's the Americas as in plural America. Canadians, Mexicans, Brazilians etc.. are North American or South American, not American. And when you attempt to claim the US equals united states, you have to take the context of language into play. In English, the description comes before the noun or verb typically. In most other languages, the description comes after. Taking this into consideration, a literal English translation of Mexico's full name would go from Estados Unidos Mexicanos to United Mexican States. Every other country that I know of that has United States in it do so similarly. So even then, there is no comparison to US as it would be SU if anything.

      American is the proper name for these reasons. US is the proper short abbreviation for these reasons. Insisting on anything else is creating more of an idocy then what is attempting to be claimed and should be stopped.

    282. Re:Wrong by thegarbz · · Score: 1

      SILENCE EARTHLING!

    283. Re:Wrong by SleazyRidr · · Score: 1

      I'm Australian, so the rest of the world already beat you to it.

    284. Re:Wrong by Belial6 · · Score: 1

      I witnessed a good example of this. A good friend of mine has a 9 year old daughter. We were watching her for an evening, and my wife decided to play 'Addition Bingo' with her and our 6 year old son. Things went fine for all of the single digit addition. She whipped out the answer quick as can be. Then she was presented with her first 2 digit math problem. It was 13 + 0. The poor little girl was completely stumped. She hadn't memorized addition up to 13, and she simply didn't know how to add zero to the number 13.

      As for not understanding the = sign. The reason is that it appears most teachers don't understand it. They treat it as a separate operator from < and >. =, > and < are all the same symbol. They are just two lines with the space showing what side is larger. In <, the space between the ends of the lines on the left is smaller, and the right is larger. Thus the number on the left will be smaller and the right is larger. Conversely, in >, it is still two lines, but this time the space at the ends of the right side are smaller and the space on the left said is bigger. The = sign is the final choice. In an = sign, the space between the lines on the left side is the same size as the space between the lines on the right side. Thus the numbers are the same size. <, >, = are icons. They are drawings of what they are used for. You can't get much simpler than that. They are by a far margin the MOST obvious symbols in math.

      Part of how we got to this state is that, as other have pointed out, kids are taught that = is "find the answer". Then when presenting < and >, students are told that they are like "alligators where the smaller alligator is eating the bigger alligator". I kid you not. The standard method for teachers to explain is to tell kids they represent alligators. The idea that they don't just point out that they are pictures is bad enough, but on what planet does "the smaller predator eats the bigger predator" make sense. Sure it can happen, but it certainly isn't logical. So, what kids end up doing is learning math as some kind of bizarre fable where alligators eat each other, but in the opposite way than you would expect.

    285. Re:Wrong by maharvey · · Score: 1

      Preciouss datumses, gollum

    286. Re:Wrong by cynyr · · Score: 1

      for(x==FOO;x=1;x++) (sorry my C is very very rusty)

      While it's easy to remember that it goes "condition", "set-er", "increment-er", it's much easier to to read, if it uses "==" instead of "="

      for(x=FOO; x=1;x++) is a bit ambiguous.

      --
      All of the above was encrypted with a Quad ROT-13 method. Unauthorized decryption is in violation of the DMCA.
    287. Re:Wrong by Anonymous Coward · · Score: 0

      So... in the Queen's English it's Wembley Stadium, but in U.S. English it's Verizon Center. So, what if someone in the US wanted to see Aerosmith in the UK? Would they still need to go to the Verizon Center? Would they know to ask someone in the UK for directions to the Wembley Stadium? Does this stop them from seeing Aerosmith in the UK? Is Wembley Stadium the English spelling of Verizon Center?

      Translating are hard.

    288. Re:Wrong by oldmac31310 · · Score: 1

      I think you may be very much alone in this line of thinking. Math's is to me - math is which leads dangerously cheesily to Mathis - Johnny Mathis! http://en.wikipedia.org/wiki/Johnny_Mathis

      --
      http://www.acetonestudio.com
    289. Re:Wrong by RockDoctor · · Score: 1

      Unfortunately, I was joking about the first part of my statement. Middle grade levels are most certainly NOT learning programming

      I may be taking you a little more seriously than you intended, and I may be misunderstanding what you mean - in your native or residential school system - by "middle grade(s)", but I think that the expectation of abstract understanding is changing through time.
      A case in point : In the 1670s, the very cutting edge of research physics was Newton's Laws of Motion while the borderlands of maths (plural!) were occupied in parts by integral and differential calculus ; these days, they're expected knowledge of anyone leaving the compulsory education system.
      It wouldn't surprise me if children were soon expected to arrive in schooling as proficient touch-typists in the same way that they were expected to be able to read when I started school (and many could write to a degree, too).

      --
      Birds are not dinosaur descendants;birds are dinosaurs, for all useful meanings of "birds", "are" and "dinosaurs"
    290. Re:Wrong by FrankDrebin · · Score: 1

      Counterexample: Sports - Sport.

      --
      Anybody want a peanut?
    291. Re:Wrong by shutdown+-p+now · · Score: 1

      English is logical now? When did this happen?

      Since when I've seen French spelling rules.

      (come on, guys, you don't need 10 different letters to represent the lack of any sound!)

    292. Re:Wrong by troll8901 · · Score: 1

      With so many earlier replies to your question, I'd never thought you'd read mine, yet alone reply. :)

      Thanks for replying.

    293. Re:Wrong by shutdown+-p+now · · Score: 1

      Of course, you Europeans love playing games with the names of large land masses to further your own ends. It was you racist honky bastards that decided "Europe" was a continent instead of what it actually is, a part of Asia.

      Well, I'm a European, and in my school we were taught that the continent is called "Eurasia" (and also that there are two separate continents called "North America" and "South America").

      But what do I know, it was probably all just a commie plot (quite literally, since when I started school, the country was still called "USSR") to confuse you.

    294. Re:Wrong by Chris+Rhodes · · Score: 1

      You'd do an assignment in an if statement or loop condition check if you may need to update variables at the start of each loop, but may terminate the loop at odd places (via next), and don't wish to write the assignment code multiple times. The if statement syntax is explicitly designed around this optimization (incrementing the conditional variable in the if statement, not in the loop body.)

    295. Re:Wrong by shutdown+-p+now · · Score: 2, Interesting

      The story goes that K&R did a statistical analysis of some existing code, and found that assignment was 30% more frequent than comparison, so they went with the shorter version for assignment. But := and = are more historically correct in that they match mathematical operators.

      I kinda like the assignment in ML language family, though:

      x <- 456;

    296. Re:Wrong by shutdown+-p+now · · Score: 1

      And as an aside, its interesting to note that Haskell, probably one of the most mathematically inspired languages in common use today, uses '=' for 'assignment' (technically it's symbol binding, but nevertheless...)

      That's not "technically". The point is that "=" in Haskell is not an assignment. It defines an equation!

      f 0 = 0
      f (x+1) = (f x) + 1

      Yes, in the simplest case, where left side is a single variable, it resembles an assignment. But it still isn't one. It's an equation, from which the value of the variable can be derived.

      For the same reason, Pascal used = for const declarations, but := for variable assignments (which is the conventional mathematical notation):

      const x = 1;
      var y;
      begin
        y := x;
      end.

    297. Re:Wrong by Anonymous Coward · · Score: 0

      Just because a word ends in "s" doesn't mean it's a plural.

      I mean, that's what apostrophe's are there for, right?

    298. Re:Wrong by Hognoxious · · Score: 1

      Even that isn't fully intuitive. Some babies take a while to grok it.

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    299. Re:Wrong by Abcd1234 · · Score: 1

      That's not "technically". The point is that "=" in Haskell is not an assignment. It defines an equation!

      No, that's a technicality. You could say the same thing of C, we just all know that the LHS of a name-value binding in that and similar languages is evaluated eagerly. But fundamentally, it's still a name-value binding.

      The original claim was that := should be used for binding a name to a value and = should be used for logical comparison, because that's more, uhh, math-y. Haskell *clearly* does the exact opposite, and in fact mirrors what C does, using = for name-value binding, and == for logical equality.

    300. Re:Wrong by Abcd1234 · · Score: 1

      Err... make that the RHS of a name-value binding is evaluated eagerly... man, it's way too late for programming language debates... :)

    301. Re:Wrong by AK+Marc · · Score: 1

      America is a continent

      North America is a continent. South America is a continent. The Americas is a collection of two continents.

    302. Re:Wrong by Anonymous Coward · · Score: 0

      This is a dialectical thing about American English. We use singular verb inflections with collective nouns

      I would say collective proper nouns. We use singular verbs because the verb acts upon the singular noun, not the members of the group described by the noun. If you say, "Aerosmith are playing Wembley Stadium," you're implying that each member of the band is an Aerosmith. This particular example is also confused by the fact that "are" tends to be used exclusively in the present tense, and "is" can be present or future tense.

    303. Re:Wrong by Anonymous Coward · · Score: 0

      Actually, the setter/conditions are the other way around,

      for(x = 1; x == FOO; x++) {
      do_stuff();
      }

      like the order in an equivalent while-loop

      x = 1; /* setter */
      while(x == FOO) { /* condition */
      do_stuff();
      x++; /* incrementer */
      }

      (Although, unless FOO is a variable, the loop is redundant since x will be incremented after the first run.)

    304. Re:Wrong by Anonymous Coward · · Score: 0

      I'd do:

      foo=unknown_result();

      if (foo) {print "unknown_result returned a True value which is now in foo";}

      And damn it I think everyone else should to!

      I sure I'm wrong and it isn't just a thing people use to make their code harder to read, but I have a real blind spot for == vs = and even though I do little coding, the amount of time I've wasted on it annoys me :)

      I think the "if" examples are poor illustrations. I seldom see this intentionally in an if, but I do see it a lot in while statements:

      while (x = func_true_if_more_work())
      {
      /* do stuff */
      }

      Extracting the assignment from the while to be a little less trivial than it is with "if":

      x = func_true_if_more_work();
      while (x)
      {
      /* do stuff */
      x = func_true_if_more_work();
      }

      Sure, this isn't hard, but it is less concise. And now, a continue statement doesn't re-evaluate the function and assign the result to x, and now, because the function call is in two places, a bug in the parameters to the function might not get fixed in both places.

    305. Re:Wrong by shutdown+-p+now · · Score: 1

      No, that's a technicality. You could say the same thing of C, we just all know that the LHS of a name-value binding in that and similar languages is evaluated eagerly. But fundamentally, it's still a name-value binding.

      C/C++ is very different, because in C, variables represent locations, while in Haskell they represent values directly. Which is why "=" is assignment to location in C in all contexts (including initialization).

      In fact, one can say that C variables, just as in Haskell, are immutable name-value bindings - but they bind to locations, not values. From that perspective, "=" is still not a binding operator, since every variable is implicitly bound to the corresponding location, and "=" in initializer is used to change the value of that location. The only exception to that would be C++ references - now a variable of a reference type is truly an explicit binding to a location, and "=" in its initializer is doing that binding. But, again, the very fact that in "int a, &b = a; b = 123" the second "=" has different semantics from the first highlights the fact that this second "=" is not a rebinding of "b", but an assignment to the location bound to name "b". It's not really any different for non-reference variables, just less obvious.

      One way the actual binding semantics can be made explicit in either language is by capturing the bound identifier one way or another before rebinding/reassigning it, and then checking its value after the operation to see if the capture sees the old value (then it was rebinding), or the new one (then it was reassigning). The simplest way to do such capture is by using a closure/lambda. So, Haskell:

      main =
          let x = 1 in
          let f () = x in
          let x = 2 in
          print (f ())

      This prints "1", since there are two name-value bindings to name "x" here, one shadowing another, and our function closed over the first one.

      Now, the direct C++0x translation:

      #include <iostream>
      int main() {
          int x = 1;
          auto f = [&] { return x; };
          x = 2;
          std::cout << f();
      }

      Sure enough, that prints "2". That's because there is only one name-value binding for the name "x" here, and it binds to the location. It's that location which gets captured by the lambda, not the value; so when we assign a new value to the location bound to "x", the lambda sees the change.

      You could argue that the result could be different had I used "[=]", but that wouldn't be a closure, since it wouldn't "close over" its environment, but rather just copy it, creating a new environment.

    306. Re:Wrong by Patch86 · · Score: 1

      http://www.nationmaster.com/graph/hea_obe-health-obesity

      Scotland, I'm told, is second in the world if treated as separate from the rest of the UK. Second to the US, that is.

    307. Re:Wrong by mike2R · · Score: 1

      That's a fair point. Although I don't think I (in the basic scripts I sometimes hack out) have ever needed the result of a function that I've used as the test for a loop...

      So I'd just do:

      while(func_true_if_more_work()) {

      ...

      }

      I can definitely see that it could be useful and more readable though.

      --
      This sig all sigs devours
    308. Re:Wrong by Patch86 · · Score: 1

      You see, it's North America or South America, not America.

      That depends on where you were educated. Whether "the Americas" are one continent with a narrow centre or two continents with a land bridge is entirely debatable (and really just meaningless semantics, seeing as the word "continent" has meant all manner of different things throughout the ages).

      http://en.wikipedia.org/wiki/Continent#Number_of_continents

    309. Re:Wrong by Patch86 · · Score: 1

      If you want to get really pedantic, you could argue that the inhabitants of the Irish Republic are also British (in that Ireland is on of the archipelago generally referred to as the British Isles) or that the inhabitants of Northern Ireland are NOT British (in that it is located on the island of Ireland, not the island of Great Britain).

      On balance, it is far easier if we don't look too closely at the logic behind our naming schemes.

    310. Re:Wrong by Anonymous Coward · · Score: 0

      Mathematics - ematics = Math....DUH!

    311. Re:Wrong by tarogue · · Score: 1

      No, they're Scottish, Welsh, English, or (when totaled) British.

      --
      Life sucks, but death doesn't put out at all. -- Thomas J. Kopp
    312. Re:Wrong by prichardson · · Score: 1

      The verb "to be" is almost always irregular in any language. English certainly is inconsistent (all languages are), but citing the irregular nature of "to be" isn't particularly good example.

      Here's what all that looks like in German:

      ich war/bin/werde sein
      du warst/bist/wirst sein
      er war/ist/wird sein
      wir waren/sind/werden sein
      ihr wart/seid/werdet sein
      sie waren/sind/werden sein

      --
      Help I'm a rock.
    313. Re:Wrong by prichardson · · Score: 1

      Good point. I'll have to think about that.

      --
      Help I'm a rock.
    314. Re:Wrong by Anonymous Coward · · Score: 0

      No.

      1) The UK is not a country
      2) The British are from Great Britain (England, Scotland and Wales) and are British.
      3) The United Kingdom of Great Britain (Great Britain and Northern Ireland) are British.

      UKian makes no sense whatsoever. It would be like calling some from the US a Unitedian.

    315. Re:Wrong by Anonymous Coward · · Score: 0

      Not according to your passports. People from the USA are US citizens. Not American citizens. Your nationality is United States or America. Therefore the assertion that "American" is the correct term is really rather flawed. It's just the term YOU prefer. Accuracy or correctness has nothing to do with it.

    316. Re:Wrong by Abcd1234 · · Score: 1

      C/C++ is very different, because in C, variables represent locations, while in Haskell they represent values directly.

      It's only "very different" if you start concerning yourself with how the compiler implements the operator. But logically, the '=' is still taking a name, and associating a value with it. C and C++ force you to understand that that name also represents a slot in memory, but that's entirely beside the point for this discussion.

      And that point is, once again, this: C and Haskell use '=' and '==' the same way. They use '=' for associating variable names with values, and '==' for boolean operations. I'm not sure how you can argue anything else.

    317. Re:Wrong by Abcd1234 · · Score: 1


      You can eliminate a lot of == vs = bugs simply by putting the error constant on the left since assigning anything to a constant is a syntax error.

      Eh, most C compilers will catch it for you, anyway, and display warning. Meanwhile, putting the constant on the left just looks... funny. Yeah, it was a good tip back when compilers sucked, but these days, it's simply not necessary. Just add -Wall to your compiler flags and move on.

    318. Re:Wrong by Abcd1234 · · Score: 1

      Most non-C based languages use = for both assignment and comparison.

      Uh, that's totally false. Let's see: Obviously neither Lisp nor Scheme do this. Smalltalk doesn't. Neither does Haskell. Or Prolog.

      I'd continue, but Abcd1234 == bored.

    319. Re:Wrong by sumdumass · · Score: 1

      I'm not aware of any glob or map still in use or considered accurate that lists north and south America as a single continent. If you are, by all means post a link.

      you are right in that it's semantics anyways. But whether or not the north south and central Americas are all one continent is pointless as it's been named for three separate ones. this should cause no more confusion then your brother looking like you but having a different name.

    320. Re:Wrong by richardpaulhall · · Score: 1

      x = y = 1 In a sane language, "x = y = 1" would yield a syntax error. y = 1 x = y or x = y y = 1 would be the way to write the top line, depending on what you wanted.

    321. Re:Wrong by Nursie · · Score: 2, Interesting

      Hey, I thought about my comment and you're right - there's really no reason not to use the automated tools that are available. It is manifestly possible to produce rock solid, enterprise grade software without them, but from an efficiency perspective you're spot on.

    322. Re:Wrong by jesset77 · · Score: 1

      Math sounds awkward to me, because I was brought up with Maths.

      You should ask the Americans what marks they are getting in Physic class, then. :3

      --
      People willing to trade their freedom of expression for temporary entertainment deserve neither and will lose both.
    323. Re:Wrong by Fr33thot · · Score: 1

      There are lots of languages that have comparison operators that are different from assignment operators (IS NOT LTE for example). I think most use = for assignment. Using := like Pascal does seems odd to me. Those that do use = for both usually prefer something like "set x=1". So I'd bet "==" came out of a desire to reduce keystrokes.

    324. Re:Wrong by rdnetto · · Score: 1

      Most Australians are drunk and wear hats with corks hanging from strings.

      I resent that stereotype! Most of us are too drunk to find the hats.

      --
      Most human behaviour can be explained in terms of identity.
    325. Re:Wrong by Nutria · · Score: 1

      Maybe your TRS-80 should have tokenized keywords to conserve memory.

      It did.

      Maybe removing LET simplified the interpreter?

      --
      "I don't know, therefore Aliens" Wafflebox1
    326. Re:Wrong by Nursie · · Score: 1

      But...

      I think you're very wrong about what it takes to be a competent programmer. I have worked for three companies now, of varying sizes. None of them used code analysis tools, splint or otherwise.

      Each produced stable, enterprise (and even financial) grade software and were highly profitable. All had very talented developers.

      Using automated tools could indeed be a time saver, and may be a way to drive down support and maintenance costs. After this conversation I'll likely even recommend it, but you might want to reconsider what constitutes a competent programmer. I've known some dreadful ones that automated out the wazoo and several exceptional ones that automate a lot but don't use all the tools.

    327. Re:Wrong by bgibby9 · · Score: 1

      'It would be a shame if they weren't still exposing children to programming in school.'

      I totally agree. Having the experience of entering a program from a book and being happy in the output was the primary reason I became a programmer. It is a shame that my kids are not being exposed to this at school.

      Fortunately I am doing it for them myself :)

      --
      http://www.gibby.net.au
    328. Re:Wrong by Vintermann · · Score: 1

      Meh, I ruined myjoke by missing that one. The version of lint I had, at the settings I used, would complain about that one too (warning: return from main function).

      Point is, [sp]lint, as most static checking tools, has a huge false positive ratio. The most useful warnings from it have been integrated into GCC now.

      --
      xkcd is not in the sudoers file. This incident will be reported.
    329. Re:Wrong by mcgrew · · Score: 1

      Sometimes TFA and TFS (summary) don't match.

    330. Re:Wrong by treeves · · Score: 1

      I know you were (at least in part) joking, but I do not subscribe to the view that either "maths" or "math's" is the proper abbreviation for mathematics, especially the latter, but one can imagine a way of getting from "mathematics" to "math's", analogous to "you've", and this apparent process is what I was explaining.

      --
      ...the future crusty old bastards are already drinking the Kool-Aid.
    331. Re:Wrong by JasterBobaMereel · · Score: 1

      It's three ... there are three tectonic plates North American, South American and a separate caribvean plate

      It depends how you define continent ...
          Is India a continent (it has it's own plate), or sub-continent ?

      BTW Europe is a region, Eurasia is the continent and always has been

      And strictly speaking half of Iceland is in North America not Europe/Eurasia

      --
      Puteulanus fenestra mortis
    332. Re:Wrong by idji · · Score: 1

      try to pronounce the common English words "moths", "months" or "strengths" and then tell me that "maths" is awkward. IAAL(inguist) and "ths" is pretty standard English.

    333. Re:Wrong by robsku · · Score: 1

      That's not what = means. = is ASSIGNMENT. They're looking for ==.

      Since we are talking about numerical comparison you must mean "eq", not "==".

      --
      In capitalist USA corporations control the government.
  2. Well, that explains things. by dr_strang · · Score: 4, Insightful

    So I'm not being a curmudgeonly old jackass when I think this generation is stupid.

    --
    This is a sig. It is like every other sig in the world, except that it is mine, and it is different.
    1. Re:Well, that explains things. by oldspewey · · Score: 5, Interesting

      I have a friend who's a high school teacher. He's been predicting the downfall of society for a few years now, based on the fact the kids he teaches are - for the most part - useless twats. What makes it even worse is they also carry a strong sense of entitlement, as in "even though I can't be bothered to do the work properly or learn a single fucking thing while I'm here, I deserve an A grade from you, and when I graduate I am going to deserve an $80K starting salary somewhere just for showing up and playing FarmVille all day."

      --
      If libertarians are so opposed to effective government, why don't they all move to Somalia?
    2. Re:Well, that explains things. by Zeek40 · · Score: 3, Informative

      Not just stupid, defiantly and proudly stupid. We've devolved into a culture that celebrates its own ignorance

    3. Re:Well, that explains things. by fahrbot-bot · · Score: 5, Funny

      So I'm not being a curmudgeonly old jackass when I think this generation is stupid.

      Now, now. Just because these youngsters need pictures of the food on their cash-register buttons in order to do their job doesn't mean they're stupid. :-)

      --
      It must have been something you assimilated. . . .
    4. Re:Well, that explains things. by The+Grim+Reefer2 · · Score: 1

      So I'm not being a curmudgeonly old jackass when I think this generation is stupid.

      Well actually you are, but it doesn't = being incorrect either. ;-)

    5. Re:Well, that explains things. by KnownIssues · · Score: 5, Insightful

      So I'm not being a curmudgeonly old jackass when I think this generation is stupid.

      I think there's still a chance you are. Is it not more likely that rather than this generation being stupid, it is just being taught poorly by your generation? The article talks about the method students use to solve an equation. Why would a whole generation of students use a different method (and the same method) than the previous generation unless they were taught that method.

    6. Re:Well, that explains things. by The+Moof · · Score: 1

      At first I had the same reaction. Then I sat and tried to remember when we get exposure to pre-algebra in a standard public school education. It's 8th grade, with some advanced courses for 7th and 6th. However, most kids won't see it until 8th. Since middle school grades typically consist of 6-8, this comes as no surprise that kids who have never had pre-algebra wouldn't know how to solve a basic algebra question.

    7. Re:Well, that explains things. by theskipper · · Score: 3, Insightful

      It's a sine of the times.

    8. Re:Well, that explains things. by caramelcarrot · · Score: 2, Insightful

      The thing is every time someone talks about new ways of teaching math to fix problems in understanding like the one in the article, such as one way I saw of encouraging children to realize that e.g. '4', '2+2', '3+1', '1+3' are all the same thing, they're derided as some sort of wacko modern maths that makes no sense. Make your mind up, children aren't in general stupid, but their teaching certainly can be.

    9. Re:Well, that explains things. by Anonymous Coward · · Score: 0

      Efficiency has nothing to do with it.

    10. Re:Well, that explains things. by Mr.+Underbridge · · Score: 5, Insightful

      So I'm not being a curmudgeonly old jackass when I think this generation is stupid.

      Oh hell. Generation N has always claimed that Generation N+1 is {stupid, lazy, amoral, immoral, bound for *insert cultural analogy to Hell*}. This holds inductively for all values of N. Strangely enough, they also happen to think that Generation N+2 is cute and cuddly.

      I hate to tell you, but our parents' generation thought we were idiots too, I'm sure. I know their parents thought they were.

    11. Re:Well, that explains things. by RivenAleem · · Score: 1

      It probably also explains why everyone is having such trouble proving P != NP

    12. Re:Well, that explains things. by eggy78 · · Score: 1

      defiantly and proudly stupid.

      I can't thank you enough for using that word in an appropriate context. That's probably the first time in 6 months I've seen defiantly on the internet and not wanted to murder the person that typed it.

      Interestingly enough, as off-topic as I expected this to be, I was surprised at how on-topic it was, given the subject matter.

    13. Re:Well, that explains things. by Anonymous Coward · · Score: 1, Insightful

      Equality isn't being equal, it's about giving someone better treatment in the job selection process.

      Fair is about how much money you make. (ie: it's not fair that you make more than me, therefore the fair thing to do is take your money and give it to me.)

      And we wonder why kids are confused.

    14. Re:Well, that explains things. by nschubach · · Score: 1

      Throughout history there have been peaks and valleys to contend with. (?)

      --
      Every time I start to have faith in humanity, I ruin it by driving to work between 7 and 8 am.
    15. Re:Well, that explains things. by Lumpy · · Score: 1

      THANK YOU!

      My daughter had problems learning algebra until I told her to ignore everthing her teacher told her and taught her the old way that I learned in high school 20 years earlier.

      She got it, and was acing tests until the teacher saw her doing it a different way.

      Sorry but teaching something a retarded way that is confusing and flat out stupid is not the correct way. Teach them the easy to understand way.. Let's get worthless teachers out of the schools that think the newfangled methods are worth a damn.

      --
      Do not look at laser with remaining good eye.
    16. Re:Well, that explains things. by E+IS+mC(Square) · · Score: 1

      When you teach your math like you teach your history, there is no place for imagination. History is something which took place, and you have to memorize the events.

      While in math, the very basics are based on ideas which are too abstract for most of the people. You have to have certain level of imagination to absorb them. It's funny that the subject dealing with absolute facts needs some imagination to get going.

    17. Re:Well, that explains things. by icantbemiyu · · Score: 1

      I don't think you are being an old crotchety bastard by saying that. Oh...did I inject new descriptors? I just wanted to say crotchety.

      I try to stay away from generalizations. Blanket labels and policies are a major part of the problem. Having just sat through a summer pre-cal course, my objective isn't to run through the steps, but to actually UNDERSTAND what is happening. I am a visual thinker. I need explanation such as those that line the wiki entry for the pythagorean therem. That's not what I get. What I am faced with are teachers who don't know how to teach. Regurgitating what is in the book will not suffice everyone.

      This is not to say that teachers are the only reason. I would like to think that the majority of the teachers are great at what they do. Part of the problem is the system. Reduced funding, and not giving them the resources they need in order to teach falls on the local and federal government. Conversely, a student may have a great teacher, but lack the support of the guardians to succeed. Sometimes, it is just a matter of dual income or single-parent families and the inability to MAKE (or even be able to make) time to sit down with their child and help.

      In the interest of making sure I do not apply blanket terms, education is a dynamic environment, as is insufficient learning progress. I think each student's strengths and weaknesses should be looked at on an individual basis. Our current system does not allow the time for a student to be given a clear assessment before they have left a teachers classroom for the year. Next year, the new teacher must start from scratch.

      It is a challenge to teach today. I'm not a teacher. I could be wrong. But I would like to teach one day. And as I am going through my education, I make it a priority to absorb what I am going through my own education in the physics and engineering field, and devise methods to teach visual thinkers like myself. I think everyone deserves the right opportunity to be taught how our world works. I truly believe everyone can understand it, if they are taught the right way.

      I'm sure someone will find fault in something I've said. But I have an idea, and I am moving forward with it.

    18. Re:Well, that explains things. by Anonymous Coward · · Score: 0

      You need to go a step further. In the U.S., we're convinced we're so superior that we'll hire "the best and the brightest" to do our math for us. Why pay taxes to invest in our own children or pay decent wages when we can outsource it to a third world country (from our third world country). We need to spend money on the military. Like the cash registers at MacDonald's, it's expensive to put pictures on our guns.

      All I can say is that I get really depressed when I think about where we'll be in a couple of years. I live in Minneapolis and the biggest event of the past year is the opening of the new ballpark for the Twins. We'll probably spend another billion dollars on a new stadium for he Vikings. Most schools will probably have 30 children per teacher and the state will be in debt by $3 billion or so. Somehow, I think it's the same in every state.

      It's sad when you start to think that the best option for your children is to emigrate to Canada or Europe. You want to believe that we'll fix this, but any talk about fixing anything in this country seems to include a large budget for private contractors.

    19. Re:Well, that explains things. by Anonymous Coward · · Score: 0

      You don't know the half of it. I scored a "field test" (basically a trial run of a question) in the midwest where 8th graders were given a list of grocery items and had to find the total including sales tax. FULLY HALF of them couldn't even accomplish adding up the pre-tax subtotal. We won't even discuss the sales tax calculation - if nothing else, the students lacked any sort of sense of "reasonableness", leading to ridiculous answers cause by lack of understanding of percentages (for instance, finding 6% of $3 by simple multiplication, yielding $18 in tax on a $3 item). The highest answer I saw was close to $234 MILLION; I'm still not sure how that kid went astray...

      Before anybody asks: no, the students did NOT know that this wasn't for credit; it was presented alongside the "live" question without any additional marking.

      "Is our children learning?": no, no they are not.

    20. Re:Well, that explains things. by Anonymous Coward · · Score: 0

      I think you are going off on a tangent now.

    21. Re:Well, that explains things. by Flea+of+Pain · · Score: 1

      Don't go off on a tangent.

      --
      Do not argue with an idiot. He will drag you down to his level and beat you with experience.
    22. Re:Well, that explains things. by Bemopolis · · Score: 1

      Why not? Secant ye shall find, after all.

      --
      "I guess the moral of the story is, don't paint your airship with rocket fuel." -- Addison Bain
    23. Re:Well, that explains things. by arekusu_ou · · Score: 1

      It's also the older generation's fault, with the lowered expectations. When I was working on the register, I could do change in my head. Once, my supervisor saw me not look at the screen to hand back the change and said, why I didn't wait to check the screen. I said that it was simple short subtraction. They said I had to give back change only after I look at the screen.

      So I blame Bush and his no-child is left behind for lowering the bar.

    24. Re:Well, that explains things. by jo42 · · Score: 1

      Dumbtards'R'Us is along the way to Idiocracy.

    25. Re:Well, that explains things. by Anonymous Coward · · Score: 0

      Yeah, yeah, of course before it was FarmVille it was Pac-Man, or Led Zeppelin records, or reading comic books, or playing baseball, or listening to those infernal Scott Joplin piano rolls.

      The kids of today have always been useless twats and the downfall of society imminent for millennia.

    26. Re:Well, that explains things. by Anonymous Coward · · Score: 0

      (US Centric) To be fair, their parents were justified. Their kids were going to music festivals, doing tons of drugs, and then burning the shit down for no reason at all.

    27. Re:Well, that explains things. by DinDaddy · · Score: 1

      A couple of years ago, my kid was solving equations for an unknown (they used x) in 5th grade at his public elementary in SoCal.

      Just basic stuff like the example in TFS, and while he was in the "slightly better at math" group, not any advanced curriculum or GATE or anything.

    28. Re:Well, that explains things. by Scatterplot · · Score: 1

      But what is the cos of this insanity??

    29. Re:Well, that explains things. by DinDaddy · · Score: 1

      In early elementary (1st or 2nd I think), my kid came home talking about "math sentences". I asked him WTF that meant.

      Turns out, that was what they were calling equations. Because tiny kid brains can't hold two similar concepts like sentences in english class and equations in math class under such wildly disparate names. I told him to translate to the term equation in his head whenever his teacher used that idiocy, and never utter the phrase math sentence to me again.

      I think they stopped around 4th grade. Gah!

    30. Re:Well, that explains things. by CTalkobt · · Score: 1

      It's a sine of the times.

      cos each generation is stupider tan the last?

      --
      There's a gorilla from Manilla whose a fella that stinks of vanilla and has salmonella.
    31. Re:Well, that explains things. by thermagen · · Score: 1

      Actually, the students are demonstrating profound depth. They recognize that 4+3+2 is an expression, 7+2 is an expression, and the two may evaluate to the same number in Peano arithmetic, but they are not identical expressions, i.e. don't satisfy a deep equality test. They resolved the confusion by inventing a novel inflationary Fibonacci algebra, where by definition x + y = (x + y) + y = (x + 2y) + y = ... They ran out of room on the test, so terminated the series and reverted to the boring conventional notion of equality. I ran the numbers and discovered that inflationary equality in fact is the missing piece of a GUT that describes the fundamental structure of the universe.

    32. Re:Well, that explains things. by KarrdeSW · · Score: 4, Funny

      Yeah, from what I've seen here in DC, playing farmville all day is worth only $40K max. That's with at least 2 years of FarmVille experience.

    33. Re:Well, that explains things. by oldspewey · · Score: 1

      When I went to school, I don't recall my parents ever once going to the school to lobby for a higher grade on my behalf. If I screwed up on an assignment through laziness and ended up with 60%, both my parents and I knew perfectly well I was capable of a 90% but it never entered our heads that I was entitled to that 90% if I didn't do the work.

      I do not recall - over the course of 5 years - one single one of my friends or classmates having their parents come in to demand a better grade for a test or assignment. It's possible that it happened and I just never heard/knew about it, but it wasn't something that was part of my academic-problem-solving paradigm.

      Today, my friend routinely has students complain about an "unfair" assessment, and frequently has parents come in to demand a better grade for what is quite frankly shitty work.

      --
      If libertarians are so opposed to effective government, why don't they all move to Somalia?
    34. Re:Well, that explains things. by Mr.+Foogle · · Score: 1

      when I think this generation is stupid.

      This generation is as stupid as yours was at that age.

      --
      Display some adaptability.
    35. Re:Well, that explains things. by Anonymous Coward · · Score: 0

      Did he mean US society, or global society, or what?

    36. Re:Well, that explains things. by Mr.+Foogle · · Score: 1

      The 'food on the buttons' thing has been around since before I started working at my first job in fast food - so before 1983.

      'Food on Buttons' wasn't rolled out because people running the registers were illiterate but because it reduced costs.

      --
      Display some adaptability.
    37. Re:Well, that explains things. by CAIMLAS · · Score: 1

      I hate to tell you, but our parents' generation thought we were idiots too, I'm sure. I know their parents thought they were.

      While it's true that just because they thought it doesn't mean it's true, the opposite is likewise valid: just because many previous generations thought it, does not make it false.

      What about the repetition and passing of time makes their opinions necessarily false? It used to be that wisdom of age was respected and revered, even taken to heart. And yet, now we ignore it. Is doing so folly?

      We're talking about basic, first grade mathematics concepts here. How is this "not getting stupid"?

      Back to your statement: those previous generations usually thought the following generation was foolish/foolhardy, not stupid. The last couple generations, however, have been increasingly "stupid" in the "can't solve for x" sense. Test scores clearly prove this.

      --
      ~/ssh slashdot.org ssh: connect to host slashdot.org port 22: too many beers
    38. Re:Well, that explains things. by TheKiltedManiac · · Score: 1

      Nothing is new.. Tacitus complaining about the upcoming generation first century AD... "...parents themselves familiarise their little ones ... with jesting and glib talk, which lead on by degrees to shamelessness and to contempt for themselves as well as for others. Really I think that the characteristic and peculiar vices of this city, a liking for actors and a passion for gladiators and horses ... whenever we enter a classroom, what else is the conversation of the youths? Even with the teachers, these are the more frequent topics of talk with their scholars. In fact, they draw pupils, not by strictness of discipline or by giving proof of ability, but by assiduous court and cunning tricks of flattery."

    39. Re:Well, that explains things. by s0litaire · · Score: 1

      yeah but...
      Generation N always things that Generation N-1 are a bunch of grumpy senile old gits who wave their fist in the air and shout "Get off my Lawn" a lot while sitting in rocking chairs when ever a Generation N comes within 30 yards...

      --
      Laters Sol "Have you found the secrets of the universe? Asked Zebade "I'm sure I left them here somewhere"
    40. Re:Well, that explains things. by thrawn_aj · · Score: 1

      It's a sine of the times.

      Just cos we're older tan these kids is no reason for submitter to be so snarky. Cosecant be blamed too much - I wouldn't be cot dead for one secant sympathizing with such levels of dumbness.

    41. Re:Well, that explains things. by TheRaven64 · · Score: 1

      I hate to tell you, but our parents' generation thought we were idiots too

      Looking at a lot of the people I see in my age group, I don't think that's entirely unfair...

      --
      I am TheRaven on Soylent News
    42. Re:Well, that explains things. by clone53421 · · Score: 1

      And the sine of this period is two pies. Or something like that. I hope they’re pecan.

      --
      Alexander Peter Kristopeit bought his basement from his mommy for one dollar.
    43. Re:Well, that explains things. by TapeCutter · · Score: 5, Insightful

      "Our youth now love luxury. They have bad manners, contempt for authority, they show disrespect for their elders and love chatter in place of exercise; they no longer rise when elders enter the room; they contradict their parents, chatter before company, gobble up their food and tyrannize their teachers." - Socrates, (circa 400BC)

      --
      And did you exchange a walk on part in the war for a lead role in a cage? - Pink Floyd.
    44. Re:Well, that explains things. by Antisyzygy · · Score: 1

      Well, its partially your fault buddy for voting asshats into office that fail to handle the education system appropriately and instead blow all the tax dollars on defense (war) and their own salaries. Good work.

      --
      That brings me to an interesting point, / . is just "the ramblings of socially-inept, technology-literate news-mongers".
    45. Re:Well, that explains things. by Mr.+Underbridge · · Score: 5, Insightful

      While it's true that just because they thought it doesn't mean it's true, the opposite is likewise valid: just because many previous generations thought it, does not make it false.

      It provides a burden for uniqueness that needs to be met, though.

      It used to be that wisdom of age was respected and revered, even taken to heart.

      When? When in living memory did the majority of young people actually respect their elders? Again, you're repeating things that have been said since the beginning of time. Hell, I've seen almost the exact same thing written in the bible. Kids were assholes then too. They still are. Time goes on.

      We're talking about basic, first grade mathematics concepts here. How is this "not getting stupid"?

      No, you're actually talking about pre-algebra if you look more closely at the example. Which kids have always generally sucked at.

      The last couple generations, however, have been increasingly "stupid" in the "can't solve for x" sense. Test scores clearly prove this.

      If there's a problem, it's not with the gene pool of the kids or their abilities. It's caused by well-meaning but catastrophically stupid policies that prevent the removal of problem students from classes, and the elimination of ability-based tracking. This means that normal kids are surrounded by juvenile delinquents and children who don't even speak English. If you remove those students (who would have not taken the test in prior generations) from the scoring, I wonder how the stats would play out.

      In other words - it's not that the kids are getting stupid. It's that our schools are completely failing them.

    46. Re:Well, that explains things. by Anonymous Coward · · Score: 1, Funny

      Shouldn't that be "generation ()+1"?

    47. Re:Well, that explains things. by Anonymous Coward · · Score: 0

      So I'm not being a curmudgeonly old jackass when I think this generation is stupid.

      I think there's still a chance you are. Is it not more likely that rather than this generation being stupid, it is just being taught poorly by your generation? The article talks about the method students use to solve an equation. Why would a whole generation of students use a different method (and the same method) than the previous generation unless they were taught that method.

      ^^ this.

      My daughter, in 3rd grade, was taught no less than 4 ways to do multiplication, including some wacky thing where you set the numbers up in a matrix and add diagonals or something like that. Needless to say, she had a lot of trouble grasping the basic concept because she got so flummoxed by the methods. The same teacher, having asked the class to draw on an analog clock face the time "3:15" marked my daughter wrong when my daughter put the hour hand slightly below the 3. She says to me, "I thought after it passed the hour that the small hand moved a little bit each minute until it's at the next hour?" I agreed with her, confronted the teacher, who said "In the answer guide, the hands are on top of each other, so she's wrong." My rebuttal of "My watch says that you're the one who's wrong and my daughter is more correct than your answer guide" feel of deaf ears. The last thing I said to the principal as we pulled her out of the school was, "I don't have time to teach a full 3rd grade curriculum to remediate your incompetent teachers every night, and, by the way, my 8-year-old is smarter than your 3rd grade math teacher."

    48. Re:Well, that explains things. by AGMW · · Score: 1

      In early elementary (1st or 2nd I think), my kid came home talking about "math sentences". I asked him WTF that meant.

      Turns out, that was what they were calling equations. Because tiny kid brains can't hold two similar concepts like sentences in english class and equations in math class under such wildly disparate names. I told him to translate to the term equation in his head whenever his teacher used that idiocy, and never utter the phrase math sentence to me again.

      I think they stopped around 4th grade. Gah!

      Now here's a sentence we see reasonably often on Slashdot, but it's unusual to be typing it and actually meaning it ...

      Won't somebody think of the children!

      --
      Eclectic beats from Leeds, UK
      handmadehands.co.uk
    49. Re:Well, that explains things. by Antisyzygy · · Score: 1

      Once again, its old peoples fault for not taking some responsibility on their shoulders and voting people into office that would actually handle the education system appropriately. Im tired of old folks complaining about the younger generation. It is literally their own damn fault for not handling them right, considering it was you people who raised all of us, created the advertising campaigns for kids, created products for kids, created TV shows for kids, ect. ect. You may not be personally responsible for any one of those things, but not enough of you tried to stop what you keep complaining about.

      --
      That brings me to an interesting point, / . is just "the ramblings of socially-inept, technology-literate news-mongers".
    50. Re:Well, that explains things. by Anonymous Coward · · Score: 0

      Don't you mean Generation ( ) + 1?

    51. Re:Well, that explains things. by VShael · · Score: 1

      I know their parents thought they were.

      Well, my parents generation WERE idiots.

      Reaganomics my fucking ass.

    52. Re:Well, that explains things. by Anonymous Coward · · Score: 0

      That would be a great example if their society wasn't destroyed four years later.

    53. Re:Well, that explains things. by Anonymous Coward · · Score: 0

      What if this claim (the lazy one, not cute one) is correct? Your stating it trivially doesn't prove or disprove it. As a whole, what if we are becoming more dumb?

    54. Re:Well, that explains things. by wfstanle · · Score: 1

      You might be partially correct but there is much more involved. In response to the "No Child Left Behind" tests, the students are taught how take and do well on the test. Often there is little class time to teach a deeper understanding of the concepts. The blame for this one is the politicians and not the teachers. I'm not saying that teachers are blameless. There are a lot of people to blame for this.

    55. Re:Well, that explains things. by Anonymous Coward · · Score: 0

      Generation N+1 has a right to think this.

      I took a look at my friends school grade physics & mathematics books from back in the fifties and all I can say is that I was totally short-changed regarding my education. I guess they had to limit the syllabus to compensate for the unruly ADHD kids that they can't punish now.

      I'm totally left-wing but I strongly believe in a grammar school system. I suppose I developed that conservative slant as I whiled away the hours while some little bastard ran riot in class; effectively stunting everyone's education.

      Get the little gits building walls is all I can say. Extremely extroverted people (ADHD?) aren't designed for academic education, they're designed for menial tasks that keep their fragile attention span/egos occupied.

      I recently saw the little bastard in question recently. He asked me if I was "Still the brainbox". I told him that thanks to his selfishness and stupidity; no, I wasn't what I consider to be a 'brainbox' anymore.

    56. Re:Well, that explains things. by Tim+C · · Score: 1

      "The children now love luxury; they have bad manners, contempt for authority; they show disrespect for elders and love chatter in place of exercise. Children are now tyrants, not the servants of their households. They no longer rise when elders enter the room. They contradict their parents, chatter before company, gobble up dainties at the table, cross their legs, and tyrannize their teachers."

      Attributed to Socrates by Plato

    57. Re:Well, that explains things. by delinear · · Score: 1

      Well actually you are, but it doesn't = being incorrect either. ;-)

      I got halfway through your comment but then this weird "=" symbol confused the hell out of me...

    58. Re:Well, that explains things. by delinear · · Score: 1

      That only makes sense if a single generation of teachers teach a single generation of kids, but I know that a lot of the teachers who taught me 20+ years ago are still teaching today, so it's either been a gradual slip or you're seriously suggesting a new generation of teachers can come in and wipe out everything that's gone before.

    59. Re:Well, that explains things. by hardburn · · Score: 1

      No, you are, but only because this has been an issue for a long time--it's not limited to this generation.

      A math curriculum that actually taught math would be so unlike the existing one that most parents would question its educational value. This is because those parents are products of the same broken system. A few of those parents would send angry emails to the school board, and then it'd all be back to the way things were.

      --
      Not a typewriter
    60. Re:Well, that explains things. by arose · · Score: 2, Insightful

      Your friend should not be teaching...

      --
      Analogies don't equal equalities, they are merely somewhat analogous.
    61. Re:Well, that explains things. by fahrbot-bot · · Score: 1

      Once again, its old peoples fault for not taking some responsibility on their shoulders and voting people into office that would actually handle the education system appropriately. I'm tired of old folks complaining about the younger generation. It is literally their own damn fault for not handling them right, considering it was you people who raised all of us, created the advertising campaigns for kids, created products for kids, created TV shows for kids, ect. You may not be personally responsible for any one of those things, but not enough of you tried to stop what you keep complaining about.

      Unless you're being satirical, I would reply that you youngsters need to take some personal responsibility for your own education and professionalism and earn your success and respect rather than expect a handout for simply showing up.

      Case in point: There was a new hire, fresh from college (BSCS), who after only six weeks wanted to know when he would be promoted to senior engineer. I replied, that among other criteria, it would be when he can do his work even remotely as efficiently a SE and without the help of another SE. To illustrate this point, he finished a programming assignment in two weeks -- with my help -- that I finished in three hours (and mine was a more complete, fault-tolerant implementation as well).

      --
      It must have been something you assimilated. . . .
    62. Re:Well, that explains things. by CAIMLAS · · Score: 1

      When? When in living memory did the majority of young people actually respect their elders?

      I can't speak for other families, but I know my mom, my dad, my wife's mom, and wife's dad all "respect their elders" and look/looked up to them. Our parents are in their early-mid 50s. I know my grandparents, in my family, didn't think my parents' generation was a bunch of slobs, mostly: while they thought some were bad apples, they didn't think the generation was a wash.

      Now, there are a couple good apples, with a barrel of rotten ones.

      If there's a problem, it's not with the gene pool of the kids or their abilities. It's caused by well-meaning but catastrophically stupid policies that prevent the removal of problem students from classes, and the elimination of ability-based tracking. This means that normal kids are surrounded by juvenile delinquents and children who don't even speak English. If you remove those students (who would have not taken the test in prior generations) from the scoring, I wonder how the stats would play out.

      This I can agree with completely.

      In other words - it's not that the kids are getting stupid. It's that our schools are completely failing them.

      Yet, if over a lifetime a person is taught poorly - or worse and seemingly more likely, taught incorrectly - he or she is going to be a bit of a simpleton by the time they reach adulthood. They'll lack any coherent reasoning ability, and will essentially be useless to the advancement of society. You know the type: able to do basic manual labor/"shit jobs" and consume, but not all too useful otherwise, even to themselves. That qualifies as "stupid" to me.

      --
      ~/ssh slashdot.org ssh: connect to host slashdot.org port 22: too many beers
    63. Re:Well, that explains things. by Anonymous Coward · · Score: 0

      Or if Socrates wasn't executed 1 year later.

    64. Re:Well, that explains things. by Anonymous Coward · · Score: 0

      It may not be an intelligence issue, but rather a speed issue. Given a keyboard with 40 items, which will you find sooner - Apple or a picture of an apple? Sure you eventually learn where it is on the keyboard (unless it is dynamic) but for high turnover jobs like fast food, the speed edge for inexperienced employees is probably easily worth the extra effort. Similarly most grocery stores with self checkout have pictures of fruit/vegetables sold by the pound to help speed the checkout process. It is mouse vs keyboard interface - less of a learning curve when starting out speeds productivity unless it is used heavily enough that work savings after learning offset the extra time learning the interface.

    65. Re:Well, that explains things. by steelfood · · Score: 1

      Maybe they weren't taught any method and they had to get creative.

      I see a lot of hamburgers and french fries in these students' futures.

      --
      "If a nation expects to be ignorant and free in a state of civilization, it expects what never was and never will be."
    66. Re:Well, that explains things. by steelfood · · Score: 1

      When? When in living memory did the majority of young people actually respect their elders?

      In Asian cultures, especially those influenced by Confucian values, this has, and still is the norm. It's western (read: American) influence that's causing things to swing in the other direction.

      Otherwise, I agree with the latter half of your post. The students aren't getting dumber. The education system is getting worse.

      --
      "If a nation expects to be ignorant and free in a state of civilization, it expects what never was and never will be."
    67. Re:Well, that explains things. by Mr.+Underbridge · · Score: 2

      I can't speak for other families, but I know my mom, my dad, my wife's mom, and wife's dad all "respect their elders" and look/looked up to them. Our parents are in their early-mid 50s. I know my grandparents, in my family, didn't think my parents' generation was a bunch of slobs, mostly: while they thought some were bad apples, they didn't think the generation was a wash.

      That may have been a great family, but it doesn't necessarily generalize. You know what their elders' generation also gave us? The Klan. Jim Crow. I'm just saying, in every generation, there are good people, and there are bad people. Every generation has a tendency to glamorize their own, and gloss over the bad parts. Hell, same with high school graduating classes. I mean, everybody I talk to thinks their class was the really special one. The kids under them? Turds.

      Yet, if over a lifetime a person is taught poorly - or worse and seemingly more likely, taught incorrectly - he or she is going to be a bit of a simpleton by the time they reach adulthood.

      I disagree. They might lack skills, but general logic and the ability to think independently isn't something that has to be learned. Indeed, too often formal education removes that characteristic. My family had a whole lot of sharp people who, by growing up in poverty had no access to education beyond the 5th grade. Oddly enough, they weren't droolers.

    68. Re:Well, that explains things. by PinkyGigglebrain · · Score: 1

      Another possibility is that the text books and "approved methods" of teaching got fucked with by some "expert" who thought teaching methods should be updated.

      Or, this is how the brain would naturally interpret a problem unless it had a true mathematical twist to it and the issue is more along the lines of the overworked and underpaid teachers being put in charge of a class of 30+ students and not being able to really teach them anything for lack of time to spend with each student.

    69. Re:Well, that explains things. by Anonymous Coward · · Score: 0

      What if all of them are right?
      Plants are going to crave electrolytes, that's what!

    70. Re:Well, that explains things. by Loki_1929 · · Score: 1

      My girlfriend loves playing Farmville. I had no idea there was funding available for it.

      --
      -- "Government is the great fiction through which everybody endeavors to live at the expense of everybody else."
    71. Re:Well, that explains things. by qazxswedc · · Score: 1

      Don't go off on a tangent.

    72. Re:Well, that explains things. by Anonymous Coward · · Score: 0

      So I'm not being a curmudgeonly old jackass when I think this generation is stupid.

      Oh hell. Generation N has always claimed that Generation N+1 is {stupid, lazy, amoral, immoral, bound for *insert cultural analogy to Hell*}. This holds inductively for all values of N. Strangely enough, they also happen to think that Generation N+2 is cute and cuddly.

      Actually, it isn't just limited to generation N+1. There's a guy earlier in the thread with a BS in computer science who's having problems with it, so there's at least two generations with issues!

    73. Re:Well, that explains things. by Proteus · · Score: 4, Insightful

      Now, now. Just because these youngsters need pictures of the food on their cash-register buttons in order to do their job doesn't mean they're stupid. :-)

      You're absolutely correct, it doesn't. And, in fact, they don't need them at all. Comments like this just show your ignorance of how organizations work at large scale. The pictures are there because they are universal.

      1. McDonald's (for example) is an international company, and they serve their core menu in dozens of languages. It's much easier and less error-prone for them to produce a picture-based keypad than to translate everything without error
      2. Fast food companies did research indicating that it's faster -- even for highly-literate people -- to find an item by image rather than by name. Faster means better service with fewer staff, which means more profit.
      3. Many fast food chains, and McDonald's in particular, hire people with disabilities. This is a huge win for such people -- real, productive work that can help make them at least partly independent. Many with cognitive or developmental disabilities have written-language challenges, and the picture "menus" are much easier for them to use efficiently. It doesn't make sense to have two versions of something if one works for everyone, does it?

      And those are just the three reasons that are most obvious to me. Now get off your high horse!

      --
      We may not imagine how our lives could be more frustrating and complex—but Congress can. – Cullen Hightower
    74. Re:Well, that explains things. by Anonymous Coward · · Score: 0

      It's a sine of the times.

      Please tell me that by modding this "insightful" you're all trying to make this even funnier.

    75. Re:Well, that explains things. by Anonymous Coward · · Score: 0

      Our schools aren't failing them because our schools offer honors, AP, and IB programs. They may not be available everywhere, but to claim that the entire system if failing because some schools don't offer advanced programs doesn't mean that the entire system is faulty.

    76. Re:Well, that explains things. by sznupi · · Score: 1

      If only some of those grocery stores didn't often carry few fruits/etc. of almost the same kind...with small drawings on the buttons representing each kind of fruit, but it's not clear at all which one is which.

      Oh well, might just as well push the least expensive one...

      --
      One that hath name thou can not otter
    77. Re:Well, that explains things. by natehoy · · Score: 2, Funny

      I drank WHAT?
        Socrates, (399BC)

      --
      "This post contains words, known to the State of California to cause thought. Wash brain thoroughly after reading."
    78. Re:Well, that explains things. by Anonymous Coward · · Score: 0

      You can get one from every DEAD civilization.....am I the only one worried here ?
      SPOILER : I KID

    79. Re:Well, that explains things. by Anonymous Coward · · Score: 0

      I can't speak for other families, but I know my mom, my dad, my wife's mom, and wife's dad all "respect their elders" and look/looked up to them.

      ...you went back in time to observe them in their youth rather than hearing about it through the fog of recollection and nostalgia?

      I know my grandparents, in my family, didn't think my parents' generation was a bunch of slobs, mostly: while they thought some were bad apples, they didn't think the generation was a wash.

      This says more about your grandparents being good people than about the generation as a whole.

      Further, I really must state that children are becoming more "intelligent" in that their education covers more things in the same amount of time compared to the past. However, this education does *not* quite teach you self sufficiency or other habits necessary for a good life.

      The culture of "I deserve x" has become stronger and stronger following WWII. Americans as a whole don't realize exactly how good they have it and thus become lazier.

    80. Re:Well, that explains things. by hitmark · · Score: 1

      i just wonder who they are going to sell all those burgers and fries to.

      --
      comment first, facts later. http://chem.tufts.edu/AnswersInScience/RelativityofWrong.htm
    81. Re:Well, that explains things. by Bigjeff5 · · Score: 1

      Oh hell. Generation N has always claimed that...

      Damn, Generation N is still around? We're up to like, Y already man! That's an old friggin Generation!

      We won't have to worry about it too long though, after Z it all re-sets and Generation A will be the greatest generation ever.

      --
      Security is mostly a superstition... Avoiding danger is no safer in the long run than outright exposure. - Helen Keller
    82. Re:Well, that explains things. by Anonymous Coward · · Score: 0

      I have a friend who's a high school teacher. He's been predicting the downfall of society for a few years now, based on the fact the kids he teaches are - for the most part - useless twats. What makes it even worse is they also carry a strong sense of entitlement, as in "even though I can't be bothered to do the work properly or learn a single fucking thing while I'm here, I deserve an A grade from you, and when I graduate I am going to deserve an $80K starting salary somewhere just for showing up and playing FarmVille all day."

      Can you blame kids for thinking this way when it's the school system itself that is reinforcing their attitudes? The high school I went to the teachers were not allowed to give anything below a 50%, even if we didn't turn in the assignment. Also, my highschool didn't allow teachers to fail students unless the teacher had a face to face conversation with the parents. Guess what happened? The parents of failing students never met face to face with the teachers because they either didn't care their kid wasn't doing anything in school or because they knew their kid couldn't be failed if they didn't meet with the teacher. My school use to have a rule that late assignments could only be given a 50%, but that rule similarly changed to be that students could only lose ten points for turning in a late assignment. There were also teachers that gave everybody A's because they didn't care about students and giving students lower grades meant more work for them.

      We can look at kids and call them lazy for not taking schools seriously, but for most kids the school system is their only impression of the real world they have had to that point in their life.

      I think it was Robert Heinlein in Starship Troopers who said our society started going down hill when corporal punishment to juveniles was ruled cruel and unusual punishment...

    83. Re:Well, that explains things. by Anonymous Coward · · Score: 0

      No, you're actually talking about pre-algebra if you look more closely at the example.

      Pre-Algebra...known to countries outside the US as first-grade math.

      Solving for unknown variables and using that skill to solve word problems that have you set up equations is what I learned in first grade as a seven year-old in Brazil. Then I moved to the US in eight grade as a fourteen year-old, and got placed in a pre-algebra class. 'What the fuck?' describes my thoughts on that first day of class pretty damn well.

      No, I'm not claiming Americans are stupid. Your pre-college education system sucks, though.

    84. Re:Well, that explains things. by Anonymous Coward · · Score: 0

      I hate to tell you, your parents' generation thinks you are idiots, and your grandparents' are sure. (my grandparents are dead) - Now get off my lawn!

    85. Re:Well, that explains things. by OrangeCatholic · · Score: 1

      Americans are better at playing FarmVille than anyone else, that's why.

    86. Re:Well, that explains things. by Ginger+Unicorn · · Score: 1

      The headline implies 70% of students don't know what an equals sign means, making it impossible to do fundamental things like add up on paper. The summary explains that what they actually don't understand is whatever the equivalent of syntax/operator precedence is in algebra. Hardly the same thing. And also 70% of "middle grades" students - how many students is that? What are middle grades? Are they Arts students who have no reason to understand algebra? Histrionic bullshit as usual.

      --
      (1.21 gigawatts) / (88 miles per hour) = 30 757 874 newtons
    87. Re:Well, that explains things. by CAIMLAS · · Score: 1

      They might lack skills, but general logic and the ability to think independently isn't something that has to be learned. Indeed, too often formal education removes that characteristic. My family had a whole lot of sharp people who, by growing up in poverty had no access to education beyond the 5th grade. Oddly enough, they weren't droolers.

      I didn't say anything about formal education; I said "taught poorly". In my mind, formal education - particularly when perpetrated by the state - does indeed remove the ability to think and reason.

      --
      ~/ssh slashdot.org ssh: connect to host slashdot.org port 22: too many beers
    88. Re:Well, that explains things. by selven · · Score: 1

      If you've got 5 years of Farmville experience, however, there are people willing to pay a lot more than $40k for your time travelling techniques...

    89. Re:Well, that explains things. by Anonymous Coward · · Score: 0

      It's true. When I upgraded to playing Dwarf Fortress at work, I was given a raise in pay to 80k.

      I wish I was kidding.

  3. Extra Credit by TreyGeek · · Score: 1

    Maybe the students figured they would get extra credit for going the extra step?

  4. How bad is it? by Haedrian · · Score: 1

    This is a bit weird. I mean how bad is the lack of understanding? Bit hard to follow the article to be honest, is it just because of the 'everything in one line equal to each other' ? Or does it also include more complicated stuff like "1 = Number" ?

    1. Re:How bad is it? by biryokumaru · · Score: 1

      Ya, I've never understood why 1 + 2 = 3 = 4 - 1 isn't okay. Maybe it's his understanding of mathematics that's flawed, since to convey the same thing he'd need 1 + 2 = 3, 3 = 4 - 1 and 4 - 1 = 1 + 2, which is stupid.

      --
      When you're afraid to download music illegally in your own home, then the terrorists have won!
    2. Re:How bad is it? by Anonymous Coward · · Score: 0

      It's baloney. My 1st grader had been doing this type of fill in the blank(s) problem all year. I doubt any of his GP or regular classmates have been making this mistake. What age where the study "student"? Pre-K?

    3. Re:How bad is it? by Haedrian · · Score: 2, Informative

      Its because you're shoving them into one equation. The scope of your 'working out' is to solve whatever is in that equation so the correct answer to
      1+2 = 3
      is
      3 = 3
      true.

    4. Re:How bad is it? by Anonymous Coward · · Score: 0

      But you can't do it the 2 + 2 = 4 - 1 = 3 + 10 = 13 style. I guess you know why.

    5. Re:How bad is it? by Sockatume · · Score: 2, Insightful

      To put it another way, he's saying that the students are treating mathematical expressions as a list of instructions to be obeyed, and not as expressions. This works fine for 1+2=? or 4/3=?, but leads to a cognative train wreck when trying to deal with even the simplest algebra. A student who works that way could never figure out what length of crossbeam they'd need to brace a 3x4 wooden frame.

      --
      No kidding!!! What do you say at this point?
    6. Re:How bad is it? by biryokumaru · · Score: 1

      3 = 3 = 3

      A rose is a rose is a rose.

      But, actually, it seems that their math is wrong. I still stand by my rose statement, though.

      --
      When you're afraid to download music illegally in your own home, then the terrorists have won!
    7. Re:How bad is it? by biryokumaru · · Score: 0

      Yes, I see that now. I am a fool who cannot read. Perhaps if I hadn't wasted such much time in middle school learning what '=' meant...

      --
      When you're afraid to download music illegally in your own home, then the terrorists have won!
    8. Re:How bad is it? by Buggz · · Score: 3, Informative

      Ya, I've never understood why 1 + 2 = 3 = 4 - 1 isn't okay.

      Technically it is as okay as it gets, both sides of each equality operator is equal which is exactly how the symbol works. TFA is about how people don't actually "get" that, if you look at the example in the summary it essentially says 9 = 11 which of course is plain wrong.
      The reason "double equalities" might be wrong is if you're solving an equation while showing each step.

    9. Re:How bad is it? by maxwell+demon · · Score: 1

      Let's see ...
      3 = 3 is true.
      true = 3 is false.
      Therefore 3 = 3 = 3 is false. :-)

      --
      The Tao of math: The numbers you can count are not the real numbers.
    10. Re:How bad is it? by hedwards · · Score: 1

      Actually, as long as all the portions are still equal it's OK. One of the most common errors people make is when they round and use the equal sign anyways. As soon as you round, you no longer get to use the equal sign, for that last bit of the problem if you need a decimal you're supposed to use a"." In this case it's not wrong there are times when one legitimately does that, usually as an aid to mental math, but it is still technically OK. Otherwise the law of sines would run into issues were you to ever double check yourself by equating all of them with constants.

    11. Re:How bad is it? by hedwards · · Score: 1

      That was supposed to be the symbol for approximately instead of "." But /. doesn't sanitize posts in a competent fashion so there you go.

    12. Re:How bad is it? by nschubach · · Score: 1

      The way I understood it is that students were "calculating" the list as a set of commands:
      4 + 3 + 2 = 9
      now they assume the 9 goes in the ( ) and add 2 to it to get 11 as their answer.

      They are interpreting the = as if they were a calculator and the ( ) is where the answer to the first "part" goes.

      --
      Every time I start to have faith in humanity, I ruin it by driving to work between 7 and 8 am.
    13. Re:How bad is it? by Tuan121 · · Score: 1

      [1 + 2 = 3 = 4 - 1] is a perfectly valid statement, but is it really easy to follow the flow of logic?

      Take even a simple example: 2x = 1 + 2 + 3

      Which is easier to read?
      a)
      2x = 1 + 2 + 3 = 6.
      2x = 6.
      x = 3.

      b)
      2x = 1 + 2 + 3
      2x = 6
      x = 3

      I would argue b is easier to read, and you don't repeat yourself. With the (a) method, you always need to end up repeating anyway until you get to one side being x, then you can use your multiple equal signs in a row.

      Now imagine it takes you 10 lines to simplify both sides of the equation, if you've repeated yourself with multiple equalities on each line, it starts to get messy if you made a mistake and need to go back up to fix it.

    14. Re:How bad is it? by Anonymous Coward · · Score: 0

      To put it another way, he's saying that the students are treating mathematical expressions as a list of instructions to be obeyed, and not as expressions.... A student who works that way could never figure out what length of crossbeam they'd need to brace a 3x4 wooden frame.

      Are you sure? They'd likely type into Google "What length of crossbeam do I need to brace a 3x4 wooden frame?" and get the answer.

      Joking aside, it appears to be the notation they have problems with, not the logic. This would be due to them not being correctly taught the traditional notation, not some failure to think expressively.

      For example, I doubt a first century Roman would do any better at solving that equations, but they produced some engineering marvels using their own notations.

    15. Re:How bad is it? by slinches · · Score: 1

      the students are treating mathematical expressions as a list of instructions to be obeyed, and not as expressions. This works fine for 1+2=? or 4/3=?, but leads to a cognative train wreck when trying to deal with even the simplest algebra

      I think the problem isn't that students don't understand what they're being taught, it's that the way they're being taught leads them to false conclusions. Pose the problems in a way that shows "=" is transitive and the students will pick up on it. One simple way to do this is to use the form "x = 4 + 3" as often as "4 + 3 = x"

      The next step is to lay out the algebraic logic by using a sequence:

      x = 4 + 3

      a = x + 2

      What is a?

      Then you can go into algebra:

      x + 2 = 4 + 3 , what is x?

      Of course, word problems need to be included as well to link these concepts to reality.

      --
      Knowledge Brings Fear
    16. Re:How bad is it? by Anonymous Coward · · Score: 0

      Your example is fine. The problem is that the students are interpreting the question as:

      (4+3+2 = ____ ) + 2

      whereas they should be interpreting it as

      (4 + 3 + 2) = ( ___ + 2)

      Essentially they don't understand order of operations and the fact that the stuff on the left and right of an equals sign should get evaluated separately. Instead, they just read left to right. "4 + 3 + 2 is 9, plus 2 is 11" is their erroneous thought process

    17. Re:How bad is it? by hitmark · · Score: 1

      makes one wonder why it was not written as:

      4+3+2=x-2

      find x.

      that's how i recall the textbook presenting such problems.

      --
      comment first, facts later. http://chem.tufts.edu/AnswersInScience/RelativityofWrong.htm
    18. Re:How bad is it? by OrangeCatholic · · Score: 1

      So they are doing it right. That is so fucking funny. Calculator hell on earth. Imagine the shock and horror when the #1 way to cheat on math exams (calculators) became required to use.

      "That was back before steroids were mandatory!"

  5. And it's official! by Anonymous Coward · · Score: 0

    I'm now completely ashamed of being from the US...

    1. Re:And it's official! by Anonymous Coward · · Score: 0

      You should have been as soon as GWB took office. At this point the entire country is a joke.

  6. teachers by flynt · · Score: 3, Insightful

    Well, no one was born knowing what the equals sign represents. In fact, it's been around only for 500 years. My personal opinion is that until we start forcing graduates of US Education programs to take at least a little math beyond passing out of algebra, the cycle is doomed to repeat.

    FTFA, 'Parents and teachers can help the students. The two researchers suggest using mathematics manipulatives and encourage teachers "to read professional journals, become informed about the problem and modify their instruction."'

    Uh huh, see point 1 = 1 + 0 above.

    1. Re:teachers by NEDHead · · Score: 3, Insightful

      Since I doubt you can produce someone older than 500 years, so far as everyone is concerned the = symbol has been around forever. If anyone beyond 3rd grade cannot understand the problem and solve that equation for the unknown value placeheld by the ( ) symbol then the teachers' unions should take the blame.

    2. Re:teachers by Anonymous Coward · · Score: 1, Funny

      Women = time * money ...and as we all know, "time is money":

      Time = Money ...and therefore:

      Women = Money * Money = (Money)^2 ...and because "Money is the root of all evil":

      Money = sqrt(evil) ...therefore:

      Women = (sqrt[evil])^2 ...and we are forced to conclude that:

      Women = Evil

    3. Re:teachers by blackraven14250 · · Score: 1

      The issue isn't a need to pass out of algebra. It's a study that is showing people parenthesis which mean something different than what they've been shown for their entire high school career with the expectation that they'll understand "that other definition" (I had no idea that parenthesis could substitute for a variable, either).It's also, at least possibly, a failure to remember rules from algebra. You don't need to take calculus to remember algebraic concepts, after all.

    4. Re:teachers by Anonymous Coward · · Score: 0

      If you took a little math beyond algebra, you're probably going to end up in a skilled profession making at least $40k if not $100k plus.

      Keep sticking it to those unions, ladies. Make sure no teacher gets more than $30k, so that "those who can, get six figures doing".

    5. Re:teachers by Anonymous Coward · · Score: 0

      I am appalled by the absurd 'equals' concept. Nothing is equal. Giambatista Vico long ago pointed out that mathematics looks so nice only because it is purely a creation of our minds. Our minds like to dwell in the world of Newtonian physics, so useful for reifying the perceived world. But reality is in Einstein-Minkowski space-time, where as Howard Stein has noted an event's presence is constituted by itself alone. Hindus anciently recognized this as 'bindu'. Its realization for the mind is reached generally by arduous spiritual practice, in the oriental tradition.

    6. Re:teachers by omnichad · · Score: 1

      I sure think it's stupid to use () to mean a variable, too. I read it as:

      4+3+2=( )+2

      9 = () + 2

      9 = 2

      FAIL!!!

    7. Re:teachers by Anonymous Coward · · Score: 0

      actually you don't need to pass algebra to get a high school diploma. At least not in my district. I just needed to pass four years of math classes, and there was a "basic math" track of classes offered to those who ween't mathematically inclined. Unfortunately I was in the higher level classes, ending up with a second year of calc senior year. Which I slept through and failed. And they didn't let me walk; I had to make it up in summer school while people who could barely do arithmetic were enjoying their diplomas.

    8. Re:teachers by betterunixthanunix · · Score: 1

      I believe that the () was a typo, and that the students were shown this: 4+3+2=____+2=_____

      --
      Palm trees and 8
    9. Re:teachers by Bigjeff5 · · Score: 1

      Nobody was born with the knowledge of "=". Producing someone who is older than 500 years is not necessary, we need only to look at you, or anybody else for that matter.

      The meaning of "=" had to be learned.

      I'd be willing to bet a thousand bucks that these kids used a calculator with an "=" and no further explanation of what "=" means. Sure, they know what "equals" means, but they have limited working experience with it, and are therefore going to treat it exactly like a rolling expressions you tend to perform on a basic calculator, that is:

      4+3+2 =9+2 =11

      They see the 4+3+2 as an expression to be evaluated, then they believe they are supposed to evaluate the results of that expression + 2, which is 11.

      Try it on your own calculator, and you'll see exactly why they came up with the wrong answer.

      Frankly, I don't believe kids should be using calculators until they at least get into pre-calc. Teachers and text book writers, however, should know better. That they didn't speaks volumes about our education system.

      In other words, shut the fuck up, you idiot retard.

      --
      Security is mostly a superstition... Avoiding danger is no safer in the long run than outright exposure. - Helen Keller
  7. Home School by glittermage · · Score: 2, Insightful

    This is one reason why we home school...public school systems fail in so many ways.

    1. Re:Home School by Ephemeriis · · Score: 5, Insightful

      This is one reason why we home school...public school systems fail in so many ways.

      A better solution is to find a better school. A better public school, or a private school, or a charter school, or something.

      Yes, home schooling can be used to impart better information. You've got a much smaller class size. You've got more attachment to your pupil. You can devote as much time and effort to educating your kid as you feel necessary.

      But home schooling pretty much fails to develop a kid's social skills. And I've always felt that one of the more important things that public schooling does is develop social skills.

      Home schooled kids don't generally have to put up with schoolyard bullies. They don't have to make friends. They don't learn about compromises and sharing and common interests the way you do when you're surrounded by other people all day long. They don't learn to file the rough edges off their own personality, so that they can get along with others. They don't learn how to put up with other people's quirks and issues. They don't learn diplomacy and tact.

      Yes, you can supplement your home schooling with some good social exposures... Send your kid to the park for a good chunk of the day, or get them involved in some kind of sports or clubs... But, from what I've seen, an awful lot of folks who are doing home schooling aren't interested in exposing their kids to much of anything. They're more concerned about sheltering their kid either from harm, or from opposing viewpoints.

      Some of the hardest people I've had to work with are those who've been home schooled. They're generally very smart, very well-educated, and completely unable to deal with other human beings.

      --
      "Work is the curse of the drinking classes." -Oscar Wilde
    2. Re:Home School by i.r.id10t · · Score: 2, Insightful

      Yup. Take the time you are homeschooling your kid(s), or the time you take to earn the money to pay for private schooling, and instead get involved in your local public school. Don't make it better for just your kid(s), make it better for the whole class of 'em (20-25 typically).

      --
      Don't blame me, I voted for Kodos
    3. Re:Home School by fahrbot-bot · · Score: 1

      This is one reason why we home school...public school systems fail in so many ways.

      Home-schooling is not always the answer. There are plenty of stupid parents... In addition, while it's the teacher's job to teach, and teach well, it's the student's responsibility to learn. I fear a lack of dedication to the latter the major problem.

      A related story: My neighbors next-door home school their kids and, while the kids are polite, they don't seem to understand that continuing to sometimes, accidentally, hit my house, and potentially my windows and stained-glass front door, with their baseballs, especially after I've asked them to stop and explained the potential problems with such incidents, is stupid, rude, and potentially expensive for their parents. (Don't know if that reflects on home-schooling or just their family, but them's the facts.)

      Disclaimer: My wife was a published and nationally awarded English and Gifted Education teacher -- grades 5 through college (teaching student teachers) -- for 40 years before her death in 2006.

      --
      It must have been something you assimilated. . . .
    4. Re:Home School by Anonymous Coward · · Score: 4, Insightful

      But home schooling pretty much fails to develop a kid's social skills. And I've always felt that one of the more important things that public schooling does is develop social skills.

      Oh God, I am so tired of hearing this BULLSHIT. What social skills are you talking about? Let's take the U.S. for example. Most people here have been through the public school system, correct? Yet by just about any metric, people here are a bunch of selfish assholes. Look at the divorce rate. Look at the mudslinging on any general public forum like Yahoo message boards. Look at the way people behave on the highway or on Black Friday. People's social skills unilaterally SUCK. I don't believe that homeschooling is going to produce a less socially adapted adult. Really. It's bullshit.

    5. Re:Home School by Anonymous Coward · · Score: 0

      It's a double edged sword. The problem is that home schooling these days is mainly used by Christians teaching their kids creationism and other foolish indoctrinations. I have three neighbors that are doing this and it's just heartbreaking to see.

      On the flip side, home schooling can certainly be an alternative to public schools if the parents are well educated in the sciences and arts. Then the kids have a chance to explore and blossom.

      Unfortunately it's the kids that ultimately get hurt from home schooling by ignorant parents. Mainly because there's little chance of fixing the problem after the damage is done.

    6. Re:Home School by operagost · · Score: 3, Informative

      Many, if not most public schools actively DISCOURAGE parents from "interfering" with their children's "education". Mostly, if you disagree with their policies or methods, you're kindly asked to SHUT UP. If you teach your child to read and count before kindergarten, you're yelled at. Essentially, you're supposed to just be a cheerleader and shout, "RAH RAH" while the school produces a herd of ignorant do-nothings with a ingrained sense of entitlement.

      --

      Gamingmuseum.com: Give your 3D accelerator a rest.
    7. Re:Home School by coleridge78 · · Score: 0, Troll

      I'm going to guess you're home-schooled, both because of your defensiveness and because of your lack of analytical skills (as opposed to memorization).

      There are a lot of problems with your screed but the most obvious, of course, is that for all you know everything you cite is worse among those who were home-schooled compared to those who weren't. Nobody said sending your kid to school results in a perfectly polite human... because that would be idiotic. They made a comparison between two subject groups, which you did not address.

    8. Re:Home School by Dwarfgoat · · Score: 1

      I wish I had some mod points at the moment. I can only offer my anecdotal experiences to this, but I agree with you 100%.

      I have a good number of friends (all the children from three large families that lived near my house growing up, who's parents pulled them out of school when our state began teaching sex-ed to elementary schoolers). All of these kids are fairly bright, all well educated (most finishing their HS coursework by age 15 or 16), many of whom went on to college.

      The few with whom I was closest (meaning they hung out with me—and my other public school friends) came out "normal." The ones who had really no other human interaction other than their church services and Sunday school are generally socially awkward, have no sense of empathy, and tend to be very selfish. College helped correct some of this in a few of them, but most of them ended up dropping out after a year or two because their lack of social skills either made them pariahs or just made school too awkward for them.

      The ones with whom I'm still good friends (mostly the "normal" ones who got socialized as teens) agree that their parents did them a great disservice when they got yanked out of public school.

      --
      That? That was a pigeon.
    9. Re:Home School by glittermage · · Score: 2, Interesting

      I feel vouchers will address many issues with the public school system. I vote for people who support putting in a voucher system. Other than voting my energy will primarily be focused on my children's upbringing and not "the public" upbringing. My wife is the alpha educator in our house.

      We can't agree on healthcare or retirement policies how on Earth would I convince others to adopt a specific learning methodology?

      For those interested a great read on our public education system: http://www.amazon.com/Weapons-Mass-Instruction-Schoolteachers-Compulsory/dp/0865716315

    10. Re:Home School by ChinggisK · · Score: 1

      Were you home schooled, by chance?

    11. Re:Home School by Lumpy · · Score: 5, Insightful

      Are you nuts?

      "Home schooled kids don't generally have to put up with schoolyard bullies. They don't have to make friends. They don't learn about compromises and sharing and common interests the way you do when you're surrounded by other people all day long."

      All the homeschooled kids around where I grew up dealt with all that.

      The asshole kids that bullied also bullied the home-schooled kids, granted they did not get to deal with the imported bullies from across town, but a bully is a bully. and they made friends with kids that lived near them.. Plus many were in sports programs with the public school kids. You can be home schooled and play football for your local public school at the same time. They joined lots of extra curricular activities. Many of us were jealous as they typically had a 4 hour school day plus got to take "classes" we never got. One kid was taking a class at the local motorcycle shop for learning small engine repair at 13 years old.

      I know you guys love your twisted view of homeschooled kids as all living in basements and named "wolfgang" or "moon-unit-alpha" and are never let outside... but it's not reality. in fact it's pretty darn close to racism in being flat out wrong.

      --
      Do not look at laser with remaining good eye.
    12. Re:Home School by roman_mir · · Score: 1

      I don't know, the social skills of a school yard may not be everything they are touted to be, I think I'd rather have kids socialize in some private clubs among their equal peers, than to subject them to the general public, it's like a zoo, like general prison population out there. The kids should learn social skills around people, they'd have to interact with, it's better if they understand those people. Sure this creates an inequality and sort of a cast system, but that's an inevitability of life, you cannot really put an equal sign among all people and expect both sides of the equation to have the same result.

    13. Re:Home School by Chowderbags · · Score: 1

      Home schooled kids don't generally have to put up with schoolyard bullies. (...) They don't learn to file the rough edges off their own personality, so that they can get along with others.

      Dealing with schoolyard bullies fucked up my personality and made me a neurotic mess with other people. I'd rather have avoided that, given the option.

    14. Re:Home School by Anonymous Coward · · Score: 5, Interesting

      I'm going to guess you're home-schooled, both because of your defensiveness and because of your lack of analytical skills (as opposed to memorization).

      And you would be incorrect. Which means that I am a social paragon. Actually, just put me under the column of counter-example.

      They made a comparison between two subject groups, which you did not address.

      They didn't address it either except with some anecdotal evidence. Most of the socially maladjusted people I have met are products of the public school system. So, there is my anecdotal evidence. It cancels out. Care to bring any actual research to the discussion?

      In fact, the existence of bullies undermines the argument, since those folks are by definition not socially well-adapted, and furthermore, they tend not to be "cured" by graduation.

      In fact, let's roll with their thesis. Fire all the teachers, principals, etc. and just send the kids into a locked building with no adults for 6 hours a day. Of course, we shall expect them to not only master the social graces, but be experts in automobile engineering, medicine, mathematics, literature, composition, business, and pretty much everything else. Why not? They can learn all that stuff on their own, just like they can learn social skills in an unsupervised setting.

      Who is lacking the analytical skills? Really?

    15. Re:Home School by Scatterplot · · Score: 1

      I wholeheartedly agree with this. While the education can certainly be better (not that it always is), most, but not all, of the homeschooled people I meet are just... off. Not all of them, for sure, but most. It seems to me that people have both a level of self confidence and a level of inhibition. Social experiences let you level those out- you need a healthy amount of both to survive. It seems to me that for a lot of homeschooled kids, they have a normal level of self confidence but none of the inhibition that comes from seeing how other people react to you- when you don't have a healthy peer group, it's hard to learn how to act normal.

    16. Re:Home School by Chibi+Merrow · · Score: 1

      That's funny... I was homeschooled (primarily due to not wanting to deal with the bullshit "social interaction" of schoolyard bullies), and the head developer where I work came to me to ask me to coach other developers on "people skills" because she felt I was one of the best examples of good "people skills" on the team... Weird how my anecdotal evidence completely contradicts yours, isn't it?

      --
      Maxim: People cannot follow directions.
      Increases in truth directly with the length of time spent explaining them
    17. Re:Home School by mortonda · · Score: 1

      Many, if not most public schools actively DISCOURAGE parents from "interfering" with their children's "education".

      [citation needed]

      My child's kindergarten teacher is thrilled that he is reading at a 1-2 grade level. Around here, parent involvement is greatly encouraged, and unfortunately, not always common.

    18. Re:Home School by Anonymous Coward · · Score: 0

      Some of the hardest people I've had to work with are those who've been home schooled. They're generally very smart, very well-educated, and completely unable to deal with other human beings.

      Thank you for stating this so eloquently. I used to teach part time at a local technical college as a programming instructor. The smartest person in the class was home schooled. Had no problem grasping the concepts of functional programming, procedural programming, classes/objects, etc. However, the rest of us, myself included, hated him. Why?

      Well, he smelled. Horribly. No concept of how to use deodorant or how to shower regularly. He too was also of the the "my opinion is better than yours" variety, and when asked to explain why his opinion should be deemed 'superior' to that of the other students, he couldn't understand that 1. There were other opinions, and that, most importantly, 2. Sometimes, you need to accept the fact that you are wrong.

      He made a point of belittling the other students with his so-called superior knowledge. He continued to do so in my classes with him, as well as in the years after with my fellow faculty members. Ironically now, five plus years out of school, he is working as a greeter at a local Wal-Mart Supercenter. I saw him online once a while back, and messaged him to see how he was doing. He proceeded to blame me for all of his shortcomings and failures in life. I lost it with him. I told him what I thought of him, and his attitude, and stated that if he wanted to ever get along in life, he was going to have to play catch-up with the rest of us, and learn a thing or two about living and being a viable member of society.

      In contrast, I have found that the best adjusted home schooled kids are those that got their fundamentals down pat during their formative, pre-teen years, and then went on to public school from about eight grade onward. I know a friend who did this, and I have a co-worker who did a similar thing with her three kids. My friend is a productive doctoral candidate, and is quite sociable and outgoing. My co-workers children also seem to be better focused and seemingly possess the socialization abilities that have allowed them to succeed where other kids fail.

      I agree with the parent poster completely.

    19. Re:Home School by Ephemeriis · · Score: 3, Insightful

      Are you nuts?

      Not as far as I know...

      "Home schooled kids don't generally have to put up with schoolyard bullies. They don't have to make friends. They don't learn about compromises and sharing and common interests the way you do when you're surrounded by other people all day long."

      All the homeschooled kids around where I grew up dealt with all that.

      The asshole kids that bullied also bullied the home-schooled kids, granted they did not get to deal with the imported bullies from across town, but a bully is a bully. and they made friends with kids that lived near them..

      So, you're saying that my anecdotal experience is not the same as your anecdotal experience?

      Plus many were in sports programs with the public school kids. You can be home schooled and play football for your local public school at the same time. They joined lots of extra curricular activities. Many of us were jealous as they typically had a 4 hour school day plus got to take "classes" we never got. One kid was taking a class at the local motorcycle shop for learning small engine repair at 13 years old.

      You did read the full text of my post, didn't you?

      Specifically, the bit where I said:

      Yes, you can supplement your home schooling with some good social exposures... Send your kid to the park for a good chunk of the day, or get them involved in some kind of sports or clubs... But, from what I've seen, an awful lot of folks who are doing home schooling aren't interested in exposing their kids to much of anything. They're more concerned about sheltering their kid either from harm, or from opposing viewpoints.

      Like it or not, the folks who were home schooled when I was growing up did not turn out to be well-rounded individuals.

      Like it or not, most of the folks that I've found very difficult to work with have turned out to be home schooled.

      And since I'm not omniscient, I can only speak from my own relatively small chunk of life experiences.

      --
      "Work is the curse of the drinking classes." -Oscar Wilde
    20. Re:Home School by Anonymous Coward · · Score: 0

      While you make some excellent points, home schooling will not necessarily leave you with fewer social skills than going to public school. Or, public school will not necessarily have much/any benefit over homeschooling.

      It does depend on where you live and just how bad the schools in your area happen to be. As it happens the one I went to was about as bad it could get, including being a former juvenile detention facility without a single window.

      In the end I came out of it suffering from major depression which is still making my life hell. Being home schooled could've saved me from that even if I didn't get to learn much in terms of social skills. What I did learn is of little use anyway as I have too many problems to hold a job or deal with people nowadays.

      So again, public school can be nothing but a bad idea if it's implemented poorly.

    21. Re:Home School by Qzukk · · Score: 1

      I was homeschooled, and by homeschooled I mean locked in a cage in the basement for 20 hours a day and fed scraps once a night.

      Oh no, wait, that's what the lot of you seem to mean.

      I spent my afternoons playing with the neighbors' kids and weekends playing on the local T-Ball team.

      --
      If I have been able to see further than others, it is because I bought a pair of binoculars.
    22. Re:Home School by Anonymous Coward · · Score: 0

      You mean like Jeffrey Dahmer (a high school graduate), Al Capone (dropped out of public school at 14 -- a shame, 4 more years and he would have turned out okay), David Berkowitz (another high school graduate)? That kind of normal?

    23. Re:Home School by BurntHombre · · Score: 1

      But, from what I've seen, an awful lot of folks who are doing home schooling aren't interested in exposing their kids to much of anything. They're more concerned about sheltering their kid either from harm, or from opposing viewpoints.

      I'm married to a former teacher who is now homeschooling our two children. We're involved in a large homeschooling community, so I get to see lots of different homeschool types and what they're involved in.

      My experience is that, in the vast majority of cases, these children are involved in many, many activities outside the home with their peers, partly for the simple reason that they actually have the time for extracurriculars (e.g., we can accomplish more in three hours of homeschooling than I ever accomplished in seven hours of "standard" schooling as a student). These extracurriculars cover the entire spectrum from science clubs to sports to writing and art clubs to you-name-it.

      Now, I'm just as likely as anyone to snicker at the goofy homeschooler with all the awkward tics up there winning the National Spelling Bee, but I think there's often a lot of confirmation bias at play when folks paint with a broad brush as you've done. Sure, there are the weird goofy kids who homeschool, but, man alive, I knew a heckuva lot of weird goofy kids when I was in school too. And a lot of the socialization that goes on in public schools is not so positive...conformity, peer pressure, bullying, all sorts of groupthink. Let's not pretend that these are essential experiences for our children, or that positive socialization is unavailable or unsought after outside the public schools.

    24. Re:Home School by epp_b · · Score: 1

      But home schooling pretty much fails to develop a kid's social skills. And I've always felt that one of the more important things that public schooling does is develop social skills. Home schooled kids don't generally have to put up with schoolyard bullies. They don't have to make friends. They don't learn about compromises and sharing and common interests the way you do when you're surrounded by other people all day long. They don't learn to file the rough edges off their own personality, so that they can get along with others. They don't learn how to put up with other people's quirks and issues. They don't learn diplomacy and tact.

      Well, you could knock me over with a feather!

      How ever did people learn to socialize amongst eachother before education?

    25. Re:Home School by Mr.+Foogle · · Score: 1

      Every single thing you know about home schooling is wrong.

      --
      Display some adaptability.
    26. Re:Home School by Svartalf · · Score: 1

      Being involved with your local public school will have no appreciable impact until we ditch some of the idiot concepts floating about like the standardized testing required before they move to the next grade (bear with me...the theory is sound, but the practice will never be...they teach to taking the test instead of actually teaching what needs must be taught...) and things like "no one left behind". Until you get the stupid (And it's that...) out of the public systems you're not going to have an impact the way you're implying. You're going to need to fix the system first as it's the reason it's screwed up like this in the first place.

      --
      I am not merely a "consumer" or a "taxpayer". I am a Citizen of the State of Texas
    27. Re:Home School by Svartalf · · Score: 1

      Home-schooling is not always the answer. There are plenty of stupid parents... In addition, while it's the teacher's job to teach, and teach well, it's the student's responsibility to learn. I fear a lack of dedication to the latter the major problem.

      The reason there's a lack of dedication is that many of the kids (and I get this from my stepchildren, mind...) are bored or see the futility of things with the way they're teaching right now. They're teaching to regurgitate items on a test. Seriously. They're not actually teaching thinking in the schools right at the moment and they're sugarcoating things so they can get them to score higher on the standardized tests every state's largely mandated for things along with the thinking about "no one left behind" that the Dept. of Education has taken on as a practice and a mantra.

      --
      I am not merely a "consumer" or a "taxpayer". I am a Citizen of the State of Texas
    28. Re:Home School by Attila+Dimedici · · Score: 1

      Perhaps the problem is that you don't explain to the parents why thier children hitting your house with thier baseballs might cost the parents money? The parents may be unaware that thier children are hitting your house with thier baseballs and the children don't perceive you as a person with the authority to discipline them. Generally with children who are home schooled, the statement by an outside adult that if a behavioral problem continues, thier parents will be informed is amazingly effective.

      --
      The truth is that all men having power ought to be mistrusted. James Madison
    29. Re:Home School by Dynedain · · Score: 1

      You know, my personal anecdotal evidence of homeschool kids would be a complete 180 degrees from yours (my brother was homeschooled until his "group" of homeschoolers started a small school - many stayed in homeschool instead). But don't let that stop you from accusing me of racism and having a twisted view on the issue.

      --
      I'm out of my mind right now, but feel free to leave a message.....
    30. Re:Home School by Anonymous Coward · · Score: 0

      You grant this:

      "home schooling can be used to impart better information. You've got a much smaller class size. You've got more attachment to your pupil. You can devote as much time and effort to educating your kid as you feel necessary."

      Now, I ask you, what is the number one reason we send our children to school? (A) academics or (B) social skills. If (A) and home-schools do a better job, then that is the end of the discussion. Don't set up the straw-man of poor social skills. If (B) then we could close all the public schools, mandate that everyone home-school, and by virtue of the fact that the children aren't locked away in a box for most of the day, they will interact with one another and learn their social skills anyway ... probably with some caring adults around to facilitate said learning. You know, the way that it was for thousands of years.

    31. Re:Home School by IICV · · Score: 3, Insightful

      That's because the homeschooled adults with bad social skills are the ones he notices; he's never realized that the homeschooled adults with good social skills exist, because it never occurs to him to ask adults with good social skills how they were schooled.

    32. Re:Home School by Anonymous Coward · · Score: 0

      Someone who seriously suggests that putting up with schoolyard bullies is an important part of growing up, and develops social skills, should be shot.

      On second thought, even that is too good for you.

      I hope noone here is stupid enough to take parenting advice from a moron like you. I also hope you don't have, and won't ever have, children. Personally, I wouldn't entrust my pet rock to your care.

    33. Re:Home School by fahrbot-bot · · Score: 1

      Perhaps the problem is that you don't explain to the parents why their children hitting your house with their baseballs might cost the parents money? The parents may be unaware that their children are hitting your house ...

      No, I've talked with their father, who agrees that he would dislike having to replace my Pella door. I've even asked the kid directly if he has any respect for other people's property - to which he replied "yes sir". Twenty minutes later... "thunk" - sigh.

      --
      It must have been something you assimilated. . . .
    34. Re:Home School by Anonymous Coward · · Score: 0

      But, from what I've seen, an awful lot of folks who are doing home schooling aren't interested in exposing their kids to much of anything. They're more concerned about sheltering their kid either from harm, or from opposing viewpoints.

      That's a problem with implementation, not design. A proper homeschooling curriculum should include developing social skills.

      They're generally very smart, very well-educated, and completely unable to deal with other human beings.

      This holds for most very smart, very well-educated people, regardless of schooling structure. Geeks and nerds existed in the public schools well before homeschooling became "a thing."

    35. Re:Home School by Anonymous Coward · · Score: 0

      I'm sorry, but I just can't believe that anyone with a clear understanding of basic mathematics would not understand what that expression means. It doesn't matter what the symbol used is; just looking at that equation you should realize that you are solving for an unknown number. I figured that out in 2 seconds.

      American kids aren't being taught how to think and reason logically anymore. And as far as I'm concerned, that's a parent's fault.

    36. Re:Home School by Anonymous Coward · · Score: 0

      Lumpy is clearly demonstrating how much he/she learned about getting along at home school. Thanks for the support, and the unintentional comedy is a bonus :)

    37. Re:Home School by Just+Some+Guy · · Score: 4, Interesting

      [citation needed]

      Here I am. Cite me: I'm an original source.

      My kids go to the public Montessori school in my city. It only goes to 3rd grade, though, and after that they have to transfer. We'd heard good things about another local public school and enrolled my daughter there. It was a fucking disaster.

      Examples:

      In 3rd grade, she was doing square roots. Her new 4th grade class was starting to learn 2-column addition.

      The class had one hour to do math problems 1 through 20 (out of 100). She finished in about 10 minutes because it was remedial to her. For want of something to do, she went ahead and finished problems 21-100. Her teacher called her out in front of the entire class: "The assignment was 1-20, not 1-100. You didn't pay attention."

      Since she wasn't allowed to work ahead, she pulled out a book to read. Again, from the teacher: "This is math, not reading. Put that away!" She was literally required to sit quietly in her desk for the remaining time.

      Her weekly list of words to memorize for the spelling test on Fridays included "off" and "zoo". In 4th grade. I swear to God that I'm not exaggerating.

      She'd cry in the mornings. "Please don't make me go to school today! I hate it there! Can't you tell them I'm sick and work from home and let me stay here with you?" I'd be sad if she was saying those things 6 years from now. Coming from my 4th grader, it broke my heart.

      So I went to talk to the principal. He was a nice guy, and I'm a nice guy. We had a great visit and he said he'd work with the teacher to find more challenging work for my daughter to keep her busy and interested. We shook hands and I left.

      Within the week, my daughter got detention for "looking bored in class". Shortly after that, she got a 96% on a test. Her teacher asked her (yet again, in front of the class) why she doesn't "get perfect scores on all her tests if [she's] so smart."

      That afternoon, I enrolled her in a different local private school. They were doing cubes and long division in math class, and learning Latin and Greek word components in language class.

      Sometimes it's not enough to talk to the teachers and administration.

      --
      Dewey, what part of this looks like authorities should be involved?
    38. Re:Home School by Anonymous Coward · · Score: 0

      And you are clearly demonstrating how little "reading for comprehension" you learned in a public school. Lumpy makes it clear with this line "Many of us were jealous as they typically had a 4 hour school day ..." that (s)he attended a public school. But, thanks for the support, jackass.

    39. Re:Home School by LordGr8one · · Score: 0

      Re: Home-schooled kids and social awkwardness, I have never seen anything to support this. I know many home-schooled kids (a lot of them went to my alma mater), and I've never known any who were any more socially awkward than anyone else.

    40. Re:Home School by Anonymous Coward · · Score: 0

      Although there may be special cases, I am going to have to agree with the GP. I also work for a guy who has been home schooled. He's an absolutely bright as hell engineer, but he has absolutely no concept of personal space. It is not uncommon for me to come into work to find pens, staplers, rolls of tape, etc missing from my desk, or to have piles of paper, books, trash, etc. strewn all over my desk, because this guy 'ran out of space in his cubicle' and 'needed some more space to work in.'

    41. Re:Home School by chocolatetrumpet · · Score: 1

      But home schooling pretty much fails to develop a kid's social skills. And I've always felt that one of the more important things that public schooling does is develop social skills.

      Yes, because being segregated by age and ability level helps develop social skills!

      --
      Spoon not. Fork, or fork not. There is no spoon.
    42. Re:Home School by CannonballHead · · Score: 1

      But home schooling pretty much fails to develop a kid's social skills. And I've always felt that one of the more important things that public schooling does is develop social skills.

      This comes up every time.

      Yes, there are socially inept homeschooled kids. I hate to break it to you, but there are socially inept publically schooled kids. In fact, there are lots of them. Haven't you read about all the psychiatrists/psychologists that have been complaining about all the problems kids are going through due to what they experience from their peers?

      I was homeschooled. I played sports, I took private music lessons, I went to the park. I made friends. I had "other social outlets." I learned to talk with ADULTS as well as kids. I respected my teacher. I went to a community college right after high school and fit in fine... yes, I was a little bit shy and quiet, but I was that way around my friends, too. Even with my shyness and quietness, I made friends in community college. The difference between me and most of the community college students? I was there to get an education.

      Incidentally, the idea that throwing kids into a giant group of other kids - with no expectation, apparently, that they learn to talk to adults, respect their teacher, etc. - is not the way to learn how to interact "socially" with anyone but their peers. If you think that developing socially is something that you do with only people your age, there's a problem with that :)

      Some of the hardest people I've worked with were public schooled. They generally are not very smart, not well educated, care more about going out at night and having a good time/drinking/partying, and are completely unable to do anything in a timely manner or act responsibly. Of course, simply giving an anecdotal "some of..." statement really means nothing, and doing induction from that and assuming all public school kids are that way would be a big mistake...

      I wish we could just get rid of the typical homeschoolers-are-socially-inept view. It's just not true. There are some, sure. And there are the same in public schools.

      And if they are socially inept, I don't think it would have changed in public school. At least, not for the better. Personally, I think being socially naive is way better than being socially deceptive and whatever other behavior you learn in public school. At least if you are naive, you only have to learn, not un-learn.

    43. Re:Home School by Anonymous Coward · · Score: 0

      Socializing in public school usually results in someone getting a detention.
      Your not supposed to socialize in school, the administrators don't like it.

      The school system isn't about education, it's about indoctrination.
      Follow the rules or get punished.
      Question the rules and get labelled a troublemaker.

      Teach someone that 2+2=4 and they regurgitate that 2+2=4
      Teach someone why 2+2=4 and then they might show some potential.

      We need to teach kids how to learn...

    44. Re:Home School by Anonymous Coward · · Score: 0

      How right you are. People educated in a public school NEVER behave this way. Ever. Not once.

    45. Re:Home School by SwordsmanLuke · · Score: 1

      I don't know where you got these ideas, but as someone who was home schooled, let me assure you - they're wrong.

      I usually started school around 10am (after eating breakfast and finishing whatever my household chores were) and finished by 2pm. After that, I'd usually either play with my siblings (hardly anti-social) or read a book (okay, it's a solitary activity, but hardly harmful) until the neighborhood kids got home from school. After that, I'd often go play with the other kids - just like anyone else.

      Did your parents lock you in the basement after school? Why would you assume that school is the only possible place for social activities?

      --
      Any plan which depends on a fundamental change in human behavior is doomed from the start.
    46. Re:Home School by steelfood · · Score: 1

      Like always, it's not about whether anybody is "home" or "public" or "private" schooled, but the methods employed when teaching. "Teaching" doesn't just happen in the classroom, but throughout a person's lifetime. We don't stop learning when we graduate from school. So bringing a kid out to interact with other kids also is a teaching method, just like reading to them, giving them arts and crafts to do, or having them help out with the family business.

      The only difference between "home," "private", and "public" schools is that there's a great deal of variation in the former and a very small amount of variation in the latter. Varied teaching method produce varied results. Less varied teaching methods produce more consistent results. Both can be either good or bad. But for the home schooled kids, a bad teacher would ruin one kid, whereas for the private school, a bad school would ruin one school's worth of kids, and for the public school, a bad district would ruin a whole neigborhood of kids. But the flip-side is also true.

      --
      "If a nation expects to be ignorant and free in a state of civilization, it expects what never was and never will be."
    47. Re:Home School by Anonymous Coward · · Score: 0

      I think the key part of your post is "All the homeschooled kids around where I grew up..."

      I imagine the only homeschooled kids you saw were those that were socialized with the rest of the kids (at least somewhat). GP is talking about kids you'd never get the chance to meet.

    48. Re:Home School by Anonymous Coward · · Score: 0

      Teaching to the test is perfectly valid - as long as you have a good test to teach to.

    49. Re:Home School by PitaBred · · Score: 1

      The problem with homeschooling is it's often used by parents who want to indoctrinate their children without having influence from the outside world. Which leads to the ills the GPP mentioned. It's not always the case, though. Another problem with homeschooling is that parents may not have the time or the appropriate skills to properly teach their children everything they need to know. In specific cases, homeschooling is fine. But it should not be a standard. We still need to fix what's wrong with the public schools instead of just sticking our heads in the sand and shouting "It doesn't affect me, I'm homeschooling!". Because it actually does affect you.

    50. Re:Home School by PitaBred · · Score: 3, Interesting

      If you could get rid of all the religious wackos who use homeschooling as a way to indoctrinate their kids without having them exposed to the outside world, there would be a lot less stigma on the homeschooled crowd.

    51. Re:Home School by Anonymous Coward · · Score: 0

      Some of the hardest people I've had to work with are those who've been home schooled. They're generally very smart, very well-educated, and completely unable to deal with other human beings.

      Many students are also home schooled because they are having too much trouble coping with other human beings. My niece was home schooled for that reason,. Where she lives there are no vouchers for private schooling or any charter schools. Her single mother could not afford full tuition at a private school, and, although she is very smart, because my niece's grades had suffered in public school, she couldn't land any scholarships. Homeschooling was the next best option.

      I work for a very expensive private school. The kids here are exceptionally bright and motivated to learn. But when I compare this environment to what I suffered through in public schools, I'm sure that a large portion would not perform nearly as well in public school. In public school they would learn, like i did, to hide in a crowd. Don't excel, just keep your nose down, do your work, doge the tough bullies, fight the weak ones. Maybe you will get a little breathing room. Luckily, these kids were born into money. If things were different for them, it would better to be home schooled and sheltered and have the chance to excel than to do public school and risk being ground down to nothing but an average, agreeable person. I have also seen many students leave for public schools for a year and then come right back because their grades were slipping, despite the easier coursework.

    52. Re:Home School by T+Murphy · · Score: 1

      Those people know how they are supposed to behave, and choose not to. Socially deprived kids just don't have a clue in the first place.

    53. Re:Home School by Anonymous Coward · · Score: 0

      So, what you are saying is that the learning of social skills is completely irrelevant because it has little effect on actual behavior. I'll take that as another point in favor of home-schooling.

    54. Re:Home School by Anonymous Coward · · Score: 0

      Home schooled kids don't generally have to put up with schoolyard bullies. They don't have to make friends. They don't learn about compromises and sharing and common interests the way you do when you're surrounded by other people all day long. They don't learn to file the rough edges off their own personality, so that they can get along with others. They don't learn how to put up with other people's quirks and issues. They don't learn diplomacy and tact.

      I don't think that's true at all; I suspect that's a predisposed belief you have, that you're simply asserting as truth. Being raised by the family, extended family, neighborhood, and so on, is if anything a more natural way for a child to progress. I suspect that it's socially and emotionally retarding to a child to have them primarily exposed to and socializing with others of their own age and (im)maturity.

      No, I wasn't home-schooled, and neither are my kids.

    55. Re:Home School by Anonymous Coward · · Score: 0

      Actually the homeschooled kids in my twisted view are named "Josiah" and "Tamar". They DO live in a cool basement, but that's only because it's handy for storing the strychnine and keeping the Sunday handlin' snakes comfortable.

    56. Re:Home School by Proteus · · Score: 1

      But home schooling pretty much fails to develop a kid's social skills.

      This bit of misinformation seriously undermines discussion about the real issues with home-schooling. Yes, some parents home-school to "protect" their kids from the bad, evil world. Those kids will have social problems no matter what. The majority of the home-schooling community solved that problem a long time ago by, you know, getting together on a regular basis with other families. That's arguably healthier for the kids, as they'll interact with a broader age range than they would in a standard public school.

      The most serious issues with home schooling are a lack of enforcable standards -- which mean that some parents end up with kids that are even more ignorant than public-school-educated kids -- lack of advanced knowledge, and lack of facility. The first could possibly be addressed with a well-designed standardized test suite (though the government typically sucks at creating good standardized tests).

      The last two -- challenges in finding appropriately-experienced parents in advanced subjects; and the difficulty in getting access to e.g., proper lab equipment -- are much tougher crack. In grade school, this is less of an issue, but many middle- and high-school students who are home-schooled end up with significant gaps in knowledge when it comes to certain advanced topics, and this makes their post-secondary education more challenging.

      On top of this, pulling the brightest children out of public schools only further deprives the schools of funding and positive peer models, creating a self-fulfilling prophecy of public schools as failures. There are real issues with the way public schools are managed -- not the least of which is that the policies for managing them are created largely by groups who have absolutely no qualifications in education or childhood development -- but home-schooling is not the solution.

      --
      We may not imagine how our lives could be more frustrating and complex—but Congress can. – Cullen Hightower
    57. Re:Home School by T+Murphy · · Score: 1

      I'm saying the average person knows how to behave, and will do so as needed (such as when getting/keeping a job), but people with little social experience can't even do that. Not to mention you can't be one of the minority who actually are nice people if you don't know how. Of course, this comment and my comment above are independent of home-schooling, and entirely dependent upon poor parenting.

    58. Re:Home School by VisceralLogic · · Score: 1

      Here's my anecdotal experience: I was homeschooled through high school. Then I went to college for three years and got my BSE. Now I am a happy, well-adjusted, productive member of society.

      --
      Stop! Dremel time!
    59. Re:Home School by Bigjeff5 · · Score: 1

      I love Daniel Tosh's (comedian, if you haven't heard of him, go watch tosh.0 - trash but hilarious) little joke:

      "Yes, I was home-schooled, and statistically that makes me smarter than you."

      --
      Security is mostly a superstition... Avoiding danger is no safer in the long run than outright exposure. - Helen Keller
    60. Re:Home School by Shin-LaC · · Score: 3, Insightful

      You're a good dad.

    61. Re:Home School by QuantumG · · Score: 1

      You just described my entire schooling. Only difference is that my mother wrote notes, with her telephone number on them, and then yelled at anyone who called the number to question the note.

      --
      How we know is more important than what we know.
    62. Re:Home School by Anonymous Coward · · Score: 0

      Would it be easy to understand that rewrite the question to "4+3+2 = ?+2" ?

    63. Re:Home School by Belial6 · · Score: 1

      A better solution is to find a better school. A better public school, or a private school, or a charter school, or something.

      Seriously? So, basically be rich? You know, sell your home and move if you don't like your kids teachers? Or shell out for the tuition of a private school, along with the problems that they have? Really? That is your solution?

      But home schooling pretty much fails to develop a kid's social skills. And I've always felt that one of the more important things that public schooling does is develop social skills.

      When I was first looking into homeschooling, I went to a home school supply store. The owner starting jabbering on to me how the public schools were not there to educate the kids, but they were a social program to indoctrinate them into a labor social system. Red flags went up in my head telling me that this woman was a loon. Yet, I constantly hear anti-home school people repeating basically the same thing. Of course, 'social skills' is one of those things that are almost impossible to objectively measure. Since home schooled kids wipe the floor in every subject that can be objectively measured, the public school advocates latch on to 'social skills'.

      Home schooled kids don't generally have to put up with schoolyard bullies.

      The existence of bullies in public schools in evidence that the public schools don't teach kids good social skills. Also, your comment implies that getting punched in the face and harassed on a daily basis by someone while police require you to remain in the persons presence is a good thing. You must be planning for your kids to live their adult lives in jail, because that is the only place that adults are required by law to take daily physical and verbal abuse.

      They don't have to make friends.

      Nobody has to make friends. My home schooled son has more of them than I did when I was his age and in public school. This seems to be a common occurrence among the many home schooled families I know.

      They don't learn about compromises and sharing and common interests the way you do when you're surrounded by other people all day long.

      Wrong again. They have to be BETTER at it than public schooled kids. All of their friends are kids who CHOOSE to be around them, as opposed to the public school kids who have people being FORCED to be around them.

      They don't learn to file the rough edges off their own personality, so that they can get along with others.

      I point back to your bully remark earlier.

      They're more concerned about sheltering their kid either from harm, or from opposing viewpoints.

      It is actually the opposite. The political and social viewpoints of home schooled families are far more varied than what you find in the public school. Combine that with a heavy indoctrination system by the schools, and the far smaller amount of time that public schooled parents spend with their families, and you get homogeneity in students of public school. When home schooled kids hear a subject being debated they are universally encouraged to ask questions and to put in their 2 cents.

      I have yet to see this socially well adjust public schooled population that you seem to be claiming exists.

    64. Re:Home School by Anonymous Coward · · Score: 0

      A lot of school quality also has to do with regional biases and funding. As someone who went from a region where education was very much valued and people were taught at the level they could learn at to a region where education was put off for about a quarter of the year for hunting season, the materials were terrible to work with, and instead what little funding that was available was funneled into the sports teams...

      Yeah.

    65. Re:Home School by SebastianJB · · Score: 1

      I understand her pain. I would routinely have nothing to do for the last 30 - 45 min (that's 1/3 to 1/2 of class) of my college-prep physics class in 12th grade. I routinely finished math tests 30-50 minutes early in my pre-calc class too. Just about everyone else took the entire class to finish... I still don't get why. At least they allowed me to read. My recourse was to educate myself: trig, calculus, vectors, programming, and a good deal of Spanish...

    66. Re:Home School by Anonymous Coward · · Score: 0

      Do you have any proof for anything you said or do we really need to listen to your ridiculous Anecdotal story about the horrors of public schools. You're simply insulting our intelligence if you really expect us to believe that you reported a totally unbiased account of what happened in this situation. Are we really to believe that your perfect angel of a daughter who did nothing wrong was terrorized by this teacher and school? If it was all the evil school then why the quip by the teacher about how she thought she was so smart? Perhaps because she acted superior and snotty? Also, no school is going to uphold a detention for "looking bored" unless your daughter did it in an exaggerated manner specifically to show her discontent with a school and a teacher that by your own admission she hated.

    67. Re:Home School by PrecambrianRabbit · · Score: 1

      It's entirely believable, because it happens all the time. Not in every public school, and not with every teacher, but it certainly happens. Some teachers feel threatened by intelligent pupils, and feel the need to cut them down to size. Of course it's entirely possible that the kid may have acted like a jerk in some situation, but it's funny how kids tend to act like jerks most often to adults that act the same way... sort of like, you know, adults.

    68. Re:Home School by jakoye · · Score: 0
      Yes. I only went to private (Catholic) school for 2 years, in the 5th and 6th grades. Those two years were the best of my intellectual life! I can only imagine how smart I would've been if my parents had been able to afford to continue to send me to private school for the rest of my primary education. I think it would've radically changed my life.

      Instead, for the 7th grade I was sent back to public school. The horror, the horror! The schoolwork was dumbed down to the point of absurdity, the pace was glacially slow, there was little discipline in the classroom... it was truly a nightmare for any kid who had a passing interest in actually learning.

      And let's not forget the anti-intellectualism of the public school students themselves. Just try and do a good job in a public school and not be labeled as a nerd or a freak.

      Now I understand people who say that maybe the public school I went to just wasn't that good and that it's not fair to have that particular public school represent ALL public schools. And to some extent, this is true, as future public schools I attended were better. But for overall quality of education, there really was no comparison: private > public. That is why, when I have children, they will most definitely attend private schools.

      --
      Better to reign in Hell, than serve in Heaven
    69. Re:Home School by Anonymous Coward · · Score: 0

      Be quiet. You're not in school to socialize.

    70. Re:Home School by Just+Some+Guy · · Score: 1

      Do you have any proof for anything you said or do we really need to listen to your ridiculous Anecdotal story about the horrors of public schools.

      My anecdote was about bad teachers in general, and your reading comprehension sucks. She went to a different public school before the one in my story and I have nothing but good to say about that one. In fact, my two younger children still attend there. If I had my way, that school would expand from K-3 to K-12 because it's truly excellent and I wish more kids could go to it. My daughter's new school happens to be private but that had nothing to do with the main point of the story.

      --
      Dewey, what part of this looks like authorities should be involved?
    71. Re:Home School by Anonymous Coward · · Score: 0

      Sounds like (1) teacher was being a dick - why didn't you just address problems with that (1) teacher? Apols if wrong end of stick, not used to the US school system so unsure if 4th graders have one multi-skilled teacher/moron.

      No sleight intended, geniunely interested in why you took your course of action.

    72. Re:Home School by Just+Some+Guy · · Score: 1

      I skipped some for the sake of brevity. Basically, it was a small school and I got the impression that the teacher had "poisoned the well" by telling the other teachers what a pain in the butt I was for pestering her about my kid. Transferring to a different school with a reputation for a much more rigorous curriculum seemed like a better alternative than fighting against the first school's staff for the next several years.

      --
      Dewey, what part of this looks like authorities should be involved?
    73. Re:Home School by Anonymous Coward · · Score: 0

      Someone please fire that teacher. It is entirely inappropriate to publicly embarrass a child for exceeding expectations. If someone were to call the teacher in front of the school board and berate her for incompetence there would, in all likelihood, be a lawsuit.

    74. Re:Home School by mjwx · · Score: 1

      If you could get rid of all the religious wackos who use homeschooling as a way to indoctrinate their kids without having them exposed to the outside world, there would be a lot less stigma on the homeschooled crowd.

      That would eliminate the need for homeschooling. The only times you need homeschooling is when there is no school within an hour or two's distance (Australia's answer to this is the School of the Air radio service) or when a "parent" (I use this word loosely in this context) wants to "protect" their child from "harmful" ideas like atheism, science or divergent political POV's.

      The second category tends to make up the vast majority of homeschooling, the first category tends to use resources provided to them (like the school of the air).

      --
      Calling someone a "hater" only means you can not rationally rebut their argument.
    75. Re:Home School by BurntHombre · · Score: 1

      Bummer I didn't get any responses to this. Clearly I should have included more invective and name-calling. :/

    76. Re:Home School by Anonymous Coward · · Score: 0

      Perfectly happy that you have the money to do this. Unfortunately you are not the majority experience. This is not a problem to be solved by 'going to the other guys'. It needs to be addressed for the entire country. We are laughing stocks to the rest of the world, only driven by technology that can profit, or create destruction. Making smart, creative, free-thinking children isn't condusive to those profits.

    77. Re:Home School by Anonymous Coward · · Score: 0

      I have definitely seen what he's talking about. Growing up, I knew a few kids at church who were home schooled all the way through high school graduation. One particular kid went to lots of church activities, camps, competitions, etc., but those were too far in between. He was extremely awkward to the point of creepiness, and was incapable of making friends. I felt sorry for him; his parents only wanted him exposed to church, and nothing else.

      Two of my best friends were actually home schooled until middle school, which worked out really well for him because they had such a huge academic advantage, yet got out early enough to learn to relate to people. When I have kids, that's how I want to do it.

    78. Re:Home School by Anonymous Coward · · Score: 0

      I do not have children so feel free to discount my thoughts on this subject. I do have a niece and nephew that lived with me for about 12 years, so I am not without some experience.

      Schools in general only live up to the expectations of the parents involved with the day to day operations of the school. This means that only the unemployed or independently wealthy can influence the instructor's syllabus. The number of times that I witnessed a parent with absolutely nothing but time on their hands actively advising an instructor on the content of classroom lectures (as if you can really call them that!), was astounding. I developed a stereotype (that I am not proud of) of these classroom assistants. I know that there are *some* unemployed, state assistance receiving parents that are just going through a bad stretch. The vast majority of the unemployed volunteers that I saw in classrooms though, were so unprepared to make legitimate commentary on education of any sort. These parents play the part of concerned parent mostly to make inroads for their lazy, unmotivated children who are a product of the life that their parents have created. As a hardened liberal, I know that my opinion is counter to what I want to believe about people and doesn't flatter me in my own eyes -- let alone those of my Northern California neighbors. The fact remains that education goals each year get more and more diluted so that the most difficult students are able to pass tests that they are not prepared to take and for which their parents only expectation is continued passing grades.

      My niece will graduate this year with a 3.9 GPA but I seriously doubt that her SAT or ACT scores will reflect a complimentary result. She is a smart kid who studies, but the overall level of expectation from her instructors is so low it would seem anyone should be able to attain that sort of GPA. She is probably going to end up at the University of Washington and there she will suffer a freshman year that will likely crush/severely diminish her overall positive outlook on school. Her good friend, slated to be the class Valedictorian, doesn't seem better prepared. Perhaps, these two kids attend the worst public school in the world, but probably not.

      It took me a while to even understand why there was any confusion at all about the question in this article. Why wouldn't kids be able to instantly identify 7 as at least the likely answer? The idea that 9 would come up baffled me. I too went to a public school - but it was back in the 80's so we still had chalk boards in math classes. The small town that I lived in had good schools, but not great schools. My introduction to how little I knew was uncomfortable to say the least. I managed to do pretty well (graduated Magna Cum Laude from UW), but not before having to take classes that I should have been prepared for in highschool. I have a feeling that until all of our schools begin teaching how to learn and how to assimilate the information that is presented we will continue to see problems like this.

      The instruction experience that your daughter had seems like a fairly standard experience in public schools. Teachers who are not really good teachers vying for points with parents who do not parent at the expense of kids who want to learn and have the support system at home that encourages and expects hard work and good grades. No child left behind means exactly that. In order to accomplish the federal goals, it means we must get the underachiever to a point where they can pass. The only way to do that in most cases is to lower the standards to such a point as to be embarrassing. I do not know how teachers do it. It is unconscionable.

      I am glad you were able to save your kids educational experience -- just wish you didn't have to.

  8. Um, what? by Anonymous Coward · · Score: 0

    Is the equal sign new or something? Or do today's students have more problems than all the previous generations? Do students in other countries understand it better? TFA is a little sparse.

  9. Calculators by Anonymous Coward · · Score: 5, Insightful

    I blame it on calculators where the evaluate button has "=" on it.

    1. Re:Calculators by TheGratefulNet · · Score: 1

      my 'problem' with the equals sign was when I was first learning BASIC (back in '78; around the time the trs-80 came out). I had the HARDEST TIME making sense of:

      a = a + 1

      how on earth could that be!

      if you want to talk about '=' being confusing, talk about programming when the kid is first learning BOTH arithmetic AND computer programming.

      --

      --
      "It is now safe to switch off your computer."
    2. Re:Calculators by residieu · · Score: 1

      I preferred Pascal's way. Assignment is :=, the naked equals sign retains its identity as an equality check.

    3. Re:Calculators by yancey · · Score: 1

      This could very well be part of the problem. I had not considered it before, but think your assertion is correct. The "=" symbol on the calculator simply means evaluate what I've typed so far. In that context, entering "4+3+2=" into a calculator would result in "9". Then the "+2" at the end of the problem is confusing. Students are then left to guess at the final answer.

      --
      Ouch! The truth hurts!
    4. Re:Calculators by qqaz · · Score: 1

      Right, and I can see how that would make it confusing for kids. And from what I remember, my elementary school teachers pretty much used the equal sign the same way, as a generic "answer goes here" sign...that can't help.

      --
      sup :cool:
    5. Re:Calculators by maxume · · Score: 1

      The article talks about comparing the performance of the US students with the performance of students from other countries, but not in any detail.

      The interesting question is how correctable the mistake is; does it reveal a true lack of understanding about the nature of the comparison noted by the equal sign, or does it show that the students didn't understand the question in the form that it was presented?

      --
      Nerd rage is the funniest rage.
    6. Re:Calculators by Chelloveck · · Score: 1

      That's my take on this, too. The '=' key on a calculator is more of a "print" operator than an equality symbol. Think of it as the "show me the accumulated value" operator. The other half of this is that kids at that level are used to seeing problems expressed as "1 + 2". No '=' symbol. It's assumed, and the kid is supposed to write '3' as the answer.

      Now, combine those two notions. If you see "4 + 3 + 2 = __ + 2" it's natural to evaluate 4+3+2 as 9 and put it in the blank, then add 2 and give the answer as 11. Key it into a basic 4-function calculator and that's exactly what you get.

      So the problem isn't that kids don't know what the '=' sign means, the problem is that the '=' sign has been overloaded to have multiple meanings. Us old farts who "know" that the '=' sign means equality are appalled, but that's the way it is. We've trained the kids to think of it as an evaluation operator.

      --
      Chelloveck
      I give up on debugging. From now on, SIGSEGV is a feature.
    7. Re:Calculators by Anonymous Coward · · Score: 0

      Just one more reason to use RPN.

    8. Re:Calculators by dln385 · · Score: 1

      I blame it on calculators where the evaluate button has "=" on it.

      Exactly.

      I once asked a young child who was smart in math what 4÷3 was. When he gave the answer 1.333, I said I would check it on my calculator. I punched 4/3 into my TI-89, hit =, and got 4/3 as an answer. The boy said that's not the answer and was confused that the calculator would say that. I argued that 4/3 did indeed equal 4/3, so it's a perfectly fine answer.

      A calculator usually gives you an answer with a denominator of 1. For example, say a car is traveling 40 meters per 5 seconds. Enter 40/5 in a calculator, in it will tell you that it's traveling 8 meters per 1 second. It could have told you that it's traveling 80 meters per 10 seconds, and that answer would have been just as correct.

      Knowing the calculator's logic is useful, because you can now enter "5 seconds / 40 meters" to know that the car is takes 0.125 seconds per 1 meter.

    9. Re:Calculators by sjames · · Score: 1

      Yes, that and a zillion workbook problems where likewise the = sign is used as a command to the student to perform the arithmetic specified.

    10. Re:Calculators by dtremenak · · Score: 2, Insightful

      Or it could be a holdover from being taught to do longhand addition and subtraction chained vertically, like so:
      123
      +456
      -------
      579
      - 54
      -------
      525
      which reads (out loud) very similarly to "123+456=579-54=525", which is, as the article points out, incorrect. Don't be too quick to blame calculators when longhand methods introduce similar errors.

    11. Re:Calculators by Anonymous Coward · · Score: 0

      Now, combine those two notions. If you see "4 + 3 + 2 = __ + 2" it's natural to evaluate 4+3+2 as 9 and put it in the blank, then add 2 and give the answer as 11

      Thanks for clarifying the thinking on this. I majored in math and the first thing a thought when I saw this notation is "What the heck is he asking?" That is not any notion I have seen before, and even if one were familiar with Algebra, its not at all clear that he's looking for 4 + 3 + 2 = x + 2, what is X. Maybe his questions given to the students were clearer, but for me this is just a case of US students thinking differently than he expected

    12. Re:Calculators by gfreeman · · Score: 1

      Your tutor wasn't very good then. In your BASIC lessons you should have been taught:

      LET a = a + 1

      It becomes clearer much quicker that way.

      --
      Ceci n'est pas un sig.
    13. Re:Calculators by gfreeman · · Score: 1

      I remember being taught longhand addition, but our teacher gave us tests in the following format:

      123
      456+
      -----

      ===

      There was exactly one linespace between ----- and =====
      Also, I didn't realise until now, that the addition or subtraction sign went on the right ...

      --
      Ceci n'est pas un sig.
    14. Re:Calculators by Anonymous Coward · · Score: 0

      What kind of crazy calculator has a = on it? Mine only have Enter and that is just to put a number on the stack. There will only be postfix operators in this house.

      4+3+2=( )+2 Bah!

      4 3 + 2+ 2 -

    15. Re:Calculators by OrangeCatholic · · Score: 1

      SET a = a + 1 would solve your confusion and also shut up about a dozen people who are raving about Pascal.

      Also, have any programs been written in Pascal or are we still waiting?

  10. I am terrible at math..but by lupinstel · · Score: 1

    I am terrible at math; I had to take the most basic math course twice in college. However I can not begin to comprehend how fucking stupid you have to be to not be able to properly answer 4+3+2=( )+2. I guess they can always become philosophy majors like I did.

    --
    Don't blame me, I voted for Cthulhu.
    1. Re:I am terrible at math..but by ACS+Solver · · Score: 1

      Pretty mind boggling indeed. Sure I've seen my share of kids really bad at maths but this is hard to believe. 90% of what I know about American schools is from reading Slashdot but this sounds like a problem with teachers to me. Seriously, I'd expect everyone who does not border on metal retardation to be able to understand the equal sign. Hell, if the students add the numbers on the left side and write that in the parenthesis, it shows they're capable of some thinking.

      And out of curiosity, do your schools really offer tasks written as 4+3+2 = ( )+2 past the first 2-3 grades? TFA mentions "middle grades", which in my country would typically refer to grades 5-9, therefore ages 12-16 approximately, I assume US isn't much different. I remember that in the second grade, equations were presented with an empty box for the unknown variable, so it'd be like 5+3 = [ ] + 6. But already in the third grade they were introducing the concept of letters in equations, so they'd offer it in the form of 5+3 = x+6.

    2. Re:I am terrible at math..but by ivan_w · · Score: 1

      It's cognitively not that obvious.

      Parsing "4+3+2=()+2" is actually not a trivial process. It may become trivial after some time, but it's not intuitive.

      This could easily be parsed as (4+3+2=x)+2 and therefore, as ((4+3+2=9)+2)=11 because () is usually meant to change the precedence of a statement.

      Now this could easily be read as :

      "There are four red apples, three green apples and two yellow apples in a (nice little red basket) and two brown apples".. How many apples ?

    3. Re:I am terrible at math..but by camperdave · · Score: 1

      However I can not begin to comprehend how fucking stupid you have to be to not be able to properly answer 4+3+2=( )+2.

      It's easy. The kids use a calculator. They punch 4+3+2 into a calculator, press = and get 9, fill in the blank, add 2, press = and get 11. To them, the symbol is an operator instead of a conditional.

      When the old folks said that allowing kids to use calculators in school would ruin their ability do do math in their heads, I pictured them not being to add or subtract. I never pictured them not knowing what the equals sign means.

      --
      When our name is on the back of your car, we're behind you all the way!
    4. Re:I am terrible at math..but by oji-sama · · Score: 1

      True. But if the problem had an x in it, then it would be clear(ish) that 9 equals x + 2. The notation here is completely counterintuitive.

      I'm just reading "Surely you're joking, Mr. Feynman! - Adventures of a curious character" (Richard P. Feynman - a physicist) and it's surprisingly up to date with its criticism about the schoolbooks and science education. Although looks like some of the stuff he was criticizing Brazil about now applies to USA as well. The comments about the American school books are probably at least as relevant now as they were then.

      --
      It is what it is.
    5. Re:I am terrible at math..but by clone53421 · · Score: 1

      They are, most likely, just solving it on a calculator. Punch those keys from left to right, write down the 9 at the appropriate step, and then at the end you get = 11.

      We are creating mindless robots who can punch buttons and write down what the calculator says.

      --
      Alexander Peter Kristopeit bought his basement from his mommy for one dollar.
    6. Re:I am terrible at math..but by FluffyArmada · · Score: 1

      Or you could become a Philosophy and Math major like I did!

      --
      If con is the opposite of pro. Then isn't congress the opposite of progress?
    7. Re:I am terrible at math..but by Svartalf · · Score: 1

      When the old folks said that allowing kids to use calculators in school would ruin their ability do do math in their heads, I pictured them not being to add or subtract. I never pictured them not knowing what the equals sign means.

      I pictured both, actually. And it's more a failing of the teachers to teach concepts. If you get the concepts right, the calculator won't mess your ability to do math up. It's a matter of allowing the things in too early in school coupled with bad teaching (not bad teachers, mind... many can't do anything other than what they allow for curriculum...)

      --
      I am not merely a "consumer" or a "taxpayer". I am a Citizen of the State of Texas
    8. Re:I am terrible at math..but by clone53421 · · Score: 1

      True. But if the problem had an x in it, then it would be clear(ish) that 9 equals x + 2. The notation here is completely counterintuitive.

      To a person with a proper understanding of “equals” ... yes, it would be pretty clear.

      --
      Alexander Peter Kristopeit bought his basement from his mommy for one dollar.
    9. Re:I am terrible at math..but by oji-sama · · Score: 1

      To a person with a proper understanding of “equals” ... yes, it would be pretty clear.

      Of course you need to understand what they are asking, but in my opinion the notation with x would be clearer. Then again, any notation is fine as long as it is explained properly. That said, using a notation that 'everybody' knows and can be used in the future anywhere would perhaps be preferable.

      --
      It is what it is.
    10. Re:I am terrible at math..but by gbeagle2112 · · Score: 1

      I have seen worse on exams first hand. On one test I saw 5/16 evaluated to 1/11 and (3m)/(4m) evaluated to 1/m. This person did this for division everywhere on the test. If it had happened once I would have just assumed it was a mistake made while hurrying. It was like they had just learned some insane version of division.

      The truly scary part was this was in a first-year undergraduate course for physics majors...

    11. Re:I am terrible at math..but by clone53421 · · Score: 1

      Teaching grade-schoolers that “x” represents an unknown integer is much more difficult than teaching them to fill in the blank.

      Either way, if their concept of “equals” is what happens when you push “=” on a calculator, they’ll get it wrong no matter what you use to denote the value.

      --
      Alexander Peter Kristopeit bought his basement from his mommy for one dollar.
    12. Re:I am terrible at math..but by oji-sama · · Score: 1

      Yes, but teaching them that “x” represents an unknown will also help in teaching what “equals” means. Now, when you get a value from pushing “=” you will have x + something instead of a empty space where the value from calculator could be filled in. And hopefully the teacher will at this point make a point about keeping both sides of the equation equal.

      --
      It is what it is.
    13. Re:I am terrible at math..but by clone53421 · · Score: 1

      None of that will help when the students are daydreaming and doodling because all they need is a C and you can’t give them a D or F because they are precious and unique snowflakes.

      --
      Alexander Peter Kristopeit bought his basement from his mommy for one dollar.
  11. == vs = ? by Anonymous Coward · · Score: 0

    The nerd in me wants to point out that == is what they are looking for, but that concept isn't taught until later in school anyways so I'll leave that alone :)

    I'd say its a failure on the teaching system, not making them explain things to be sure they understand it. Teachers now are more focused on making sure they pass tests so that they don't get fired (which is another broken part of the system). I'd say we need an overhaul on the education system in the USA as well, in addition to many other things!

    1. Re:== vs = ? by maxwell+demon · · Score: 2, Insightful

      The nerd in me wants to point out that == is what they are looking for, but that concept isn't taught until later in school anyways so I'll leave that alone :)

      Of course the true nerd knows that the operator used for this depends on the language. C and C derived languages (and thanks to the pervasiveness of C, most newer languages) use == for equality and = for assignment. But not all do so. Pascal for example uses = for equality and := for assignment, and so does Ada. BASIC uses = both for equality and assignment.

      --
      The Tao of math: The numbers you can count are not the real numbers.
  12. Well DUH! by Anonymous Coward · · Score: 1

    Schools in america do not reward understanding of the mathmatics behind the symbol.

    They reward memorization.

    Don't blame the players when the game is retarded...

  13. I don't understand the example, either by petes_PoV · · Score: 2, Insightful
    Are they saying the quantity denoted by the braces () is an unknown and we should solve for it. Are they saying it's some sort of sub-total of evaluating the LHS of the expression? from the rest of the text:

    One cause of the problem might be the textbooks, the research shows.

    Which sounds a lot like the true cause, not the students - who in my case has an honours degree in physics.

    --
    politicians are like babies' nappies: they should both be changed regularly and for the same reasons
    1. Re:I don't understand the example, either by ihatejobs · · Score: 2

      Upon seeing the problem, it was immediately obvious to me that they wanted us to insert whatever number should be in the parentheses to make the statement true.

      4+3+2=(7)+2 would be the correct answer.

      If there is a statement with an equals sign in the middle, that means that the left needs to be equal to the right. If there is a blank space, and the two sides clearly aren't equal yet, they want you to make the statement true. Pretty obvious to me.

      --
      Can anyone tell me why 99% of /. users are total assclowns?
    2. Re:I don't understand the example, either by Anonymous Coward · · Score: 0

      I don't think what the students did was necessarily 'wrong'. It was just a terribly structured question.
      They should have said "4+3+2=( )+2 Make this statement true"

      or, like anybody who has had a math class in the last 10 years would expect it:
      "4+3+2=X+2 Solve for X"

    3. Re:I don't understand the example, either by smurfsurf · · Score: 1

      Well yeah, but here is the typical technical slashdot crowd. So we have to over-think, over-complicate and find the most contrived possible way to mis-interpret the statement. We are also very good at nit-picking ;-)

    4. Re:I don't understand the example, either by Ephemeriis · · Score: 1

      Are they saying the quantity denoted by the braces () is an unknown and we should solve for it.

      Yes.

      It's an empty pair of parenthesis. Something usually goes within in them. And we've got an equals sign... So whatever is on the left should be equal to whatever is on the right.

      One cause of the problem might be the textbooks, the research shows.

      Which sounds a lot like the true cause, not the students - who in my case has an honours degree in physics.

      Nobody is suggesting that the students are somehow incapable of understanding an equals sign.

      What is being suggested is that students are not being properly educated on what an equals sign is.

      The textbooks are largely irrelevant, because they shouldn't be used in a void. You should have a teacher who is actually teaching what is contained in the textbook.

      Somewhere along the line, regardless of how bad the textbook is, somebody should have explained what an equals sign means.

      --
      "Work is the curse of the drinking classes." -Oscar Wilde
    5. Re:I don't understand the example, either by ihatejobs · · Score: 1

      True enough. Only on Slashdot could a math problem designed for school kids be over thought to this extent. I should have realized that when the first post I saw said they should be using == instead of =, as if these kids are learning to program instead of do basic math.

      --
      Can anyone tell me why 99% of /. users are total assclowns?
    6. Re:I don't understand the example, either by petes_PoV · · Score: 1

      It's an empty pair of parenthesis. Something usually goes within in them

      Depending on the quality of the teacher's writing it could also be interpreted as a numeric zero. There are better ways of writing the expression that have much less scope of misunderstanding or ambiguity. Therefore this example is badly constructed.

      --
      politicians are like babies' nappies: they should both be changed regularly and for the same reasons
    7. Re:I don't understand the example, either by Anonymous Coward · · Score: 0

      Where from Whatsamatter U? Just because you can be obtuse doesn't mean you have to be, it's pretty obvious they want both sides to be equal? Let me guess your from somewhere in the southern US correct?

    8. Re:I don't understand the example, either by Ephemeriis · · Score: 1

      Depending on the quality of the teacher's writing it could also be interpreted as a numeric zero.

      In which case the interpretation given in the summary... The interpretation that apparently most kids gave... Doesn't work. It's very clear from the summary that folks were treating it like an empty box to put things in, not a numeric zero.

      There are better ways of writing the expression that have much less scope of misunderstanding or ambiguity.

      There certainly are.

      Therefore this example is badly constructed.

      Either that, or it's very well constructed to point out a deficiency in understanding.

      If your kids are so dependent on specific syntax that they can't handle a different placeholder, you've got a problem.

      --
      "Work is the curse of the drinking classes." -Oscar Wilde
    9. Re:I don't understand the example, either by oji-sama · · Score: 1

      The problem is, not all children think alike either.

      --
      It is what it is.
    10. Re:I don't understand the example, either by davev2.0 · · Score: 1

      It was not readily apparent to me, but then I prefer to use standard algebraic notation. To me "( )" could mean anything as it has not defined meaning.

    11. Re:I don't understand the example, either by Anonymous Coward · · Score: 0

      It's inconsistencies like this in our teaching methods that are keeping our kids from excelling in math & science compared to the rest of the world.

      I remember just learning about variables in the 5t or 6th grade and encountering these blank spaces and parenthesis, but then there were y's and x's too! It was so frustrating. You can't just leave a space in an equation like it some sort of MadLibs sentence. You need to introduce the variable (or constant in this case) as a letter to be solved for.

      So the problem isn't the equals sign, it's the parenthesis.

    12. Re:I don't understand the example, either by Svartalf · · Score: 1

      I don't get where you're arriving at that. It was typed out, not handwritten. Please, quit making excuses for this stuff- it's part of why we're discussing it; there's a problem there and it's because of people trying to justify why it's "okay" (It's not!) that we're in the situation we're in right now in the USA.

      --
      I am not merely a "consumer" or a "taxpayer". I am a Citizen of the State of Texas
    13. Re:I don't understand the example, either by thrawn_aj · · Score: 1

      To be fair, it is a well-known fact(TM) that a mastery of vector calculus invalidates any prior expertise in arithmetic, so your argument is invalid =)

      - bunny, pancakes, etc.

    14. Re:I don't understand the example, either by fermion · · Score: 1
      If I understand the middle school pedagogy, the idea is to transition to a form used with symbolic manipulation and variables, but to allow the kids to use the the guess and check tools they learned in earlier grade. In particular, the use of the blank instead of a variable prevents confusion over variables, which I believe is the bigger problem.

      IMHO, what this study show is a more generic issue with abstraction. On way to solve this is to teach simple coding skills in middle school. Proper coding is, by definition, abstracting a process so if a students knows the bascis of coding, they also have learned the basics they need in math. The difference between equality and assignment, the difference between a constant and a variable, how to swap numbers. I would argue that the equal thing is a symptom of deeper issues.

      --
      "She's a scientist and a lesbian. She's not going to let it slide." Orphan Black
    15. Re:I don't understand the example, either by Actually,+I+do+RTFA · · Score: 1

      If there is a statement with an equals sign in the middle, that means that the left needs to be equal to the right. If there is a blank space, and the two sides clearly aren't equal yet, they want you to make the statement true. Pretty obvious to me.

      Let's tackle that first if statement. If there is a statement with an equals sign in the middle... this means an equation with the equals relationship in between two expressions. It's not immediately apparent that there was an equation at all, let alone one with an equality relationship. "=()+" could be an operator... nothing about it starting with '=' implies it's not. "==" or "===" are considered different operators, why shouldn't "=()+"?

      And in the case of the second if: If there is a blank space... First, a better represntation of the blank sapce would be ___. Second, the blank space has no mathematical meaning. If you used a variable, then the equation could be true, and you could solve for x. But I can write a false equation: 2+2=9. Are you saying it's obvious to everyone that I think you should white-out the bottom part of one of the 2s to make it a 7? After all, that's modifying the equation to make it true.

      --
      Your ad here. Ask me how!
    16. Re:I don't understand the example, either by ihatejobs · · Score: 1

      Let's tackle that first if statement. If there is a statement with an equals sign in the middle... this means an equation with the equals relationship in between two expressions. It's not immediately apparent that there was an equation at all, let alone one with an equality relationship. "=()+" could be an operator... nothing about it starting with '=' implies it's not. "==" or "===" are considered different operators, why shouldn't "=()+"?

      Pretty sure the "equa" part of "equation" is self explanatory, but I guess not. At the stage of math they are at, if there is an equals sign, it can be assumed there is an equation of some sort. "=()+" is not an operator. It's also a pretty fair assumption that an operator won't have a bunch of spaces in it. The original problem had spaces in between all those characters, clearly indicating that it is NOT an operator. Stop over thinking the problem. These are grade school children for crying out loud, not calculus students.

      And in the case of the second if: If there is a blank space... First, a better represntation of the blank sapce would be ___. Second, the blank space has no mathematical meaning. If you used a variable, then the equation could be true, and you could solve for x. But I can write a false equation: 2+2=9. Are you saying it's obvious to everyone that I think you should white-out the bottom part of one of the 2s to make it a 7? After all, that's modifying the equation to make it true.

      Who cares what a blank space is represented as? It doesn't matter. Again, completely over thinking the problem. Child sees blank space. Put number in blank to solve problem. That is as simple as this is. You could use a variable just as easily as a blank space, but for school children who have not taken an algebra class yet a blank space would be easier to understand for them.

      Only on slashdot could people over think a math problem designed for children.

      --
      Can anyone tell me why 99% of /. users are total assclowns?
    17. Re:I don't understand the example, either by Actually,+I+do+RTFA · · Score: 1

      You could use a variable just as easily as a blank space, but for school children who have not taken an algebra class yet a blank space would be easier to understand for them.

      Before algebra, there's no conception of an equation taught to children. So, the results are unsurprising.

      Really dull proof here in that case.

      But the study was for middle school students (pedantic note: you implied elementary school children in your post), that is, people at least through pre-algebra. So I don't think "x" would have been so mystifying.

      I didn't understand what was trying to be said. Maybe spaces would have helped. But in general middle school children get the shaft. I had my 5th grade cousin ask for help on his math homework, and there were literally a half dozen contradictory answers that would be valid based on the assumptions taken in his word problem. (Does "ways it can be arranged" refer to combinations or permutations, can each option be used more than once, can the null option be used (only valid if each option can be used more than once, as otherwise it was required) or can the null option be used more than once (only valid if the other options cannot) ). Kids are bad at math cause we spoonfeed them crap with 800 assumptions, never explaining what they are. And we wonder why they cannot generalize like we can.

      --
      Your ad here. Ask me how!
    18. Re:I don't understand the example, either by ihatejobs · · Score: 1

      Before algebra, there's no conception of an equation taught to children. So, the results are unsurprising.

      What school system did you go to? I knew what an equation was long before I knew anything about algebra.

      But the study was for middle school students (pedantic note: you implied elementary school children in your post), that is, people at least through pre-algebra. So I don't think "x" would have been so mystifying.

      I said children, I didn't imply how old because the study never really says actual age groups, it just lumps them into middle school. Where I'm from, "Middle school" can be anything from grade 4 to grade 10. Pretty big difference in skillsets within that range.

      I didn't understand what was trying to be said. Maybe spaces would have helped.

      This I will give you. Using brackets in the middle of a math eqauation instead of a blank or a space is pretty silly. An underscore would have done the job best I would think.

      But in general middle school children get the shaft. I had my 5th grade cousin ask for help on his math homework, and there were literally a half dozen contradictory answers that would be valid based on the assumptions taken in his word problem. (Does "ways it can be arranged" refer to combinations or permutations, can each option be used more than once, can the null option be used (only valid if each option can be used more than once, as otherwise it was required) or can the null option be used more than once (only valid if the other options cannot) ). Kids are bad at math cause we spoonfeed them crap with 800 assumptions, never explaining what they are. And we wonder why they cannot generalize like we can.

      This is true for the most part as well. My father taught me one of the most valuable lessons I ever learned while I was in this age range, and it helped me get past most of this easily. Occam's Razor - The simplest answer is likely the correct answer. If you tackle math word problems like this, you can usually puzzle it out and get whatever the teacher is looking for. If you have a tendency to over think a problem, you will likely come to an incorrect conclusion that most others wouldn't have even considered. I noticed this a lot when marking tests and whatnot during my school years. There would always be outliers who would come up with some ridiculous answer to a word problem because they overcomplicated it.

      --
      Can anyone tell me why 99% of /. users are total assclowns?
    19. Re:I don't understand the example, either by Actually,+I+do+RTFA · · Score: 1

      I knew what an equation was long before I knew anything about algebra.

      I moved around a bit. But it was pretty consistent, I believe. In 1st grade you learned what numbers were, 2nd addition/subtraction, 3rd multiplication/division, 4th ?, 5th ?, 6th pre-algebra, and on up.

      To my mind "middle school" means explicitly 6th, 7th and 8th grades, that is, grades that should be at the pre-algebra level.

      I focused on the parentheses because I believe that we are shafting the children, and I really want someone to demonstrate that we need to improve it. And this study doesn't because of such a retardedly nonstandard usage.

      My father taught me one of the most valuable lessons I ever learned while I was in this age range, and it helped me get past most of this easily. Occam's Razor - The simplest answer is likely the correct answer. If you tackle math word problems like this, you can usually puzzle it out and get whatever the teacher is looking for.

      Personally, I was taught to simply spell out the assumptions you felt like using in that case. But "simplest" is subjective. For instance, simplest to me means the one that resolves to the easiest to solve. But simplest to a fifth grade teacher may mean what that teacher thinks most students will assume.

      --
      Your ad here. Ask me how!
  14. Confusing symbols by M_Hulot · · Score: 5, Interesting

    Didn't they just fool the students with odd / non-standard use of symbols?
    I presume that 4+3+2=( )+2 is supposed to mean the same as 4+3+2=x+2.
    If they had presented the equation with x, surely (almost) everyone would have solved it?
    I'm from the UK, is 4+3+2=( )+2 a commonly used / commonly understood way of presenting the problem in the US?

    1. Re:Confusing symbols by flynt · · Score: 4, Informative

      No, we use 'x' over here, too.

    2. Re:Confusing symbols by Anonymous Coward · · Score: 0

      Admittedly I'm not in the maths, but this is the first time I've seen it presented that way, as a 29-yo American.

    3. Re:Confusing symbols by R.Mo_Robert · · Score: 4, Interesting

      I'm from the UK, is 4+3+2=( )+2 a commonly used / commonly understood way of presenting the problem in the US?

      It sure isn't. I wonder if notational trickery isn't part of the problem, not a lack of understanding. (TFA doesn't say if there were directions, like "Solve for the missing quantity in parentheses" or something like that.) I bet more people would have understood if they used something like x. Maybe they were trying to avoid "scary" variables for middle schoolers, but that's actually exactly when I remember learning what they were--if not, the year before.

      --
      R.Mo
    4. Re:Confusing symbols by Mini-Geek · · Score: 1

      I'm from the UK, is 4+3+2=( )+2 a commonly used / commonly understood way of presenting the problem in the US?

      No, that's not standard usage in the US or anywhere else that I'm aware of.
      It's always possible the report was not properly representing what he was trying to convey, but the report definitely shows usage that isn't clear for anyone, unless it was explained on the test. No wonder people are confused.

      --
      do {print "Mini-Geek Rules!\n";}
      until ($TheEndOfTheWorld);
    5. Re:Confusing symbols by spleen_blender · · Score: 1

      I modded you insightful, then thought about it. The entire premise is an understanding of the equals sign. And even if they were confused by the () 4+3+2 NEVER EQUALS (9)+2

      I think they chose a nonstandard notation for that fact so they would have to rely on the contextual meaning of what an equals sign DOES mean to understand what the intent of () was.

    6. Re:Confusing symbols by TheGratefulNet · · Score: 4, Informative

      we used BOTH an x and a 'box' (as per my other post).

      starting out, they taught us to fill in the missing value in the 'box' (square symbol). then, over time, when it was the right time to introduce letters as 'box symbols' they put an 'x' there.

      made sense to me. a progression to get the kid up to that level of thinking. a box is empty and can be filled. makes good concrete sense. then later, we 'upgrade' the box to an x. same concept but more steps to get the kid there.

      --

      --
      "It is now safe to switch off your computer."
    7. Re:Confusing symbols by blueg3 · · Score: 5, Informative

      If you watch the video, they have pictures of the math questions, which makes things a lot clearer. The parentheses are TFA's way of trying to draw a blank space. In the original questions, it's an underlined blank space (so ___ would have been a better choice) -- the same sort of underlined blank space provided in grade school where they want you to fill in the answer. In mathematics classes before algebra, when they're trying to introduce you to algebraic concepts, it's common to use blank spaces for "figure out what goes in this space and write it", rather than writing an "x" and saying "solve for x", which would use a concept the students haven't yet been taught.

    8. Re:Confusing symbols by deapbluesea · · Score: 1

      Didn't they just fool the students with odd / non-standard use of symbols?

      That's the entire point of the study. They put a non-standard notation up there with a very standard use of the equals sign. Virtually all Chinese students figured it out, 70% of US students did not. They were unable to adapt to something slightly different and apply the proper meaning of the equality to a new situation.

      --
      Government is not reason; it is not eloquent; it is force. Like fire, it is a dangerous servant and a fearful master.
    9. Re:Confusing symbols by Anonymous Coward · · Score: 0

      Oh, come on, guys. ( ) in the example is an _ASCII art representation_ of an empty box or an empty space that the students are supposed to write their results into. As the article states this is a "precursor to ideas of variables", so x is of no use here, because _students don't know it yet_.

    10. Re:Confusing symbols by robot256 · · Score: 1

      That's probably exactly it. A lot of the time when teachers/curriculum writers try to "modify their instruction", they end up doing non-standard things with common symbols or techniques. You wouldn't believe the number of times in my homeschooled brother's elementary math books I've had to explain that, no, they are wrong, you write division problems like THIS not that, and no don't use those stupid flower symbols just us x, y and z, etc etc. It would be so much simpler if we started teaching them proper notation in 2nd, 3rd, and 4th grade rather than using symbols willy-nilly up until algebra, when WHAM everything becomes logically consistent and it throws them for a loop.

    11. Re:Confusing symbols by flibbidyfloo · · Score: 1

      It certainly wasn't when I was in school, but that was decades ago. If the students given this equation hadn't been introduced to variables yet, perhaps something like 4+3+2=(?)+2 would make more sense to them.

    12. Re:Confusing symbols by sciguy125 · · Score: 1

      It's used for younger kids. However, if I recall correctly, I had a box (a small empty square) or sometimes a blank space denoted by an underscore. I guess they think it's easier for them to understand something that represents blank rather than 'x'. It's to introduce algebra concepts to kids before they're in algebra (maybe >5 years before).

      --
      GE/S/P a- e++ y-- r-- s:++ d+ h! X+++ t++ C+ P+ L++ E W++ w M-- V? PS+ P+
    13. Re:Confusing symbols by Ephemeriis · · Score: 1

      Didn't they just fool the students with odd / non-standard use of symbols?

      I presume that 4+3+2=( )+2 is supposed to mean the same as 4+3+2=x+2.

      If they had presented the equation with x, surely (almost) everyone would have solved it?

      I'm from the UK, is 4+3+2=( )+2 a commonly used / commonly understood way of presenting the problem in the US?

      It depends on the context.

      Most commonly you'd use an x... Not exactly sure why x is so popular, but that's what you'd normally see. And if there's a couple more variables you'd see a y and maybe a z.

      But here in the US you'll frequently see something more visual before you get to actual letters as placeholders. If you just throw an x into a mathematical equation, before teaching the kid that it's supposed to be a placeholder/variable, they're not going to know what to do. Frequently you'll see introductory textbooks using an empty box instead of a letter... Or maybe empty parenthesis or brackets. It's not that unusual.

      Furthermore, if you understand math, you know that something typically goes inside of parenthesis. You know that the bit inside the parenthesis would be calculated before the bit outside of the parenthesis. And you know that what is on the left should be equal to what is on the right. So it shouldn't be too hard to figure out what those parenthesis are doing there.

      Honestly, if the problem is simply non-standard notation, that seems like an equally big issue. Are you suggesting that everybody would have done just fine if there'd been an x instead of ()? So... What if somebody picked a different symbol? What if it was an a or a q or an r? What if they used [] instead?

      There's obviously some lack of understanding here. Regardless of the syntax used, it's pretty clear that the expression on the left ( 4+3+2 ) is not actually equal to the expression on the right ( ( )+2 ). Depending on the format of the test, you could maybe answer 'false'... But if they're looking for some kind of numeric response, I think it's fairly clear that you're supposed to make the two sides equal. That's what you do in math.

      --
      "Work is the curse of the drinking classes." -Oscar Wilde
    14. Re:Confusing symbols by Coffee+Warlord · · Score: 1

      I don't recall ever seeing it formatted that way as a child, and from the times I got roped into grading things for my wife (4th grade teacher), I don't recall them using that format in her school either.

      Problem is, there's no standard of how a district is going to teach anything. They pretty much tell teachers, "We're using this book/material. Use it. Teach it. Love it.". (at least this is how it goes in my wife's district, along with a couple other districts I have friends teaching at).

      Continuity across teaching methods/materials, thy name is not US schools.

    15. Re:Confusing symbols by Bob-taro · · Score: 1

      No, that's not standard usage in the US or anywhere else that I'm aware of.

      Maybe that's the common way of presenting it in China and Korea

      --
      Prov 9:8 Do not rebuke mockers or they will hate you; rebuke the wise and they will love you.
    16. Re:Confusing symbols by drinkypoo · · Score: 1

      At the same time, we also get instructions (usually on every page!) when we just get a box to fill in. When variables are introduced they are explained both by a section of the text and by your instructor. Or at least, this was my experience, and I was educated in Reagan-era public schools and the like. If only I could have gotten a chemistry class, or perhaps some kind of math theory, I think things would have turned out very differently for me. Not that I'm bitter.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    17. Re:Confusing symbols by Anonymous Coward · · Score: 0

      Math is a universal language.

    18. Re:Confusing symbols by nielsm · · Score: 1

      I remember seeing this kind of notation in my grade school textbooks. (I'm from Denmark by the way.)
      Though usually it'd be presented with otherwise marked fields, rather than parentheses, and accompanied by short instructions. In earlier grades accompanied by a drawing representing the kind of problem solving needed, instead of written instructions. Like this:

      Fill in the blanks, so both sides are equal:
      4 + 3 + 2 = ___ + 2

      In later grades, regular equation notation was then introduced, substituting x and y for blanks to fill in. Then you'd get a question like this:

      Find the value of x in each equation:
      4 + 3 + 2 = x + 2
      x = ___

    19. Re:Confusing symbols by khallow · · Score: 1

      I agree with deepbluesea on this one. The point of the test was probably to see how students adapted to nonstandard usage, assuming they had been exposed to standard notation. Keep in mind that most, if not all, real world usage of algebra won't come with standard, clearly labeled notation. If schools spend years teaching students math and these students can't use the math except for contrived circumstances nearly identical to what they were exposed to in class, then it's a pretty big waste of time.

    20. Re:Confusing symbols by kj_kabaje · · Score: 1

      No. This is a common approach for younger children. Sometimes there is just a "___" instead of parens. Regardless, a basic concept that all children would ideally be learning early on.

    21. Re:Confusing symbols by clone53421 · · Score: 3, Insightful

      Yes, and no doubt the teacher worked a few problems on the board so that everyone could see how they were done.

      And since everyone daydreamed through the class, the homework got done with the calculator.

      4
      +
      3
      + (calculator displays 7)
      2
      = (calculator displays 9; write it down)
      +
      2

      Now to finish the problem? Well, = of course, and write down “= 11”. That’s what the calculator said.

      --
      Alexander Peter Kristopeit bought his basement from his mommy for one dollar.
    22. Re:Confusing symbols by arekusu_ou · · Score: 1

      No, x is used in "algebra" or further. x does not exist in lower grade mathematics. A blank space depicted in a variety of ways, is what is used prior to algebra.

      I'm surprised, a study regarding the UK's abhorrent math standards gave me the understanding that students would be lucky to graduate high school with calculus, let alone have algebra in Middle School.

    23. Re:Confusing symbols by clone53421 · · Score: 1

      TFA doesn't say if there were directions, like "Solve for the missing quantity in parentheses" or something like that.

      That would’ve been gone over in class, which everyone daydreamed through, and printed in the instructions at the top of the homework page, which everyone ignored.

      --
      Alexander Peter Kristopeit bought his basement from his mommy for one dollar.
    24. Re:Confusing symbols by yancey · · Score: 1

      I have seen this several times in the public schools. I have also seen them use blanks in the problems. There is an assumption by those who develop the curriculum that students cannot understand the abstract concept of variables until they are older (typically beginning at 8th or 9th grade, when they take Algebra). I have also tutored middle-aged adults who could not grasp the concept of a negative number, yet were working at a high-tech business (think computer chip manufacturer, formerly involved in the U.S. defense sector). Life is a bit scary at times.

      --
      Ouch! The truth hurts!
    25. Re:Confusing symbols by Aladrin · · Score: 1

      X is used once the kids are taught algebra. Before that (and while they're learning Algebra) the X is really confusing for them. (It wasn't for me, but not much was.) The ( ) is a way to represent the blank on the piece of paper that the kids are seeing. Maybe _ was a better choice, but it was probably a big circle on the original sheet.

      --
      "If you make people think they're thinking, they'll love you; But if you really make them think, they'll hate you." - DM
    26. Re:Confusing symbols by arb+phd+slp · · Score: 1

      The empty square as a "variable" in an equation is something I've seen as low as 2nd and 3rd grade.

      --
      There's a perfect xkcd for my sig but I'm too lazy to look it up. sudo someone go find it.
    27. Re:Confusing symbols by The+MAZZTer · · Score: 1

      So now we have reporters who can't find the _ key on their keyboards...

    28. Re:Confusing symbols by arb+phd+slp · · Score: 1

      They start prepping kids for algebra in the 1st and 2nd grade. Granted, I spend more time in language arts classes than math (I'm a speech therapist), but I see this stuff on the chalkboard and on the walls. Where is this going wrong?
      Back in the 80s, I remember talking about the = being the center point of a balance scale. And inequality signs being an alligator that eats the higher value. We knew what those symbols meant when we were six. Are they not doing the foundational stuff like that? Skipping over it to get to the actual problems that will be seen on the standardized test?

      --
      There's a perfect xkcd for my sig but I'm too lazy to look it up. sudo someone go find it.
    29. Re:Confusing symbols by Svartalf · · Score: 1

      We use both terms, and in Mathematics, both are proper. I've had both on High-School and College tests. I was from out of Oklahoma in High School. There should be a hint in that, folks.

      --
      I am not merely a "consumer" or a "taxpayer". I am a Citizen of the State of Texas
    30. Re:Confusing symbols by szquirrel · · Score: 1

      (TFA doesn't say if there were directions, like "Solve for the missing quantity in parentheses" or something like that.) I bet more people would have understood if they used something like x. Maybe they were trying to avoid "scary" variables for middle schoolers, but that's actually exactly when I remember learning what they were--if not, the year before.

      Proper directions make all the difference.

      When I was a kid math classes weren't on different tracks until middle school. Near the end of sixth grade I was given a test to see if I could handle the highest track which taught algebra. But of course, I had never seen algebra before so the test itself had to explain some basic concepts. Which it did. In surprisingly clear and simple language that had me solving for "x" in minutes. Each page introduced a new algebraic concept and I was eating it up.

      The test was designed to be more work than a kid could finish in the time limit but I got pretty damn far. The irony is that I spent the next year in a basic algebra class that taught me very little I hadn't already learned from that tracking test.

      I wish I still had that test. Whoever wrote it deserved a medal.

      --
      Never approach a vast undertaking with a half-vast plan.
    31. Re:Confusing symbols by arb+phd+slp · · Score: 1

      You are so right.

      A major problem is confusing difficulty for academic rigor. I've seen textbooks that were just plain developmentally inappropriate. Things like mathematics are extremely abstract. There are some things that kids' brains are just not ready to absorb, but administrators want all the kids to be above average (like in Lake Woebegon) so that their test scores will look good. "Wow! Look at the advanced stuff they've got the kids doing! We'll be sure to ace the state tests now!" Next thing you know, you're teaching the 5th grade curriculum to 3rd graders and the 2nd grade curriculum to the kindergartners and, while it's great for the kids who get it (they grow up to be Slashdotters), most of the class can't and they get cheated out of learning the basic fundamentals. They never get a decent education. (And as most Slashdotters can attest, it isn't that great for the advanced kids either).

      Another issue is when districts get a math program, buy the books, then cheap out on training the teachers how it works. They send some of the staff to the workshop where the publishers explain WTF is going on in their program, and then those few train everyone else. Stuff gets lost in translation. Then new hires come on and trained people leave and you've got a total mess of interpretations of the curriculum.

      I know it's not the popular political stance here, but part of the solution is to move control of the curriculum from the towns to something larger, like states or the Fed.

      --
      There's a perfect xkcd for my sig but I'm too lazy to look it up. sudo someone go find it.
    32. Re:Confusing symbols by thrawn_aj · · Score: 1

      a box is empty and can be filled. makes good concrete sense. then later, we 'upgrade' the box to an x.

      ... no doubt explaining the overwhelming success of the porn industry in the US.

    33. Re:Confusing symbols by uncmathguy · · Score: 1

      Even more so, one of the main points of this study is that students solve problems by following procedures, instead of understanding the problems. If a student has already seen "solve for x" problems, they might know the procedure for solving it. This would not illustrate whether or not they understand the = sign, but rather whether they know how to solve that type of problem. Asking the student to solve a problem using foreign notation is a fine way to check whether they understand what is going on rather than have simply memorized the process.

    34. Re:Confusing symbols by SwedishPenguin · · Score: 1

      I'm sure the UK has some variant of ( ) too for lower grades. When problems like that are introduced to pupils in Sweden (sometime in 2nd or 3rd IIRC), they usually use an underscore to represent the unknown variable, on which you're supposed to write the value of that variable.

    35. Re:Confusing symbols by Simply+Curious · · Score: 1

      Not common, but I saw it a few times in elementary school. Mostly, the curriculum wants to start giving the basics of algebra without having to explain the concept of variables to students. Mostly, they just leave a blank spot to indicate that a number is missing from the equation. Sometimes they put an underscore or the parentheses to show where the blank spot is.

    36. Re:Confusing symbols by sjames · · Score: 1

      Yes, but not quite that way. By the middle grades, they've had years of assignments in the form:

      1. 1+1=
      2. 2+2=
      3. 3+3=

      Since this starts BEFORE they learn about < and >, they naturally understand it as a command rather than as an assertion since that is how it has been used in the textbook and by the teacher.

    37. Re:Confusing symbols by Actually,+I+do+RTFA · · Score: 1

      I'm from the UK, is 4+3+2=( )+2 a commonly used / commonly understood way of presenting the problem in the US?

      Nope, we usually use x. For the second unknown we use y. It's different for the third unknown, we use zee and y'all use zed.

      --
      Your ad here. Ask me how!
    38. Re:Confusing symbols by R.Mo_Robert · · Score: 1

      On second thought, maybe that's how they wrote it in the article but perhaps on the actual test they did something else, like a giant box where it was clear you were supposed to fill in the blank.

      And if they didn't, it sounds like that would have avoided both problems I talked about (the "what are variables?" and the "what do these parentheses mean?" problems)-assuming they knew how to fill in the blank.

      --
      R.Mo
    39. Re:Confusing symbols by omnichad · · Score: 1

      A lousy computer chip manufacturer if it only uses unsigned ints. I guess that's how they balance the budget in the U.S. Department of Defense. As long as the computer can't see negative numbers, they don't exist!

    40. Re:Confusing symbols by Anonymous Coward · · Score: 0

      It is a crappy representation.

      [ ] is much better.

    41. Re:Confusing symbols by PitaBred · · Score: 2, Insightful

      If you teach and expect kids to be stupid, they will be.

    42. Re:Confusing symbols by Anonymous Coward · · Score: 0

      we used BOTH an x and a 'box' (as per my other post).

      starting out, they taught us to fill in the missing value in the 'box' (square symbol). then, over time, when it was the right time to introduce letters as 'box symbols' they put an 'x' there.

      made sense to me. a progression to get the kid up to that level of thinking. a box is empty and can be filled. makes good concrete sense. then later, we 'upgrade' the box to an x. same concept but more steps to get the kid there.

      3 * [ ] = 12 "Okay children, what can we place in the box to make both sides equal to each other?"
      3 * x = 12 "Okay children, what can we replace the x with to make both sides equal to each other?"

      I don't see any progression here. The only thing I see with the whole box concept is forcing kids to learn an unnecessary and useless notation. When you "upgrade" the box to an x, the only thing you're gonna get is a lot of questions about where the box went and what all those letters are.

    43. Re:Confusing symbols by OrangeCatholic · · Score: 1

      Trying to teach something without naming it is condescending and trite. You're only teaching process then.

      "First, unscrew the oil pan bolt. Now catch all the oil in that big pan. Now unscrew the filter."

      "Why are we doing this? Now the car has no oil in it..."

      "Don't worry, we'll tell you next year."

    44. Re:Confusing symbols by Anonymous Coward · · Score: 0

      So they should've added a line says "fill in the underlined blank of about 1 U.S. inch length shown below on paper" .

  15. Math education by rennerik · · Score: 1

    I think the U.S. math curriculum could use some equality with the Chinese system.

  16. Below Average by snookerhog · · Score: 1
    So if half of all students are of below average intelligence, then this means that 40% of the above average students still get this wrong.

    sheeeeshhh

    1. Re:Below Average by fishbowl · · Score: 1

      >So if half of all students are of below average intelligence

      http://en.wikipedia.org/wiki/Standard_deviation

      --
      -fb Everything not expressly forbidden is now mandatory.
  17. I guess I'm stupid, too. by maillemaker · · Score: 5, Funny

    Because I can't figure out how you are supposed to solve such a problem, and I have a BS in Computer Science.

    Let's look at the problem:

    4+3+2=( )+2

    4+3+2 = 9

    ( ) + 2 = 2

    So we have a false equality 9 = 2

    Since this is not true, I can easily see how lots of kids would go through contortions to try and make it true.

    But unless this is a trick question, why are the setting up false equalities like this for grade school kids?

    --
    A work that expires before its copyright never enters the public domain and thus enjoys eternal copyright protection.
    1. Re:I guess I'm stupid, too. by Issarlk · · Score: 2, Funny

      9 = 2 is neither true nor false, it yield an error because 9 is not a variable.

    2. Re:I guess I'm stupid, too. by dyingtolive · · Score: 4, Informative

      I think that the () is supposed to be an unknown variable? 4+3+2=x+2; 4+3+2-2=x; 4+3=x; 7=x.

      --
      Support the EFF and Creative Commons. The war is coming, and they're supporting you...
    3. Re:I guess I'm stupid, too. by Anonymous Coward · · Score: 0

      4+3+2=()+2

      4+3+2-2=()+2-2

      () = 4 + 3 = 7

    4. Re:I guess I'm stupid, too. by Anonymous Coward · · Score: 0

      You're joking, right? Or are you that obtuse?

    5. Re:I guess I'm stupid, too. by Dienyddio · · Score: 1

      solve x in:

      4+3+2 = x+2

      Use of braces to signify a missing number is alien to me too.

    6. Re:I guess I'm stupid, too. by Anonymous Coward · · Score: 0

      That's how it works in all pre-algebra textbooks I've read.

    7. Re:I guess I'm stupid, too. by skids · · Score: 4, Informative

      I had to read it twice to get what they wanted done. An empty set of parens in proper mathematical expressions is valid and equivalent to (0).

      "4+3+2=x+2 solve for x" is the correct way to state that problem.

    8. Re:I guess I'm stupid, too. by surgen · · Score: 4, Insightful

      Thats what I gathered too, and it was a bit confusing to read. Knowing parenthesis as delimiters for so long, it was strange to see. I wonder if that is what they showed to the kids, and how it would have been different if they used something like:

      4 + 3 + 2 = ? + 2

    9. Re:I guess I'm stupid, too. by Anonymous Coward · · Score: 0

      So why the hell wouldn't you use x or something?

    10. Re:I guess I'm stupid, too. by Anonymous Coward · · Score: 1, Funny

      The students are supposed to solve for the number in the parenthesis. Replace the ( ) with an x, then solve for x.

      4 + 3 + 2 = x + 2

      Since the students aren't familiar with algebra, they're expected to rewrite the LHS in the same form as the RHS.

      4 + 3 + 2 = 9 = 7 + 2

      Therefore:

      7 + 2 = x + 2

      So x = 2.

    11. Re:I guess I'm stupid, too. by blueg3 · · Score: 5, Informative

      The actual notation used in math questions and textbooks is a blank space (e.g., an underlined blank space). The parenthesis are a poor attempt and rendering that in text.

    12. Re:I guess I'm stupid, too. by Zenaku · · Score: 1

      I'm don't consider it clear how one is supposed to interpret that example problem either. I can only assume that the empty parentheses are supposed to represent a variable, and the student is supposed to put a 7 inside of them. But that representation is not part of any arithmetic or algebra that I remember being taught. If that is what is intended, what's wrong with using "x" or any other lowercase letter?

      4+3+2 = x+2
              9 = x+2
              7 = x

      Or maybe the blank space between the parentheses is the variable, and the parentheses themselves are part of the equation?

      4+3+2 = (x)+2
      4+3+2 = +2(x)
              9 = 2x
          9/2 = x

      --
      If fate makes you a motorcycle, you become a motorcycle.
    13. Re:I guess I'm stupid, too. by dyingtolive · · Score: 1

      So why the hell wouldn't you use x or something?

      That's what I'm saying. Part of the reason why these kids are so fucked is the fact that we hand out sugar coated concepts that are ingrained in their minds and then switch them out for the "real" ones later, and wonder why they can't hack it.
      Case in point. I was homeschooled in 3rd grade due to my parents planning on moving and not wanting to transition me between two school districts. I came back to 4th grade knowing how to do multiplication, division, understanding variables, and negative numbers. At that point, I was completely fucked up by the fact that I was back to learning subtraction and was repeatedly told in class that it is impossible to subtract a larger number from a smaller number. I feel that the fact that I never actually had to try again in math class until I was in high school pretty well destroyed any chance I'd ever develop a work ethic.

      --
      Support the EFF and Creative Commons. The war is coming, and they're supporting you...
    14. Re:I guess I'm stupid, too. by hjf · · Score: 4, Insightful

      ___, this is very ____ to do.

    15. Re:I guess I'm stupid, too. by nschubach · · Score: 2, Funny

      If_only_there_was_a_symbol_for_placing_an_underscore_in_a_blank_space.__Someone_should_get_on_that.

      --
      Every time I start to have faith in humanity, I ruin it by driving to work between 7 and 8 am.
    16. Re:I guess I'm stupid, too. by dyingtolive · · Score: 1

      And that's a problem. Shit like that is the reason why I had to help a friend in college understand what the fuck "x" was in relation to numbers, and why she should care. How she even got to that point without figuring it out was anyone's guess, and probably another sign of educational fuckup, because no one noticed and did anything about it. If you're going to teach people the concepts of algebra, then teach them the concepts. Don't give them some watered down bullshit that half-introduces the theory.

      --
      Support the EFF and Creative Commons. The war is coming, and they're supporting you...
    17. Re:I guess I'm stupid, too. by fluch · · Score: 1

      Well, it should actually be:

      4+3+2=x+2 4+3+2-2=x 4+3=x 7=x.

      Which then means: x=7 IS a possible solution of the equation "4+3+2=x+2" and actually it is the ONLY possible solution to this equation.

      Whereas "4+3+2=x+2; 4+3+2-2=x; 4+3=x; 7=x" is a lose collection of statements of which each is true if and only if x=7 is true.

      When I teach maths students here at my university it seems sometimes nearly impossible to teach them that a collection of lose statements does not consist a proper proof.

    18. Re:I guess I'm stupid, too. by operagost · · Score: 1

      Yes... pretty poor considering that I found this nifty thing on the top row of my keyboard: _

      --

      Gamingmuseum.com: Give your 3D accelerator a rest.
    19. Re:I guess I'm stupid, too. by fluch · · Score: 1

      In the above post it should have displayed:

        "4+3+2=x+2 <=> 4+3+2-2=x <=> 4+3=x <=> 7=x"

      The if-and-only-if signs "<=>" got "eaten up bu accident. Mea culpa.

    20. Re:I guess I'm stupid, too. by Anonymous Coward · · Score: 0

      I think that the () is supposed to be an unknown variable? 4+3+2=x+2; 4+3+2-2=x; 4+3=x; 7=x.

      Summary says:

      solve problems such as 4+3+2=( )+2 by adding the numbers on the left, and placing it in the parentheses, then add those terms and create another equal sign with the new answer,' he explains. 'So the work would look like 4+3+2=(9)+2=11.

      So, 7 = 11 or 7 == 11 or something like that because its a store or something? I never got the connection between convenience stores and math. Too new for me.

    21. Re:I guess I'm stupid, too. by arekusu_ou · · Score: 2, Informative

      It's not a trick question. I've seen it before, and I understood it the first time I saw it.

      The problem isn't the fact they used odd notions that others assume incorrectly. Instead of ( ), I've also seen the use of an empty box, underline as someone else noted, ?, circles, etc.

      IQ tests often use "something is missing, please complete", problems. Cognitive theory has it that the brain does not process information straight forward, it takes pieces of what it sees and reconstructs it. That's why we can understand misspelled words, geometric shapes with broken lines, and why visual tricks work on our brain. Understand broken English sentences.

      The problem is students are growing up lacking in critical thinking skills. When left with a blank or a void, their minds fail to fill it in properly.

      We're heading into a generation that can't understand things unless it's spelled out for them and that is a shame. And if you really have a BS in CS and genuinely could not understand the problem listed above, rather than stubbornly proving a point, then that is very sad indeed.

    22. Re:I guess I'm stupid, too. by ihatejobs · · Score: 2, Informative

      Public schooled kids are typically behind home schooled kids because instead of a 1 to 1 ratio, its a 1 to 30-40 ratio. News at 11.

      --
      Can anyone tell me why 99% of /. users are total assclowns?
    23. Re:I guess I'm stupid, too. by ihatejobs · · Score: 1

      Yes, because grade school kids will understand algebra.

      A child will understand "There is a blank space, fill in the blank" easier than "Here is a letter, replace this letter with a number".

      --
      Can anyone tell me why 99% of /. users are total assclowns?
    24. Re:I guess I'm stupid, too. by arekusu_ou · · Score: 2, Insightful

      If you have a ?, how do you write in the answer? Underneath the ? or above it or squeeze in the side?

      Text books often use __, squares, and ( ) so people have a visual clue that something belongs there, before the concept of algebra sinks in.

    25. Re:I guess I'm stupid, too. by KarrdeSW · · Score: 1

      I guess it's just based on how you're introduced. I vaguely remember being first taught rudimentary variables in the second grade. When they were first introduced to us, we were actually given a box to fill in rather than an X.

      Something like 2 + 7 = [ ] + 5.

      Then the next week we moved on to N. 2 + 7 = N + 5

      I never saw an X in a math problem until about the 6th grade.

      Course, I guess the problems in TFA are also foreign to me because I didn't have to wait until middle school to get this exposure.

    26. Re:I guess I'm stupid, too. by clone53421 · · Score: 1

      Grade-school students have not yet learned that letters represent numbers in algebra. As a result, they teach them this concept with first a “fill-in-the-blank” type of presentation, then later they can explain that a letter can be used to represent the unknown number that goes there until you have found its value.

      However, I agree that using parenthesis is dumb. They should have written:

      4 + 3 + 2 = __ + 2

      --
      Alexander Peter Kristopeit bought his basement from his mommy for one dollar.
    27. Re:I guess I'm stupid, too. by arekusu_ou · · Score: 1

      x is used in algebra, minimum. Mathematics prior to algebra use the concept of a void or a space missing.

    28. Re:I guess I'm stupid, too. by Anonymous Coward · · Score: 0

      It is a pity you never learned the difference between lose and loose. Spelling at the level of a lolcat does not add gravitas to your post, but does add weight to the idea that the US education system "is teh failz".

    29. Re:I guess I'm stupid, too. by biryokumaru · · Score: 1

      That's idiotic. In first grade, I played an algebra game on the old Franklin computer in the class, and it used a ?. Did they actually ask kids if they had a conceptual blockage, or did the textbook writers invent this problem themselves and foist it onto the children?

      --
      When you're afraid to download music illegally in your own home, then the terrorists have won!
    30. Re:I guess I'm stupid, too. by shadowrat · · Score: 1

      Yeah, i think the real revelation of this study is, "test givers don't understand parentheses"

      i have NEVER seen that notation before. if you give someone 3.3 = i * (brown red red blue) and they can't find i, you don't blame it on a lack of their understanding of algebra.

    31. Re:I guess I'm stupid, too. by easterberry · · Score: 1

      4+3+2=x+2 4+3+2-2=x 4+3=x 7=x.

      "4+3+2=x+2; 4+3+2-2=x; 4+3=x; 7=x"

      So... semicolons to separate steps and make it look less jumbled make it stop being solution?
      Because both of those are otherwise the EXACT same set of steps.

    32. Re:I guess I'm stupid, too. by dangDungDong · · Score: 1

      The parenthesis are meant to be taken literally, as symbol. Unfortunately they forgot to escape it.
      If they had written 4 + 3 + 2 = \(\) + 2 the pupils would have been able to solve it.

    33. Re:I guess I'm stupid, too. by biryokumaru · · Score: 2, Insightful

      Are you drawing that conclusion because you are a child, or because you've worked closely teaching math to young children for years? Or are you drawing that conclusion because you have a preconception about what the answer should be?

      No one in my second grade class had an issue with algebra. We couldn't do division yet, but algebra was easy. The problem is not the students.

      --
      When you're afraid to download music illegally in your own home, then the terrorists have won!
    34. Re:I guess I'm stupid, too. by Scatterplot · · Score: 1

      Virtually any time this is presented in a math book it's prefaced by "Figure out what goes in the parentheses to make this work". This is middle school math here- basically easing them into variables without having to explain how a letter can be ANY number. The summary just didn't include that instruction above since most people have seen that type of problem in middle school math texts. I say most because it was obviously confusing to some. The kids who were trying to solve this problem didn't get the whole "left side is the same as right side" thing, and instead (I assume) thought the equal sign meant "figure out what's on the left and write it to the right."

    35. Re:I guess I'm stupid, too. by Anonymous Coward · · Score: 0

      While I don't necessarily disagree with you, I think this problem is a poor example. I also have a BS in CS, and I fulfilled my science sequence with math courses. I have a fairly sophisticated education in mathematics, and I do not feel I lack a proper understanding of equality. The issue with the problem is that the parentheses already have a perfectly well defined meaning, and asking to use it as something roughly equivalent to a variable is not consistent with that definition.

      So the question is not asking "figure out what this undefined symbol means" as you seem to imply.

    36. Re:I guess I'm stupid, too. by Anonymous Coward · · Score: 0

      It seems that you do not get the "=" either..since you unnecessarily moving the 2 from right to left..

    37. Re:I guess I'm stupid, too. by diamondsw · · Score: 1

      The actual notation for anyone beyond pre-algebra is x, and that renders just fine in text.

      The use of parentheses here is needlessly confusing - I didn't take it to mean "variable" at first or even second glance. Had the "answer" not been shown, I still wouldn't know what they were asking for with such tortured symbology.

      --
      I don't know what kind of crack I was on, but I suspect it was decaf.
    38. Re:I guess I'm stupid, too. by shadowfaxcrx · · Score: 1

      The trouble is, I can't tell from TFA whether or not they're actually asking the question like this. Is the school trying to dumb down algebra because they think "x" is too hard of a concept and "blank" is easier, or is the article trying to dumb down the problem because the reporter thinks the readers won't understand what "x" means in algebra? And I can't tell this because they quote him, but what they quote, he's extremely unlikely to have said. You don't just sit there in an interview and say "four plus three plus two equals open parentheses space close parentheses plus two," and therefore we don't really know what it is that the guy *said.*

      If he actually *said* "x," then the students are having trouble solving for x. At first blush, if this scenario is the case, I would say that they're reading the equation wrong, namely "four plus three plus two equals what? Now take that and add 2." which really points more to the teacher than the student, because even the most remedial math student can generally get algebra this basic if you explain it properly. The other possibility is that their arithmetic ability is so low that "4+3+2-2" is too difficult for them to handle without a calculator, which also points to teachers, because anyone with arithmetic skills that low should never have passed math classes in years past, and so they shouldn't be in the algebra classroom in the first place.

      Otherwise, if the school really is using ( ) instead of x, then the school is screwing up, plain and simple, because as you said, there's only one mathematically correct way to interpret that equation: "4+3+2=+2" at which point the only correct answer is "false." (It's only a yield error if you ask a computer. Most humans, save perhaps the kids in the study, will know that 9 does not equal 2.)

      It's really hard to figure out which is happening. I've seen schools dumb down math terribly (I remember playing with drawings of apples in algebra class once before I transferred to the AP section), but on the other hand, I've seen reporters dumb down news, or just plain not understand what they're reporting on, especially if the story is about science or math.

      But whatever the scenario, I think we can safely take a long hard look at the school and its methods of instruction before we just chalk it off to "today's kids are morons."

      --
      "I disagree with you" does not equal "flamebait."
    39. Re:I guess I'm stupid, too. by davev2.0 · · Score: 1

      Can't be because if that were the case, they would have used standard algebraic notation and used, as you did, a letter.

    40. Re:I guess I'm stupid, too. by blueg3 · · Score: 1

      They're talking about the pre-algebra level. Hence, standard notation for people beyond pre-algebra wouldn't be a great choice.

    41. Re:I guess I'm stupid, too. by Sterling_Aug · · Score: 1

      No, you are wrong. In your example () + 2 would equal 9, not 2.

    42. Re:I guess I'm stupid, too. by JayJay.br · · Score: 1

      The way I see it, since it is a logical implication and not a condition, it would be better to use the "implies that" sign:

      4+3+2=x+2 => 4+3+2-2=x => 4+3=x => 7=x

      But I teach UNIX at my University, so I must be wrong.

    43. Re:I guess I'm stupid, too. by arekusu_ou · · Score: 1

      If you used a pencil or pen to write in the answer on the screen of your Franklin Computer...then I think you have bigger problems than conceptual math. Cue blonde on computer jokes. Otherwise what problem does having a ? have in regards to writing in the space that the ? is occupying on a computer screen?

      And on another post, I stated ?, __ and squares were additional place holders used along with ( ) prior to algebra.

      And if your algebra teaching tool used ? instead of a letter variable, which I do not believe algebra does; then the programmers had it wrong. Or maybe...it wasn't algebra but basic mathematics which does use ? as a symbol.

    44. Re:I guess I'm stupid, too. by Sterling_Aug · · Score: 1

      Or rewriting the equation: 4+3+2=()+2, 9=()+2

    45. Re:I guess I'm stupid, too. by The+MAZZTer · · Score: 1

      And I wonder how many would write "4+3" as the answer.

    46. Re:I guess I'm stupid, too. by Anonymous Coward · · Score: 0

      The actual notation used in math questions and textbooks is a blank space (e.g., an underlined blank space). The parenthesis are a poor attempt and rendering that in text.

      No, the poor attempt is using the blank space. If they'd just include the value instead of leaving it out the kids would get much higher grades.

    47. Re:I guess I'm stupid, too. by SloppyElvis · · Score: 1

      The parenthesis are a poor attempt and rendering that in text.

      Very poor I'd say. Parentheses already have a purpose in mathematical notation. I would solve 4 + 3 + 2 = () + 2 like this: 4 + 3 + 2 = (4 + 3) + 2 by the Associative Property of Addition

    48. Re:I guess I'm stupid, too. by Attila+Dimedici · · Score: 1

      Actually, since the problem is actually an algebra problem (using non-standard notation), why are they asking it of kids who have not yet been taught algebra?
      Using non-algebraic notation does not change the nature of the problem you are asking the students to solve. Algebra was developed in part to make it possible to teach students the concepts that this question is testing the understanding of.

      --
      The truth is that all men having power ought to be mistrusted. James Madison
    49. Re:I guess I'm stupid, too. by Anonymous Coward · · Score: 1, Informative

      An empty set of parens in proper mathematical expressions is valid and equivalent to (0).

      Oh, really? Can you site an authority for this?

      I've had a fair amount of mathematics in my 6 years of college, and I have never once encountered this.

    50. Re:I guess I'm stupid, too. by Anonymous Coward · · Score: 0

      ( ) + 2 = 2

      Funny when I try this I get:
      Traceback (most recent call last):
          File "", line 1, in
      TypeError: can only concatenate tuple (not "int") to tuple

    51. Re:I guess I'm stupid, too. by fridaynightsmoke · · Score: 1

      The actual notation used in math questions and textbooks is a blank space (e.g., an underlined blank space). The parenthesis are a poor attempt and rendering that in text.

      Maybe the _______ Act of ________ ( http://idle.slashdot.org/story/10/08/10/1357207/Senate-Approves-the-Act-Of ) will address this problem!

      --
      This is a substitute for a clever sig that fits within the maximum number of characters.
    52. Re:I guess I'm stupid, too. by clone53421 · · Score: 1

      Because they’re teaching algebra. They just haven’t got to the point of teaching variables yet.

      --
      Alexander Peter Kristopeit bought his basement from his mommy for one dollar.
    53. Re:I guess I'm stupid, too. by dcollins · · Score: 1

      I quasi-agree. The critical issue is this: Well-formed problems require explicit directions. Like, a verb indicating what to do; I see this skipped over in a lot of half-formed testing materials.

      Acceptable forms of this problem could be any of the following:
      - Solve for x: 4+3+2 = x+2
      - Fill in the blank to make a true statement: 4+3+2 = ___+2
      - Write a single number inside the parentheses to make a true statement: 4+3+2 = ( )+2

      As another example, my skin kind of crawls from stuff on standardized tests at my school written like this:
      - (8x-7)+(-2x+3) = ?

      --
      We know where leadership by an anti-intellectual "strongman" who scapegoats minorities and likes boisterous rallies goes
    54. Re:I guess I'm stupid, too. by MerlinTheWizard · · Score: 2, Informative

      Am I the only one who absolutely DID NOT understand your answer? How do you go from: 4+3+2 = 9 to: ( ) + 2 = 2 ? It makes no sense.

    55. Re:I guess I'm stupid, too. by INT_QRK · · Score: 3, Funny

      The important question is how should one feel about 9 = 2 in a more inclusive socioeconomic context? Who are you to judge with your elitist western notions of objective reality? In some cultural contexts 9 = 2 may be a legitimate expression of rejecting repressive colonial monoculturalism. Insensitive clods!

    56. Re:I guess I'm stupid, too. by Anonymous Coward · · Score: 0

      I'm almost done my mechanical engineering degree. Because school involves a lot of algebra, I tend to write a lot of stuff on the page so if I make a mistake I can track it down easily. For example, I would write on a page:

      y(9x + 3) = 6 = 9yx + 3y

      9x + 3 = 6/y

      y = 6(x/9 + 1/3) = 2x/3 + 2

      And then for the marker:

      y = 2x/3 +2

      So the original example,

      4+3+2=(9)+2=11

      may not be strictly correct but is logically consistent. Also, if they do bend the rules of how to do algebra (so long as they don't actually break any) they will get away with it later in life including in engineering school.

    57. Re:I guess I'm stupid, too. by Hognoxious · · Score: 1

      But by doing this, they're going to have to "unteach" them this bogus use of brackets before they can teach them the correct use. Why not just put a line, or a box?

      It's quite some years agao, but'm pretty certain we didn't do this kind of problem (i.e. where the answer isn't on the right, which means you need to know the rules for rearranging equations) before we'd learned that letters can stand for numbers.

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    58. Re:I guess I'm stupid, too. by bigrockpeltr · · Score: 1

      For those who dont get it and wondering in which cereal box he found his BSc degree the ( ) is an ascii 0

      --
      luckily i realised in time before i flamed him

      --
      $ unzip, strip, touch, finger, grep, mount, fsck, more, yes,fsck,fsck,fsck,umount, sleep
    59. Re:I guess I'm stupid, too. by kevinNCSU · · Score: 1

      Perhaps the title of the study should be "Researches Don't Understand Parenthesis Sign"

    60. Re:I guess I'm stupid, too. by clone53421 · · Score: 1

      I agree – they should put a blank. The best way of putting a blank is the underscore/underline, and even a manual typewriter can make one. Parentheses are dumb.

      --
      Alexander Peter Kristopeit bought his basement from his mommy for one dollar.
    61. Re:I guess I'm stupid, too. by fluch · · Score: 1

      Well, your statement is the following:

      In case x statisfies the equation "4+3+2=x+2" then x must be equal to 7.

      But your statement does not state: 7 is a solution to the equation "4+3+2=x+2"; in symbols this statement would be: x=7 => 4+3+2=x+2

      This is why the equivalence signs "<=>" are essential. Without them you do not make the statement that 7 is a solution and is the only solution to the equation.

      Even more, it is actually the "<=" direction which is the most important one. If you are only asked to find SOME solution to the equation, then it is enough to show that "x=7 => 4+3+2=x+2". So in your answer you have actually left out the essential answer of the task.

      Sometimes when I try to tell this to my students they seem not willing to try to understand this. Well, it might be picky, but then as soon as it comes to more complicated mathematical proofs it becomes very important in which direction the implication signs go and the argument "you should just put in the implication signs such that it is right and give me at least some points" doesn't work anymore.

    62. Re:I guess I'm stupid, too. by fluch · · Score: 1

      well, as I just posted a few minutes later (see http://slashdot.org/comments.pl?sid=1753446&cid=33239814) I made a technical mistake while posting. Slashdot did discard the "<=>" signs as it thought it were non-allowed HTML tags.

      What I have meant to post was

      "4+3+2=x+2 <=> 4+3+2-2=x <=> 4+3=x <=> 7=x"

      which is not the same as "4+3+2=x+2; 4+3+2-2=x; 4+3=x; 7=x".

    63. Re:I guess I'm stupid, too. by fluch · · Score: 1

      Well...

      1) I am not an English native speaker
      2) I have Dyslexia (not anymore as bad as in my childhood but still)

      Considering these two handicaps I would not consider myself doing so bad. Especially, compared to most of the UK undergraduate students I teach here: there are so many native speakers which cannot even formulate a proper English sentence, it is horrifying!

    64. Re:I guess I'm stupid, too. by ihatejobs · · Score: 1

      I was a math tutor throughout my school years since I was grasping the concepts quicker than most of the other students. I tutored kids in more advanced math classes than I was in by the time I made it to high school. So I guess I fall under teaching.

      I drew that conclusion because I am young enough that I still remember being a child. I recall learning how to use an equals sign and the concepts behind it long before the word algebra was even introduced to me, let alone the concept of replacing numbers with letters as variables.

      --
      Can anyone tell me why 99% of /. users are total assclowns?
    65. Re:I guess I'm stupid, too. by gilleain · · Score: 3, Insightful

      ___, this is very ____ to do.

      I can find at least two solutions :

      • "However, this is very easy to do"
      • "Unfortunately, this is very hard to do"

      :)

    66. Re:I guess I'm stupid, too. by delinear · · Score: 1

      It's probably even worse than half introducing it - anyone who is already reasonably familiar with algebra (and I'm guessing that's a decent proportion of people here who ever dug around in code before they hit algebra in school) will find it counter intuitive, wondering how you assign value to a void. In other words it's confusing to the kids who are having trouble with maths, and it's confusing to the kids who are forging ahead on their own in maths.

    67. Re:I guess I'm stupid, too. by Anonymous Coward · · Score: 0

      Exactly. I've aced any math test ever handed to me... but I would have been WTF if I ever saw that question.

      Once they get their mathematics notation down, how about the metric system? Inches? Yards? No wonder they all suck at math.

      - Canadian Coward

    68. Re:I guess I'm stupid, too. by delinear · · Score: 1

      That's fine if you're saying "there is a blank space, fill in the blank". On the other hand, if you're presenting a parenthesis and just expecting them to know what they're meant to do, how is that any different to presenting an x and expecting them to know what to do? Unfortunately we don't know which approach they took - maybe the former and people are having difficulty with the concept of "=", or maybe the latter and whoever wrote the test is having difficulty with the concept of writing tests.

    69. Re:I guess I'm stupid, too. by delinear · · Score: 1

      When I was taught it was always an underscore. It seems to me they're testing the teaching method and not the underlying knowledge.

    70. Re:I guess I'm stupid, too. by Anonymous Coward · · Score: 0

      You are over thinking the problem. Kids see a blank space in a problem, their first thought should be to fill in the blank.

    71. Re:I guess I'm stupid, too. by Anonymous Coward · · Score: 0

      No, it's not a correct way to state that problem - as it relates to class levels a few years before the notion of 'variables' is introduced, pupils at that age don't (and aren't expected to) know what does 'x' and 'solve for x' means, but they are expected to understand adding and equality.

    72. Re:I guess I'm stupid, too. by steelfood · · Score: 1

      Thus proving the point of the article that problem solving (reproducing a blank line using the easily-accessible characters on a keyboard) is a rare skill.

      --
      "If a nation expects to be ignorant and free in a state of civilization, it expects what never was and never will be."
    73. Re:I guess I'm stupid, too. by Anonymous Coward · · Score: 0

      What the f*** is this?!?!?

      4+3+2=()+2

      Holy crap, someone needs to get canned for that! This should be written:

      4+3+2=x+2

      And can be solved as

      4+3+2-2=x+2-2
      4+3=x
      7=x

      which we flip around for left-to-right reading as...

      x=7

    74. Re:I guess I'm stupid, too. by Anonymous Coward · · Score: 0

      Must have gone to an American University or College then :)

    75. Re:I guess I'm stupid, too. by infinite9 · · Score: 1

      It was easy for congress to do:

      http://www.techdirt.com/articles/20100808/22161110540.shtml

      --
      Disconnect your television. Do your own research. Draw your own conclusions. They're probably lying. Don't be a sheep.
    76. Re:I guess I'm stupid, too. by Majestix · · Score: 1

      Can i ask, delimiters for what?

      Early on in HS (i've been out of HS for...oh..25yrs) we learned that in a math equation, you use parens to group parts of an equation to, much as in programming, control the order of precedence in evaluation. Looking at that made perfect sense to me. But i also was considered above average in intelligence in my day.

      Or as i recall hearing parents say, that must be the New Math. lol

      --
      --- I was far from home, and the spell of the Eastern sea was upon me. -Lovecraft-
    77. Re:I guess I'm stupid, too. by Ancient123 · · Score: 1

      What is "Yea, this is very hard to do." ... Do I get a cookie or a gold star?

    78. Re:I guess I'm stupid, too. by DarthVain · · Score: 1

      variables were letters in my day, but who knows what they learn in this brave new world!

      "x" was the letter of choice in most cases, however where their might be more than one variable, other letters could also be used. a, b, c, were all common as I recall. When I starting programming they added "i" for some reason... perhaps it was roman numerals, i, ii, iii, or maybe it was supposed to be "integer", or just "interval", maybe "iterative"...

      OK now that question is really bugging me, why the heck do we use "i" all the time as a variable? I guess I just accepted it, or was sleeping that day. Usually used as a counter in a loop.

    79. Re:I guess I'm stupid, too. by natehoy · · Score: 1

      I have to admit, I've seen the __, and the square, but I've never, ever seen anything as utterly asinine as using parenthesis to mean "insert answer here". Parenthesis have a perfectly good, and very clear, meaning in mathematics and logic. And it's not "insert answer here".

      Maybe I'm taking the symbols too literally. But, wait a consarned second, isn't that what basic applied math is* all about? Expressing stuff really clearly and without ambiguity?

      (* Yes, I'm USAian. "math is" is considered correct here. Replace it with your local version of correctness as needed, please.)

      I'd have to say the chilluns were answering the question as clearly as it was asked, and their technical misuse of the "=" was aided and abetted by a bunch of people who are a lot older and supposed to be a lot smarter than them making an even more severe mistake in symbol misuse.

      I'm sure the aforementioned "calculator mindset" where "equals" now seems to mean "the value of what happens on the left gets dumped on the right" is a contributing factor. But, damn it, this wasn't a useful test for that problem.

      Kids: Unknown.
      Textbook author: FAIL.

      --
      "This post contains words, known to the State of California to cause thought. Wash brain thoroughly after reading."
    80. Re:I guess I'm stupid, too. by natehoy · · Score: 1

      The actual notation used in math questions and textbooks is a blank space (e.g., an underlined blank space).

      Underscore is perfectly good ASCII, and renders perfectly well.

      In most questions, I agree, they use underlines or a box. But not according to TFA in this case: "“Students who have learned to memorize symbols and who have a limited understanding of the equal sign will tend to solve problems such as 4+3+2=( )+2 by adding the numbers on the left, and placing it in the parentheses, then add those terms and create another equal sign with the new answer,” he explains. “So the work would look like 4+3+2=(9)+2=11." [emphasis mine]

      If you're going to misuse parenthesis to mean "insert answer here", don't be surprised if you confuse students who have been taught it indicates operational or logical precedence into making a mistake.

      I agree that the "calculator mentality" is a problem. But I'm not convinced that this the answer to this formula as it was claimed to have been written in the article is proof of that.

      --
      "This post contains words, known to the State of California to cause thought. Wash brain thoroughly after reading."
    81. Re:I guess I'm stupid, too. by blueg3 · · Score: 1

      You didn't use variables in math problems, much less have an opinion on the symbol to use for a variable, before you learned algebra.

    82. Re:I guess I'm stupid, too. by natehoy · · Score: 1

      For sufficiently small values of "grade", which is anything less than about 3rd grade, IIRC.

      These are middle schoolers we're talking about (last I checked, this was about 6th or 7th grade). They've been taught basic variable replacement and "solve for". Throw them an underline and they'll probably think you're treating them like a baby. But they know what it means, too.

      They've also, in all likelihood, been taught what the parenthesis are for. It's not for "insert answer here".

      --
      "This post contains words, known to the State of California to cause thought. Wash brain thoroughly after reading."
    83. Re:I guess I'm stupid, too. by Khashishi · · Score: 1

      The children may not be familiar with the convention of using a letter to label a variable. Using a blank for the variable is more obvious to someone who hasn't seen it before, provided that the variable isn't reused in the expression.
      4+3+2=_+2
      Fill in the blank

      Or you can restate the question so no knowledge of the convention is necessary:
      4+3+2=x+2
      Replace x with a number so that the equality is true.

    84. Re:I guess I'm stupid, too. by blueg3 · · Score: 1

      TFA is actually quoting the researcher talking about the problem. They didn't show TFA to students to see if they could solve the problems.

      Fortunately, there's a video associated with TFA that actually shows examples of the problems. They use underlined blank spaces.

      So nobody was misusing parentheses except the author of the article.

    85. Re:I guess I'm stupid, too. by Anonymous Coward · · Score: 0

      I agree that an unknown should be denoted by X in a formula.

      However, the problem as they present it could be more understandable if they presented it as such:

      4 + 3 + 2 = ( ) + 2

      Leave space between between the parenthesis to show that it is a place to fill in an answer.

      or even:

      4 + 3 + 2 = (___) + 2

      To make it even more clear.

    86. Re:I guess I'm stupid, too. by Attila+Dimedici · · Score: 1

      Because they’re teaching algebra. They just haven’t got to the point of teaching variables yet.

      No, they are testing for knowledge of algebra, if they were actually teaching it, the kids would be able to answer the question correctly.

      --
      The truth is that all men having power ought to be mistrusted. James Madison
    87. Re:I guess I'm stupid, too. by Anonymous Coward · · Score: 0

      Wow, looks like somebody's a dumb ass that doesn't know where the term "algebra" originated, not surprised mods here often have more mod points than brain cells.

    88. Re:I guess I'm stupid, too. by hjf · · Score: 1

      Did you notice the sarcasm too?

    89. Re:I guess I'm stupid, too. by Anonymous Coward · · Score: 0

      Because I can't figure out how you are supposed to solve such a problem, and I have a BS in Computer Science.

      Let's look at the problem:

      4+3+2=( )+2

      Remember, you're in grade school. You haven't been taught about the idea of balance or equality or 'equations' at all. If it's the last month or two of 6th grade the teacher might go over it with the kids a little bit. Only the advanced placements students have been introduced to the idea.

      So the kids they studied were used to seeing questions like "4+3+2 = ___ +2 = ____ " on their tests. Those tests were testing their ability to add more than two numbers at once, and to carry-over the result of one operation to the next. So when you replace the 'blank' with a set of ( )'s with a blank space between them, even though the final "=" sign is also missing the kids just assume they need to fill it in. You're testing them on their ability to perform Algebra, and they think they're taking a basic addition test.

      So we have a false equality 9 = 2

      Since this is not true, I can easily see how lots of kids would go through contortions to try and make it true.

      No, you screwed up your Algebra Mr. CS degree:

      We started with:
      4+3+2=( )+2

      You added 7 to the right side but failed to add it to the left. The correct next step would be:
      (4+3+2) + (4+3+2) = (( ) + 2) + (4+3+2)
      or when the individual terms are simplified:
      (7) + (7) = (( ) + 2) + 7
      at which point it becomes clear that it was dumb to add in the first place so:
      (7) = ( ) + 2
      Which then yields:
      (7) - (2) = ( )

      So the answer ends up being:
      ( ) = 5

    90. Re:I guess I'm stupid, too. by Anonymous Coward · · Score: 0

      I dont know about math, but i can certainly see why US kids would struggle with physics, trying to measure and understand the metric world around them, inch by inch.

    91. Re:I guess I'm stupid, too. by Anonymous Coward · · Score: 0

      Why must people insist on bringing equal operators across the = sign and making them negative? Just get rid of the obvious irrelevancy and 4 + 3 = x is the real problem.

    92. Re:I guess I'm stupid, too. by Anonymous Coward · · Score: 0

      Ooh, Mad Libs! Let's see...

      "Rutabaga," this is very "orange" to do.

      hee

    93. Re:I guess I'm stupid, too. by clone53421 · · Score: 1

      You seem to have a very high expectation of kids actually learning in class.

      --
      Alexander Peter Kristopeit bought his basement from his mommy for one dollar.
    94. Re:I guess I'm stupid, too. by shutdown+-p+now · · Score: 1

      Text books often use __, squares, and ( ) so people have a visual clue that something belongs there, before the concept of algebra sinks in.

      Why do you think it's hard for that concept to sink in early on? In my country, basic algebra (linear equations, pretty much) is taught in the 3rd grade, at the age of 9. And that includes the concept of variables. And I don't recall any kids in my class having troubles with that (aside from those few kids who were permanently having trouble with everything).

      Maybe Americans simply shouldn't treat their kids as if they were stupid and incapable of learning?

    95. Re:I guess I'm stupid, too. by arekusu_ou · · Score: 1

      Besides the fact they simply don't teach basic algebra in school that early.

    96. Re:I guess I'm stupid, too. by skids · · Score: 1

      Your probably right. Interpreting () as (+0) is not valid either. Point is it's not a valid way to use parenthesis, leaving it open to interpretation. A blank or box if you must do this for mass consumption.

      I suppose it's fine if the class has been trained to do it, but it's not a well known usage and you'll have to have them unlearn it when you get to function notation, and there's no reason not to use a blank instead. Anything that can display parens can also display underscores.

    97. Re:I guess I'm stupid, too. by Anonymous Coward · · Score: 0

      Ah. I'm not maths teacher but shouldn't that be

      4+3+2=( )+2

      4+3+2 = 9

      ( ) + 2 = 9

    98. Re:I guess I'm stupid, too. by xmvince · · Score: 1

      Yes, you are.

  18. This is GREAT NEWS by lxs · · Score: 4, Insightful

    It means that even after China abolishes it's sweatshops there will still be a source of cheap unskilled labor in the world.

    1. Re:This is GREAT NEWS by Bigjeff5 · · Score: 1

      ...there will still be a source of cheap unskilled labor in the world.

      Unskilled, yes, but not cheap by any global definition of cheap.

      That $48 American for 8 hours could have bought you 2 or 3 Mexicans for 8 hours, or 5 or 6 south-Asians for 10 hours. God only knows how many south-Africans it could have gotten you.

      As long as the law is in the way it is there will never be cheap, unskilled American labor.

      --
      Security is mostly a superstition... Avoiding danger is no safer in the long run than outright exposure. - Helen Keller
    2. Re:This is GREAT NEWS by notknown86 · · Score: 1

      I no u fink Amerikans are dum, but @least we speek inglish.

  19. Probably had the same first grade math book I had by Anonymous Coward · · Score: 0

    Back in first grade I recall a problem just like the demonstration. The goal WAS to have "9" in the parenthesis. We were also taught 7-9= "impossible" till later grades to avoid confusing our young minds. Thank god I had calculators at home capable of negatives to prove the teacher wrong.

  20. Texas? by Issarlk · · Score: 0, Troll

    These researchers might be wrong and the students right. What does the bible say about the equal sign?

    1. Re:Texas? by fishbowl · · Score: 2, Funny

      The bible comes this close to giving us the square root of 2.

      Rev 21:16 -- And the city lieth foursquare, and the length is as large as the breadth: and he measured the city with the reed, twelve thousand furlongs. The length and the breadth and the height of it are equal.

      And this close to giving us pi.

      2 Chron 4:2 Also he made a molten sea of ten cubits from brim to brim, round in compass, and five cubits the height thereof; and a line of thirty cubits did compass it round about.

      Oh well.

      --
      -fb Everything not expressly forbidden is now mandatory.
  21. 4+3+2=( )+2 by batquux · · Score: 5, Funny

    Let's see here.. I'm going to go with:
    4+3+2=(21/3*981727612785316256514034236^0)+2

    1. Re:4+3+2=( )+2 by Anonymous Coward · · Score: 0

      Let's see here.. I'm going to go with:
      4+3+2=(21/3*981727612785316256514034236^0)+2

      No achieving, you'll make the other students feel stupid.

    2. Re:4+3+2=( )+2 by lfourrier · · Score: 1

      but what operator precedence do you consider to be standard, for the expression 21/3*981727612785316256514034236^0

      Where do you put the implied parenthesis ?

    3. Re:4+3+2=( )+2 by SoVeryTired · · Score: 1

      Let's go with
      4+3+2 = (inf{n: two nilpotent endomorphisms from C^n with the same minimal polynomial and the same rank are not always similar}) + 2

      --
      Slashdot: news for Apple. Stuff that Apple.
    4. Re:4+3+2=( )+2 by Anonymous Coward · · Score: 0

      I disagree.
      21/3 = 7
      Crazynum^0 = 1
      (7+1)+2 = 10 != 4+3+2 = 9

    5. Re:4+3+2=( )+2 by Anonymous Coward · · Score: 0

      No, no, no, you insensitive clod!

      "Obviously..." (Don't you hate that expression?)

      100+11+10 = (111)+10

      Since my CPU and my neurons only work in binary...:-)

    6. Re:4+3+2=( )+2 by Phydaux · · Score: 1

      That would be the standard order of operations. The exponent first, Multiplication and division second (performed left to right).

    7. Re:4+3+2=( )+2 by Anonymous Coward · · Score: 0

      On planet Earth, the zero exponent is first done no matter what, so it doesn't matter. It wasn't in RPN or anything.

    8. Re:4+3+2=( )+2 by SleazyRidr · · Score: 1

      BIMDAS, dude! Brackets, Indices, Multiplication/Division, Addition/Subtraction.

      Do the index first, simplifying to 21/3, then the division to 7.

      Hasn't that been the way it's always worked?

    9. Re:4+3+2=( )+2 by digitrev · · Score: 1

      BEDMAS, my friend. 1. Brackets. 2. Exponents. 3. Division/Multiplication. 4. Addition/Subtraction The only thing you really have to worry about is division. In that case, read left-to-right. So 1/2/3 = (1/2)/3 = 1/6, rather than 1/2/3 = 1/(2/3) = 3/2.

      --
      Cynical Idealist
    10. Re:4+3+2=( )+2 by Anonymous Coward · · Score: 0

      Let's see here.. I'm going to go with:
      4+3+2=(21/3*981727612785316256514034236^0)+2

      So, to avoid any misunderstanding, it really should be (((21/3)*981727612785316256514034236) XOR 0)+2. Oh, you're not using C?

    11. Re:4+3+2=( )+2 by Anonymous Coward · · Score: 0

      Dude, they're looking for a number not an equation to fill the space.

      Here's the correct solution:

      4+3+2=(111b)+2

    12. Re:4+3+2=( )+2 by Missing.Matter · · Score: 1

      I've never heard BIMDAS. We were taught PEMDAS, where P is Parentheses and E is Exponentiation.

    13. Re:4+3+2=( )+2 by Demonantis · · Score: 1

      I think it is a limitation of typing instead of writing that is making it hard for you to see the issue. 21/3 is simply 7 and the other mess becomes 1 using BEDMAS rules. While being witty if you were my student I would mark it as zero because you failed to simplify your answer. Which sets you up poorly for doing harder things like calculus or iterative math. To the article I have never seen () as notation anywhere and with good reason. Letters are clearer and not used for any other form of notation. Whomever is teaching this will be hated by those students once they are in the next grade and realize how they messed up their notation is.

    14. Re:4+3+2=( )+2 by Anonymous Coward · · Score: 0

      If the blank were that large, I would have just written: 4+3+2=(4+3)+2, and would I be wrong then?

    15. Re:4+3+2=( )+2 by EmagGeek · · Score: 1

      I learned Please Excuse My Dear Aunt Sally

      Parens, Exponents, Multiplication, Division, Addition, Subtraction

    16. Re:4+3+2=( )+2 by ikeman32 · · Score: 1

      Let's see here.. I'm going to go with: 4+3+2=(21/3*981727612785316256514034236^0)+2

      So what you are saying is that x = 49^1/2

  22. Don't know what () means by Neil+Watson · · Score: 4, Insightful

    I have college diplomas in the fields of mechanical and electronic engineering (technologist and technician for the Canadians). I also took all advanced math, physics and chemistry classes in high school. I don't remember ever seeing the notation "4+3+2=( )+2" before.

    1. Re:Don't know what () means by Anonymous Coward · · Score: 0

      you're supposed to solve for ( ). children who haven't been exposed to algebra are afraid of variables, so textbooks put a safe pair of parentheses instead.

    2. Re:Don't know what () means by PatrickThomson · · Score: 1

      This is the US education system. I recall seeing the notation when I was in primary school (ages 5-11). It may have been too long ago for you to remember. The problem is only written like that because they haven't been introduced to the concept of adding all 3 numbers together at once!

      --
      I am one of many. My idea is not unique, nor do I expect my voice alone to sway you. I speak in a chorus of opinion.
    3. Re:Don't know what () means by TheGratefulNet · · Score: 1

      instead of a pair of empty parens, when I grew up they used a square box. it was extremely clear (to everyone!) that you put the 'solve for' value in the box.

      sorry you could not see that a pair of parens was a virtual 'fill-in box' of sorts.

      --

      --
      "It is now safe to switch off your computer."
    4. Re:Don't know what () means by Stormin · · Score: 2, Informative

      That's because the US educational system is so bad at explaining variables.

      I struggled with Math for the entire time I was in the educational system. At the end of each struggle, when the light bulb went on, I almost always thought 'This is so incredibly simple, why didn't they just explain it this way?" I've never seen a math textbook from another country as the article compares to, but I can certainly state that I think the ones written in the US are about at the level of a man page - if you already know the content and just want a quick refresher on some infrequently used bit - they're fine. If you're trying to learn something new for the first time - forget about it!

    5. Re:Don't know what () means by Neil+Watson · · Score: 2, Insightful

      Ah. So () is a helmet. Kids wear helmets for everything these days.

    6. Re:Don't know what () means by Nocuous · · Score: 1

      I'm a little disheartened by all the responses to this post where people apply whatever rote methods they were taught, and because the notation is not what they're used to, come up with results other than the intended, "solve this motherfucking problem".

      Why are so many people acting like machines, and ignoring context? Machines are cheap and plentiful, it's humans who can think that are in short supply.

      --
      Don't take it personally, but I'm not going to read your pithy response to my post.
    7. Re:Don't know what () means by Ephemeriis · · Score: 1

      I don't remember ever seeing the notation "4+3+2=( )+2" before.

      But you know how to read an equation, right?

      Left side is supposed to be equal to the right side... Stuff goes inside of parenthesis... Stuff inside parenthesis gets calculated first...

      So it's fairly clear that we're looking at 4+3+2 = [something]+2

      Normally you'd see an 'x' there... 4+3+2=x+2 ...and you'd solve for 'x'

      But it doesn't have to be an 'x' - that's just a placeholder. You could put in any letter you like. Or some greek symbol. Or you could draw a little picture of a flower. If you were writing code you'd name a variable.

      But none of that really matters, because it's just a placeholder.

      --
      "Work is the curse of the drinking classes." -Oscar Wilde
    8. Re:Don't know what () means by dbet · · Score: 1

      I've never seen that notation either but it took me about 0.1 seconds to figure out what was expected.

    9. Re:Don't know what () means by tsalmark · · Score: 1

      More likely you are both of a different age. how math is taught changes every decade or so.

    10. Re:Don't know what () means by Anonymous Coward · · Score: 0

      It is possible that too them it read something like:

      (4+3+2=(9)) +2

      It still imply's a failure of some sort but it may not be strickly with the idea of a equal sign. That said, I blame the grandparents of these kids. Chances are they didn't spend the time with these kid's parents to make sure they were actually learning what their parents taught. Thus, the parents of these kids following the example of their parents didn't spend time making sure these kids actually understand. If this were a homework assignment, a parent should catch this and use it as an example to teach them to think outside of the x-box (pun only mildly intended).

    11. Re:Don't know what () means by Anonymous Coward · · Score: 0

      Quoted from an above reply:
      "If you watch the video, they have pictures of the math questions, which makes things a lot clearer. The parentheses are TFA's way of trying to draw a blank space. In the original questions, it's an underlined blank space (so ___ would have been a better choice) -- the same sort of underlined blank space provided in grade school where they want you to fill in the answer. In mathematics classes before algebra, when they're trying to introduce you to algebraic concepts, it's common to use blank spaces for "figure out what goes in this space and write it", rather than writing an "x" and saying "solve for x", which would use a concept the students haven't yet been taught."

      Makes a bunch of sense to me.

    12. Re:Don't know what () means by Anonymous Coward · · Score: 0

      GNU man pages are not fine even when you know the content and want a quick refresher.

    13. Re:Don't know what () means by Anonymous Coward · · Score: 0

      I have college diplomas in the fields of mechanical and electronic engineering (technologist and technician for the Canadians). I also took all advanced math, physics and chemistry classes in high school. I don't remember ever seeing the notation "4+3+2=( )+2" before.

      Question: Elsewhere in this thread, it has been suggested that () is a mathematically acceptable expression, and evaluates to 0. Have you ever encountered this?

    14. Re:Don't know what () means by arb+phd+slp · · Score: 1

      There is no U.S. education system. Systems are for Socialists. Here, we have local control and we like it!

      --
      There's a perfect xkcd for my sig but I'm too lazy to look it up. sudo someone go find it.
    15. Re:Don't know what () means by Anonymous Coward · · Score: 0

      I have college diplomas in the fields of mechanical and electronic engineering (technologist and technician for the Canadians)

      They're referred to as mechanical and electrical engineering up here as well (in universities anyway -- we distinguish college and university). Unless you meant something different by 'electronic' engineering. Then all bets are off.

    16. Re:Don't know what () means by Anonymous Coward · · Score: 0

      And you wear a helmet on your penis if you don't want kids.

    17. Re:Don't know what () means by omnichad · · Score: 1

      There's a reason for that. You're overloading operators. Parentheses already have a meaning in algebra. No point confusing it by giving them a double meaning. A square box is at least a distinct symbol.

    18. Re:Don't know what () means by gfreeman · · Score: 1

      There is no U.S. education system. Systems are for Socialists. Here, we have local control and we like it!

      I'll take this one, Alex.

      Who is Arne Duncan?

      --
      Ceci n'est pas un sig.
    19. Re:Don't know what () means by Proteus · · Score: 1

      I have college diplomas in the fields of mechanical and electronic engineering (technologist and technician for the Canadians). I also took all advanced math, physics and chemistry classes in high school. I don't remember ever seeing the notation "4+3+2=( )+2" before.

      Didn't all of that education teach you to learn what solutions others have used before you decide you have a unique problem? As many others have pointed out above, the parenthesis are an artifact of the reporting in the TFA; the actual test questions (as seen in the associated videos) used a blank space. This is a common technique, well-supported by research, to introduced pre-teens to algebraic concepts before using named variables (like 'x').

      This test shows, IMO, that students who were tested don't see '=' in a way we'd expect: they are reading equations as "problems", and the '=' as a "solution" indicator. This is probably reinforced by early math problems of the type "4+3 = ?", and the behavior of the '=' key on calculators (which are now used extensively in grade-school math programs).

      The notation was not the problem, because that's not the notation that was used.

      --
      We may not imagine how our lives could be more frustrating and complex—but Congress can. – Cullen Hightower
    20. Re:Don't know what () means by Anonymous Coward · · Score: 0

      So what? I took one look at it and immediately knew what was being asked. In fact, I was more confused by the answer the students put, 4+3+2=(9)+2, than I was by the phrasing the question itself.

      As others point out, the ( ) was meant as a placeholder for an underline. It was given to the students like this: 4+3+2=____+2, which I remember seeing when I was in 3rd grade.

  23. RTFA, it's not that usage which he's objecting to by Sockatume · · Score: 4, Insightful

    "'Students who have learned to memorize symbols and who have a limited understanding of the equal sign will tend to solve problems such as 4+3+2=()+2 by adding the numbers on the left, and placing it in the parentheses, then add those terms and create another equal sign with the new answer,' he explains. 'So the work would look like 4+3+2=(9)+2=11. This response has been called a running equal sign—similar to how a calculator might work when the numbers and equal sign are entered as they appear in the sentence,' he explains. 'However, this understanding is incorrect. The correct solution makes both sides equal. So the understanding should be 4+3+2=(7)+2. Now both sides of the equal sign equal 9.'"

    4+3+2 is not equal to 9+2.

    --
    No kidding!!! What do you say at this point?
  24. A bit shocked by TheCarp · · Score: 1

    I mean, I guess I just never thought of it that way.

    I was aware that people solve math problems differently, mostly from discussing methods of figuring the tip at restaurants (I just round off to the nearest 5 and divide by 5 to get about 20%) however I never considered that someone might not learn the meaning of the symbols that they use.

    I would like to know more because, I understand the equals sign, but I still use that a + b = 1 + 2 = 3 notation when I am just calculating something for a quick note, since I don't care about formality, I just want to have the result and the values used to calculate it so that I can check my work later if need be.

    -Steve

    --
    "I opened my eyes, and everything went dark again"
    1. Re:A bit shocked by nschubach · · Score: 1

      I always move the decimal point left one space and double that amount. (20%)

      --
      Every time I start to have faith in humanity, I ruin it by driving to work between 7 and 8 am.
    2. Re:A bit shocked by Dwarfgoat · · Score: 1

      See, I take 10% and double it. Your way is just weird. Hehehe

      --
      That? That was a pigeon.
    3. Re:A bit shocked by shadowrat · · Score: 1

      the article wasn't complaining about a running statement like x=y=b=a. it was complaining that the kids were not parsing a statement like x+y = c to mean that both sides of the equation were equal in value, they were reacting to the equals sign as a command to total up everything to the left of it.

    4. Re:A bit shocked by TheCarp · · Score: 1

      Right no, and thats what I am shocked about. I have seen and used that short hand and always assumed it was just that... a quick shorthand. I never realized it may also be a symptom of people just plain not understanding the underlying concept.

      --
      "I opened my eyes, and everything went dark again"
    5. Re:A bit shocked by TheCarp · · Score: 1

      I bow to your superior wisdom, and thank you for opening my eyes to your tip calculation technique. Such a technique, exercised properly, has no counter. It is unstoppable.

      -Steve

      --
      "I opened my eyes, and everything went dark again"
    6. Re:A bit shocked by Dwarfgoat · · Score: 1

      No, no sir...I have given if great thought, and while it seems to be more math-in-the-head work to me, I am going to amaze my coworkers with your complex calculations at lunch today!

      --
      That? That was a pigeon.
    7. Re:A bit shocked by shadowrat · · Score: 1

      but your example statement seems to make sense. i don't know what a and b are, but i'm going to guess they are 4 and -1. If you are like the kids in the article, you might have supposed that a and b were 0 and 1.

      4 + -1 = 1 + 2 = 3 the = is a statement.

      0 + 1 = 1 + 2 = 3 the = is an operand.

      i doubt there's anything wrong with the 2nd if your intent was to total up a bunch of stuff. If you saw a + b = 1 + 2 would your instinct be that the sum of a and b is 3 or that the sum of a and b is 1?

  25. Sorry, in what context is "()" used as a variable? by Tuan121 · · Score: 1, Insightful

    Kind of baffled to see "( )" instead of say.. x? I have never seen parentheses used like that, at least not that I can remember. In what region/mathematical area is this commonplace? You would think an article discussing not understanding basic symbols would actually attempt to use the most commonly used symbols in the argument..

  26. uhhhh? by Anonymous Coward · · Score: 0

    you can put pretty much ANYTHING in the brackets, as long as it comes to"7", so
    you could put sqrt(49) in there?

    1. Re:uhhhh? by maxwell+demon · · Score: 1

      Well, I would, of course, put in (the answer to life, the universe and everything)/6

      --
      The Tao of math: The numbers you can count are not the real numbers.
    2. Re:uhhhh? by maxwell+demon · · Score: 2, Funny

      Hmmm ... I just noted that 6*9 / 6 is, of course, 9. So maybe the true problem is all of them knowing the Hitchhiker's Guide to the Galaxy, and the testers didn't get the joke :-)

      --
      The Tao of math: The numbers you can count are not the real numbers.
    3. Re:uhhhh? by fishbowl · · Score: 1

      >you could put sqrt(49) in there?

      And I would cry tears of joy if I thought for one second that there were teachers out there who would recognize this student as a prize, and not punish them.

      But I do not think that. I know what's out there.

      --
      -fb Everything not expressly forbidden is now mandatory.
  27. This is obviously liberals' fault by roman_mir · · Score: 1, Funny

    Obviously the US students are now totally confused about what equality means, everything is equal to everything else, your work effort is equal to anybody else's work effort because based on liberal agenda the outcomes are supposed to be equal.

    So clearly, women=men, black=white, all humans have equal rights, this inevitably leads to everything else being equal to everything else.

    so 11=9, 0=1, Islam=Terrorism, America=Fuck Yeah=One Nation Under God=Obama=God Bless America=And No Place Else=Nuke The Whales=There Is No God=Gay Is Good=Gay Is Bad=Government Is Going To Fix Everything=Large Corporations That Are Monopolies Because Government Made Them Monopolies Are Going To Fix Everything

    So you see, these students maybe confused, or maybe they are right and everybody else is stupid for not getting with the times.

    Obviously.

    1. Re:This is obviously liberals' fault by bsDaemon · · Score: 2, Funny

      Additionally, as you can see, our President wants to KILL SMURFS!

    2. Re:This is obviously liberals' fault by snspdaarf · · Score: 1

      As much as I dislike the man, I would have to stand with him on this one. Kill the little blue bastards!

      --
      Why, without your clothes, you're naked, Miss Dudley!
    3. Re:This is obviously liberals' fault by cbev · · Score: 0

      And this is why there needs to be a +? Insane mod.

    4. Re:This is obviously liberals' fault by roman_mir · · Score: 0, Redundant

      Insane? It's right in with the times!

      a + ? = Insane Mod.

      Which part of it, you liberal hating=Obama lover don't understand?

    5. Re:This is obviously liberals' fault by Anonymous Coward · · Score: 0

      So you propose that our president = gargamel ?

    6. Re:This is obviously liberals' fault by DoofusOfDeath · · Score: 1

      Hey, we didn't start the fire.

    7. Re:This is obviously liberals' fault by roman_mir · · Score: 1

      I don't know what that means, but I assume it's offensive and I preemptively strike you, George Bush style with an = sign.

    8. Re:This is obviously liberals' fault by gfreeman · · Score: 1

      Hey, we didn't start the fire.

      I don't know what that means, but I assume it's offensive and I preemptively strike you, George Bush style with an = sign.

      We didn't start the fire

      --
      Ceci n'est pas un sig.
  28. Calculator math by Anonymous Coward · · Score: 0

    They are too used to calculators. Type 4+3+2=+2= into one and indeed the answer is 11.

  29. Look at both sides of the issue by roystgnr · · Score: 1

    Sure, inability to understand basic arithmetic leaves students unprepared for work in science... or engineering... or operating a cash register... or keeping society from crashing and leaving behind a postapocalyptic wasteland. But *in* that postapocalyptic wasteland, the cannibal hordes will find innumerates to be just as delicious as anyone else, so learning math would have been a waste of time anyway!

  30. Re:RTFA, it's not that usage which he's objecting by biryokumaru · · Score: 1

    Wow. I can't read. Heh. Thanks!

    --
    When you're afraid to download music illegally in your own home, then the terrorists have won!
  31. Maybe they just haven't learned algebra yet by Lije+Baley · · Score: 1

    In my (very) small town school in the 70's and 80's, we didn't really learn algebra until 9th grade. Up to that point, the equals sign was pretty much used only as the "answer symbol", meaning "here is the result of all the stuff on the left".
       

    --
    Strange things are afoot at the Circle-K.
    1. Re:Maybe they just haven't learned algebra yet by Anonymous Coward · · Score: 0

      So it would be open to interpretation with what is meant by the question. Hey 4 + 3 + 2 = (this thing in brackets) + some other 2 and implied = = what? Its great that not everyone thinks the same.

      and 2 + 2 / 2 = ? So many people get this wrong and say 2. I would not say that they don't understand order of operations, just perhaps they have not been taught it or forgot it at the time due to simple distraction. I'd say the standard conventions for US students may just be taught later than those of non US students... or perhaps the US students just don't pay attention.

      I remember seeing the problem from the article in primary school but it was in a box so you couldn't really fill it out except correctly - unless you coloured outside the lines.

    2. Re:Maybe they just haven't learned algebra yet by JasterBobaMereel · · Score: 1

      I was doing Elementary Algebra with solving equations for 'x' from the age of 11 ~ USA Grade 6 .... ...Your Ninth grade would be the equivalent of the start of GCSE's ...beginning of learning for the final exams ..far far too late

      The new hard things we did at this time was Calculus, Boolean algebra, Set theory, and different bases etc ... most of which could not be taught without algebra ....

      --
      Puteulanus fenestra mortis
    3. Re:Maybe they just haven't learned algebra yet by druke · · Score: 1

      agreed. article should read, %70 of middle schools kids don't know basic algebra. Middle school is 5th-8th grade. Algebra is core for 9th grade, but you can get it in 8th grade if you're in honors/ap math. I'm from Texas so I think I can speak for most of the nation :p when it comes to curriculum.

    4. Re:Maybe they just haven't learned algebra yet by koreaman · · Score: 1

      So you live in a country without a broken education system. You don't need to brag about it!

  32. Oh, if only it were RPN (and gozinta) by shoppa · · Score: 1

    I note that the example cited in the lead article, is simply what you would get if you hit those keys on a calculator.

    If only we all used RPN, and there was no equals sign!

    I am also extremely frustrated that all calculators have a divide button, but very few have the "gozinta" button. "Gozinta" is a way more useful concept than "divide" most of the time.

    e.g. "7 gozinta 42" has the answer "6 times". I can do that rather painlessly on most RPM calcs with xy but on most other calculators it's more like "7, I already typed that in, I'll hit 1/x, then multiply by 42 and hit equals".

    1. Re:Oh, if only it were RPN (and gozinta) by fishbowl · · Score: 1

      That was the fist thing I noticed too, and assumed we were just seeing the early result of cheating on math homework using a calculator.

      I agree on RPN but I've had that lament since at least 1975. We've been having the same argument since the SR-50 and the HP-35 were new. Yeah, I went to a school full of nerds.

      You can teach a curious enough six year old to understand Sine. I don't buy this "afraid of algebraic notation" crap. But then, those who can't learn or refuse to learn or aren't even curious enough about their world, can go to the workhouses instead of school for all I care.

      --
      -fb Everything not expressly forbidden is now mandatory.
  33. Re:RTFA, it's not that usage which he's objecting by Haedrian · · Score: 1

    And NOW I finally understand it. To add an example of my own [1+2+3+4+5]

    1 + 2
    = 3 + 3
    = 6 + 4
    = 10 + 5
    = 15

    I blame overuse of calculators if that's the case.

  34. Is that really the best example by VisiX · · Score: 2, Insightful

    I have a hard time believing algebra students would do something similar if you replaced the parenthesis with a single character (like an x) in 4+3+2=( )+2. I am not surprised that students are confused when presented with equations using unfamiliar symbols rather than conventional single character variables. I am also not surprised that pre-algebra math students don't understand algebra. Judging from the summary it looks like this research was setup with the specific intent to prove their preformulated conclusion.

    1. Re:Is that really the best example by uncmathguy · · Score: 1

      I think they are using the ( ) notation for the article, but in the study used __ or some other sort of "blank" notation. The point is that we don't want students to just solve for x using the procedure they were taught in school. Many students can do that. But they are just following a recipe. To test whether they understand what they are doing, you need to ask those questions in a different way.

    2. Re:Is that really the best example by kencurry · · Score: 1

      exactly.

      Can't believe there are 700+ posts when all that should be said was in your post.

      --
      sigs are for losers (except to point out that sigs are for losers)
    3. Re:Is that really the best example by Bigjeff5 · · Score: 1

      I don't see how a blank does that any better than an X.

      If they correctly solve for X, they know what they are doing. Is there some scenario where "following the recipe" doesn't work? Because I've got news for you, the recipe is simply the steps you need to take (whether you do them in your head or not) to find the missing number. So if you can follow the recipe, you understand how the thing works.

      --
      Security is mostly a superstition... Avoiding danger is no safer in the long run than outright exposure. - Helen Keller
    4. Re:Is that really the best example by uncmathguy · · Score: 1
      The blank is better than an X because it prevents the student from following a recipe. The authors do not care whether students can solve the equation or not, they care whether the students know what the = sign means. As for your more general comment, it is true that to solve an equation, the algorithm we usually use should always work. But that is no help when you want to move on to the next related topic and you need to understand what exactly everything you were doing means. You say:

      So if you can follow the recipe, you understand how the thing works.

      I have a hard time believing that you actually think that. Surely a computer can follow a recipe to solve an equation, but we would not claim that the computer has an "understanding" of what is going on. On a more practical note, there is a very good reason to not learn math by simply memorizing a number of recipes. If you forget one step, you are completely screwed. And without understanding, it will be impossible to fix the problem (if you can even realize a problem exists).

  35. All part of their plan. by Anonymous Coward · · Score: 0, Informative

    Middle grade levels are most certainly NOT learning programming (in the US anyway).

    Warning... political rant follows

    Making dumb, helpless, dependent-on-government, indoctrinated drones is exactly what the left-leaning portion of US society who have been running the education systems for decades have wanted, planned for, and are now reaping their harvest.

    And we let them do it.

    As a bonus, all this is next coming to a health care system near you.

    1. Re:All part of their plan. by Anonymous Coward · · Score: 3, Insightful

      Come on, you can do better than that.

      First you would need to prove a left-leaning portion of US society exists.

      And then explain why the "education is for he who has the money and power" right wingers should be against their evil plans to make poor people stupid.

      It sounds exactly like what right wing governments all over the world have been doing since there are governments.

      Left wingers actually try to make people more intelligent through public education. Their problem is that their definition of intelligent is brain-washed.

    2. Re:All part of their plan. by Anonymous Coward · · Score: 1, Insightful

      The right: Education is for those with money/power
      The left: Non-elites should all get the same level of education
      The people: Everyone should be educated but not restrained

      Yes, everyone should have the same opportunities for education. However, by lumping everyone together into the same education basket you implicitly restrain those who are capable of much more.

      I am disallusioned with both parties because they BOTH support a notion of eliteness. I am more disallusioned with the left because, being a non-elite, they will lump me in with the rest of the crowd destined to become greeters at Walmart. At least the right lets me climb to the top of the non-elite crowd.

    3. Re:All part of their plan. by Intron · · Score: 1

      I thought he was making a reference to something well-known, but I've been disallusioned.

      --
      Intron: the portion of DNA which expresses nothing useful.
    4. Re:All part of their plan. by aBaldrich · · Score: 0

      Everyone knows that there is almost no "left" in the USA.

      --
      In soviet russia the government regulates the companies.
    5. Re:All part of their plan. by mattack2 · · Score: 1

      +1 bad pun.

      (oh sorry, "bad pun" is redundant.)

    6. Re:All part of their plan. by tuxgeek · · Score: 2, Insightful

      Actually I observed more people in CS/college to have more left leaning socially supportive views than any other class.

      By contrast, the poorly-educated-blue-collar work force, I've found more Rush Limbaugh listening imbeciles with completely socially deviant views, absolutely ignorant of the reality about them

      To me, this clearly indicates how we can have a government for 10 years that ass rapes it's citizens, especially their low income supporter base (Rush Limbaugh & Fox news viewers), whereas when a change in command comes in and wants to support the less privileged, these same people dig their nails in for a fight to the death, instead of change for a better life and opportunities.

      Completely mind boggling. America is reviving the dark ages that Europe went through during the middle ages. Lead by the conservative christian right and religious superstitions of men.

      --
      "Suppose you were an idiot...and suppose you were a member of Congress...but I repeat myself." Mark Twain
  36. It should be: 4+3+2=x+2 (Solve for x) by Knertified · · Score: 5, Insightful

    It should be: 4+3+2=x+2 (Solve for x) I don't see the point in substituting parenthesis for a variable. It just makes it more confusing for everyone.

    1. Re:It should be: 4+3+2=x+2 (Solve for x) by PJ6 · · Score: 1

      Yeah this is the format I learned algebra in. Why wouldn't you ask them to "solve for x" instead of that parentheses crap? The article's premise is totally bogus, the format of the equation is merely nonstandard and unclear.

    2. Re:It should be: 4+3+2=x+2 (Solve for x) by E+IS+mC(Square) · · Score: 1

      Or perhaps the parenthesis was used in place of x when it was noticed that students completely gave up seeing x in the equation?

    3. Re:It should be: 4+3+2=x+2 (Solve for x) by operagost · · Score: 3, Insightful

      It looks like someone's invented new new new math. *sigh* The real problem is that every generation, a new crop of GENIUSES thinks they have a better idea for teaching mathematics.

      --

      Gamingmuseum.com: Give your 3D accelerator a rest.
    4. Re:It should be: 4+3+2=x+2 (Solve for x) by indeterminator · · Score: 4, Funny

      My thoughts exactly.

      For me, 4 + 3 + 2 = ( ) + 2
      => 4 + 3 + 2 = (empty value) + 2
      => 4 + 3 + 2 = 0 + 2
      => 9 = 2
      => wtf?

    5. Re:It should be: 4+3+2=x+2 (Solve for x) by SpeZek · · Score: 3, Insightful

      Is it really that confusing? The problem is the lack of logic and understanding of equality. It shouldn't matter what the equation looks like, if one side equals the other, one side equals the other.

    6. Re:It should be: 4+3+2=x+2 (Solve for x) by Senior+Frac · · Score: 5, Insightful

      Exactly.

      Are you testing their knowledge of the equal sign? Or are you testing their ability to guess about the meaning of your non-standard notation? This is a common problem that teachers face. I am an ex-teacher. We worked hard (often as teams) to eliminate or rewrite questions like this from our tests and quizzes.

    7. Re:It should be: 4+3+2=x+2 (Solve for x) by Anonymous Coward · · Score: 0

      Oh, they gave up seeing 'x'! OK, we have a solution then. Let them do math on a iPhone! They will then see everything!

    8. Re:It should be: 4+3+2=x+2 (Solve for x) by drgruney · · Score: 3, Insightful

      They problem isn't that people didn't know what ( ) means, it's that they can't infer it. Abstract thought is no longer taught very well.

    9. Re:It should be: 4+3+2=x+2 (Solve for x) by Thelasko · · Score: 1

      Seems like this study has pinpointed why so many children struggle with algebra.

      --
      One of our competitors trademarked the term "hypothesis". From now on, we will call them "boneheaded ideas".
    10. Re:It should be: 4+3+2=x+2 (Solve for x) by biryokumaru · · Score: 1

      The real geniuses are the ones who manage to learn mathematics anyways.

      --
      When you're afraid to download music illegally in your own home, then the terrorists have won!
    11. Re:It should be: 4+3+2=x+2 (Solve for x) by Grizzley9 · · Score: 4, Funny

      1. Let a and b be equal non-zero quantities
      a = b
      2. Multiply through by a
      a^2 = ab
      3. Subtract b^2
      a^2 - b^2 = ab - b^2
      4. Factor both sides
      (a - b)(a + b) = b(a - b)
      5. Remove canceling values (a - b)
      a + b = b
      6. Observing that a = b
      b + b = b
      7. Combine like terms on the left
      2b = b
      8. Divide by the non-zero b
      2 = 1

      ???

    12. Re:It should be: 4+3+2=x+2 (Solve for x) by xous · · Score: 1

      I took pre-calculus in highschool which is by no means advanced math but I've never seen () used in place of a variable.

      That said, even as drunk as I am, I simply removed both 2's and evaluated 4+3. Not terribly difficult by any standard. Either students find use of the parentheses confusing or I'm a lot smarter even while drunk than I think I am.

    13. Re:It should be: 4+3+2=x+2 (Solve for x) by MoonBuggy · · Score: 1

      Sure, notation is abstract and can be changed, but it's still standardised for a reason. If I started using the word 'chicken' to describe that four wheeled thing you drive to work in, it'd take you a while to understand what I was on about, and you might draw some erroneous conclusions in the mean time. In general, brackets serve to contain elements of the equation and signify the order in they are treated - empty brackets should therefore logically denote zero. Sure, it's trivial for us to realise that the notation was non-standard and they were intended to signify a variable, but that's because most of us here have been dealing with simple algebra for decades.

    14. Re:It should be: 4+3+2=x+2 (Solve for x) by Albatrosses · · Score: 1

      Nonono, it should be:
      => 4 + 3 + 2 = (empty value) + 2
      => 4 + 3 + 2 = NULL + 2
      => 4 + 3 + 2 = NULL
      => 9 = NULL
      => NULL

    15. Re:It should be: 4+3+2=x+2 (Solve for x) by JayJay.br · · Score: 1

      You divided by zero in step five.

    16. Re:It should be: 4+3+2=x+2 (Solve for x) by Austerity+Empowers · · Score: 1

      I'm pretty sure using the parenthesis is what is causing the students to do the wrong thing. I managed to get through electrical engineering with all the differential calculus and the fun excursions that takes, but when I saw 4+3+2=()+2, I believe a perfectly acceptable response might be 4+3+2=(9)+2=11.

      Accusing students of not knowing what the equal sign means because they're unable to read minds is not the same as being uneducated. In this world, particularly in math, we have conventions. The convention students are taught is that single letters (i.e. "x") are variables to be solved for. An empty set of parentheses is not one we're taught, but being can-do type students we try to interpret it. One interpretation is "fill in the blank", another may be "what quantity makes this statement true". In elementary school math you will frequently see "fill in the blank" operations like what's in the summary, and the correct answer is to do as 70% of the students do and perform an operation rather than solve for the unknown variable.

    17. Re:It should be: 4+3+2=x+2 (Solve for x) by NNKK · · Score: 3, Insightful

      Well, it's sort of that confusing.

      For the most part, my math skills are about that of a competent sophomore or maybe junior in high school, which isn't so bad for an adult American these days. I have never seen anyone present an equation like "4 + 3 + 2 = () + 2". To me, that's either a syntax error, or somebody saying "9 = 2", which is just wrong. I've never seen empty parentheses treated as a variable, and I'd be shocked if it's commonly-taught in American schools.

      That said, I would never come up with putting 4+3+2 in the parentheses. That's just a WTF.

    18. Re:It should be: 4+3+2=x+2 (Solve for x) by Anonymous Coward · · Score: 0

      If you can divide something to 0, for sure 2 can be equal to 1. what's interesting about that?

    19. Re:It should be: 4+3+2=x+2 (Solve for x) by DriedClexler · · Score: 4, Insightful

      Why? The world doesn't format problems neatly for you. That's the job of the person approaching it. Simply identifying the mapping to known math formalisms is 90% of the challenge, if not more! If you can't convert a "put more apples on the table and find how many are on it now" into an addition problem, the world won't hold your hand and do it for you.

      If the students genuinely understand (or even notice) what they're being taught, they won't be thrown off by stuff like this.

      I mean, I'm a little sympathetic, but still, students shouldn't be taught some narrow skill that works *only* for your class. The skills you teach need to be grounded to the rest of the world so they know how it fits in and can adapt to novel situations as necessary.

      If their understanding is so brittle that it requires this careful handling before it's a "fair" test, they haven't learned anything, except how to pass tests. Worse, tests presented by *that* teacher.

      --
      Information theory is life. The rest is just the KL divergence.
    20. Re:It should be: 4+3+2=x+2 (Solve for x) by he-sk · · Score: 3, Insightful

      It's very confusing. Only after continuing reading the "wrong" solution by students, I realized that he used parentheses for variable names.

      FWIW, parentheses usually group statements. In the example there's nothing to group, so I would say that this "non-standard" use is simply wrong.

      --
      Free Manning, jail Obama.
    21. Re:It should be: 4+3+2=x+2 (Solve for x) by Anonymous Coward · · Score: 0

      it might have something to do with your divide-by-zero error...

    22. Re:It should be: 4+3+2=x+2 (Solve for x) by Anonymous Coward · · Score: 0

      whooosh! -

    23. Re:It should be: 4+3+2=x+2 (Solve for x) by SpeZek · · Score: 2, Insightful

      In general, brackets serve to contain elements of the equation and signify the order in they are treated - empty brackets should therefore logically denote zero

      Logically denote zero? Nope. 0 = 0. Empty brackets clearly are just empty - that is, they contain no value. There's a difference between zero and a lack of value - namely, zero is a value of zero, and no value isn't. The empty brackets are a space where value can logically be inserted -- a zero is a zero.

      This stuff isn't rocket science. Nearly 100% of foreign students figured it out easily, compared to only about 30% of American students. The excuses don't work; there is something fundamentally flawed at play.

    24. Re:It should be: 4+3+2=x+2 (Solve for x) by Anonymous Coward · · Score: 0

      I agree that mathematical notation should adhere to standards, but in this case I was thinking that it might make sense to substitute the parentheses for a variable like x. The reason is that if students see 4+3+2=x+2 they may know how to solve that without really understanding the equals sign simply because they have done it many times in class and in homework. If you mix it up a little by using the parentheses I think it forces them to understand what the equals sign really means. Is it fair for a test or quiz? I don't know for sure. I do think that if a student has decent critical thinking skills he or she would be able to understand that () means x.

    25. Re:It should be: 4+3+2=x+2 (Solve for x) by gorfie · · Score: 1, Insightful

      Everyone knows (2) equals -2, so the answer is...

      4 + 3 + 2 = ( ) + 2
      => 4 + 3 + 2 = (x) + 2 (solve for x)
      => 9 = (x) + 2
      => 9 = (-7) + 2
      => 9 = 7 + 2
      => 9 = 9

      I can't wait for my daughter to argue math with me because the schools are teaching her in a confusing manner. I agree with the "solve for x" guy - why reinvent the standard for equation formatting.

    26. Re:It should be: 4+3+2=x+2 (Solve for x) by SpeZek · · Score: 1

      Therein lies the problem. You're treating an unassigned value as zero. Zero is a value. ( ) has no value, but can contain one. Logic would denote that to balance the equation, one would add some value somewhere. That somewhere is obviously within the brackets that currently have no value.

    27. Re:It should be: 4+3+2=x+2 (Solve for x) by Grizzley9 · · Score: 1

      Yeah I realize that, it was a joke. In fact a very well known one that's even on the wiki page about math fallacies.

    28. Re:It should be: 4+3+2=x+2 (Solve for x) by Pichu0102 · · Score: 1

      Obviously, the question is a True or False, and should be marked as such by anyone solving the equation until the teacher gets where they messed up.

    29. Re:It should be: 4+3+2=x+2 (Solve for x) by Austerity+Empowers · · Score: 1

      Not if you spent the past 13 years learning math from textbooks written by various educators who think they have a clever new way for teaching math. It's anything but obvious that when an equal sign is used it necessarily means equality, quite often the desired intent is to force the student to solve the given equation before moving on.

      If the test writer used "x" or any single letter variable (other than i maybe) I bet you most students would have correctly answered the question because it would be unambiguous that they were being provided an equality.

    30. Re:It should be: 4+3+2=x+2 (Solve for x) by Anonymous Coward · · Score: 0

      If you have to ask the person that brought the problem to you "is it really that confusing?" you completely don't get it.
      He said it was confusing.
      Thus, sample size of one, it is confusing.
      If you ask him again, you are being a jerk, patronizing, not being helpful, and tainting your data set by not being statistically rigorous.

      To be constructive, you can either:
      1) increase your sample size, to increase your confidence level.
      2) Use standard notation like everybody else, and stop making stuff up because you are too lazy or uneducated to use the proper notation.

      If "It shouldn't matter what the equation looks like" have a non native speaker write them as word problems in Chinese and take the test yourself.

      To test math, test math, with all possible ambiguities removed.
      Otherwise, you are just testing their understanding of how your brain works, which is at best narcissistic, at worst a waste of their time.

    31. Re:It should be: 4+3+2=x+2 (Solve for x) by mikkelm · · Score: 1

      It doesn't have much to do with inference. The kids faced with this problem are also faced with new mathematical notation on a regular basis, which they are required to wrap their heads around and memorise. When teachers begin to use standard and nonstandard notation interchangeably to express simple problems and concepts, things legitimately do get confusing.

      The problem isn't a struggle with understanding the equal sign. The problem is with asinine teachers who disregard standards because they're convinced that their way is the better way.

    32. Re:It should be: 4+3+2=x+2 (Solve for x) by carlzetie · · Score: 1

      That should read

      5. Divide by zero
      6. Profit!

    33. Re:It should be: 4+3+2=x+2 (Solve for x) by JayJay.br · · Score: 2, Funny

      oh! Whoosh for me then!

      (heads on to Wikipedia)

    34. Re:It should be: 4+3+2=x+2 (Solve for x) by gorfie · · Score: 1

      Sarcasm doesn't convey well in written text...

    35. Re:It should be: 4+3+2=x+2 (Solve for x) by udippel · · Score: 1

      Yep. You have your five mod points, so I save mine.
      I didn't know Texas A&M was just a crap low-level place. Is 'publish or perish' so relevant these days, that you
      1. have to invent new maths; in order to
      2. get such nonsense published?

      Really, I'm p***ed. I could even argue, that roughly 70% of middle grades students in the US are better in maths than math professors in Texas A&M. Parentheses are used in maths to override precedence(s); not as variable name.
      Shame on you, Texas A&M!

    36. Re:It should be: 4+3+2=x+2 (Solve for x) by Qzukk · · Score: 4, Insightful

      understanding of equality.

      I'm sure they understand equality just fine, it's just that after punching everything into a calculator for all their lives, they don't understand that = means equality instead of "what do the things I just entered equal?"

      --
      If I have been able to see further than others, it is because I bought a pair of binoculars.
    37. Re:It should be: 4+3+2=x+2 (Solve for x) by drgruney · · Score: 1

      key right there is you said "memorize." that's what is wrong, right there. when faced with non-standard notation we should be able to just figure it out.

    38. Re:It should be: 4+3+2=x+2 (Solve for x) by SpeZek · · Score: 2, Insightful

      Weird, because I did spend the last 13 years learning math. I'm only on my second year of university (and hell, I haven't taken any college-level math beyond my AP exam in highschool). An equals sign means something is equal to something else. This is so basic it's almost embarrassing to be arguing about it, which is the point of TFA. Maybe the students didn't understand that ( ) was an unassigned value because they hadn't seen it before, but, why didn't they understand what = meant? That's the problem.

    39. Re:It should be: 4+3+2=x+2 (Solve for x) by CAIMLAS · · Score: 1

      Part of me has to wonder if social instruction has bled too deeply into peoples' consciousness, disabling their ability to think in a logically, concise manner.

      Simply, they're unable to think logically because they've been trained to think relatively from a very, very young age. Something or someone isn't "better" or "worse than another thing, they're all 'equally good'.

      When equality is relative, there can't be a correct, provable answer.

      I know it's a bit of a far cry, but you can see this kind of thinking demonstrated all the damn time in public life today. It really wouldn't be surprising if it's made concrete sciences difficult for students to understand. "What, you mean this is absolute? I thought there are no absolutes?"

      Thank you, Political Correctness.

      --
      ~/ssh slashdot.org ssh: connect to host slashdot.org port 22: too many beers
    40. Re:It should be: 4+3+2=x+2 (Solve for x) by maxwell+demon · · Score: 2, Informative

      It is "fill in the blank" - but filling the blank with 9 doesn't make it a correct equation. Filling it with 7 does.

      --
      The Tao of math: The numbers you can count are not the real numbers.
    41. Re:It should be: 4+3+2=x+2 (Solve for x) by Anonymous Coward · · Score: 0

      Unless there is some terrible brain rotting disease that affects that generation of students, I'd blame it on the teachers.

    42. Re:It should be: 4+3+2=x+2 (Solve for x) by CAIMLAS · · Score: 1

      I'm sorry, I don't understand. How is this "non-standard notation"?

      It should be trivially simple for a student of 11 to 14 (not sure where they're placing the bar for this kind of thing, these days) to complete any of the following:

      4+3+2=x+2
      4+3+2=()+2 - what number goes in the ()?
      x+2 = 4+3+2
      4 + 3 = x

      This is elementary mathematics. You should be able to figure this out by 5th grade, even if you were never taught it. I switched schools in 3rd grade and, while I'm a bit brighter than most kids, was thrown into mathematics (at a private school) a year or two above the public schools I was coming from. It was hard, but with a little (little!) effort these things were solvable.

      Do kids simply not understand that numbers represent things in real life, or something? I can't see what else it might be that makes an equation like this difficult. The above examples should, I think, be solvable by an 8 year old. (At 6, my son has received very little formal numeric instruction - yet he can count, do basic addition, subtraction, and even multiplication. If I were to explain the symbols, I'm fairly certain he'd have something like this figured out within an hour.)

      --
      ~/ssh slashdot.org ssh: connect to host slashdot.org port 22: too many beers
    43. Re:It should be: 4+3+2=x+2 (Solve for x) by Carik · · Score: 1

      The catch is that they've probably seen the "() means a variable" notation every day in math class. Yes, for those of us who grew up with letters for variables, the parens are confusing. But this is something they've probably seen before, so they shouldn't have to read minds to know what it means.

    44. Re:It should be: 4+3+2=x+2 (Solve for x) by mikkelm · · Score: 1

      That's a completely ridiculous thing to say, and that's precisely part of the problem. Yes, you're supposed to understand and memorise the purpose and handling of standard notation, and you're supposed to reject nonstandard notation outright. Mathematics isn't a guessing game, it isn't an exercise in mind-reading, and ambiguity should be avoided at all costs. What you're arguing for is comprehensively at odds with the very basic tenants of the subject.

    45. Re:It should be: 4+3+2=x+2 (Solve for x) by mikkelm · · Score: 1

      s/tenants/tenets/. That was one of the more impressive ones.

    46. Re:It should be: 4+3+2=x+2 (Solve for x) by Hognoxious · · Score: 1

      If for some bizarre reason (perhaps algebra doesn't appear in the Bible, or they associate it with pr0n) they feel they can't use x, why not just put a sodding question mark? It already has the meaning of the unknown, the mystery prize etc.

      4 + 3 + 2 = ? + 2

      It'll get bloody confusing using brackets for the unknown if it falls within parentheses anyway. Not to mention if there's two unknowns.

      My first thought when I saw it was that it was a typo.

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    47. Re:It should be: 4+3+2=x+2 (Solve for x) by ddocjohn · · Score: 1

      I think the point of the study would have been to use non-standard notation to test the knowledge of the meaning of =. If you understand that what is on the left is the same as what is on the right of the equal sign, you can logically deduce that the ( ) is the missing information. If you do not understand that, then at that point you are left to guess. So yes, they are testing knowledge of the equal sign

    48. Re:It should be: 4+3+2=x+2 (Solve for x) by NNKK · · Score: 1

      Therein lies the problem. You're treating an unassigned value as zero. Zero is a value. ( ) has no value, but can contain one. Logic would denote that to balance the equation, one would add some value somewhere. That somewhere is obviously within the brackets that currently have no value.

      No, I'm treating the whole thing as not making sense within the context of the math education that is likely to be received by an American child. It may well be that neither of my reactions upon seeing it were *correct*, but either way I did the equivalent of throw a DoesNotMakeSense exception rather than somehow magically decide that the left side of the equation should end up in the parentheses.

      I'm not saying there's not a problem here, just that anyone expecting a typical US schoolchild to do the _right_ thing with that equation is off their rocker.

    49. Re:It should be: 4+3+2=x+2 (Solve for x) by Tenek · · Score: 1

      That problem is formatted neatly. Poorly, but neatly. It would be a lot easier as "Three bags, one with 4 apples, one with 3, one with 2, how many are left if you take away 2 of them". If you want to just write the equation you have a responsibility to not be stupid about it - I can't justifiably blame you for writing "131" instead of "11" if I declare "2" to be the multiplication operator, then ask you what 123+8 is.

    50. Re:It should be: 4+3+2=x+2 (Solve for x) by AGMW · · Score: 3, Insightful

      Why? The world doesn't format problems neatly for you. That's the job of the person approaching it. Simply identifying the mapping to known math formalisms is 90% of the challenge, if not more! If you can't convert a "put more apples on the table and find how many are on it now" into an addition problem, the world won't hold your hand and do it for you.

      OK, how about this one then ...

      4#3#2@[]#2

      Now I just wrote it and know which arbibrary symbols I replaced the more common ones with, but I still have trouble looking at it and working out what it means! The standardisation of mathematical symbols, and their common use, is what makes it even vaguely teachable. Using "()" as an indicator of a missing term in an equation is madness because everyone I've ever known would use them to indicate a change to the default order of calculation (BODMAS). If kids are being taught this way what the hell do the do if they see an equation with braces in it? Ignore the contents and just replace everything in it perhaps?

      --
      Eclectic beats from Leeds, UK
      handmadehands.co.uk
    51. Re:It should be: 4+3+2=x+2 (Solve for x) by Anonymous Coward · · Score: 0

      4 + 3 + 2 = (.)(.) + 2 You have to make sure they see the parenthesis.

    52. Re:It should be: 4+3+2=x+2 (Solve for x) by Anonymous Coward · · Score: 0

      What wasn't clear was that everything was part of a single equation. Let's say you were used to seeing math problems in the form of:

      4 + 3 + 2 = __

      Now you see this:

      4 + 3 + 2 = __ + 2

      If all of your previous exposure to algebra (probably no more than 2-4 years for these kids) was in the form of "4 + 3 + 2 = x + 2, solve for x," then it isn't unreasonable to be confused. Remember, at that age, kids are aware that they haven't seen every possible form of math problem and, when faced with something unfamiliar, will tend to guess (often with hilarious results).

    53. Re:It should be: 4+3+2=x+2 (Solve for x) by Anonymous Coward · · Score: 0

      4+3+2=x+2
      -----------------
      4+3+2-2=x+2 -2
      -----------------
      4+3 =x
      -----------------
      7 = x

    54. Re:It should be: 4+3+2=x+2 (Solve for x) by Anonymous Coward · · Score: 0

      it is because middle school and elementary school math teachers flunked out of engineering / science. that's why they're teaching those brats.

    55. Re:It should be: 4+3+2=x+2 (Solve for x) by Actually,+I+do+RTFA · · Score: 1

      I didn't read it as an equal sign. In English: four plus three plus two unknown operator two. Where the unknown operator was designated by =()+ . Empty parentheses don't make sense in general, and if I had to read it as anything I would interpret it as "identity of the operation it is being used in conjunction with" not "unknown".

      And for once, I can actually claim expertise: I Am (or more accurately was) a Math Major.

      --
      Your ad here. Ask me how!
    56. Re:It should be: 4+3+2=x+2 (Solve for x) by SpeZek · · Score: 1

      After 2 - 4 years of algebra you'd expect kids to be confused!? Jesus, this type of question was learnt in the first month in my school -- it's bloody addition/subtraction with one variable! No wonder American students don't understand math when it takes 2-4 years to solidify the concept of simple problem solving.

    57. Re:It should be: 4+3+2=x+2 (Solve for x) by aaarrrgggh · · Score: 5, Insightful

      The equation noted lacked the precision of mathematics, and is therefore inappropriate without an instruction to the effect of "Solve for the number in () that makes this a true statement."

      I'm just an engineer and all, but I had to look at it twice to understand what they were looking for.

    58. Re:It should be: 4+3+2=x+2 (Solve for x) by slater.jay · · Score: 1

      Problem in step 5. a = b; you remove (a-b) = (0) by division and hence divide by zero.

    59. Re:It should be: 4+3+2=x+2 (Solve for x) by delinear · · Score: 1

      Of course it matters if you're substituting a non-standard format for the question. For all we know () may mean execute the command to this point then continue to process, similar to writing: ( 4 + 3 + 2 = x ) + 2, in which case the answer would be 11. So all we can really deduce from this is that unclear instructions lead to vague conclusions - it would be interesting to at least see the test repeated in the standard format and see if that makes a difference, perhaps it wouldn't and people really are struggling with "=" but I'd be mildly surprised if that was the case.

    60. Re:It should be: 4+3+2=x+2 (Solve for x) by SpeZek · · Score: 5, Insightful

      Equals always equals equals.

      In English - four plus three plus two equals something plus two. That's exactly how I read it, and how everybody I know would read it. Educated in Canada, for clarification.

      If anything, the comments on this article really drive home its point. Why are people throwing out the rules when they come upon an unknown? If they understood clearly, concretely, what "equals" meant, there wouldn't be the sort of confusion that's been going on. I think another poster had a good theory, that nowadays "=" is seen as "solve it" due to its use on calculators.

    61. Re:It should be: 4+3+2=x+2 (Solve for x) by edisrafeht · · Score: 1

      The attempt is to teach everyone even if they are not as smart as you, requiring some creative yet carefully designed lesson plans.

    62. Re:It should be: 4+3+2=x+2 (Solve for x) by Xeno+man · · Score: 1

      Think when you first learned math, the questions you saw were
      2+2 =
      4+2 =
      ect... not
      2+2 = x
      4+2 = x

      The point is that it is easier to learn the concept that there is a blank space and we need to fill it in when first learning math. When you see 7 + ( ) = 10 we know that something is missing so you figure it out. Learning that the blank space can be anywhere in the equation is a big step. To lean at the same time that letters can represent numbers adds to much complexity when your still trying to grasp numbers bigger than 10.

    63. Re:It should be: 4+3+2=x+2 (Solve for x) by Quirkz · · Score: 1

      The difference between "unassigned value" and 0 is pretty inconsequential for most people in most real-world situations, and seems pretty pedantic to discuss, but it has bitten me several times when coding in the most frustrating ways. Equally confusing, potentially, is the convention that 0 means false. I'm struggling to remember the precise situation, but spent half an hour debugging a little scriptlet that kept failing if the variable equaled zero, because another part of the script thought the variable was false and didn't exist.

    64. Re:It should be: 4+3+2=x+2 (Solve for x) by SpeZek · · Score: 1

      ( 4 + 3 + 2 = x ) + 2, in which case the answer would be 11

      If that looks correct to you, then you just don't understand how to use "=", which is the whole point of TFA. The rules for "=" are pretty simple - what ever is on the left side of it is equal to the right side. It doesn't go inside the operations. 4 + 3 + 2 is equal to ( ) + 2 -- therefore, ( ) must have a value of 7. It's painfully simple logic. This is very, very basic math.

    65. Re:It should be: 4+3+2=x+2 (Solve for x) by gilleain · · Score: 1

      In general, brackets serve to contain elements of the equation and signify the order in they are treated - empty brackets should therefore logically denote zero

      Logically denote zero? Nope. 0 = 0. Empty brackets clearly are just empty - that is, they contain no value.

      Possibly GP is referring to the use of empty braces - rather than empty parenthesis - to mean the empty set. That is {} rather than (). If numbers are considered as sets, then the empty set corresponds to zero.

      However the notation of () for a variable is a bit weird. Wikipedia talks about the history of variables in the entry on them. Also, in a translation of Cardano's Ars Magna by T. Richard Witmer he says:

      ...I have convinced myself that res had become ... as much of an abstract term as is our x and that ... [it] is a more accurate reflection of what Cardano meant than "thing" would be

      My point is that either a word (like 'res') or a letter/symbol like 'x' has nearly always been used for a variable. Obviously the confusion over the meaning of '=' is different to the confusing use of "()".

    66. Re:It should be: 4+3+2=x+2 (Solve for x) by Anonymous Coward · · Score: 0

      TFA means that a student that is to calculate 4+3+2 and then add 2 writes it as 4+3+2=9+2=11. Which is obviously false.

    67. Re:It should be: 4+3+2=x+2 (Solve for x) by adonoman · · Score: 1

      If you're going to divide by 0, you might as well arrange it so you prove 2 = fish

    68. Re:It should be: 4+3+2=x+2 (Solve for x) by Anonymous Coward · · Score: 0

      This whole thread is demonstrating the guys point. He is saying that the students can't recognize the pattern but instead are just punching buttons on their calculator. 4+3+2=something+2.. hmmm... something must be 7. Instead the student does 4+3+2=something and oh, I have to add this other 2 now. This shows they really don't understand what they are being asked or what they are doing.

    69. Re:It should be: 4+3+2=x+2 (Solve for x) by canajin56 · · Score: 4, Informative

      I saw that in textbooks right on the cusp of learning algebra, to ease you into it. Only, it's not really "( )", it's, well...Slashdot doesn't support unicode so I can't show you...but, it's supposed to be a circle. TFA didn't use one either. IDK if it's because they're not using the same textbooks I've seen, or just because they don't know how to type unicode, either. At any rate, students would, from their earliest years, be used to seeing "2 + 2 = ( )" or "2 + 2 = [ ]" where those are supposed to be circles or boxes for them to put the number in. Or, perhaps "2 + 2 = ___" a blank line for them to put the answer in. The point was that, with no explanation of the equal sign, they come to the wrong conclusion about that circle. They see "4 + 3 + 2 = circle + 2" and they do what they've always done, by rote, and put 9 into the circle, then proceed on to the next little bit, which is +2, there, 9 + 2 is 11, they wonder why there isn't another circle, and make one.

      At any rate, your solution of "just use algebra" is absurd, they haven't learned it yet. Algebra is what they're trying to teach them with this. And the point is, it doesn't matter. If they show them "x = 2 + 2, so x is 4", they just might get it. But, if they see "4 + 3 + 2 = x + 2" they would do the same as before "x is 9, so x + 2 is 11". They're just assigning too low a priority to equality in the order of operations, really...and also thinking in C I suppose, where (x = 9) + 2 does equal 11 ;)

      --
      ASCII stupid question, get a stupid ANSI
    70. Re:It should be: 4+3+2=x+2 (Solve for x) by Anonymous Coward · · Score: 0

      It should be: 4+3+2=x+2 (Solve for x)

      I don't see the point in substituting parenthesis for a variable. It just makes it more confusing for everyone.

      But kid's don't understand x either :
      http://www.cartoonstock.com/newscartoons/cartoonists/rma/lowres/rman30l.jpg

      - Peder

    71. Re:It should be: 4+3+2=x+2 (Solve for x) by Planesdragon · · Score: 0

      "What, you mean this is absolute? I thought there are no absolutes?"

      There are no absolutes.

      1 + 1 does not always equal exactly 2. Depending how how precise your measures are, you may wind up with a value somewhere between 1 (0.50 + 0.50) and 2.98 (1.49 + 1.49).

      You will, of course, wind up with a value greater than either of the numbers you began with, so there IS relative value. But no absolutes.

    72. Re:It should be: 4+3+2=x+2 (Solve for x) by canajin56 · · Score: 4, Insightful

      I'm pretty sure it's supposed to be an ASCII drawing of a circle, just like [ ] is supposed to be a box, and ( o Y o ) is supposed to be boobs. Lots of primary/middle school textbooks use circles or boxes for the spot you put the answer. So what happens is, a student sees "4 + 3 + 2 = circle" and writes 9 in the circle. They do that all of the time, tests, assignments, that's how it works. You add the numbers and put them in the circle. So, they see "4 + 3 + 2 = circle + 2" and they put 9 in the circle like always, they do the math left to right like they're supposed to, and after they have done that, there is another + 2 after they are done, so they add 9 and 2, since they have "9 + 2" still, now it's 11. It's reasonable, because they were never taught what = means, exactly, just to put the answer in the circle, and to do things left to right. The problem is, they haven't learned algebra yet. So, chuckling about how they couldn't derive it from first principles is just stupid. Show it to them once they've seen algebra. Saying that 70% of americans in grade X got it wrong, but 0% of chinese of the same age were wrong, is meaningless if they teach algebra there sooner. You might say "100% of Chinese who have learned algebra understood algebra, but 'only' 30% of Americans who have never seen algebra, picked it up on the spot".

      When I was in grade 9 or 10, I missed like a week of school with a bad case of the flu. I guess we learned algebra that week. When I came back it was test time, and the teacher said I could do it later since I missed the whole section. I said "Naw I'll be fine" and wrote it. I guess I'm in the 30% because after going "Wut" over and over I figured out what it meant. But I can totally see how they could be totally confused by it, circle or x or whatever other placeholder you like. 70% sounds about right for how many wouldn't get algebra if you threw it in their faces with no warning. Obviously, in hindsight everybody on Slashdot would say "OMG SO FUCKING EASY JUST ALGEBRA WHAT RETARDS", but it's not obvious until you have your "ah ha!" moment.

      --
      ASCII stupid question, get a stupid ANSI
    73. Re:It should be: 4+3+2=x+2 (Solve for x) by Anonymous Coward · · Score: 0

      Ok, so what's the answer to 4()3=3+4.

      The real world doesn't hand you a syntactically meaningless stream of gibberish.

    74. Re:It should be: 4+3+2=x+2 (Solve for x) by Pennidren · · Score: 3, Insightful

      The world doesn't format problems neatly for you.

      It also does not require a strict answer. If the constraints for the answer are manufactured (as they are here) then the constraints for the question must be as well. This evaluation is poorly constructed and should not be defended.

    75. Re:It should be: 4+3+2=x+2 (Solve for x) by pugugly · · Score: 1

      I'm not actually (100%) sure from the article what the actual complaint is, that there was a running equals sign, or that they totaled the equal sign into the parentheses instead of creating the proper equivalency.

      Sound mostly like the latter, but if they can't talk about it without concatenating two errors in one sentence, maybe they need to work on their own issues first?

      Pug

      --
      An Invisible Entity of Vast Power whose existence must be taken on faith alone: Liberal Media
    76. Re:It should be: 4+3+2=x+2 (Solve for x) by Anonymous Coward · · Score: 1, Insightful

      Simply identifying the mapping to known math formalisms is 90% of the challenge, if not more!

      Not in pure mathematics, which is the subject under discussion.

      Testing people's ability to understand symbols by using non-standard symbols is deeply flawed.

    77. Re:It should be: 4+3+2=x+2 (Solve for x) by pugugly · · Score: 1

      Obviously to you perhaps, but not valid in any formal notation I'm familiar with.

      Parent is correct.

      Pug

      --
      An Invisible Entity of Vast Power whose existence must be taken on faith alone: Liberal Media
    78. Re:It should be: 4+3+2=x+2 (Solve for x) by clone53421 · · Score: 1

      True, but no value + 2 is just 2, and putting empty parentheses around no value doesn’t change that.

      --
      Alexander Peter Kristopeit bought his basement from his mommy for one dollar.
    79. Re:It should be: 4+3+2=x+2 (Solve for x) by clone53421 · · Score: 1

      What is the difference between

      +2

      and

      ( )+2

      apart from the fact that in the second, you put parentheses around the leading nothing?

      --
      Alexander Peter Kristopeit bought his basement from his mommy for one dollar.
    80. Re:It should be: 4+3+2=x+2 (Solve for x) by orient · · Score: 2, Insightful

      Mathematics is an exact science. It is supposed to be very formal and have a rigorous syntax. I was amazed that otherwise bright north-american university students (majoring in computerscience and math) were unable to create a simple (half a page) calculus demonstration without using WORDS. They came from highschool with no knowledge of basic mathematical symbols like "exists", "whatever", "it results that", "non". Greek alphabet was, well, greek for them - they were assigning random names to greek letters (omicron was epsilon, epsilon was tau etc).

      --
      Laudele lor desigur m-ar mahni peste masura.
    81. Re:It should be: 4+3+2=x+2 (Solve for x) by Anonymous Coward · · Score: 0

      On the off chance you don't know, divide by zero in step 4.

    82. Re:It should be: 4+3+2=x+2 (Solve for x) by severoon · · Score: 2, Insightful

      The difference between "unassigned value" and 0 is pretty inconsequential for most people in most real-world situations...

      Really? So ( )*9=72, you think the difference between treating ( ) as x vs. 0 is "pretty inconsequential"? Remember, this study is about the development of the students' understanding...that is, the ability to move on to other kinds of more complicated math than in the problem presented...like multiplication.

      By the way, can I posit that this is actually not a problem with US students so much as a problem with US teachers? Most people, including teachers, seem to think that knowing a subject marginally better than the students is all there is to teaching. TFA closes with: Parents and teachers can help the students. The two researchers suggest using mathematics manipulatives and encourage teachers "to read professional journals, become informed about the problem and modify their instruction." How many people reading this that grew up in the US can honestly say that they can imagine their grade school teachers reading a professional journal and keeping up with the latest in their field? (I can say a small sampling of my teachers were committed in this way, but my public school was in the top 4% in the country and they represented the exception, not the rule.)

      --
      but have you considered the following argument: shut up.
    83. Re:It should be: 4+3+2=x+2 (Solve for x) by Anonymous Coward · · Score: 2, Informative

      1 + 1 does not always equal exactly 2.

      Yes; yes it does.

      1 + 1 always equals 2. You aren't adding 1 + 1 when you're adding .5 and .5, you're adding .5 and .5. There's a 50% difference; your answer will reflect this difference.

      To use a first grade example, if I have one apple and put it in a bag with someone else's apple, that other person's bag now has two apples. Now, if I have taken a bite out of my apple, the other person has one bite less than two apples - which, as any person might be able to see, is absolutely less than two apples. Relatively speaking, however ("depending on your point of view") the person with the bag "has two apples".

      This might also be called rounding, which, while not incorrect, is not true equation; it's an approximation. This does not change the absolute nature of 1 + 1 = 2.

    84. Re:It should be: 4+3+2=x+2 (Solve for x) by Baby+Duck · · Score: 1

      I find the ( ) for a variable confusing, as well. Fortunately, at the bottom of the article, they list a contact phone number for the guy being quoted as expressing it this way. I believe I will give him a call and have a long talk.

      What happens if you have an equation with two or more variables? How do you distinguish one variable from another? Do you double up the parentheses? Instead of x^2 + y^2 = 1 for teaching about circles, do you state it as ( )^2 + (( ))^2 = 1 ?

      Also, the confusion about ( ) has very little to do with not understanding the equals sign. It has everything to do with contextual syntax overloading. We already use parentheses in algebraic equations for grouping, to denote an explicit order of operations. For defining functions, we use parentheses to denote a variable list, like f(x, y) = 2.

      So, why in the bloody hell would we want to give the same symbols yet a THIRD meaning in the same statement?

      --

      "Love heals scars love left." -- Henry Rollins

    85. Re:It should be: 4+3+2=x+2 (Solve for x) by japhmi · · Score: 2, Interesting

      So, it's a textbook problem in your opinion. I think that you're right (and that kids shouldn't be using calculators for quite a while into math).

      My daughter's math textbook is more old-fashioned, and it has find the missing addend type questions starting in 2nd grade IIRC. They use the notation of an empty box for the child to fill in.

      --
      "Giving money and power to government is like giving whiskey and car keys to teenage boys" P. J. O'Rourke
    86. Re:It should be: 4+3+2=x+2 (Solve for x) by jd · · Score: 1

      I agree with one caveat. It is common practice (or was when I was at primary school) *AFTER* learning the conventional notation to substitute some of the conventional symbols (numbers or operators) and demonstrate that the maths still worked. That it was not some magic of the notation, but a property of the maths itself. However, substitution of this kind cannot be done before learning what the conventional symbols mean.

      I do admit that my schooling was a little unorthodox. The school I went to taught graphing, Venn diagrams, basic set logic, basic numerical operations, order of precedence, ratios, reciprocals, proper, improper and vulgar fractions, and both long and short division in the first two years of primary school. I think percents may have been in there too. I don't think we covered algebraic substitution in infants, but it was certainly being taught by the first year of junior schooling (age 8). I wonder if the textbooks I learned from are online anywhere, I could look it up.

      Anyways, regardless, children SHOULD be taught the basic constructs using standardized notation FIRST and should be absolutely fluent in them. They should THEN learn that numbers, operators, even entire formulae, can be substituted without breaking anything. If someone wants to then substitute x for (), the students can figure out that this is the substitution intended rather than a change of precedence. This should be easy to determine, as () = (0) = 0, and the equation isn't balanced if you plug that in. Students should absolutely be taught that if some approach A produces a nonsense answer, then there is a fault in the logic or assumptions. They should then work backwards to determine where this problem occurred, so they can correct it. Reasoning about the answer is a skill that standardized tests discourage, as you score more by writing down a lot and hoping most of it isn't too stupid than you do if you methodically ensure correctness.

      If you're going into computer science, or any field of engineering, it doesn't matter if you can crunch one equation an hour or a million since you won't be the one crunching them. But you'd better damn well be able to spot a faulty assumption and be able to fix it with one hand tied behind your back.

      --
      It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
    87. Re:It should be: 4+3+2=x+2 (Solve for x) by jnorion · · Score: 1

      I think it's all a matter of context. It would be easy to conclude that a non-standard notation indicates a mathematical process one hasn't seen before... it is, after all, a very broad and complicated field. Even with a good working knowledge of mathematics, I assume I don't know a lot of it. That notation is not commonly taught in American schools, and so when I look at it my immediate reaction is not to see a variable; I don't know that it's an incomplete equation. However, I agree that it makes no sense to put 4+3+2 in there. If you handed me that and said "Solve this," treating that as a variable would be my best guess. I just don't assume that non-standard notation is a problem within my field of experience.

    88. Re:It should be: 4+3+2=x+2 (Solve for x) by Anonymous Coward · · Score: 1, Insightful

      Throughout this thread people are posting about how this bit of notation totally negates their research and makes them all jack-asses. First off, let's show a little faith in the researchers that, perhaps, as professionals, they considered how their notation could confuse children. I know it makes us all feel better to see some bit of new research and immediately find it's fundamental flaw, but seriously. I mean any study of mathematics education will include _countless_ hours of discussion and debate over notational practices.

      If you watched the video in the article, you'd see a question formed with _____ instead of empty parenthesis. Also, you'd see references to children and hear a man talking about students' _preparation_ for algebra. Hence, placing an 'x' in the equation, will only confuse these little kids who are, as we can gather from the difficulty of the question stated, still learning basic arithmetic. In response to the OP, the variable would only confuse the test subjects even more! As a teacher who presents students with their first exposure to variables, I can tell you that this is a _huge_ jump in abstraction for most students. It's one that many struggling, failing students never grasp. Switch the letters back to blanks or boxes and it clicks for them.

    89. Re:It should be: 4+3+2=x+2 (Solve for x) by T+Murphy · · Score: 1

      You're talking about reducing problems down to understandable math- these students are trying to learn that math. After that, you can give them problems that have to be parsed out, but the questions have to be designed to help the teacher figure out the students' current understanding (therefore you might include both the simple problems and your suggested harder problems).

    90. Re:It should be: 4+3+2=x+2 (Solve for x) by Senior+Frac · · Score: 2, Insightful

      Why? The world doesn't format problems neatly for you. That's the job of the person approaching it.

      If you are trying to quantify a student's ability remember and use the addition property of equality (as in this case) then introducing a brand new notation is a really bad idea. If you are trying to test their ability to adapt to a new notation based on knowledge they have already proven they know, then this could be a good question.

      Try and test both at once and you cannot be sure where the student stumbled. Subsequently, there is no way to determine what needs remediation.

      It appears you have a problem with what is being taught. A distraction from the issue at hand.

    91. Re:It should be: 4+3+2=x+2 (Solve for x) by Anonymous Coward · · Score: 0

      yes to new students it is confusing. the equal sign can represent different things. for example

      2 + 2 = 4 is a statement and it is always true.

      but 4 + 3 = x + 2 is different its not a statement and its not always true. its askings for what values of x is this statement true.

      Its not a problem with students but with bad teachers not explaining the different concepts correctly.

    92. Re:It should be: 4+3+2=x+2 (Solve for x) by Senior+Frac · · Score: 1

      Actually, I think the '(' character is equivalent to 14 and the ')' character is equivalent to 0.5 with an implicit multiplication between them. How is my answer any less correct than "()" = 7? This is the problem when one deviates from a standard notation.

      No. This unnecessarily tests their ability to guess a most-likely meaning in an ambiguous message, rather than the goal of testing their ability to use the addition property of equality. The student missed the question. What do we now need to cover in remedial teaching? Addition property or deducing meaning out of a poorly worded message?

    93. Re:It should be: 4+3+2=x+2 (Solve for x) by MaskedSlacker · · Score: 1

      No, I'm treating the whole thing as not making sense within the context of the math education that is likely to be received by an American child

      Then you're still wrong. I was in middle school in the late 90's in the largest textbook market in the country (meaning that the textbooks I used are used most everywhere in the US) and definitely had math problems presented in that format.

    94. Re:It should be: 4+3+2=x+2 (Solve for x) by Actually,+I+do+RTFA · · Score: 2, Insightful

      In English - four plus three plus two equals something plus two.

      Why did you have to parse it like that. I parsed it as "four plus three plus two something two". Sure, I recognized the equal sign, and the plus sign, but I also recognized the parentheses. The other way of parsing it for me was "four plus three plus two equals quantity zero end-quantity plus two"... a false statement. I'm used to seeing operators written out as the conjunction of other, sometimes unrelated, operators. I'm not familiar with "()" written out to mean "unknown quantity". In that case I'm used to "x".

      Why are people throwing out the rules when they come upon an unknown?

      I'm not. There are many unknowns there... mainly what the parentheses mean. I applied my best guess. Or, as someone else once said, communicating badly and then acting smug when you are misunderstood is not cleverness.

      If they understood clearly, concretely, what "equals" meant, there wouldn't be the sort of confusion that's been going on

      If they understood clearly, concretely, what "equals" meant, there wouldn't be the sort of confusion that's been going on

      That symbol was not understandable, unambiguously, as equals. That's the major source of confusion. The equals sign can be used to represent causation "=>", a test returning the truth value of an equality "==", a declarative statement about equality "=", a test of identity "===", and others. What does it represent in "=()+"? How do you know?

      I think another poster had a good theory, that nowadays "=" is seen as "solve it" due to its use on calculators.

      That's an interesting hypothesis, and I would love to see a test of that. Unfortunately, this study was flawed do to its non-conventional usage of "()" as "unknown quantity".

      --
      Your ad here. Ask me how!
    95. Re:It should be: 4+3+2=x+2 (Solve for x) by Anonymous Coward · · Score: 0

      Thank you! I remember the horrible questions in school and it really hit me years later when I was helping my younger brother with his homework. Questions were often so contrived and convoluted as to be nonsensical. I'm now an engineer and solve problems that may be hard, but never as illogical as what I saw in school. Coworkers also come in with stories about helping their kids with homework and basically correcting the problem before solving it which has led to some embarrassing (for the teacher) parent teacher meetings. It drives me up the wall when I see the kind of crap they pass off as "teaching" today.

    96. Re:It should be: 4+3+2=x+2 (Solve for x) by agentc0re · · Score: 1

      Therein lies the problem. You're treating an unassigned value as zero. Zero is a value. ( ) has no value, but can contain one. Logic would denote that to balance the equation, one would add some value somewhere. That somewhere is obviously within the brackets that currently have no value.

      Logic would also denote that you should know what the hell you're talking about. If the ( ) is supposed to represent a circle as to where you place your answer it could then make sense. Algebra has rules, parentheses have rules. Zero is a value, and because there is nothing with in the parentheses, it's assume a zero value and there for the the problem is incorrect.

      Parentheses are not a place holder, they are not a variable. That is logic, and I encourage you to go ask a Math professor at your local University.

      --
      Sometimes, the answer is to just destroy it all.
    97. Re:It should be: 4+3+2=x+2 (Solve for x) by MaskedSlacker · · Score: 1

      (BODMAS [easymaths.com])

      We had PEMDAS in the US, but close enough.

      Parenthesis
      Exponent
      Multiplication
      Division
      Addition
      Subtraction

    98. Re:It should be: 4+3+2=x+2 (Solve for x) by Anonymous Coward · · Score: 1, Insightful

      Math is a language. I agree students should learn to be flexible (after they've learned the basics), but saying you can throw any syntax together and it's the same as proper syntax is like saying slang is proper english.

      I would say the answer to the summary problem is "False". 4+3+2=()+2 -> 9=(0)+2 -> 9=2 -> False

    99. Re:It should be: 4+3+2=x+2 (Solve for x) by sarkeizen · · Score: 2, Interesting

      I'm not sure if the brackets were literal or just a typographical convention. However historically it wasn't uncommon to see boxes instead of variables at the younger grades - they may still do today. Also without the paper it's difficult to say if this is the only kind of test they put to students. I think your argument is kind of bogus though - You could just as easily level the same criticism at word problems...or perhaps you believe that word problem need a highly rigorous and pre-defined format. Math, as I see it anyway isn't just taught so that you can manipulate symbols deterministically. To me a good test of *knowing* math is to be able to recognize and solve mathematical problems without needing it to be spoon fed to you. Otherwise...what's the point? Machines already outstrip our ability to compute - why outside of extremely simple addition and subtraction would you bother ever learning a lot of math EXCEPT to use it so that you can recognize solve problems that are not handed to you in exam question format.

    100. Re:It should be: 4+3+2=x+2 (Solve for x) by darkfire5252 · · Score: 1

      The error occurs in step 5. You cannot divide by (a-b) when a == b -> a-b = 0. Not sure if you knew this already or not...

    101. Re:It should be: 4+3+2=x+2 (Solve for x) by gfreeman · · Score: 1

      It's a proof. A proof is a proof. And when you have a good proof, it's because it's proven.

      --
      Ceci n'est pas un sig.
    102. Re:It should be: 4+3+2=x+2 (Solve for x) by Anonymous Coward · · Score: 0

      Without a good understanding of ideally formatted problems, one cannot be prepared for problems as they are formatted in the real world. Mathematics instruction in our schools is supposed to prepare us for this, but it doesn't do as good of a job any more.

      1. Sadly, teachers are forced to teach like this because testing is what matters now. This has been the bane of standardized testing being linked to teacher performance. They almost have to teach to the test in order to get the most students to do at least decently on the test. Which means teaching to the lowest common denominator. Taking the time to add things like word problem practice causes the weaker students to phase out, and without having the ability to work with these children one-on-one it causes them to do poorly.

      2. The example problem given in the article is poorly written for a basic mathematics course. These are equations one would normally get in Pre-Algebra, and a middle school student in Pre-Algebra will understand the question.

    103. Re:It should be: 4+3+2=x+2 (Solve for x) by mmaniaci · · Score: 2, Insightful

      Bump for great justice. I had no idea what the equation was trying to ask until I read all the posts that explained () is notation for a variable.

    104. Re:It should be: 4+3+2=x+2 (Solve for x) by Scragglykat · · Score: 1

      Yeah, = is just a button that gives you the result of all the numbers you've been entering separated by + signs. After you get your number, you hit + again and then enter 2... 11.

    105. Re:It should be: 4+3+2=x+2 (Solve for x) by jprescott12 · · Score: 1

      Your problem is that the only value for a and b is 0. Dividing by 0 in the last step is undefined, so you can't make the equality. In essence, in step 7, the only value for b that makes the equality valid is 0.

    106. Re:It should be: 4+3+2=x+2 (Solve for x) by Anonymous Coward · · Score: 0

      Sadly, I have to post this as AC since this discussion needs lots of mod points applied to it.

      "=" is not an operator in math. We're not talking about programming. It. Is. Not. An. Operator.

      It is the very last part of an equation to be considered. It can test equality, which means the equation must already be complete. If an equation is not complete, it is to be read as a requirement to fill in the blanks with whatever is necessary to cause it to be true. If it is not used either of those ways it means that students do not understand the purpose of the "=" in an equation (the point of the article). That may be the students' fault, but more than likely it is the fault of the system or method they are being taught with.

      The fact that there is any controversy about this is absolutely asinine, especially the "Math Major" above claiming that he doesn't understand what the "=" and "+" mean just because there's an empty parenthesis there. Seems like another product of American education, but then we're talking about why the system has failed, so it's no surprise that lots of previous products of the same system also fail in the same fundamental way.

    107. Re:It should be: 4+3+2=x+2 (Solve for x) by honkycat · · Score: 2, Informative

      I presumed it to be the text equivalent of an empty box on a printed worksheet. In my hazy memory, a blank like that was the standard way of writing algebraic questions like this in elementary school. It requires less abstraction than the 'x' option, since you don't have to get into the business of "assigning" a value to x and that whole business. You just visually complete the box (or empty line) or whatever so that there's a true statement on the page.

      If you had seen this on a sheet of paper, I think it'd be more obvious.

    108. Re:It should be: 4+3+2=x+2 (Solve for x) by Dread_ed · · Score: 2, Funny

      A circle? Oh thats soooo easy! You just fill it in using a #2 pencil.

      --
      When the only tool you have is a claw hammer every problem starts to look like the back of someone's skull.
    109. Re:It should be: 4+3+2=x+2 (Solve for x) by Golddess · · Score: 1

      Haven't you ever done anything like this?

      4
      +3
      +2
      ----
      9

      Now you want to do something with that 9, but instead of starting in a new location, you just continue right below the 9, so you get something that looks like this:

      4
      +3
      +2
      ----
      9
      +2
      ----
      11

      4 + 3 + 2 = (9) + 2 = 11 could be viewed as a sort of horizontal display of what I just did vertically.

      --
      "I'm not sure I like the fugnutish tone you used in your post!" -RogL (608926)-
    110. Re:It should be: 4+3+2=x+2 (Solve for x) by petershank · · Score: 2, Interesting

      Yes, my 3rd grader is given that kind of problem, but with a longish underscore instead of the parentheses. Sometimes it's a box, but the underscore is better, because it's a familiar holdover from learning to read, where a drawing of a feline is accompanied by "__at" and they're told to fill in the blank. I agree that using parentheses would be as poor a choice as "()at" when you want them to produce the three letter synonym for feline.

      The mathematical pedagogy is fine; they're trying to develop numeracy (numeric literacy) by instilling the idea that there's more than one way to "express" 7, but they don't (yet) want to muddy the waters more by mixing letters and numbers and using phrases like "solve for"

    111. Re:It should be: 4+3+2=x+2 (Solve for x) by Anonymous Coward · · Score: 0

      Seriously? Miscommunication and non-standard use of symbols and terms is a huge problem in business/scientific communities, and we expend a large amount of effort to develop standards. Tests are artificial in the sense that potentially confusing communication cannot be discussed and clarified is just asking for trouble: we're teaching kids to be independent in their interpretation rather than making damn well sure that everyone is on the same page. Discussing and presenting (or even developing) different notations and interpretations is fine (and encouraged) as a classroom activity, but is dangerous bullshit on exams.

    112. Re:It should be: 4+3+2=x+2 (Solve for x) by Gubbe · · Score: 1

      5. Remove canceling values [by dividing both sides by] (a - b) [Observing that a = b, thus a - b = b - b = 0]
      simplifies to:
      5. Divide both sides by zero.

      Baaaaad Grizzley9! Bad!

    113. Re:It should be: 4+3+2=x+2 (Solve for x) by kno3 · · Score: 1
      Your analogy with

      put more apples on the table and find how many are on it now

      isn't really right. That is a standard use of English grammar, which you can then convert into a standard piece of mathematics notation.
      It is ridiculous to expect an education system to teach outside of the standard mathematics notation. I mean, where would you draw the line? You just can't teach every possible wacko notation, and I don't know how you could choose which to teach between a bunch of incorrect notations. Also, teaching non-standard notation is bad for society, because it would propel the use of it, thus increasing the problem.

    114. Re:It should be: 4+3+2=x+2 (Solve for x) by ultranova · · Score: 1

      ( ) has no value, but can contain one. Logic would denote that to balance the equation, one would add some value somewhere. That somewhere is obviously within the brackets that currently have no value.

      Unfortunately, brackets already have a meaning in the context of equations. Reusing a symbol with a different meaning in the same context is pretty much asking for trouble. Furthermore, the bracket notation makes it difficult to refer to the unknown value by name, which is important when solving almost all equations. Things get completely impossible if you have multiple unknowns.

      Basically, this notation is confusing and gets in the way of building skills on top of basic equations. But then again, I've noticed that that's a common disease nowadays - attempts to make abstract concepts "concrete" usually just make them horribly confusing.

      --

      Forget magic. Any technology distinguishable from divine power is insufficiently advanced.

    115. Re:It should be: 4+3+2=x+2 (Solve for x) by Shin-LaC · · Score: 1

      For the benefit of any present or former American students who might be reading this: the error is at step 5, when he divides by (a-b) which is equal to 0.

    116. Re:It should be: 4+3+2=x+2 (Solve for x) by Anonymous Coward · · Score: 0

      Yes, it should be perfectly reasonable to have students learn a complete secondary alphabet, secondary set of symbols for words they already know, hell, a whole secondary language just so that they can learn to balance their checkbooks...

      Meanwhile, out here in the real world, I've never seen an universal quantifier ("upside down A") a definition of any problem I've ran across, nor could I imagine reformatting a problem where using such symbols would actually make the problem easier to solve. [In fact, the converse is true; the problem is harder to solve in mathematical notation as you must first correctly decipher said notation into the language you read or speak.]

      And $DEITY forgive us if we ever run into a situation where there are multiple sets of notation that mean the exact same thing, e.g. Newton/Leibniz/Euler/Lagrange differential notations, Roman numerals, Einstein summations, etc. Or if someone decides to abuse one of the hundreds of different notation schemes, like the extremely common del operator...

    117. Re:It should be: 4+3+2=x+2 (Solve for x) by Shin-LaC · · Score: 4, Insightful

      All these people complaining about the notation need to switch on their brains. Obviously, the parentheses (which were probably a circle or oval field on paper, anyway) are not the problem. How do I know that? It's simple: the students filled them in! They understood perfectly that the blank space was supposed to be filled in with a number.

      But just as in a grammar problem you have to choose the right word to put in the blank to make the sentence correct, in a mathematical problem you have to choose a number that results in a correct formula, and that's where they failed. They didn't understand that a formula with an equal sign (an equation) is correct if and only if the two sides have the same value. This is what TFA means by "the meaning of the equal sign".

    118. Re:It should be: 4+3+2=x+2 (Solve for x) by Anonymous Coward · · Score: 0

      Why? The world doesn't format problems neatly for you. That's the job of the person approaching it. Simply identifying the mapping to known math formalisms is 90% of the challenge, if not more! If you can't convert a "put more apples on the table and find how many are on it now" into an addition problem, the world won't hold your hand and do it for you.

      If the students genuinely understand (or even notice) what they're being taught, they won't be thrown off by stuff like this.

      I mean, I'm a little sympathetic, but still, students shouldn't be taught some narrow skill that works *only* for your class. The skills you teach need to be grounded to the rest of the world so they know how it fits in and can adapt to novel situations as necessary.

      First of all the study was talking about 7th and 8th grade kids. So in 7th or 8th grade they'll be introduced to this thing called the "story problem" which addresses everything you mention in your post.
      Here's what's going on in gradschool. Kids learn how to add two numbers, and then three. They use several different methods to start with, but eventually introduce the kids to the linear equation format of x+y=z (no variables until later though). Here's where the problem starts. The teachers then proceed to tell the kids that (for example) "1 plus 2 equals 3" and then write the following on the chalk board "1+2= ?" and then erase the ? and replace it with a 3. Then they move on to middle school and start learning Algebra, at which point they have to learn how the = sign really works.

      If their understanding is so brittle that it requires this careful handling before it's a "fair" test, they haven't learned anything, except how to pass tests. Worse, tests presented by *that* teacher.

      Well if you're going to test someone on something they haven't been taught yet, that's kind of what you have to do.

    119. Re:It should be: 4+3+2=x+2 (Solve for x) by SpeZek · · Score: 1

      Mod parent up, he nailed it.

    120. Re:It should be: 4+3+2=x+2 (Solve for x) by portablejim · · Score: 1

      As mentioned, you divide by 0, since step 5 "Remove cancelling values (a - b)" means "Divide both sides by (a - b)"
      a = b therefore a-b = 0
      The step now becomes "Divide both sides by 0"

      --
      kers at the wrong moment What happens when you catch stock tic
    121. Re:It should be: 4+3+2=x+2 (Solve for x) by Stihdjia · · Score: 1

      Step five is division by zero, since a and b are equal.

      --
      I see the fnords!
    122. Re:It should be: 4+3+2=x+2 (Solve for x) by SleazyRidr · · Score: 1

      Error: divide by zero.

      Although, I'll admit it did take me a little while to work that one out.

    123. Re:It should be: 4+3+2=x+2 (Solve for x) by Anonymous Coward · · Score: 0

      It should be: 4+3+2=x+2 (Solve for x) I don't see the point in substituting parenthesis for a variable. It just makes it more confusing for everyone

      If you read the article, this problem was presented to student that had yet to learn about variables. Introduction of a new kind of notation would likely have been even more confusing.

      Exactly.

      Are you testing their knowledge of the equal sign? Or are you testing their ability to guess about the meaning of your non-standard notation? This is a common problem that teachers face. I am an ex-teacher. We worked hard (often as teams) to eliminate or rewrite questions like this from our tests and quizzes.

      What non-standard notation?

      I've studied math with the aid of US, Brittish, German, Norweigian, Danish and Swedish books. Thruth is, not even in books written in the same language there is one standard notation, it also depends on what kind of math is teached, for what professional field (enginering, chemistry, computer science et.c.) and, most of all, who wrote the book and what notational system did he like.

      Mathematical notation is not universal. Some languages (like German, Swedish or Latin) don't even need to use the crutch of mathematical notation when English have to, and because of that some notation used by English mathematicians don't even have an equivalent notation to be used among those mathematicians.

      Usually = means the same though (except in some programming languages).

      4+3+2=x+2 (Solve for x) can mean a lot of different things, depending on context.

    124. Re:It should be: 4+3+2=x+2 (Solve for x) by jc42 · · Score: 1

      ..., it's just that after punching everything into a calculator for all their lives, they don't understand that = means equality instead of "what do the things I just entered equal?"

      An excellent example of this is the recent observation that if you ask most people under the age of 50 or so what 2 + 2 * 2 equals, they'll answer "8". And if you object that it should be 6, they'll pull out their calculator and "prove" that it's 8.

      --
      Those who do study history are doomed to stand helplessly by while everyone else repeats it.
    125. Re:It should be: 4+3+2=x+2 (Solve for x) by anon12345 · · Score: 1

      heh.. took me a bit to notice where this is wrong..

      in step 5 you cancel by dividing both sides of the equation by (a-b). However in step 1 you have established that a=b, so you are in fact dividing both sides by 0. Which is an illegal operation.

    126. Re:It should be: 4+3+2=x+2 (Solve for x) by DriedClexler · · Score: 1

      How is this different than if they used any other character you didn't know instead of ()? What if it were a Cyrillic letter you hadn't seen before? Still too challenging?

      --
      Information theory is life. The rest is just the KL divergence.
    127. Re:It should be: 4+3+2=x+2 (Solve for x) by jc42 · · Score: 2, Insightful

      I'm just an engineer and all, but I had to look at it twice to understand what they were looking for.

      Yeah, me to, except I have math and comp sci degrees. I didn't even understand that that bizarre expression that's not a well-formed expression was a question to be answered, until I read the discussion and found a bunch of jerks ridiculing people who don't automatically grok nonstandard (and ill-formed) expressions such as that one.

      I'm tempted to rephrase the question using traditional Chinese or Sanskrit or Arabic notation, and see how many of those jerks instantly understand what I'm writing. But luckily for them, slashdot doesn't permit non-Latin1 notation, so my rephrasings can't be posted here.

      Presenting obscure or idiosyncratic notation, and then ridiculing people for not understanding it, is merely being a jerk. It says nothing about the intelligence or education of your victims. If it did, I could easily "prove" that 99% of Americans are totally ignorant of mathematics, by simply presenting them with a set of problems in classical Greek or Arabic or Chinese, and observing that they fail to answer any of the problems.

      OTOH, I've learned some new notation from this discussion, so it's not a total loss. ;-)

      --
      Those who do study history are doomed to stand helplessly by while everyone else repeats it.
    128. Re:It should be: 4+3+2=x+2 (Solve for x) by jc42 · · Score: 1

      4+3+2=()+2 - what number goes in the ()?

      Except that TFA didn't express it that way; they only referred to "the problem 4+3+2=()+2", with no further explanation of the unconventional use of "()". They they claimed that inability to solve this problem shows a lack of understanding of the "=", while it would more likely merely show unfamiliarity with the ill-formed expression "()". This would classify most experienced mathematicians as not understanding "=".

      The arguments in favor of this approach might be summarized by the passage in Alice in Wonderland:

      `But "glory" doesn't mean "a nice knock-down argument",' Alice objected.

      `When I use a word,' Humpty Dumpty said, in rather a scornful tone, `it means just what I choose it to mean -- neither more nor less.'

      The problem with this approach is that, when you use language or notation in a nonstandard manner, you usually lose the ability to communicate with anyone outside your tiny in-group with its own jargon or notation. It may well be true that most of the general population doesn't understand your peculiar notation, but that doesn't imply ignorance. It merely means that you've made up a nonstandard notation that most people don't understand.

      --
      Those who do study history are doomed to stand helplessly by while everyone else repeats it.
    129. Re:It should be: 4+3+2=x+2 (Solve for x) by ddocjohn · · Score: 1

      Similarly in standard notation, it is perfectly fine for x to equal 7, 3+4, 10-3, 3.5*2, or any other combination, so long as it is 7. The fact that you assigned values to the opening and closing parenthesis doesn't change the fact that using the meaning of the equal sign, you came about the correct answer, whatever form it may be in.

      Math is not a guessing game. The problem is that students only memorize procedures so when they encounter a problem they can recreate the solution. When you rephrase the equation into 4+3+2=x+2 (Solve for x), you are merely putting the question into recognizable procedure. This does not mean that he understands what he is doing, as is shown by the article.

      Plus, we live in a world where variables are expressed in a variety of different ways before we even get to the great and awesome x. Square boxes, underscores, question marks are several that I remember going through before x. ( ) isn't that much of a stretch for a young student.

    130. Re:It should be: 4+3+2=x+2 (Solve for x) by Anonymous Coward · · Score: 0

      Thanks, that was a good explanation of what the summary should have said. It's simply a matter of operator precedence.

    131. Re:It should be: 4+3+2=x+2 (Solve for x) by bretticus · · Score: 1

      This is complicated by the fact that if you ask those over the age of 50 what 2 + 2 * 2 equals, they'll answer, "Get off my lawn."

    132. Re:It should be: 4+3+2=x+2 (Solve for x) by Modern+Primate · · Score: 1

      Very, very., very well said. Not only do I wish I had mod points, but I wish you could go higher than five for exceptional comments.

      Complaining about how dumb American kids are, or how bad American schools are, is just one of those things people default to without ever giving it a shred of thought. I'm so glad to see that someone actually manages to think the situation through before whining.

    133. Re:It should be: 4+3+2=x+2 (Solve for x) by OrangeCatholic · · Score: 1

      There's no abstract thought or inference on written exams. The purpose of an exam is to test proficiency in a language. In this language, you have to know the specific meaning of = and (). Most exam languages are useful only for the exam and have little use later on. For example, someone taking this test will learn the meaning of () and then NEVER use it again for the rest of their lives.

      Thus, I would speculate that kids not understanding = has more to do with illiteracy than math fail. Lemme guess, the minority population in these schools is 70%? Wow, that would make some sense.

      In other news, mexican people don't know how to plug red, white, and yellow cables into plugs that are colored red, white, and yellow. Do you think they don't know colors? They don't know that it's important.

    134. Re:It should be: 4+3+2=x+2 (Solve for x) by nobodie · · Score: 1

      I don't know what they teach in the US now for math, but my youngest son (7 yrs old) just finished first grade here in Suzhou, PR China. He was in the top 3 students in his class in his FINAL EXAM in math in July. (Are the bells going off in your head?)

      What they were tested on:
      addition of single, double and triple digit real numbers with single, double and triple digit reals.

      Subtraction of single and double digit reals with single and double reals

      Multiplication of single digit reals with double digit reals

      Mental math: (speed math based on the ability to do simple arithmetic in your head, not through memorization)

      I just asked him to do the above mentioned problem and he did it in about 3 or 4 seconds, mentally adding the numbers on the left subtracting the 2 and writing in the 7. He asked me why I wanted him to do it and I explained the article and he laughed and said "That's so easy!" He already is solving for x in his school as part of the math teaching.

      We are planning to come back to the US next year and I am worried, frankly. His math is, apparently, too high, he speaks three languages fluently and has experience living in two foreign countries. WTH am I going to do with him?

      --
      Subversion of spatial scale luxury decoration ideas.
    135. Re:It should be: 4+3+2=x+2 (Solve for x) by Anonymous Coward · · Score: 0

      (-2) doesn't equal 2. |-2| does.

    136. Re:It should be: 4+3+2=x+2 (Solve for x) by thomasinx · · Score: 1

      5. Remove canceling values (a - b) a + b = b

      That's called dividing by zero. That's generally a no-no. Nice try though.

    137. Re:It should be: 4+3+2=x+2 (Solve for x) by Patch86 · · Score: 1

      In defence of all that is holy, it may just be the formatting choice of whoever typed the summary/article, to represent something that made more sense in the exam paper.

      For example, it might have been formatted (for a low age or ability group):
      4 + 3 + 2 = [_____] + 2
      Where the pupil is expected to complete the equation correctly by filling in the box.

      I vaguely remember questions in that format from my early maths education.

    138. Re:It should be: 4+3+2=x+2 (Solve for x) by mvdwege · · Score: 1

      Dude, what moronic calculators do you guys use in school? The standard here is for proper calculators, and they evaluate precedence correctly. I just tested it on a TI-31. which is an approved model for pre-university high-school education here in the Netherlands. I have no doubt that the most common model used (the Casio FX-82) would do just as well.

      Mart

      --
      "I know I will be modded down for this": where's the option '-1, Asking for it'?
    139. Re:It should be: 4+3+2=x+2 (Solve for x) by Patch86 · · Score: 1

      Ah, a circle you say. In ASCII, I would represent a circle with an O. Ironically causing the exact same confusion from an entirely different approach.

    140. Re:It should be: 4+3+2=x+2 (Solve for x) by volpe · · Score: 1

      Well, when I was a kid learning this stuff (35-40 years ago) we didn't jump right into using letters to represent unknowns either. That's a bit of a conceptual leap. Instead, we had big empty boxes where they wanted you to write in the number that preserves the equality. Perhaps the ASCII representation in the example was just not optimal, and the person should have used brackets. E.g.:

      4+3+2 = [] + 2. <== fill in the box.

    141. Re:It should be: 4+3+2=x+2 (Solve for x) by berberine · · Score: 1

      To confuse the fuck out of children, this is what they do in the elementary schools where I work.

      First, you learn the variable with a box.

      Once you are used to the box, they replace the box with parenthesis.

      After you're used to the parenthesis, they throw the box back in from time to time.

      When you get to junior high, they throw in the actual letter variable, be it x, y, z, or whatever letter you want.

      When I worked at the elementary level, no explanation was ever given to the equal sign or the divisor sign. Now that I work in the junior high, I see kids coming up that don't know what the signs mean or what they're supposed to do with them. The kids were equally confused when they had to stop using x as the multiplication symbol and had to use the dot instead. This is mostly because the dot is introduced up to a year before the kids start using x instead of the parenthesis or box.

      They are also allowed to use terms like times, plus, and minus at the elementary level and then freak out when they hit junior high and they are expected to use the proper terms of multiply, add, and subtract. They don't ever seem to be able to figure out divisor, dividend, and quotient either. you also can't say two point seven anymore. You must say two and seven tenths. I've never understood why, if the junior and senior high makes you use the proper terms why the elementary doesn't do that as well, but I just work there.

    142. Re:It should be: 4+3+2=x+2 (Solve for x) by NNKK · · Score: 1

      In defence of all that is holy, it may just be the formatting choice of whoever typed the summary/article, to represent something that made more sense in the exam paper.

      For example, it might have been formatted (for a low age or ability group):
      4 + 3 + 2 = [_____] + 2
      Where the pupil is expected to complete the equation correctly by filling in the box.

      I vaguely remember questions in that format from my early maths education.

      You may be right, though it still leaves us with the inescapable conclusion that the person typing it and those defending them have had no math education beyond what I received when I was about 9, or they would have immediately recognized the problem the rest of us were alluding to.

    143. Re:It should be: 4+3+2=x+2 (Solve for x) by jewelie · · Score: 1

      Most eloquent explanation, one of the few here who "get it" and understand what was being tested. It wasn't a test of someones ability to do algebra, it was a test of their understanding of the equals sign - far more basic! :)

    144. Re:It should be: 4+3+2=x+2 (Solve for x) by jewelie · · Score: 1

      I agree with the "solve for x" guy - why reinvent the standard for equation formatting.

      Because it's not a test of algebra, it's aimed at a far lower level, at people who would probably freak at seeing "x" in basic calculations. It's testing the understanding of an equals sign, and no more!

    145. Re:It should be: 4+3+2=x+2 (Solve for x) by jewelie · · Score: 1

      Mod parent up. Yes, far better way of representing the problem - that'd be clear to both us and people with a pre-algebra understanding, and would still test the understanding of equals just the same.

    146. Re:It should be: 4+3+2=x+2 (Solve for x) by jewelie · · Score: 1

      If I started using the word 'chicken' to describe that four wheeled thing you drive to work in, it'd take you a while to understand what I was on about, and you might draw some erroneous conclusions in the mean time.

      And how a person arrived at those conclusions would be very revealing, and might tell us something about that persons understanding of the world - much as this test is attempting to ascertain someone's understand of the equals sign, not their ability to perform solve formal algebra correctly. (I do agree with a poster above, that a ? may have been a better symbol, but perhaps what was actually on the paper was a clear blank space, perhaps underlined, equally clear - it was unlike to have been just "()".)

    147. Re:It should be: 4+3+2=x+2 (Solve for x) by jewelie · · Score: 1

      If the test writer used "x" or any single letter variable (other than i maybe) I bet you most students would have correctly answered the question because it would be unambiguous that they were being provided an equality.

      You mean you don't think most would have wondered how on earth you'd add a letter and a number???

    148. Re:It should be: 4+3+2=x+2 (Solve for x) by PingPongBoy · · Score: 1

      Now I just wrote it and know which arbibrary symbols I replaced the more common ones with, but I still have trouble looking at it and working out what it means! The standardisation of mathematical symbols, and their common use, is what makes it even vaguely teachable. Using "()" as an indicator of a missing term in an equation is madness because everyone I've ever known would use them to indicate a change to the default order of calculation (BODMAS)

      Ow my thumb!

      The nail is there and all you guys have been hammering it and hitting your thumbs.

      BTW 4 + 3 + 2 = 7 + 2 not 9 + 2 -- transcription error or something that we've kind of bought into

      The exercise may well be to teach the associativity of addition.

      4 + 3 + 2 = (4 + 3) + 2 --- fill the blank between parentheses with 4 + 3 not with the evaluated result of 4 + 3

      Likely scenario - secretary being very blonde decides to help out by saving the paper between two empty parentheses

      --
      Know your pads. One time pad: good for cryptography. Two timing pad: where to take your mistress.
    149. Re:It should be: 4+3+2=x+2 (Solve for x) by Anonymous Coward · · Score: 0

      I'm just an engineer and all, but I had to look at it twice to understand what they were looking for.

      I don't care what kind of train you drive, that doesn't mean you have math skills.....

      Oh. Wow. THAT kind of engineer.

      Maybe you should consider work in the railroad industry.

    150. Re:It should be: 4+3+2=x+2 (Solve for x) by jc42 · · Score: 1

      Heh. Yeah, a lot of the better "algebraic" calculators get 2+2*2 right. But most of the cheaper calculators don't. I just tried an experiment with the Calculator app on my Macbook Pro. When I typed "2+2*2=", it gave me 6. So far, so good. Then I typed "2+2=*2=", to see the intermediate result. The final result was 8. ;-)

      I suspect that the people in the survey who replied with 8 were the sort that implement cheap calculators in their heads. That's what they've always used for their math, so that's the correct result in their minds.

      --
      Those who do study history are doomed to stand helplessly by while everyone else repeats it.
    151. Re:It should be: 4+3+2=x+2 (Solve for x) by ZankerH · · Score: 1

      You stealthily divide by zero. Slashdot detects your attempt and is now ridiculing you!

    152. Re:It should be: 4+3+2=x+2 (Solve for x) by petershank · · Score: 1

      Oops. Of course I meant to say there's more than one way to express 9.

      4+3+2 and 7+2 are "equally" valid ways to represent 9.

    153. Re:It should be: 4+3+2=x+2 (Solve for x) by sChatwin · · Score: 1

      Step 5. is invalid. since a=b, then a-b = 0. You are dividing both sides by 0 which makes the next equation indeterminate. Just for those who don't do algebra...

    154. Re:It should be: 4+3+2=x+2 (Solve for x) by danrien · · Score: 1

      The equation noted lacked the precision of mathematics, and is therefore inappropriate without an instruction to the effect of "Solve for the number in () that makes this a true statement."

      I'm just an engineer and all, but I had to look at it twice to understand what they were looking for.

      Same. I hate problems that trick you, and use the excuse "the real world doesn't blah blah blah". In actuality, we use variables as a means to put real world problems into an abstract context. When you change that context, you confuse the problem more than it already is, and unnecessarily. You don't learn anything from questions that try to make you feel stupid because they ask it in a language you are unfamiliar with. However, I do agree that schools need to stop using memorization as a means of mathematical education - such extensive use of memorization does not pervade a comparable discipline, language, at all, and I find its use pretty unnecessary. But some form of constant notation and not having to constantly be "looking out" for the next little stupid trick is nice.

    155. Re:It should be: 4+3+2=x+2 (Solve for x) by Senior+Frac · · Score: 1

      I merely will point out... again... that you're testing the wrong thing.

      If you want to test the student's knowledge of the equal sign, then do so. If you want to test the student's adaptability and intuitiveness given non-standard notation, then do so. But don't mix the two and think you're proving anything valuable. Which piece do you fix? Remember, as the teacher, you are now tasked with remedial teaching.

    156. Re:It should be: 4+3+2=x+2 (Solve for x) by ddocjohn · · Score: 1

      And the fact remains that anyone that knows what equals means will recognize ( ) as a variable. Math education currently amounts to, "Here is a set of sample problems, you can expect to see something JUST like this on the test, so remember how you did it." Students can do some very complicated problems without the slightest clue what they are doing.

      Math is, at its core, logic. If a student cannot come about this answer logically (no intuition necessary) using only some of the most very basic mathematical ideas, what does that say about his education?

      It does seem that remedial education is in order, or at least a solid mention. Perhaps an example in class such as this one, to open the student's eyes concerning the matter. Most likely it will amount to a bad habit that needs to be unlearned. Fortunately you won't have to involve yourself with this, being an ex-teacher.

    157. Re:It should be: 4+3+2=x+2 (Solve for x) by orient · · Score: 1

      Maybe, for you, it is perfectly reasonable that the whole world should read and speak English.

      But guess what? The two best mathematical schools in the world do not have English as first language. They don't even use the Roman alphabet, actually. How would be the American scientists able to understand and use the mathematics produced by world's best mathematicians if there wasn't for the standard classic mathematical notations?

      --
      Laudele lor desigur m-ar mahni peste masura.
    158. Re:It should be: 4+3+2=x+2 (Solve for x) by Quirkz · · Score: 1

      Really? So ( )*9=72, you think the difference between treating ( ) as x vs. 0 is "pretty inconsequential"?

      Actually, no, that's not what I was saying at all. The notation in the example given here is horrid, but as other posters have pointed out, the notation given in the summary is NOT the notation given to the students in the actual problem.

      What I was talking about was in "real life" (not this study), where the phrases "X is an arbitrary variable with no assigned value for the moment" and "X has been assigned a value of 0" can often harmlessly amount to the same thing.

    159. Re:It should be: 4+3+2=x+2 (Solve for x) by Gaffod · · Score: 1

      Grade 9... High school? You didn't know basic algebra in HIGH SCHOOL? Were you homeschooled in Smalltown, Minnesota? I was taught single variable equations in grade 4 and was starting Calculus in grade 9.

    160. Re:It should be: 4+3+2=x+2 (Solve for x) by Anonymous Coward · · Score: 0

      and also thinking in C I suppose, where (x = 9) + 2 does equal 11

      That would result in 3 or 2... NOT 11

      x is either 9, or any other amount, and thus (x = 9) would be either true or false, or 1 or 0...

      Then add the 2 to give 3 or 2.

  37. Mod parent up. by khasim · · Score: 1

    That's what I was trying to understand. Why not use the traditional "x" for the unknown instead of the non-tradition open and closing parentheses "()"?

    This doesn't show that kids do not understand the equals sign.

    This seems to show that kids do not understand the what they are supposed to solve for in that example. They do not understand the meaning of empty parentheses.

    And frankly, I wouldn't be sure that I had solved it THE WAY THE PERSON WHO WROTE IT THOUGHT IT SHOULD BE SOLVED if I had just substituted x for () and gone from there.

    1. Re:Mod parent up. by Anonymous Coward · · Score: 0

      > They do not understand the meaning of empty parentheses.

      No, it shows that you didn't RTFA.

      There were no parentheses in the actual questions.

  38. Maths is all about clarity - this FAILs by petes_PoV · · Score: 1
    The point of using symbols in maths texts is to convey clarity. The use of "()" does exactly the opposite here. For a lot of people the expression in the example evaluates to FALSE, or maybe SYNTAX ERROR, or if your eyesight isn't too good - or the teacher's writing is poor, the () could look like a zero, which would really screw up people's understanding.

    The more I think about this topic, the more I see the fault as being in the way the problem is presented, not in any lack of understanding in the students.

    --
    politicians are like babies' nappies: they should both be changed regularly and for the same reasons
    1. Re:Maths is all about clarity - this FAILs by Xeno+man · · Score: 1

      There was no issue with understanding ( ) because it wasn't used. ( ) was used by the summary to convey a blank space when the actual test used ____. Everyone seems to be bitching about using ( ) is not standard or could be confusing but again most posters have missed the point entirely. The test was to determine if people had an understanding of basic mathematical concepts, not who scored higher in a test. Of course the typical American response when ever they are shown their faults or failings is to attack the test it self. I don't think the test is the problem when nearly NO ONE in Asia had a problem. Go ahead, spend the next decade discrediting the results, altering the conditions and skewing the results and continue to ignore the fact that you don't understand how to do math and will continue to not teach your kids how to do math.

  39. Petkovsek, Wilf, Zeilberger A=B by bo-eric · · Score: 2, Interesting

    For an expanded explanation of what the equals sign means, check out Petkovsek, Wilf and Zeilberger's A=B. I remember it as a very enjoyable read from university, in parallel with Concrete Mathematics... (btw, why won't &scaron; show in comments?)

    --

    -- Free speech is only free if your time is worth nothing.
  40. Re:RTFA, it's not that usage which he's objecting by biryokumaru · · Score: 1

    Ya, what's up with that? We were never allowed calculators in university, why do they give them to kids?

    --
    When you're afraid to download music illegally in your own home, then the terrorists have won!
  41. (4+3) by Anonymous Coward · · Score: 1, Insightful

    I think (4+3) is the best answer.

  42. What a stupid article... use a square box by DustCollector · · Score: 1

    Did they try to use something else besides parens? Growing up, to solve math problems, I had to fill in a square box, or place the answer above an underscore. Parens actually have meaning in mathematical notation, so perhaps that is the real source of confusion, and not the equal sign.

  43. transitive property by Anonymous Coward · · Score: 0

    Sounds to me like kids who answer a question like that migigh have less of a problem with the equals sign and more of a problem with the transitive property - if a=b and b=c, then a=c.

  44. Absolutely by dcollins · · Score: 1

    I've noticed and written about this previously. I don't even blame the students that much; I don't think I was ever explicitly told what the symbol meant either. In standard curriculum you either have to pick it up inductively or you're crippled. Quoting myself:

    But here's another way of looking at it: Each line of math is, effectively, a sentence. (A highly condensed sentence in specialized notation, but the same nonetheless. It can be re-hydrated back into normal English at any time.) And the equals sign is the verb "to be". It's the most important verb in any language! What if someone were in a writing class and submitted a paper without any verbs? What if they were entirely unable to say "you are", "I am", "he is" anything at all? Would an English teacher totally flip out? You bet they would.

    http://angrymath.blogspot.com/2010/03/equals-signs.html

    --
    We know where leadership by an anti-intellectual "strongman" who scapegoats minorities and likes boisterous rallies goes
    1. Re:Absolutely by Anonymous Coward · · Score: 0

      If you gave this problem:

      Simplify the following:
      4*(5x+3)-2x

      and got this as an answer:

      4*(5x+3)-2x
      20x+12-2x
      12+(20-2)x
      12+8x

      Answer: 8x+12

      Are you telling me you would seriously mark it completely wrong? Teachers like you are why I absolutely detested all but the AP-level classes I took in Middle/High school. You aren't teaching students how to solve problems and find answers, you are teaching them to follow conventions that are only used in such a high level of formality that any student who is in your remedial class should have no expectation of ever having to use it - and if he does, it's because he has taught himself so much that he didn't need your pedantry!

      Math is about clear, concise communication of concepts, not about writing fucking essays. Your 'math is a language' analogy is correct, but you aren't teaching these students to write papers, you're forcing them to write you sonnets!

    2. Re:Absolutely by dcollins · · Score: 1

      Yes, absolutely.

      "Math is about clear, concise communication of concepts..."

      And that's the crux of it: communication requires specific, shared conventions. Learning to learn a specific vocabulary, and attention to detail, I think, is the most valuable takeaway from a remedial math class.

      (Also, it repeats this specific requirement in boldface 20-point font on every assignment sheet, so if you can't do that, repeatedly, then you really you don't deserve to be in college. )

      More on philosophy of a class like this: http://angrymath.blogspot.com/2009/02/basic-teaching-motivation.html

      --
      We know where leadership by an anti-intellectual "strongman" who scapegoats minorities and likes boisterous rallies goes
  45. Is it really plural, though? by Millennium · · Score: 4, Funny

    Do your Barbie dolls say "Maths are hard"?

    1. Re:Is it really plural, though? by The+Grassy+Knoll · · Score: 5, Informative

      No, we say "Maths IS hard", as in "Mathematics is hard" Not that it matters, I just thought I'd point it out. .

      --
      They will never know the simple pleasure of a monkey knife fight
    2. Re:Is it really plural, though? by dyingtolive · · Score: 2, Funny

      They do in the south.

      --
      Support the EFF and Creative Commons. The war is coming, and they're supporting you...
    3. Re:Is it really plural, though? by Anonymous Coward · · Score: 0

      Exactly, it's a contraction not a pluralisation - although if the average merkin can't even under what "=" means we shouldn't be surprised that they have difficulty with language.

    4. Re:Is it really plural, though? by nospam007 · · Score: 4, Informative

      Sice everybody seems to be too lazy to check, here's an excerpt from Wikipedia.

      Etymology

      The word "mathematics" comes from the Greek (máthma), which means learning, study, science, and additionally came to have the narrower and more technical meaning "mathematical study", even in Classical times.[9] Its adjective is (mathmatikós), related to learning, or studious, which likewise further came to mean mathematical. In particular, (mathmatik tékhn), Latin: ars mathematica, meant the mathematical art.

      The apparent plural form in English, like the French plural form les mathématiques (and the less commonly used singular derivative la mathématique), goes back to the Latin neuter plural mathematica (Cicero), based on the Greek plural (ta mathmatiká), used by Aristotle, and meaning roughly "all things mathematical"; although it is plausible that English borrowed only the adjective mathematic(al) and formed the noun mathematics anew, after the pattern of physics and metaphysics, which were inherited from the Greek.[10] In English, the noun mathematics takes singular verb forms. It is often shortened to maths or, in English-speaking North America, math.

    5. Re:Is it really plural, though? by DriedClexler · · Score: 0, Troll

      No, I've heard their Barbie dolls, and they don't say anything like that. I couldn't tell *what* they were saying, but it was something like, "Maths ah odd!" Wha...?

      --
      Information theory is life. The rest is just the KL divergence.
  46. Voting test by hessian · · Score: 1

    Great news! We've found our new test at the polls. Present them with this:

    4+3+2=( )+2

    And if they cannot correctly evaluate it, pitch their chad/digital vote into the burn bin.

    It's a pretty obvious test. Something + something else = Mystery number + the same something else.

    If you can't figure it out... well, you're probably better at memorizing facts than thinking.

    1. Re:Voting test by gatkinso · · Score: 1

      I suppose that the fact that the algebraic and arithmetical solutions are different (yet both valid) is lost on you.

      --
      I am very small, utmostly microscopic.
    2. Re:Voting test by davev2.0 · · Score: 1

      "( )" does not mean mystery number. A letter denotes an unknown "mystery" number. Parentheses mean "solve the contained formula first".

    3. Re:Voting test by Dynedain · · Score: 2, Insightful

      You know, that's exactly the kind of thing used to deny blacks the right to vote after the Civil War.

      --
      I'm out of my mind right now, but feel free to leave a message.....
    4. Re:Voting test by T+Murphy · · Score: 1

      ...and it was only used against blacks. Many white people voting had no chance on those tests either.

      Of course, as much as I'm tempted to boot idiots from the voting population, I can't quite morally justify it.

  47. BA + MS in math... by gatkinso · · Score: 1, Redundant

    Until today I have never seen a problem in this form i.e. "4+3+2=()+2"

    4+3+2=x+2 yes. But ()?

    ??

    While it is a simple problem and easily solved it did cause a slight moment of mental pause to figure out what I was looking at.

    Kind of hard to draw conclusions based on what amounts to a trick question.

    --
    I am very small, utmostly microscopic.
    1. Re:BA + MS in math... by Anonymous Coward · · Score: 0

      This article needs a watch the video comment instead of RTFA. In the video it shows the questions about as simply as they could be put, it clearly states things like "what would you put in the blank" and a picture of the equation with a blank in it (where the summary notes show a () instead of the blank). If you still have trouble with that it is because you can't do simple math. I am stunned that people see a problem with it. I was surprised quite a bit by the article not thinking anyone could have had an issue with figuring that out in less than a second, let alone seeing comments calling it a trick question.
       
      what happens when your driving???I mean sometimes the spedometer isn't pointing directly at a number. Does that make it a trick question? It should be simple to deduce. wow, just fucking wow.

    2. Re:BA + MS in math... by Anonymous Coward · · Score: 0

      em doesn't x = 7?
        4+3+2 = x + 2 :
        x = 7:

      4+3+2 = ( )+2 does make sense in a way. ( ) = Answer. I am used to seeing it in this form. 4+3+2=(ANS) + 2.

  48. It would help if they finished quoting by MikeRT · · Score: 2, Informative

    “This response has been called a running equal sign—similar to how a calculator might work when the numbers and equal sign are entered as they appear in the sentence,” he explains. “However, this understanding is incorrect. The correct solution makes both sides equal. So the understanding should be 4+3+2=(7)+2. Now both sides of the equal sign equal 9.”

    It's not the calculators... it's the students and teachers. You cannot blame a machine for students either failing to understand or just never grasping that going from "4+3+2=( )+2" to "4+3+2=( )+2=11" is nonsensical. Don't make excuses for them. I say this as someone who barely got through math classes (and being 27, I'm in the same generation as most of these kids), and even I looked at their thought process and muttered "W... T.... F....?"

    1. Re:It would help if they finished quoting by Overzeetop · · Score: 1

      You don't have a young child in school, do you?

      Mathematics at grade school level is based on operators, and each operator does a specific thing. + adds, - subtracts, x divides, = evaluates. This is a function of the level of understanding AT THIS POINT in mathematics.

      What is being presented here is algebra. Now, don't get me wrong - they do this kind of thing in grade school too (usually presented as 7 - ___ = 5, with the child filling in the 2). It depends on how the problem is posed, and what the current plan is. That sounds odd, but it is true.

      Often children will be asked to evaluate a string of sums, giving the answer at each stage. It's that "showing your work" thing teachers (and engineers who check calculations) like since you can identify where an error is made.

      5 + 4 + 3 + 2 =

      is broken down into:

      5 + 4 = ____; ____ + 3 = _____ ; _____ + 2 = _____

      When it takes you 5-6 seconds to write each character, and you only have 30 minutes for the whole lesson, the extra blanks and semicolons are omitted.

      5 + 4 = _____
          + 3 = _____
          + 2 = _____

      Or to save paper, 5 + 4 = + 3 = + 2 =

      Since the lesson is only about evaluating from left to right, top to bottom, and in sequence, the point of the lesson is achieved with maximum efficiency. The string is to be operated, not to be evaluated algebraically.

      Is it completely, mathematically correct in its final written form? No. Did the kids learn to serially evaluate a sum? Yes. Then again, as so many have pointed out, using () in place of a variable isn't exactly kosher.

      (FWIW, I though the answer should be (4+3)+2, not 7+2, and I have an MS in a math-intensive major)

      --
      Is it just my observation, or are there way too many stupid people in the world?
    2. Re:It would help if they finished quoting by kevinadi · · Score: 1

      I blame the calculators, where students that young are allowed to use one.

      When you're that young and faced with a problem you don't understand and you have this thingamajig that spouts out answers faster than you could type it in, you can bet that everyone will start to absent-mindedly punch numbers into it, if it can help them get away from homework sooner.

      The many opinions (on slashdot, no less, where everyone here is very well educated) that using brackets as a substitute for variables creates confusion is even more ridiculous. It doesn't matter if it uses x, or (), or [], or whatever, if it's not a number or operator, then it's an unknown. Simple as that.

      The debate that using () as a variable is wrong is even weirder than saying = is an operator. At least I can understand where the = confusion comes from.

  49. Re:Pictures by TaoPhoenix · · Score: 4, Insightful

    So that explains the MS Office Ribbon?

    --
    My first Journal Entry ever, in 8 years! http://slashdot.org/journal/365947/aphelion-scifi-fantasy-horror-poetry-webzine
  50. brackets? by night_flyer · · Score: 1

    as others have mentioned, the "()" aren't being used right to begin with... they are usually used to hold another equation that should be calculated before continuing on with the rest of the equation... i.e. 6 + (12/3) = 10

    --


    Thanks to file sharing, I purchase more CDs
    Thanks to the RIAA, I buy them used...
  51. Headline should read... by gatkinso · · Score: 3, Insightful

    "Researchers at Texas A&M struggle with Meaning of Parenthesis."

    --
    I am very small, utmostly microscopic.
    1. Re:Headline should read... by swillden · · Score: 3, Insightful

      Except they didn't use parentheses. Apparently it's just the submitter who doesn't understand the meaning of parentheses.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    2. Re:Headline should read... by shadowrat · · Score: 1

      ha! i said the exact same thing

    3. Re:Headline should read... by Anonymous Coward · · Score: 0

      What do you expect from a rural college where only men dressed as soda jerks are allowed to be cheerleaders?

      Q: How can you tell that you're in College Station, TX?

      A: You honk and all the livestock backs up to the fences.

    4. Re:Headline should read... by Anonymous Coward · · Score: 0

      Texas A&M students (Aggies) have been the butt of jokes for over a century; deservedly so.

      There were three Aggies huddled around each other at a local bar. All of a sudden, they jumped up and yelled,
      "Yeah, 45! 45!" The bartender goes down to them and asks, "45? What are you guys so excited about?"
      One of the Aggies says, "We just finished this jigsaw puzzle. The box said 2 to 3 years, and we did it in just 45 days!"

    5. Re:Headline should read... by Anonymous Coward · · Score: 0

      Did you hear about the Aggie who left Texas and moved to Oklahoma? He raised the collective IQ of both states.

  52. no wonder by Main+Gauche · · Score: 1

    5 = 4.999999....

    WTF?

    1. Re:no wonder by johnw · · Score: 1

      5 = 4.999999....

      That's always a fun one to explain to students. There are various ways of trying to convince them, but the one I particularly like is to ask them to subtract 4.999999... from 5 and tell me what the answer is.

    2. Re:no wonder by Anonymous Coward · · Score: 0

      (1) x = .999...

      Multiply both sides by 10, giving:

      (2) 10x = 9.9999...

      Subtract x from both sides:

      (3) 10x - x = 9.999... - x

      substitute the x on the right side with .9999 (defined in step (1))

      (4) 10x - x = 9.999... - .999

      simplify both sides

      (5) 9x = 9

      divide both sides by 9

      (6) x = 1

    3. Re:no wonder by shutdown+-p+now · · Score: 1

      For a good laugh, try reading the discussion page (specifically, archives) for the Wikipedia article on 0.(9). The sheer amount of talk generated while trying to convince numerous people that 0.(9) really is the same exact number is 1 is mind-boggling. And, every now and then, a new guy comes in, RTFAs, proclaims "this can't possibly be true!", and boldly charges into the talk page.

  53. US Writers Struggle With Understanding of 'Math' by Minwee · · Score: 1

    Students who have learned to memorize symbols and who have a limited understanding of the equal sign will tend to solve problems such as 4+3+2=( )+2 by adding the numbers on the left, and placing it in the parentheses, then add those terms and create another equal sign with the new answer,' he explains. 'So the work would look like 4+3+2=(9)+2=11.'"

    That's a question of order of operations, not what the equals sign means.

    The student in that example was presented with a vague question in a form which I have never seen before and chose to interpret it as two different questions tied together. I'm not going to try to argue that the answer is "right", only that in the absence of an explanation of what "a big blank space in the middle of an equation" means it's an understandable misinterpretation.

    And then, because this is /., I will throw in the obligatory XKCD and suggest that it's somehow like complaining that a student in drivers' ed who has only driven automatic transmissions will naturally have trouble behind the wheel of a real car.

  54. They probably even struggle with 4+3+2 by billrp · · Score: 1

    Since rote arithmetic is now passé

  55. Students don't understand "=( )", not "=" by Culture20 · · Score: 1

    'Students who have learned to memorize symbols and who have a limited understanding of the equal sign will tend to solve problems such as 4+3+2=( )+2 by adding the numbers on the left, and placing it in the parentheses, then add those terms and create another equal sign with the new answer,' he explains. 'So the work would look like 4+3+2=(9)+2=11.'

    So because students are taught with years of 1 + 2 = ( ) "Fill in the blank"
    They are suddenly supposed to understand that "= ( )" doesn't mean "do the math on the left and put the answer on the right"?
    There's a teacher fail in the lower grades. They should be teaching "=" as "equals", ie 1=1, 5+2=3+4, etc.
    Although, I bet if they changed the problem in the article, students would get it quickly. 4+3+2=2+() There's no "= ()" to screw with their minds.

    1. Re:Students don't understand "=( )", not "=" by Tanuki64 · · Score: 1

      Although, I bet if they changed the problem in the article, students would get it quickly. 4+3+2=2+() There's no "= ()" to screw with their minds.

      Not much mind in the first place to screw, if above really is a problem.

    2. Re:Students don't understand "=( )", not "=" by radtea · · Score: 1

      So because students are taught with years of 1 + 2 = ( ) "Fill in the blank"
      They are suddenly supposed to understand that "= ( )" doesn't mean "do the math on the left and put the answer on the right"?

      Aha! I've been trying to figure out what everyone is going on about, and your comment explains it. The problem is that American students think an equals sign is like an "execute" button, not a passive statement of equality.

      So basically, everyone here who disagrees with the statement of the question is agreeing with the research conclusion: most Americans--apparently even nominally educated ones--don't knwo what "=" means, because if they did there would be absolutely no way they could interpret 4+3+2=()+2 as ANYTHING other than 4+3+2=x+2. There is simply no other possible interpetation if you accept that "=" means "the things on either side of this symbol are strictly identical".

      Now, Americans can argue that their interpretation of "=" is superior and threaten to invade anyone who disagrees, but they will then need to introduce a new symbol (like C's "==") that has the same meaning as "=" does in the rest of the world, because you really can't do math without it.

      --
      Blasphemy is a human right. Blasphemophobia kills.
    3. Re:Students don't understand "=( )", not "=" by Culture20 · · Score: 1

      The problem is that American students think an equals sign is like an "execute" button, not a passive statement of equality.

      The real problem is that American teachers of young children barely know algebra, so when they design a curriculum for arithmetic, they treat the equals sign as a separator between problem/solution, so the students don't learn any differently. The arithmetic/algebra jump is hard for US students because the teachers prepare them for mere computation.

  56. The problem by AhabTheArab · · Score: 3, Insightful

    The problem is students memorize procedures without fully understanding the mathematics

    That sums it up quite nicely. Students learn one way of solving a problem and memorize how to crunch the numbers to get the expected answer. This always bugged me when I was in school too. As soon as something didn't fit in nicely with what they had already learned, they'd be clueless because they don't understand what each value represents or why values relate to each other in a certain way. They're not taught to think for themselves. I rarely ever did homework, but I had a good fundamental understanding of the concepts that were being taught, so I "learned" more and never once worried about staying up late to cram for a test. This applies to just about every school subject, but is most obvious in math.

    1. Re:The problem by Tanuki64 · · Score: 1

      > This always bugged me when I was in school too. Why? This is the predominant method how females survive school. And they are very successful this way... in school.

    2. Re:The problem by Tanuki64 · · Score: 1

      This always bugged me when I was in school too.

      Why? This is the predominant method how females survive school. And they are very successful this way... in school. Sorry, wrong format. I post in too many forums. Really should have used preview.

    3. Re:The problem by AhabTheArab · · Score: 2, Insightful

      I wasn't going to come out and say it, but yes, females tend to be more guilty than males at that. That's all it's good for though - getting through school. They memorize the facts or procedures for the topic they're currently learning about in a class, but once the class moves on, they forget just about everything. It's fine if all you care about is a good GPA, not so good if you care about learning.

  57. What? by Overzeetop · · Score: 2, Interesting

    Since when is a set of parentheses a proper substitution for a variable? Seriously, part of the problem is that the standards for writing and evaluating mathematics in (especially) earlier grades is subject to what' I'll call "local interpretation".

    As the father of a rising third grader, and a professional engineer with masters degree that included more math than I care to admit, I've puzzled over the way problems are written. At least one in ten homework assignments require that I look at the answer sheet to determine what the question is actually asking. Some of the answers appear to be wrong, except when interpreted in a very specific way which is counter to standard practice. Others are simply misleading.

    --
    Is it just my observation, or are there way too many stupid people in the world?
    1. Re:What? by Anonymous Coward · · Score: 0

      Absolutely. I have found the exact same thing when my daughter was going to school. It got to the point where I had a meeting with one of her math teachers and found out he was actually an English teacher posing as a math teacher. He couldn't solve the problem either without looking at the answer at which point I just said WTF and moved my kid to a private school.

    2. Re:What? by Anonymous Coward · · Score: 0

      more math than I care to admit

      A math education is a source of embarrassment for you? Anti-intellectualism continues its slow creep.

    3. Re:What? by BetterSense · · Score: 1

      I helped my younger sister with her highschool algebra and physics homework, and my reaction (I have a degree in physics btw) was basically "WTF is this?" The problems were improperly posited, not enough information, or just wrong, and sometimes, not even wrong. I would hate to go back and have to do highschool "physics" like that. It full of bullshit, not unlike TFA.

    4. Re:What? by Anonymous Coward · · Score: 0

      This is what happens when you have teachers with degrees in "education" instead of "mathematics".

    5. Re:What? by Anonymous Coward · · Score: 0

      I'd agree with that. I'm a non-profesional engineer and that notation confused me too. My mom taught elementry school for nearly 30 years and she always found confusing questions in the text book and worse the standardized state test. No wonder why so many students did poorly on those tests!

    6. Re:What? by Inda · · Score: 1

      It's the same in the UK.

      My daughter was taught something called "chunking" last term. Long division, I think. I couldn't work it out. It seemed like the teachers wanted the students to brute force the answer by guessing over and over. I still can't see the logic in it. If they taught the multiplication tables from two to ten, there would be no need to guess.

      --
      This post contains benzene, nitrosamines, formaldehyde and hydrogen cyanide.
  58. That's why you need H1Bs by Anonymous Coward · · Score: 0

    ... to hire people from countries where basic calculus is actually taught

  59. Expecting otherwise from government schools? by JaySSSS · · Score: 1

    That's why my daughter is in private school!

  60. Re:RTFA, it's not that usage which he's objecting by Monkeedude1212 · · Score: 3, Interesting

    I also wonder how these kids cope when a second variable is introduced.

  61. Calculators in school by Firethorn · · Score: 1

    I think the idea is that calculators are used in the real world for real calculations (counting a computer as a really overgrown calculator), thus teaching kids without using them doesn't prepare them for the real world*, they don't actually NEED all that skill with doing basic math in their head, because most won't be doing it regularly enough for it to matter.

    I don't entirely agree with this, I think that they need enough skill to be able to tell when there has been an error in their figuring.

    --
    I don't read AC A human right
    1. Re:Calculators in school by biryokumaru · · Score: 2, Interesting

      My electrical engineering professors seemed to be of the opinion that we were allowed to use a computer when we knew how to design it from scratch.

      --
      When you're afraid to download music illegally in your own home, then the terrorists have won!
    2. Re:Calculators in school by Svartalf · · Score: 1

      I wholly don't agree with this. At the level we're talking about, you're talking about something everyone will use- whether they actually think about doing it or not. It requires understanding of the concept at the least- which isn't getting taught and the behaviors per the calculators (including computers unless they're using something like Maple, Octave, etc...) do things.

      --
      I am not merely a "consumer" or a "taxpayer". I am a Citizen of the State of Texas
    3. Re:Calculators in school by TheRaven64 · · Score: 1

      It's a good rule. One of my maths teachers encouraged us to write programs to solve our homework problems. His logic was that the point of the assignments was to ensure that you really understood the process involved in solving the particular problem, and writing a program to solve it was another way of ensuring that you had this understanding. Often, writing the program took longer than doing the homework without it, but it was still a useful learning experience.

      You shouldn't use a computer as a magical black box that does work for you, but when you understand what it's doing then there's no reason to do things the slow way either. We had to solve an insane number of differential equations at school. After all of that practice, I could solve a problem in a few minutes that would have taken a few tens of minutes before I did all the practice. A computer could solve it in a fraction of a second, so I gained nothing from all of that practice. When I have a differential equation to solve now, I'll use a computer. The useful lesson was learned in a few hours, the repetition was a waste of time.

      --
      I am TheRaven on Soylent News
    4. Re:Calculators in school by hitmark · · Score: 1

      he still uses a 8-bit?

      --
      comment first, facts later. http://chem.tufts.edu/AnswersInScience/RelativityofWrong.htm
    5. Re:Calculators in school by OrangeCatholic · · Score: 1

      Hah!

      At some point, you have to let go of the old ideas to teach the new ones. For example, do we let kids ride the bus or do we make them build internal combustion engines? I mean, someone had to build the first ICE. Why not make kids learn that too.

      Thing is, I noticed in programming, programmers have a slightly irrational tendency to want to start things from scratch. I realized people have an innate desire to start from scratch so they understand the entire system. It's just more satisfying when there's no stone unturned.

      So yes, we should be teaching algebra sans calculator, they should be building their own cars, and elementary school should be about making fire, fashioning arrows, and sewing clothes with sinew harvested from a deer carcass. Also, school should go until you're 55.

      Whether I'm being serious or not is left as an exercise to the reader. But I do enjoy knowing how to add and subtract - something that is no longer taught - so take that as a clue.

    6. Re:Calculators in school by Firethorn · · Score: 1

      Eh, I think kids need to know how to operate calculators, they're likely going to be using them in life.

      It becomes a time issue - it takes *TIME* to teach somebody how to do basic maths in their head or on paper. I had time tests in school. Thing is, there's a whole host of other things they need to teach today, and limited time to do it. Thus the calculators.

      Remember I said I didn't agree with it myself - they still need the basics, at least enough to be able to tell when they've committed an error of scale. Like recognizing that a 4 Billion dollar result isn't likely for a home business.

      --
      I don't read AC A human right
  62. Re:RTFA, it's not that usage which he's objecting by idontgno · · Score: 1

    We were never allowed calculators in university, why do they give them to kids?

    Actually, there's an interesting insight in that statement. If most of the arithmetic you've ever done is just poking digits and operations into a calculator, this math problem looks like a simple chained addition with a running equals sign. I'm not sure if any other of the commentators in this thread picked up on this (mostly because you'd have to RTFA, and we know that's pretty much unheard of.) The summary doesn't mention calculators, but the entire cargo-cult handling of numbers implied by this reported mathematical literacy problem is pretty much driven by calculators.

    Kinda makes me think we should abolish infix-entry calculators and stick with RPN like God intended.

    --
    Welcome to the Panopticon. Used to be a prison, now it's your home.
  63. Communication by Anonymous Coward · · Score: 0

    () = x ? .. Nice conclusion from the Texans on student math skills.
    Paraphrased from Xkcd - "Communicating badly and then acting smug when you're misunderstood is not cleverness"

  64. Re: Nonstandard notation by Sithech · · Score: 5, Insightful

    In the elementary and middle-school texts standard notation is rarely used. I've got a doctorate, but helping my kids through their math often is a real stumper. It is very common to use a box, a blank, or a parenthesis to indicate something that they are to fill in in a "number sentence". The theory seems to be that you don't need to teach about unknowns and variables because that would be confusing. So this notation is somehow intuitively obvious to the least observant. As they may not cognitively be ready for the concept it becomes even more obscure. Have a look at the books sometime - you'll want to scream. I can testify that the methods used up until the mid 1960's were MUCH more effective in creating mathematical literacy. The Stanford Studies Mathematical Group (SMSG) series of math texts was, to my memory, the flying wedge of what was termed then "The New Math". The strategies like 4+3+2=()+2 come from that movement. Truth is, the "New Math" is a dismal failure and resulted in the destruction of the mathematical competency of two generations of American students. Unfortunately the math teachers now all came up through that system and have no idea that there is a better way to teach math.

  65. Who ever came up with this should be fired. by RingDev · · Score: 1

    That was my first thought, but their usage is even worse.

    4+3+2=()+2=11

    If we treat () as variable x, we get:
    4+3+2=x+2=11

    Simplified:
    9=x+2=11

    We now have an equality operator with two non-equal values.

    What they are implying is:

    2+3+4=x; x+2=11

    The problem here is not the use of the equal sign, it is their completely asstarded implementation of the parenthesis that is some how intended to imply one variable twice, with a line break in the middle.

    -Rick

    --
    "Most people in the U.S. wouldn't know they live in a tyrannical state if it walked up and grabbed their junk." - MyFirs
    1. Re:Who ever came up with this should be fired. by Nadaka · · Score: 1

      What the hell is wrong with X = Y = Z?

      There are three expressions, all of them equal.

      X > Y > Z is a perfectly valid expression meaning: there are 3 expressions, X is greater than Y and Y is greater than Z.

    2. Re:Who ever came up with this should be fired. by Bergs007 · · Score: 1

      That was my first thought, but their usage is even worse.

      4+3+2=()+2=11

      If we treat () as variable x, we get: 4+3+2=x+2=11

      Simplified: 9=x+2=11

      ...

      The problem here is not the use of the equal sign, it is their completely asstarded implementation of the parenthesis that is some how intended to imply one variable twice, with a line break in the middle.

      What? No. That's not how the problem is supposed to be done. That is exactly the point too. The *children* are trying to do the problem like that because they have no fundamental understanding of what an equals sign is supposed to mean. Try reading the summary more carefully, and perhaps even the article if you dare! Maybe the next study should focus on reading comprehension...

    3. Re:Who ever came up with this should be fired. by Qzukk · · Score: 5, Insightful

      The students are the one who made up the =11 part. Try punching it the question "4+3+2= +2" into a calculator and you'll see why. To the students raised on calculators, "equals" doesn't mean equality anymore, it means "what do the numbers up to here add up to?" So they get to " = ( ) " and perform the "what do the numbers up to here add up to" operation, and write the answer in the blank provided. Then they're left with the +2 bit, so they add it again.

      Left to right order of operations, for all operations.

      --
      If I have been able to see further than others, it is because I bought a pair of binoculars.
    4. Re:Who ever came up with this should be fired. by clone53421 · · Score: 3, Insightful

      The problem here is not the use of the equal sign, it is their completely asstarded implementation of the parenthesis that is some how intended to imply one variable twice, with a line break in the middle.

      The parenthesis weren’t what triggered that interpretation; the equals sign was. Exactly like a calculator: you calculate, you push “equals”, you get an answer. You calculate some more, you get a new answer.

      --
      Alexander Peter Kristopeit bought his basement from his mommy for one dollar.
    5. Re:Who ever came up with this should be fired. by AGMW · · Score: 1

      What the hell is wrong with X = Y = Z?

      Nothing. The three values X, Y, and Z can all represent the same value (eg 5 = 5 = 5).

      The problem is that some of the students decided to expand the equations to something like "4+3+2=x+2=11" and here is where the problem starts, because even in New Math I'll wager 9 doesn't equal 11, thereby displaying an ignorance of the concepts behind the "equals" sign, albeit an ignorance exasperated by the miss-use of parenthesis to represent the term to be solved for.

      ... and saying that teaching young kids Math(s) without using the common/standard mathematical representations is a bit like saying it's OK to teach English without concentrating on spelling, punctuation, and grammer - oh wait, the muppets do that too!

      --
      Eclectic beats from Leeds, UK
      handmadehands.co.uk
    6. Re:Who ever came up with this should be fired. by Anonymous Coward · · Score: 0

      Because equality is transitive? 9 = x + 2 = 11 is the same as 9 = 11 = x + 2. Notice the "9 = 11" in there? Doesn't seem right to me.

    7. Re:Who ever came up with this should be fired. by orgelspieler · · Score: 1

      So how would you notate something if you wanted the student to calculate one sum first and then add another number to it? Seems like a perfectly reasonable task to ask students to do. And using funny parenthesis or a box or an underscore, or some other non-standard notation might be a good way of expressing that.

      I was never a big fan of the whole "write the number in the box" thing growing up. The teachers wanted us to guess and check, I wanted to subtract. It came easier to me, but then again so did a lot of math. Imagine my surprise all those years later when they taught us algebra, and I found out you really are supposed to subtract.

      They really should just start with algebra as they teach the arithmetic behind it. In other words, as soon as the teach addition and subtraction, start teaching algebra for addition problems. When they've taught multiplication and division, teach algebra for multiplication problems. If they would teach the skills as they go along, it wouldn't be such a challenge come junior high.

    8. Re:Who ever came up with this should be fired. by Anonymous Coward · · Score: 0

      Wow I had no idea that I didn't understand what equals meant. I even went all the way through college Calc. I took it to mean 4+3+2=x+2 solve for x. (4+3+2)+2= x is the way I've seen what they were talking about expressed. I've even seen circles or boxes used. Bye Bye math skills...you were fun while you lasted.

    9. Re:Who ever came up with this should be fired. by gfreeman · · Score: 1

      What's this "calculator" of which you speak? Is it like calc.exe where one presses the Enter key to get the answer?

      --
      Ceci n'est pas un sig.
    10. Re:Who ever came up with this should be fired. by clone53421 · · Score: 1

      So how would you notate something if you wanted the student to calculate one sum first and then add another number to it?

      Sounds like a perfect time to begin teaching parentheses and grouping.

      --
      Alexander Peter Kristopeit bought his basement from his mommy for one dollar.
    11. Re:Who ever came up with this should be fired. by OrangeCatholic · · Score: 1

      You're looking at the answer, not the problem.

      The problem is 4+3+2=()+2 solve for ()

      To me, the most obvious answer is "4+3". I wonder if they would mark that correct.

    12. Re:Who ever came up with this should be fired. by Anonymous Coward · · Score: 0

      To the students raised on calculators

      Hey Grandpa, they were invented a long time ago. Everyone alive today is "raised on calculators".

  66. April Fool's Day ? by crackspackle · · Score: 1

    US Students Struggle With Understanding of the 'Equal' Sign

    The title makes this post sound like a joke. Wouldn't a better title be "Some U.S. Students Mathematically Illiterate". Given that 14% of the U.S. population are practically illiterate, it comes as no surprise.

  67. Operator Precedence by rdmiller3 · · Score: 1

    The whole thing is a misunderstanding of operator precedence, that's all.

    Ask the same people about "8+3*4" and they'll probably get that wrong too.

    1. Re:Operator Precedence by johnw · · Score: 1

      The whole thing is a misunderstanding of operator precedence, that's all.

      Not true unfortunately. I teach maths and come across a lot of students who fully understand precedence but who don't understand the equals sign.

      I believe it comes down to the way it's taught in primary school. Precedence is talked about a lot, with BIDMAS being a topic in its own right and a lot of work is done on it. Children arrive at secondary school fully versed in precedence and BIDMAS.

      The equals sign on the other hand doesn't seem to be explained at all; it's simply used and students try to guess what it means. The usual guess is that it means "the answer is", and so frequently you'll see someone write:

              = 22

      or similar all in its own. Similarly you get:

              7 + 2 = 9 x 3 = 27 + 2 = 29

      in each case the equals sign is being used to signify, "The answer to the bit on the left is..."

      It's a major omission in primary school maths teaching at present. Interesting to hear that the problem is the same in the USA.

    2. Re:Operator Precedence by fishbowl · · Score: 1

      8+3*4

      One or more "8's" followed by zero or more "3's" followed by a "4"

      --
      -fb Everything not expressly forbidden is now mandatory.
  68. People Don't Understand Equal Big Surprise by HockeyGuy · · Score: 0, Troll

    People dont understand the Equal Sign?
    Well nothing is Equal in society so why should math be any different.

    We have our first black president that calls his Grandmother a Typical White Racist and Holds Beer Parties at the Whitehouse to celebrate calling cops racist THEN CALLS TEAPARTY PATRIOTS RACISTS AS THEY ARE BEATEN ON VIDEO BY SEIU UNION THUGS HE CALLS HIS FAMILY

    Your wife takes the kids, your money and makes you pay for her new life then tells your kids you are abusive because you caught her sleeping with your best friend's sister.

    You apply for college and every minority and women who make up 51% and even illegal aliens get preferential treatment and lower tuition then you even though you test higher and work harder.

    Government set asides of 15% or more in contracts give contracts to minorities and then you get screwed because they say they are already forced to use the other guys so they can't hire you for the rest of the work.

    Illegal Aliens walk across the border with 50 pounds of Heroin and your son is in Afghanistan Fighting Taleban and instructed to not burn the poppy fields.

    WHY WOULD ANYONE THINK EQUAL STILL MEANS EQUAL!?

  69. Absolutely...() have another meaning by Anonymous Coward · · Score: 0

    Given that parenthesis have another usage in equations - to define order, it's not hard to extrapolate how some kids incorrectly made the jump they did.

    You can see some kids thought process as:
    Ok, I've not seen this notation / type of problem before, ooh, there's a parenthesis, that defines order. I guess I have to evaluate the numbers on the left first and then add two. Done.
    Most wouldn't double check that the results are equal.

    The study took a symbol, used it in two differing manners and then were surprised when kids struggled with the concept? Really? Nothing to see here, move along.

  70. It's not the students, it's the teachers. by EmagGeek · · Score: 1

    My wife is taking calculus right now at a local college. Her professor takes points off if she solves a problem using intuition or innovative thinking rather than following the procedure he outlines in class. She gets the right answers, but gets marked "wrong" for not doing it the way HE knows it works.

    Basically, the professor doesn't understand the material himself, but rather knows the procedure for specific types of problems, so that's all he can grade on. The same problem is prevalent in secondary schools as well. Teachers do not understand the material they are teaching outside of a vary narrow scope of memorization, or a rigid state-run curriculum from which they are not allowed to deviate because of the risks involved with individual free thought (like lawsuits over speech or utterances that are not politically correct, or that hurt the childrens' feelings, and so on).

    1. Re:It's not the students, it's the teachers. by johnw · · Score: 1

      My wife is taking calculus right now at a local college. Her professor takes points off if she solves a problem using intuition or innovative thinking rather than following the procedure he outlines in class. She gets the right answers, but gets marked "wrong" for not doing it the way HE knows it works.

      In marking her down, he could be doing the wrong thing or he could be doing the right thing. It depends on what you been by "using intuition".

      On a recent Maths Olympiad paper there was a question which involved working out the shaded area on a diagram which consisted of a rectangle with several diagonal lines across it. Three areas were given (1, 2 and 3 units each) and you were asked to work out the size of a shaded area.

      Just by looking at the diagram and having a feel for the type of question I was pretty certain that the answer was 6 units, but for some time I couldn't produce a valid bit of reasoning to explain it. Eventually I showed it to a particularly bright A-level student and asked him to give me a pointer. He pointed out that pairs of the diagonal lines were forming triangles, and the reasoning was then obvious.

      Had I just written down an answer of 6, gained by intuition, I would quite rightly have been given no marks for the question.

      If on the other hand your wife produces valid derivations of her results and her professor marks her down then he should be sacked.

    2. Re:It's not the students, it's the teachers. by fishbowl · · Score: 1

      Huh? Calculus is all about sparking the gap, solving problems you've never actually seen. College math never stops being about that.
      This isn't the kind of math where you can "memorize answers." On the other hand, there are ways to solve calc problems that give correct answers, but the work doesn't show an understanding of the calculus principles that a particular course/section is about. I've seen this myself, plenty. There are plenty of situations where I'd (TA) have to take off points for a correct answer with valid work but the "wrong idea".

      Your wife's math teacher might be a total ignorant prick, don't get me wrong, but I wonder just how "intuition or innovative thinking" compares to the material at hand.

      I've found that a community college is often better for early math, because the teachers there tend to be the actual professors, where at universities, the teaching responsibility is handed to grad students. This is hit or miss, but often miss.

      --
      -fb Everything not expressly forbidden is now mandatory.
  71. Coming up next... by OneAhead · · Score: 1

    Texas school boards defend teaching alternative meaning of equals sign

    'The students have the right to hear both sides in this debate. What is currently taught - that the equals sign means that both sides are equal and cannot mean "evaluate the left-hand side" - is biased under the influence of powerful left-leaning groups, calling themselves "scientists" and "engineers". These are the same atheists that say that creationism, as dictated by the bible, is not a valid alternative for their pet theory of evolution. Their "algebra" is purely based on politically and religiously biased axioms. Their definition of "equals" confuses students trying to understand things such as pocket calculators and the concepts of "gender equality" and "racial equality" in society.'

  72. This sounds familiar by MoeDrippins · · Score: 1

    It could be the same study; I didn't RTFA; but I've read at least one study recently that was bemoaning the use of "=" as an instruction to "do something" (like "evaluate what you saw on the left"), rather than a statement of fact. The study goes on to say this causes the thought process of actually finding equalities to be less developed so trying to do basic algebra requires some RE-training.

    I think the people latching on to the use of parenthesis are missing the point. Then again, maybe I am.

    --
    Before you design for reuse, make sure to design it for use.
  73. Horrible oversimplification by moss1956 · · Score: 1

    There are some respected mathematicians that will tell you that every equation is a lie. The meaning of the equals sign depends on the context. For example \sum_{n=1}^{\infty}a_n=s means
    that the limit of an associated sequence of partial sums is equal to s. This story doesn't even some close to revealing the problems with the "equals" sign.

    1. Re:Horrible oversimplification by maxwell+demon · · Score: 1

      There are some respected mathematicians that will tell you that every equation is a lie. The meaning of the equals sign depends on the context. For example \sum_{n=1}^{\infty}a_n=s means
      that the limit of an associated sequence of partial sums is equal to s. This story doesn't even some close to revealing the problems with the "equals" sign.

      That's because the meaning of "\sum_{n=1}^{\infty}a_n" is "the limit of the associated sequence of partial sums". Assuming that the sequence converges, the limt is just a number. And the equation says that this number equals s. No special meaning of the equals sign is needed here. Note that the sum would have the same meaning if it were not on the left of an equals sign, but e.g. a factor in a product. You wouldn't then say that this gives a new meaning to the product sign, would you?

      --
      The Tao of math: The numbers you can count are not the real numbers.
  74. What was the question? by tigre · · Score: 1

    The problem is that it is not stated directly what the question is that is being asked, so students are required to infer what the question is. Unfortunately, they just assume the "=" implies a question is "what is 4 + 3 + 2?" since that is the sort of question they are used to being asked. They are probably not used to (a) seeing an equality as a "statement", and (b) inferring from the hole in that statement that there is an implicit question as to what would fill in that hole to make it true.

    It's a very easy leap for me, and probably always has been, but for my second-grade son on the autism spectrum it is a nearly insurmountable leap of logic. Our local school system works very hard to encourage this conceptual thinking in math, but at least for my son that is making it even harder for him to shore up the basics.

    All that to say, I can understand how this state of affairs could come to be, but am sad to see that middle school kids in general are not exposed to enough logic and inference.

  75. Re:RTFA, it's not that usage which he's objecting by Anonymous Coward · · Score: 0

    The equals sign has a dual meaning of either assignment or comparison, based on context, and while programming languages address this, normal math instruction does not. No wonder the damn kids are getting confused! You never told them the meaning of a symbol, they picked up the meaning from its context, and now you're changing the context, and with it, the meaning of the symbol.

    4+3+2=9+2=11

    is entirely valid in the context of, say, adding up the total of a bill and then tacking on an additional $2 charge, or something. You'd normally see that written vertically rather than horizontally, but whatever.

  76. The problem is actually worse in many cases. by Anonymous Coward · · Score: 0

    Prime example:

    I do math tutoring. Routinely, I run into students who have a problem such as this...

    7/30 x + 7 = -6 - 1/6 x (this is the resulting equation from walking the student through other processes and calculations relating to their problem)

    And they are completely lost. They have no understanding of any of these concepts required to solve the problem:
      - Moving something from one side of an equation to the other
      - Combining like terms
      - Adding fractions with different denominators
      - Multiplication of 2-digit numbers
      - Adding/subtracting negative numbers

    And, often times, these students are supposedly a few grades higher than when these concepts were taught (had an 11th grader just the other day, for example).

    How did these students make it to these grades without knowing how to do these things? How did they possibly pass?

  77. Results of extensive research in the UK into this: by dspart · · Score: 0

    Ok, so this is not statistically meaningful, but from a sample size of two students (well, my kids) here:

    The elder got the question in two seconds and filled the parenthesis with a 7 within 5. No help.
    The younger couldn't "get" the question, even with some prompting, and filled the parenthesis with 11.

    They are eight and six years' old; neither are especially mathematically talented, but put in more than average effort according to their teachers on that subject.
    Both go to the local (non-private average-sized) school.
    I'd think (i.e., place a small bet on it) around half the 7-to-9 year olds at that school would be able to "do" this problem correctly.

    How old are these "middle grade students" in the study? This kind of age? I can't see it in TFA.

  78. = for assignment not unique to C-style languages by Comboman · · Score: 1
    Actually, BASIC used = for assignment before C existed (and Fortran used it even before that).

    I believe := started with Algol.

    --
    Support Right To Repair Legislation.
  79. Re:RTFA, it's not that usage which he's objecting by Anonymous Coward · · Score: 0

    By middle school they should know their arithmetic well enough. Let them get on to the more interesting Maths and not have to waste their time with addition and multiplication any more. By late high school, we got to do all sorts of fun interesting stuff with graphing calculators. Sure, we could have plotted the problems on graph paper ourselves. But it would have been inaccurate and taken much longer. And the graphing wasn't what they were teaching us, it was what to do with the results of the graphs. University gave us computers with Maple or Mathematica for similar reasons.

  80. Re:RTFA, it's not that usage which he's objecting by arekusu_ou · · Score: 1

    Calculators are allowed in universities now. Hell we even have sophisticated math solving programs. Mine was "Maple".

  81. Understanding and not memorization is the key by zero_out · · Score: 3, Interesting

    When I was studying multiplication, I just could not comprehend it. I was getting failing grades constantly, while my classmates were memorizing their multiplication tables and acing exams. I just couldn't understand it. Then, it dawned on me... multiplication wasn't some new mystery math, it was just addition in a new form!

    Then I became better at multiplication than all my classmates, and stunned the teachers by how I went from getting 80% of my tests wrong, to getting 100% correct, and faster than my classmates. Unfortunately, it was at the tail end of the unit, so I still got a bad grade on my report card.

    The teachers thought I was cheating, too. They had me take tests in front of them, during recess, to prove that I wasn't cheating. They then accused me of being lazy and not paying attention previously. No, I just didn't understand the mystery math they were trying to teach me, because they were expecting me to memorize things, and not actually teaching me to understand it. I don't think they ever accepted that truth.

    So it is with addition and =. Children are taught to do this, then that. They are taught process, not meaning. They need to be taught from the bottom up, not from the top down. Teach them that = means equality, not evaluation.

    Oh, and use standard notations, not this ( ) garbage that nobody uses.

    1. Re:Understanding and not memorization is the key by Belial6 · · Score: 1

      I agree. My son has been doing multiplication since he was 4. Pretty much as soon has he knew addition, I just explained that multiplication was a shortcut for addition, and off he went. Honestly, learning variables is something that any halfway intelligent 6 year old can handle. Go into family style restaurants and look at the kids menus. They very frequently have the 'replace the numbers with letters and discover the secret message' puzzles on them. The same for many fast food kids meal containers. Little kids have no problem understanding variables. Just tell them that the x is the mystery number that they have to figure out, and they will get it just fine.

      When I initially planned my child's curriculum, I was quickly reminded that kid's math books try to hide variables from kids. So, instead of just calling the math they learn at a young age what it is, Algebra, they just call it math and replace all of the letter variables with box and underline symbols for variables, and then when they get older, tell them that they are taking Algebra and it is totally different from what they have been doing since they were 5. 5+1=_+4 is just as much Algebra as 5+1=x+4. As you say, if kids are taught that = means equality, much of the difficulty of math goes away.

    2. Re:Understanding and not memorization is the key by Anonymous Coward · · Score: 0

      That's funny, I had a similar revelation about the word 'given' in Algebra. When I realized it meant 'assume' things got a lot easier! It's funny how little things like that limit our understanding.

  82. Parentheses were not actually used by Dublius · · Score: 1

    Seems like a bad transcription of an interview with the researcher.

    In the actual journal article they either used an underline or nothing at all, eg. "6 + 9= __ + 4" and "__ + 3 = 5 + 7 = "

    I'm also not really surprised since as other posters have mentioned I don't really remember learning any real algebra until 6-8 grade. This really just means that Chinese kids learn this stuff earlier than US kids and maybe US kids should learn it early on as well.

  83. They should teach kids to use their keyboards too by Anonymous Coward · · Score: 0

    4 + 3 + 2 = __ + 2

  84. Re:Pictures by Anonymous Coward · · Score: 0

    So that explains the MS Office Ribbon?

    Ahhaa, Laughed so hard!
    I think stupidity of the new generation is well supported by education system's desire to alter the educational process to accommodate those kid's "needs" instead of teaching standard, international math notation in schools.

  85. Maybe that's the point by chocapix · · Score: 1

    Maybe they deliberately used non-standard notation to see if the students could come up with a sensible interpretation of the problem.

    Yes, writing "4+3+2=( )+2" when you mean "solve 4+3+2=x+2" is weird, but interpreting "4+3+2=( )+2" as "compute 4+3+2, then add 2 to the result" (which the example of a wrong answer given in TFA) probably means you don't understand what an equal sign is.

  86. Tutor's Perspective by dohadeer · · Score: 1

    As a high school math tutor for one of the large national test prep companies, I can say with complete certainty that even when the "box" is replaced with a variable name, students still do this. I find that it's not so much that they don't grasp that the = symbol means equality as much as that they don't realize what equality means.

    If I give a problem like:

    f(x) = 2x + 7
    g(x) = sqrt( f(x) )*5

    Many students can solve this problem; a good portion of them just understand "oh, I do a substitution" - they don't understand fully that the equality of a variable with some expression is WHY their answer is correct. Similarly, something like: 3/15 = x/225 Most students get thsi right; "oh, I just cross-multiply" - but they don't understand WHY cross-multiplication is the correct thing to do. Teachers need to start teaching real math in addition to problem solving methods and heuristics.

  87. It's the calculators, you dummies! by Kaz+Kylheku · · Score: 2, Insightful

    Kids nowadays have ready access to technology, and are not adequately guided in its use. You can get a calculator in a dollar shop to do your arithmetic homework.

    On a calculator, what does the = mean? It means "evaluate now". So that is perhaps where the running equals comes from. It is not a misconception. The students have correctly learned "evaluate now" from their electronic buddies.

    The educators are just too obtuse to identify the source.

    Let's take the example from the article:

        4 + 3 + 2 = (calculator produces 9)

        + 2 = (calculator produces 11)

    See? If you literally put in the symbols from the homework question into a calculator, that's what you get.

    Now you might be able to ban calculators from the classroom, but the kids will use them at home.

    Teachers should embrace calculators and explain how the [=] button has a different meaning which means "please calculate now", whereas the = used in math is a sentence which says "the left side is the same as the right side".

  88. Re:RTFA, it's not that usage which he's objecting by Lagurz · · Score: 1

    Depends how you interpret the '=' sign. If you interpret as 'next step', then:

    4+3+2=()+2 add the numbers and put them where () is. 4+3+2=9
    9+2=11.

  89. IS this really a bad thing? by Anonymous Coward · · Score: 0

    You may think I'm an ass, but I quite enjoy the fact that most people seem to fumble through life. Imagine if everyone had our brains and attitude. Who would work at the car wash, who would make your kebabs or burgers, who would pack your shopping. The world is as it is, because some people out of personal laziness choose a lower standard in life.

    On the flip side, stupid people seem to enjoy their lives better, so who really has the upper hand?

  90. GCC can't figure it out either by Anonymous Coward · · Score: 1, Funny

    int main()
    {
          4+3+2=()+2;
          return 0;
    }

    error: expected expression before ')' token

    Those idiots forgot to name the function they're calling.

  91. Juggalo Maths by Anonymous Coward · · Score: 0

    Yo!, Muthafucin equalls sign? How does that work!

  92. Wow, talk about a non-story by russotto · · Score: 1

    So you give students a problem combining a standard notation they haven't been taught (the algebraic equals sign) and a completely nonstandard notation (using parentheses as meaning "a value to be solved for". IIRC, before algebra when I was in school they used an underscored blank space for that), and the students get it wrong. Big surprise.

    This is not necessarily a problem with understanding the abstractions; it's simply ignorance about the notation. Basic arithmetic courses typically have problems like

    9 + 7 =
    12 - 16 =

    where the students are supposed to fill in the value on the right. It's not obvious from this type of problem that the equals sign means "what's on the left is equal to what's on the right" rather than "evaluate the expression on the left and enter the answer on the right".

    1. Re:Wow, talk about a non-story by duplicate-nickname · · Score: 1

      It's not obvious because apparently people are not taught what the symbol "=" means. This is what happens when teaching become regurgitating problems out of a textbook so kids can pass a test.

      --

      ÕÕ

  93. Social problem. by MaWeiTao · · Score: 2, Insightful

    This is what we get when we have a society that values the celebrity and athlete more highly than anything else. This is what we get when parents think socializing is more important than good academics. And ultimately a lot of the blame falls on the teachers as well, for not doing their job properly.

    Americans seem to think throwing money at our schools will fix everything. They also seem obsessed with small class sizes. That's something I've always found utterly ridiculous considering in Asia you'll routinely find classes with 30+ students and they are better educated than American students in a class half the size. Too much of our educational system has gotten too obsessed catering to the slowest kid in the class and making things fun. So instead of trying to bring the slow kids up to speed we're instead slowing the rest of the class down.

  94. Comment removed by account_deleted · · Score: 0, Troll

    Comment removed based on user account deletion

  95. ...drrrh. by Anonymous Coward · · Score: 0

    My answer to that problem would have been:

    4+3+2=( )+2

    4+3+2=7+2
    As in, 9=9

    But that doesn't seem to be what was sought here....

    *wipes drool from chin*

  96. Kids Today by MrTripps · · Score: 1

    I'm taking math courses at the local community college. Trying to study at in the libraries there is enough to make one loath humanity. Let's bring our cranky infant to the library so we can watch rap videos on YouTube! Great idea! They also text so much the cell phone might as well be implanted. Get off my lawn!

    --
    "I'm not a quack, I'm a mad scientist! There's a difference." - Dr. Cockroach
  97. 4+3+2=(4+3)+2 by teethdood · · Score: 1

    They were trying to get the kids to understand the meaning of the parentheses, that is to solve whatever is in () before anything else. 4+3+2=(what should go in here)+2 4+3+2=(4+3)+2 They are not trying to get the kids to solve for X or anything.

  98. pot == kettle by steak · · Score: 1

    it is funny that this study comes from a school where there aren't 7 people who can count to 3 so they have 21 guns salutes with 21 people.

    mwahahahaha

  99. The No Child Left Behind Act is a big part of it by Yaddoshi · · Score: 1

    The problem is that to ensure the school continues to receiving Federal and State funding it needs to meet certain guidelines. These guidelines are measured in the form of standardized tests. The better the test scores are for the school in question, the better funding it receives.

    It therefore becomes paramount for the schools that their students get good grades on the test. Therefore it is no longer important that the student understand the answer, only that they get the answer correct. To ensure that the student gets the answer correct, they are forced to memorize the answer to the problems they are given, which are based on problems that will be seen on the exam.

    Students that live in our neighborhood are regularly getting Ds on their report cards because they are no longer interested in school. They do the minimum necessary to get by because they are not challenged, in fact they are not even expected to think for themselves. This article is just one example of the result of our current education system.

    If you expect your children to be properly educated in our society, it is now your responsibility to do so. Private education, tutoring, home schooling, virtual (computer based) schooling and other atypical forms of education may now be your children's best chance at a decent education. But fundamentally it is now the parents' responsibility, more than ever.

  100. It's not about young children by MikeRT · · Score: 1

    Apparently you missed the part of the article that said "middle school students." We were doing pre-algebra in 6th and 7th grade in my middle school, and we were hardly an elite class or school. If a student had turned in

    4 + 3 + 2 = (9) + 2 = 11

    for

    4 + 3 + 2 = ( ) + 2

    they would have asked why you thought the question asked for a second = operator. It clearly doesn't. It asks "what number makes both sides equal." That is how you get late pre-teens to start thinking for algebra.

  101. really...? by Anonymous Coward · · Score: 0

    All you people are confused by:

    4+3+2=()+2

    The central point of the argument is =. If you understand what = means then the rest of the equation makes perfect sense. The problem is looking for equality, balance, etc...

    The parenthesis are used as an order of opperation. To show a sense of humor with theproblem I would have responded with.

    4+3+2 = (4+3)+2
    and then
    4+3+2=(6+1)+2
    and
    4+3+2=(7+0)+2
    and maybe
    4+3+2=(9-2)+2

  102. RPN! by metamatic · · Score: 2, Insightful

    Perhaps kids should be taught to use RPN calculators.

    On an RPN calculator, the keys which perform operations are labeled with symbols that represent mathematical operations. There's no misuse of '=' to mean 'perform calculation'.

    --
    GCHQ Quantum Insert installed. If only our tongues were made of glass, how much more careful we would be when we speak
  103. Re:RTFA, it's not that usage which he's objecting by davev2.0 · · Score: 1

    So, when and where did you learn that "( )" meant "an unknown quantity" because I never learned that in any school I attended.

  104. Educational Psychology vs. Aggiecultural Ejukashin by DynaSoar · · Score: 1

    If a "researcher" utterly fails to take into account the developmental progress of the kids they're studying, as well as applying the concept and ages of "middle school" in cultures that don't use the concept, I can't have any faith in their conclusion in particular or their "expertise" as specialists in education in general.

    From Jean Piaget http://en.wikipedia.org/wiki/Jean_Piaget

    Formal operational stage: from age 12 onwards (development of abstract reasoning). Children develop abstract thought and can easily conserve and think logically in their mind. [Piaget's 4th stage of development]

    "Middle school" kids are just entering it. They can grasp an abstract concept. What they can't do very well yet is switch between two of them. Both meanings of = are correct. Finding out that the culture that sells more calculators each year than it has members ends up teaching its kids to use an algebra based on them is kind of interesting, but too critical of itself to get published. Calling it "wrong" is hypocritical, a disservice to the people it's supposed to serve (and that the paper urges to 'read professional journals'), and shows disregard for the history of the "researchers" profession to the point of either incompetence or if purposely ignored to arrive at a conclusion, a violation of ethics.

    Middle school is ages 12 and 13 (grades 7 and 8) in my Texas town, Arlington. Two thirds of middle school students either haven't achieved Piaget's 4th stage or finished first year algebra and so haven't been taught that the representative use of = is preferred over the functional use. Two thirds is close enough to 70% to fall within the range of the error (alpha) level considered acceptable by most semi-psychological researchers (p 0.05), who never learn even as professors or editors that an alpha level is what it is and there's no such thing as "acceptable" or not inherent in the concept. Kids grow out of this "inability". Sadly, nobody grows out of statistical misconceptions.

    The result here has been seen before in other testing. It is known for being the failure of "new math", which is algebra relabeled in an attempt to make elementary kids learn it. They can't, no matter what it's called.

    In other places they have ethnic jokes. In Texas we have (Texas A&M) Aggies. Ethic jokes tend to be the same jokes with the subject changed to suit the audience. Funny sometimes but rarely deserved. Aggie jokes tend to be different -- directly associated to how an agricultural school might view/teach such things as psychology or, well, teaching. Make your own assessment.

    --
    "I may be synthetic, but I'm not stupid." -- Bishop 341-B
  105. Huh wha? by johnthorensen · · Score: 1

    Call me crazy, but I had a hard time figuring out how they were misreading this to begin with. I couldn't get my head around the idea that they were using '=' to mean "Evaluate", then adding 2. It didn't even occur to me to read it that way until I read through several comments. As a parent, I guess that there are two ways to look at this: 1. The generation currently in school is full of fail. Oh noes! or 2. Well, my kids are going to know math, even if I have to teach it to them myself. If all the other kids are morons, my kids will just have that much more of an advantage. Option 1 is the kneejerk response, option 2 sounds good...but then I stop to think that all those other moron kids get to vote and make decisions in society too. WTF.

  106. Tough Crowd! by roman_mir · · Score: 1

    Overrated? What, it's not funny enough? Tough crowd!

  107. Re:RTFA, it's not that usage which he's objecting by MBCook · · Score: 3, Interesting

    4+3+2 is not equal to 9+2.

    That's the problem the students have. My reading has it going like this:

    • 4+3+2=()+2
    • OK, I'll add those
    • 9=()+2
    • OK, the answer to the first part was 9, so put that in the blank in part B
    • (9)+2
    • Now I can get an answer
    • 9+2=11
    • The answer is 11

    They're taking the blank as a "fill in the answer from the previous part", working the equation from left to right, instead of understanding that the right side is related to the left, and not "part B" of the problem.

    This makes perfect sense to me. Helping my little sister with her homework just a few years ago, I would manipulate equations (like moving something to the other side or dividing both sides by two) and she would say you couldn't do that, so I'd have to tell her you could and then give examples that show it was correct. Her teacher didn't get the point that the equation is a whole across, she saw it as two separate things with a symbol in between. But she could usually get the right answers by memorizing the 3 or 4 steps for solving that kind of problem the teacher gave her. But if the problem has a trick in it or isn't formatted right... the students don't know what to do and intuit (incorrectly) how they are supposed to do it.

    --
    Comment forecast: Bits of genius surrounded by a sea of mediocrity.
  108. Re:RTFA, it's not that usage which he's objecting by Bushwuly · · Score: 1

    Why are we allowing middle schoolers to use calculators for basic math problems?

    --
    Get over yourself.
  109. Math Education by Kadoo · · Score: 1

    In the earlier years of school we were forced to do math quickly using math(mad) minutes. Basically a list of problems that you try to answer as quickly as possible. I was terrible at it but other kids zipped through them. I had trouble memorizing the times table and never really did. When I would solve problems I was solving the math problem each time not regurgitating numbers from memory. In order to solve problems it required me to understand the fundamentals of the math. I did terrible in math in the lower grades. Once the math got harder I got better grades and some students that used to do well struggled. I now almost have a math degree. I'm not sure if they teach math the same way these days? If they do I do not believe it's an beneficial way to teach math. I think the minds of young students would be very open to teach the fundamental building blocks of math. When I took discrete mathematics I thought the basic ideas in the class could be taught to children. I found one thing that was hard was changing the way I thought about math. A young mind might be much more open to those ideas.

  110. And I have to call BS on the writers of the study. by macbeth66 · · Score: 2, Interesting

    I just asked a ten year old boy, whose mother brought him into the office. His answer, without hesitation was '7'. And this kid is not in any special program or considered a whiz of any kind. He did not even understand the explanation of the wrong answer. 'Huh? That's stupid', was his response. Out of the mouths of babes.

    Did the researchers get their subjects from a school for the mentally challenged and not realize it?

       

  111. 0.9999... by Anonymous Coward · · Score: 0

    considering that in serious maths, 0.999999999999... = 1,
    it's not surprising that the "=" sign is sometimes confusing.

    (don't forget the "..." or it's wrong)

    1. Re:0.9999... by mysidia · · Score: 1

      I can understand that trying to refer to an object that doesn't exist distinctly, as if it did, causes some confusion.

      That's just an imaginary / obscure / weird / cute way of writing 1

      You could write it as (1/9) * 9 it's exactly the same amount of obfuscation. Since a digit D divided by 9 is what represents a digit repeating in Base 10.

      There's really no such number as 0.9999999...., as in there is no rational that expands to "9" repeating, when expanded to a decimal fraction using basic arithmetic.

      So it shouldn't come up too frequently in basic arithmetic.

      It's pretty obvious that the fraction 9/9 does not yield a repeating decimal, basic arithmetic operations expand that to 1.0, not 0.99999....

      The only way you really arrive at a repeating 9, with only basic arithmetic, is if you tried to manipulate another repeating decimal, eg If you took 0.1111111111.... and tried to apply arithmetic multiplication by 9.

      In basic arithmetic, this is invalid, you cannot really expect to get the right answer if you multiply or divide repeating decimals. You get an object that doesn't exist distinctly in basic arithmetic, because multiplication of a repeating decimal gives you an undefined result.

      Much in the way you get an ambiguous result if you try to supply "0" as the right operand to the divide-by operation.

  112. Re:RTFA, it's not that usage which he's objecting by Anonymous Coward · · Score: 0

    something like this?

    3( ) + 2( ) = 6
    5( ) + 7( ) = 9

    I'd hope they get introduced to letters first, makes the whole ( ) vs ( ) thing less confusing.

  113. Re:Wolfgang by Anonymous Coward · · Score: 0

    How did you know what my father wanted to call me!?

    (real story, my mother got me to be called something more normal)

  114. Good god... Who moderated this "Insightful"? by denzacar · · Score: 0

    So it's not just the understanding of the '=' sign that presents a problem, but simple reading as well?

    Students who have learned to memorize symbols and who have a limited understanding of the equal sign will tend to solve problems such as 4+3+2=()+2 by adding the numbers on the left, and placing it in the parentheses, then add those terms and create another equal sign with the new answer

    Students are treating the RIGHT side of the equation as if it were a SECOND equation. WHICH IS WRONG!
    The whole thing is a single equation.

    However, this understanding is incorrect. The correct solution makes both sides equal.

    See?

    4+3+2 is not equal to 9+2.

    CONGRATULATIONS! You have just been featured on Slashdot!
    This TFA is about YOU!

    --
    Mit der Dummheit kämpfen Götter selbst vergebens
  115. TEACH TO THE TEST is the culprit here. by Anonymous Coward · · Score: 0

    Sure the problem could have been written better, but I believe that the root of the issue is that the kids have been taught how to pass the TEST and not how to solve the problem. AKA teaching to the test thats been all the rage for the last 10-15 years. Teachers have been pressured by the administration to make sure that the kids pass the test, never mind how.

  116. Re:They should teach kids to use their keyboards t by Anonymous Coward · · Score: 0

    But how you render the second step?

    4 + 3 + 2 = _9 + 2 = 11 ?

    ASCII characters don't overlap.

  117. So let's solve the problem... by Anonymous Coward · · Score: 0

    I think the problem is supposed to tech students the correct application of parenthesis.

    I don't think it has any element of solving for a variable, as all the above posts are assuming.

    So my answer to

    4+3+2=( )+2

    would be

    4+3+2=(4+3)+2

    I am extremely confident that I am correct.
    Or not, whatever..

  118. is this the new math and Students dont get the old by Joe+The+Dragon · · Score: 1

    is this the new math and Students don't get the old math?

  119. Breathless Panic about nothing by mark99 · · Score: 1

    Jeez. There have always been lots of people who are crappy at math. And there still are. This is like reporting about rain. Yes - there is a general decline in math skills, but there has been a compensating advance in IQ and abstract reasoning. Society requires different skills than it used to - and frankly Math has always been of limited use to all but a chosen few.
    There are admittedly problems with our society, but your average Joe messing up symbolic manipulation is not really one of the biggies, and should not be high on the list of things we are worried about. IMHO.

  120. I totally agree with you by zizzybaloobah · · Score: 1

    I have a degree in Mathematics Education, and daughter just starting her sophomore year in college. 12+ years of figuring out what they were trying to ask from kindergarten phonics workbooks to high school algebra and pre-calculus. I can't begin to describe how many times when I was asked to help w/homework only to be met with cries of 'we can't do it that way', 'if I do it that way, it won't count', 'that how my teacher said to do it'. wtf are they trying to do and who came up w/these cockamamie teaching methods?

  121. Please excuse my dear aunt sally. by Joe+U · · Score: 1

    Is it really that confusing? The problem is the lack of logic and understanding of equality. It shouldn't matter what the equation looks like, if one side equals the other, one side equals the other.

    This is where I blame computers for making math a little more difficult.

    5 x 2 = x x 1 is a real PITA to go through when you type it out, even if you wrote it as 5 x 2 = X x 1, it looks like crap.

    5 * 2 = x * 1 works better, but no one outside of computers uses * for multiplication, which is a shame, because it doesn't look like a #@$@ing letter!

    Using the highest level of the order of operation is NOT a good replacement, even if it can be deciphered fairly easily.

    (5 + 2) x 2 + (4 + 1) = (() + 1) looks like crap as well.

    So, either solve for y, or use * to multiply.

    1. Re:Please excuse my dear aunt sally. by bledri · · Score: 1

      This is where I blame computers for making math a little more difficult.

      5 x 2 = x x 1 is a real PITA to go through when you type it out, even if you wrote it as 5 x 2 = X x 1, it looks like crap.

      ...

      I like to blame William Oughtred for choosing the cross as inspiration for the multiplication sign (a×b), instead of the interpunct (ab) like the apparently wiser heathens choose. For Christ's sake, the plus already looks like a cross...

      Damn, can't get the &sdot; to render in the preview, hopefully it will in the submission, so that should be (a&sdot;b) not (ab).

      --
      Some privacy policy Slashdot.
    2. Re:Please excuse my dear aunt sally. by mrchaotica · · Score: 1

      You know there's a reason why we have two symbols, right? The cross is the symbol for cross product and the dot is the symbol for dot product; when used on scalar values they reduce to the same operation -- multiplication.

      --

      "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

    3. Re:Please excuse my dear aunt sally. by EvanED · · Score: 1

      The cross is the symbol for cross product and the dot is the symbol for dot product; when used on scalar values they reduce to the same operation -- multiplication.

      So first, I'm no authority on mathematical history, but I'll bet you $20 that neither vectors nor the distinction of cross- and dot-products were invented (/discovered) at the time that Oughtred started the use of "×" for multiplication. So no, keeping the distinction between those operations had nothing to do with the selection of ×.

      Second, even if separate symbols existed, that's still not an excuse for choosing ×; there are tons of other symbols that could have been used instead.

    4. Re:Please excuse my dear aunt sally. by bledri · · Score: 1

      You know there's a reason why we have two symbols, right? ...

      1. William Oughtred chose the cross symbol a couple of hundred years before vector analysis was developed.
      2. If he had chosen the dot operator, then Gibbs (or whoever chose the cross symbol in vector analysis) would have invented/borrowed some other symbol. Who knows, maybe they would have chosen the cross and then I could blame them.
      3. It was a joke...
      --
      Some privacy policy Slashdot.
  122. This is what we get by kilodelta · · Score: 1

    For teaching to the test. I'm thankful that I came up through schools before all this crap was put in place. Learned the algebraic method etc. My involvement with computers reinforced the meaning of the = sign and then the four functions (+, -, /, *) as well as modulus and a few other statistical goodies in between.
    I suppose a calculus integral symbol or even the derivative dx/dy would throw em'.

  123. @My down-modder: Hey! It's not my fault... by denzacar · · Score: 1

    ... that you find the problems that stupid people are facing to be much like your own.
    But look at it this way. Mod points come and go to all of us, but stupid is personal trait.

    --
    Mit der Dummheit kämpfen Götter selbst vergebens
  124. blank spaces by kurtis25 · · Score: 1

    On a worksheet ( ) would be a normal way of saying fill in the blank a precursor to learning about variables. Kids are taught fill in the blank problems first and the ( ) is used as a blank space since in when written by a 5th grader (and many adults) _ tends to move toward the center line thus getting confused with -. It may even be confused with ~ if the writer had to much to drink last night.

  125. Re:= for assignment not unique to C-style language by clone53421 · · Score: 1

    And even before that, BASIC used LET X = 1, which wasn’t terribly confusing if you ask me.

    --
    Alexander Peter Kristopeit bought his basement from his mommy for one dollar.
  126. Wait... by pfunkmallone · · Score: 1

    Hrm. I see it like this:

    4+3+2=x+2

    4+3+2 = 9

    so, in order to make the left hand EQUAL to the right hand, I'd need to make x = 7

    so: 4+3+2=7+2

    Both sides of the "=" are 9, therefore equal.

    1. Re:Wait... by canajin56 · · Score: 1

      Congratulations, you are smarter than a fifth grader.

      --
      ASCII stupid question, get a stupid ANSI
  127. Re:RTFA, it's not that usage which he's objecting by History's+Coming+To · · Score: 1

    There's nothing wrong with 5+2=7=9-2 as a mathematical statement. It's not a traditional equation, but it's fine as a statement.

    --
    Please consider this account deleted, I just can't be bothered with the spam anymore.
  128. Logic and Argument by catchblue22 · · Score: 1

    I think the problem goes deeper than notation. From what I can see, students are too reliant on blind procedure to get the "answer". They often lack logical skill at the most basic level, missing concepts such as argument, truth, and falsity.

    Consider a contradictory system of linear equations, say,

    x + y = 5

    x + y = 2

    Of course, many students will fall back to the graphical approach with this, which is fine, except that I'm not sure they understand what graphs actually mean (e.g. the set of points which make an equation true). They will say there is no intersection, and they have equated the intersection of lines with "the answer", so there is no "answer". But do they understand that each line is the set of all points (x,y) that make each equation true, and that the lack of an intersection means that there is no single point that makes both equations true? Often they don't.

    And if they follow the subtraction procedure, where they subtract the second equation from the first equation, then they will get the contradictory equation

    0 = 3

    Many of them will be flummoxed by the meaning of this. They may make up non-sensical answers, or they may actually get the answer "no solution". But even when they get the answer right, I am not convinced that many actually understand the logical justification for what they say. I suspect many of them do not understand that the above statement is a contradiction.

    I think that one way to improve this is to instil in students the habit of logic at an earlier age. I think that teaching some basic logic at the ages of 12 or 13 would improve this. We need to teach these children that there is such as thing as truth and falsity, and that they need to back up what they say with some reasoning. We need to get them into the habit of giving their logical reasoning. I think this could help break the cycle where students learn that the only point of doing a question is to get "an answer" in order to get marks, as opposed to actually understanding a concept.

    --
    This and no other is the root from which a tyrant springs; when first he appears as a protector - Plato (423 to 327 BC)
    1. Re:Logic and Argument by ultranova · · Score: 1

      I think the problem goes deeper than notation. From what I can see, students are too reliant on blind procedure to get the "answer". They often lack logical skill at the most basic level, missing concepts such as argument, truth, and falsity.

      They are elementary school students. Applying concepts such as argument, truth and falsify in class will lead to detention. You are supposed to guess what your teacher means, then avoid contradicting it in any way. And that's a good thing, since it prepares them for the career skill of stroking the ego of their employer, if they happen to be lucky enough to get a job.

      </cynicism>

      --

      Forget magic. Any technology distinguishable from divine power is insufficiently advanced.

  129. Equality depends on the question being asked by kernelcache · · Score: 1

    For example: say that I had a dollar bill and 4 quarters, would those be equal? The answer is both yes and no... The 4 quarters and dollar bill have the same economic purchasing power, but the properties of each are different, including chemical makeup, density, look, etc. So they are in fact different, but the same. You could also argue that a glass of water is less than a pound of gold, but without the context...like being in the middle of a desert...you cannot rationalize the equality or inequality of the them. School doesn't tell the stories of the problems very well; schools now lack the excitement and curiosity provoking that needs to occur to bring kids attention back to learning and separate themselves from their video games, cell phones, and Facebook, etc.

  130. No... What SHOULD be... by denzacar · · Score: 1

    Is that the students should be taught to THINK instead of just memorize.

    Had the problem been 4+3+2=z+2 (Solve for z), would you also argue that it "Should be x, cause it is always x"? How about 4+3+2=u+2?
    How about $4 + 300 cents + 2x($1) = ($$$) + $2?

    Real life problems don't come in a "X marks the spot" form.

    As for who is to blame... well, that has been determined eons ago:

    Ssu-ma Ch`ien gives the following biography of Sun Tzu:

    Sun Tzu Wu was a native of the Ch`i State.
    His ART OF WAR brought him to the notice of Ho Lu, [2] King of Wu. Ho Lu said to him:
    "I have carefully perused your 13 chapters. May I submit your theory of managing soldiers to a slight test?"
    Sun Tzu replied: "You may."
    Ho Lu asked: "May the test be applied to women?"
    The answer was again in the affirmative, so arrangements were made to bring 180 ladies out of the Palace.
    Sun Tzu divided them into two companies, and placed one of the King's favorite concubines at the head of each.

    He then bade them all take spears in their hands, and addressed them thus:
    "I presume you know the difference between front and back, right hand and left hand?"
    The girls replied: Yes.
    Sun Tzu went on: "When I say "Eyes front," you must look straight ahead.
    When I say "Left turn," you must face towards your left hand.
    When I say "Right turn," you must face towards your right hand.
    When I say "About turn," you must face right round towards your back."

    Again the girls assented.
    The words of command having been thus explained, he set up the halberds and battle-axes in order to begin the drill.
    Then, to the sound of drums, he gave the order "Right turn."
    But the girls only burst out laughing.
    Sun Tzu said: "If words of command are not clear and distinct, if orders are not thoroughly understood, then the general is to blame."

    So he started drilling them again, and this time gave the order "Left turn," whereupon the girls once more burst into fits of laughter.
    Sun Tzu: "If words of command are not clear and distinct, if orders are not thoroughly understood, the general is to blame.
    But if his orders ARE clear, and the soldiers nevertheless disobey, then it is the fault of their officers."
    So saying, he ordered the leaders of the two companies to be beheaded.

    Now the king of Wu was watching the scene from the top of a raised pavilion; and when he saw that his favorite concubines were about to be executed, he was greatly alarmed and hurriedly sent down the following message:
    "We are now quite satisfied as to our general's ability to handle troops.
    If We are bereft of these two concubines, our meat and drink will lose their savor.
    It is our wish that they shall not be beheaded."

    Sun Tzu replied: "Having once received His Majesty's commission to be the general of his forces, there are certain commands of His Majesty which, acting in that capacity, I am unable to accept."
    Accordingly, he had the two leaders beheaded, and straightway installed the pair next in order as leaders in their place.
    When this had been done, the drum was sounded for the drill once more; and the girls went through all the evolutions, turning to the right or to the left, marching ahead or wheeling back, kneeling or standing, with perfect accuracy and precision, not venturing to utter a sound.

    Then Sun Tzu sent a messenger to the King saying: "Your soldiers, Sire, are now properly drilled and disciplined, and ready for your majesty's inspection.
    They can be put to any use that their sovereign may desire; bid them go through fire and water, and they will not disobey."
    But the King replied: "Let our general cease drilling and return to camp.
    As for us, We have no wish to come down and inspect the troops."
    Thereupon Sun Tzu said: "The King is only fond of words, and cannot translate them into deeds."

    After that, Ho Lu saw that Sun Tzu was one who knew how to handle an army, and fin

    --
    Mit der Dummheit kämpfen Götter selbst vergebens
  131. Bad research: it is a operator precedence problem by imnotanumber · · Score: 2, Insightful

    Someone already said: it is a operator precedence problem, not about students' interpretation of the equal sign. Looks like the researchers could not pinpoint where the misunderstanding is.

  132. The reasons by Anonymous Coward · · Score: 0

    The reasons many languages use different symbols are:
    1) It's marginally easier to write a parser that way.
    2) You can use assignments as expressions.
    Point number 2 means you can do stuff like:
    a = b = 3
    In Basic that would make a True or False depending on whether b equals 3.
    Of course, you can still write "b = 3: a = b" and no one stops you from adding this syntax to your parser: "a, b = 3" Granted, that wouldn't cover more complicated things like "a = (b = 3) + 5" but you can still write "b = 3: a = b + 5" and I would advocate the latter looks better.
    Still, those are the reasons; if you don't like them, you're free to use a different language. As for why ==, well I guess := is hard to type and they thought people assign more. Maybe they could have used :: at the time, but that road is closed to us now.

  133. Ask a stupid question... by mmmmbeer · · Score: 1

    The problem here is the way the question is asked. It should be 4+3+2=X+2, solve for X. The students are not so likely to be misunderstanding the equals sign as the odd paradigm of using parentheses to denote a variable. They're forced to try to guess what the question is looking for, and it's not so odd that some of them got it wrong. The chain of expressions connected by equals signs is exactly what is generally used when reducing an equation, so that's a perfectly valid use of the equals sign, and a reasonable interpretation of what is being asked for, although it should be 4+3+2=7+2=9. Still, it seems to me that maybe Capraro is the one who doesn't understand the equals sign.

  134. Math education in America is pathetic by Ereth · · Score: 5, Interesting

    Math education in America is pathetic. I went through my nephews High School textbook and there wasn't any MATH in it. There were lots of pictures of butterflies and "Why are we learning this?" columns and the whole thing looked like it was designed to be entertaining, rather than educational. The math was an afterthought, with hardly any problems, no explanations of those problems or how to solve them, and no answers. I was stunned, especially when I learned it was written by four math professors.

    There is some argument, of course, that this is on purpose, and that we fail our duties to educate our children because an educated populace would be a danger to those in power. I'm not prepared to accept that, but I do think we've completely failed in our duty, and the uneducated masses of today is evidence enough of that.

    My father has a saying, "There's no teaching if there's no learning. Until there is learning, you aren't a teacher, you are simply a presenter". I think we have far too many presenters, and not anywhere near enough teachers.

    1. Re:Math education in America is pathetic by EmagGeek · · Score: 3, Insightful

      It's too bad I already posted in this thread and can't mod this up. You're precisely right. The government education system abandoned learning a long time ago. Today it far more akin to another government make-work welfare program.

      Granted, there is something to be said for a well-designed, visually appealing text book, as long as it has actual material in it. I have some of my Dad's old Schaum's outlines from the 60's and 70's, and it's damn near impossible to learn anything from them because of the sheer density of material.

  135. What's wrong with Ohioan and Wyomingite? by Animaether · · Score: 3, Funny

    What exactly sounds weird about Ohioan and Wyomingite?

    More to the point.. why would those sound any 'weirder' than people from TexaS being TexaN or people from Puerto RicO being Puerto RicAn, while people from Massachusetts aren't Massachusettan but Massachusettsan?

    Not to mention Connecticuter.. cuter? Surely for pronunciation that should have been Connecticutter?

    At least Ohioan makes it more clear it's somebody from Ohio than New Mexican does for somebody from New Mexico.. that should have been New Mexicoan as well.

    Then again, I'm from The Netherlands, or Holland if you prefer, but you English-speaking folk insist on calling us Dutch.. so maybe I'm just used to these sorts of shenanigans ;)

    1. Re:What's wrong with Ohioan and Wyomingite? by Anonymous Coward · · Score: 2, Funny

      Then again, I'm from The Netherlands, or Holland if you prefer, but you English-speaking folk insist on calling us Dutch

      Hang on. The Dutch I know are always bitching about being called 'Holland' because that's just the name of a region in the Netherlands not the whole of it.

      You mean to tell me that now, when I've finally got the hand of that, Holland is now fine, but 'Dutch' is wrong? What other word for Dutch is there?

      You guys are just making this up as you go along.

    2. Re:What's wrong with Ohioan and Wyomingite? by acnicklas · · Score: 1

      Massachusettsan? They're called Massholes.

    3. Re:What's wrong with Ohioan and Wyomingite? by Jarik+C-Bol · · Score: 1

      well, I'm no linguist, but it just seems like a strange contortion to jump so directly from one vowel sound to the other in Ohioan (Oh hi Oh An?) and wiomingite always seems stretched, to many syllables. I dunno, it just that some of the 'resident of a state' terms seem overly cumbersome to speak.

      --
      I've decided to Diversify my Holdings. I've divided my cash between my left and right pockets, instead of all in one.
    4. Re:What's wrong with Ohioan and Wyomingite? by natehoy · · Score: 1

      while people from Massachusetts aren't Massachusettan but Massachusettsan?

      No, they are Massholes.

      But then again, I'm from Maine and therefore a "Mainer", or "Maineiac" if you're a Masshole. "Maineian" just sounds silly.

      From now on, I'll try to remember not to call you Dutch. Is "Hollandaise" better? :D

      Note to any of our fine southern neighbors that I may have offended: You're still more than welcome to come up and buy some lobstah. Ayuh. We're all still Sox fans, right? :)

      --
      "This post contains words, known to the State of California to cause thought. Wash brain thoroughly after reading."
    5. Re:What's wrong with Ohioan and Wyomingite? by adavies42 · · Score: 1

      hollander or nederlander. "dutch", properly speaking, ought to mean "german" (as it does in "pennsylvania dutch")

      --
      Media that can be recorded and distributed can be recorded and distributed.
      -kfg
  136. Re:Wrong - WHAT??? by Anonymous Coward · · Score: 0

    It all depends on what programming language you are talking about. For example,;;

    In pascal = is a test for equality and ;= is assignment.

  137. Hmm... by Aphoxema · · Score: 1

    I believe I understand what an "equal sign" means, but I've never really questioned it.

    In math I've come to understand everything as a... series of truths, such as

    1+1 is true to 2, therefor 1+1=2

    Then when I took pre-algebra for the first time in college (I had some serious problems in grade school and let's just say my educators failed to provide for me) the importance of the "equal sign" became more significant. Instead of trying to find one truth I might have had to find many, but I was never really removing or adding anything that wasn't there before.

    There was when I realized that my duty in establishing a connection on two "sides" of an equation had nothing to do with what I really did, it was either already true or not true or one side was not yet determined.

    So really the math itself changes nothing in the way I understood cause and effect and what I could do about it, you're just seeking a different expression of what's already there.

    I don't know if that makes any sense but it seemed like an awfully important thing to me at the time.

    --
    "Most people, I think, don't even know what a rootkit is, so why should they care about it?"
  138. Even university students do not understand = by Anonymous Coward · · Score: 0

    I was a math professor at an American university for several years. No matter how hard I tried, I could not convince a majority of students that it was incorrect to write

    f(x) = x^2 = f'(x) = 2x.

    To them, the equals sign just meant 'implies' or 'and next'. Eventually I resorted to subtracting a point from exams any time an equals sign appeared between unequal quantities. My students felt this was profoundly unfair.

  139. Go back and read your basic English book! by Anonymous Coward · · Score: 0

    I hope you know what the symbol ' means! It means that you joined two words. Thus math's actually is "math is".

    1. Re:Go back and read your basic English book! by jeremyp · · Score: 2, Informative

      Nope. That's not what it means at all. The apostrophe (that's its name) is used to denote the possessive e.g. JeremyP's post. It's also used to show that you've missed out some letters, as in "you've" or "it's" or "couldn't". So technically "math's" is correct, but nobody ever writes it like that.

      --
      All I want is a secure system where it's easy to do anything I want. Is that too much to ask ~~ Randall Munroe
  140. Excuse, me? Please drop the asteroid. Now! by Anonymous Coward · · Score: 0

    Too much. I think it's the current crop of students. When I went to school, that was explained in second grade when the teacher showed us how addition worked when written horizontally.

  141. Concrete Mathematics by colinrichardday · · Score: 1

    Even Graham, Knuth, and Patashnik use "=" instead of the is-an-element-of symbol (Hey Slashdot, would it kill you to support Unicode x2208?) in their use of Big O notation. In English, this would be a confusion between identity and attribution.

  142. Reminds me of "Expand (a+b)^2 by ami.one · · Score: 1

    Reminds me of some funny answers given by some students:

    Q: Expand (a+b)^2

    A: ( a + b ) ^ 2

    and

    Q: x^2 - 2 = 14 find x

    A: ^here it is.

  143. Two points I don't need to make by Anonymous Coward · · Score: 0

    but I am going to make them anyway:

    * Mathematics contracts to maths. Math would be a contraction of... mathematic? What sense does that make?

    * In 'the exception that proves the rule', prove means 'test'. Exceptions are what show the rule is incorrect.

    But you knew that, didn't you?

    1. Re:Two points I don't need to make by Rosy+At+Random · · Score: 1

      Whooops, that would be me there

      --
      Would you like a slice of toast?
    2. Re:Two points I don't need to make by MindDelay · · Score: 0

      mathematic doesn't exist. mathematics is the noun, not the plural of some other noun. "math." is an abbreviation of mathematics. when spoken, it's said "math" since you don't say "math period", and over the years the writing of "math." changed to "math" for reasons unknown. "maths" is just plain wrong.

      --
      Spiral out. Keep going...
  144. Re:US Writers Struggle With Understanding of 'Math by maxwell+demon · · Score: 1

    and suggest that it's somehow like complaining that a student in drivers' ed who has only driven automatic transmissions will naturally have trouble behind the wheel of a real car.

    So cars with automatic transmission are only imaginary cars? Strange, they seem to fulfil the role of a real car quite well.

    Now shut up with your stupid synchronous transmission! :-)

    --
    The Tao of math: The numbers you can count are not the real numbers.
  145. As a teacher, I have an anecdote by Anonymous Coward · · Score: 0

    I teach at a school that does not allow calculators until Algebra II (and only under limited circumstances). And graphing calculators aren't allowed until Calculus. I don't think I have ever seen *this* particular problem with our students. Of course they do have their own problems. So there is an anecdote for you.

    It is difficult art to craft a course where understanding is mandatory and memorizing how to solve a particular problem isn't enough to pass. And by memorization, I mean "Oh, a rate problem - I just double this number and dived by this one and write it down!" all while having no clue what they are doing.

  146. The question is just plain wrong by SmallFurryCreature · · Score: 1

    X is used for this, not (), not ?. X

    Before you question someone elses math, learn it yourself (not talking about parent, but the article submitter.

    There is a reason we use X and the reason is because it doesn't clash with anything else.

    () is for grouping.

    Really, calling kids out because they don't understand = and then not getting X yourself... how is that for irony.

    --

    MMO Quests are like orgasms:

    You may solo them, I prefer them in a group.

    1. Re:The question is just plain wrong by mwigmani · · Score: 1

      There is a reason we use X and the reason is because it doesn't clash with anything else.

      um, doesn't X clash with the symbol for multiplication? Wouldn't another letter, say 'F', be more appropriate?

  147. The = sign is only part of the problem by Anonymous Coward · · Score: 0

    In my experience, as a mathematics teacher, that is only part of the problem. Sure, some students struggle with equivalence vs. replacement, but it goes deeper than that. The arguments that students can't make sense of (), a box, underline, blank space, or x isn't true. They pretty much get the idea of where the answer goes. That isn't really an issue. For the U.S. student, many other factors come into play. First thing, they are convinced that in order to "do math" (or pretty much anything) one must be "gifted" at it. There are many cultural influences that promote such an idea. Those that can "do math" are geeks, nerds, or whatever derogatory title are socially inept, usually skinny, not cool, and you get the idea. Being intelligent and informed is not one of us, regular people. Since they feel that they need to be gifted, they don't try. It becomes a self-filling prophesy. My students, in particular, have no assistance at home. Their parents are often too busy trying to support their children or uneducated themselves. Then, there is the issue of the problem, itself, who owns it? The teacher seeks student understanding while the student is interested in filling the blank. They don't want to understand the problem. Too often I've heard the student cry, "I don't want to understand it, just show me how to get the answer!" Showing them "how" gets the paper done, but the student forgets how to do such problems, because it is throw-away information to them. The next page of problems will be different tomorrow. They are not interested in why the baby is crying, they just want to know how to get it to stop. It is a question of who owns what problem.

    In as far as comparing students "today" and student of the past, they are not different. I've done enough research into education history to get a clear idea that things are pretty much the same as they have been, and has been so for ages. There has never been a "golden age" of education and children have behaving the same as they always have. Pretty much everything has been tried. No amount of money, legislation, harping on the quality of teachers, or attacking unions is not going to change that. A little bit of common sense would tell you that you cannot force, cajole, convince, inspire, or entertain any child (or anybody) into learning anything if they are determined not to. Understanding the equal sign is a minor problem compared to the idea that "No Child Left Behind" is a possible goal. It should be that "No Child is Without an Opportunity." That should be the educational goal. After that, it is up to them. Place any blame, if there needs to be one, on the student in question.

  148. Re:Results of extensive research in the UK into th by maxwell+demon · · Score: 1

    The elder got the question in two seconds and filled the parenthesis with a 7 within 5. No help.

    A 7 within 5? I've never seen such a number. What does it mean to write a 7 inside a 5?

    --
    The Tao of math: The numbers you can count are not the real numbers.
  149. 4+3+2=...+2 (Solve for ...) by Anonymous Coward · · Score: 0

    A placeholder is a placeholder is a placeholder. No matter how it looks like. The equal sign is the important part.

    cb

  150. Precedence rules. by Anonymous Coward · · Score: 0

    Doing left to right evaluation with APL-like precedence rules (all operators have the same precedence) the original evaluation is correct. Change = (assignment) to -> (APL evaluates right to left so it uses an left-pointing arrow) and you get:

    4+3+2 -> ( )+2
    or
    9+2
    which does indeed -> 11.

    Granted, the use of ( ) is bizarre.

  151. The problem is the editors and... by vsigma · · Score: 1

    possibly even the people doing the study...

    I say this as a public high school math/science teacher in the US.

    In older and more traditional texts - the x or "empty square box" or the fill-in-the-blank-underline is readily found as the missing variable. It is only textbooks/materials from the last 5-10 years where that "( )" *@&#^&@%#^!!!#! has started to appear in the lower level, and now, the more advanced high school text books.

    When i first encountered it - I was totally confused by the question (like many here on slashdot). However, having gone to mathematics conferences, talking to people in the textbook publishing field, and the actual authors of some of these math texts - I can only conclude the following:

    1) A lot of the editors of these books are flatout clueless. Authors come up with the text materials, and insert blanks, question marks or underline in place of variables for the lower level/basic texts. However, from text translation from one form to another (example material formatted on a Mac and then opened on a PC) you get the occasional random character because of whatever reason (Yeah, I'm that old where I can recall this being a typical problem!) between formats. The editors see the strange characters, or heck, even a question mark, assume it's a boo-boo and have changed it into the whole parenthesis insanity. Since these same editor types usually don't just edit for one text - practices like this get transferred over from one text to another.
    2) from my experience talking to elementary / middle school teachers who teach math... the vast majority of them hated math as a topic with a passion. And when asked why - it comes down to the fundamentals of not really understanding the material. I have pointed this out again and again - when you have people teaching something that they've hated and/or don't truly understand - you are not going to get students who will grasp the material and understand it! These math teachers do not understand that the formatting/question method is not in the best interest of the students - and don't question it! They do enough to get by to get the kids to pass whats on required on the state exams - and they're done. So between a bad model and bad modeling - yes, you will get students who don't get it!

    it's just aggravating to me that when I teach chem/physics - a lot of times, I also have to teach what i call "Algebra-Zero" to show the kids what some of the things that they do is totally wrong, and how to it's really not that bad...

  152. Fail by Anonymous Coward · · Score: 0

    In mathematics, division has higher precedence than multiplication, which means your () is equal to 21/(3* (981727612785316256514034236^0) ), and that my friend is division by zero.

    1. Re:Fail by Anonymous Coward · · Score: 0

      If you're going to call a fail, you really need to be sure it's a fail. Otherwise you just look stupid. You're lucky you posted AC.

  153. How is self-reporting scientific? by Anonymous Coward · · Score: 0

    "For Australia, the United Kingdom and the United States, figures are based on health examinations, rather than self-reported information. Obesity estimates derived from health examinations are generally higher and more reliable than those coming from self-reports, because they preclude any misreporting of people's height and weight. However, health examinations are only conducted regularly in a few countries (OECD)."

    "it may be hard to see the difference between the 23% in the UK and the 30% in the US, but still it's a large difference..."

    A large difference only when you exclude the common notion of margin of error.

    http://en.wikipedia.org/wiki/Margin_of_error#Comparing_percentages

  154. The proper use of parenrhesis. by wfstanle · · Score: 1

    You have a very valid point!

    Parenthesis should never be used as a substitute for a variable. Parenthesis have a well defined meaning in mathematics. Using them as a substitute for a variable introduces confusion when a child is introduced to their proper use. There are many other symbols that can safely be used but avoid those that have a common mathematical meaning. Of course, in higher math, almost every symbol has a meaning, just avoid symbols that are commonly used.

  155. Re:RTFA, it's not that usage which he's objecting by Anonymous Coward · · Score: 0

    No problem, we have square brackets to handle that situation.

  156. Depends on the language. In php it would be by mrflash818 · · Score: 1

    === to test equality

    I think ADA was := [ http://groups.engin.umd.umich.edu/CIS/course.des/cis400/ada/array_summation.html ]

    Java, C, and C++ use ==

    Shell script, eq. ...If I am remembering correctly :)

    --
    Uh, Linux geek since 1999.
  157. Null Pointer Exception by medv4380 · · Score: 4, Funny

    So they don't understand NULL. That's acceptable. 70% of people saw the equation had a memory leak and carried data over into the null that just happened to be the last equation they saw. That happens all the time to a computer program that's not properly debugged. I'm more worried about the 30% of people who saw null and created X. Who are they to just randomly initialize variables to catch an exception that they didn't know was going to come there way any time soon.

    1. Re:Null Pointer Exception by shutdown+-p+now · · Score: 1

      As far as I'm concerned, () is not null, it's the instance of the unit type (aka 0-tuple).

  158. Here's the order I learned them by tp_xyzzy · · Score: 1

    This is the real order of how it was learned, not which order they were teached.
    1) numbers
    2) addition/substraction
    3) expressions (1+2+3+4)
    4) variables x,y
    6) equals sign x=10
    7) functions f(x) = x+10
    8) equations x+10 = 20
    9) booleans / and/or/not
    10) cartesian products (thanks to programming with structs in C language)
    11) types f(x) :: R->R
    12) solving equations x+10=20 => x+10-10=20-10 => x+(10-10)=20-10 => x = 20-10 => x=10
    13) implication
    14) logic (forall/exists)
    15) substitution
    16) equivalence class/equivalence relation (thanks to beta reduction/lambda calculus)
    17) subsets
    18) identity vs equality
    19) set theory (intersection)
    20) diagram commutes
    21) equalizers
    22) pullbacks
    23) limits
    24) inverse image
    I've omitted anything that I don't think are related to the equals sign problem in the topic. I'm probably still missing some important parts of the problem. It's really quite complicated problem when you start to think about it. You can use a lifetime studying the problem and it still can give you lot's of fun when you learn new things about it. And this is just one path how you can learn about it, there are probably many other nice ways to learn about it.

  159. Is it any wonder? by bhcompy · · Score: 1

    Major university math/engineering department chairs, well known scientists, and pretty much anyone with science or math degrees are protesting the most harmful thing to happen to math(and education) since No Child Left Behind. That horrible thing they are protesting is Everyday Math, which is continuing the destruction of math education in the US one bright young mind at a time. This article touches on memorization, but EM goes beyond that, since you don't even learn math mastery, and this is an elementary school program.

  160. So many mathematically inclined here... by Anonymous Coward · · Score: 0

    ... and so few approaching the problem correctly. All the posters complaining about nonstandard notation are supporting the researchers analysis!

    Changing one symbol in a mathematical expression shouldn't alter the function of the other symbols. The outcome of that function, yes, but not the inherent function itself. If you think it does, then you don't properly understand what the symbol means.

    More specifically, whether using 'x' or '( )', the function of '=' doesn't change. Knowledge of what '=' means and how it functions allows the reader to correctly interpret the nonstandard '( )' and solve the equation. Or at least respond to the equation correctly.

    If you followed the above, it should be evident now that using some nonstandard notation in testing students' understanding of '=' (or any symbol) is NECESSARY. Otherwise all that is demonstrated is the ability pattern-match, not understanding.

    Sorry this is AC, but I'm just a frequent lurker who general doesn't post. Unfortunately, this idiocy was just too much.

    -RAF

  161. I cannot take seriously... by thwack328 · · Score: 1

    ...any argument about the misunderstanding of the equal sign from someone who misuses the word "is".

    From TFV: "One of the bigger issues is, is that..."

  162. Re:RTFA, it's not that usage which he's objecting by Anonymous Coward · · Score: 0

    See, they should have never eliminated Reverse Polish Notation calculator!

  163. All Men are Created = by Anonymous Coward · · Score: 0

    All Men are Created = .
    But some of us are more = than others.

  164. Re:Pictures by MiniMike · · Score: 1

    No, the food on your MS Office ribbon is because you're an incredible messy eater. Stop yelling at MS Office during lunch, it's probably scaring your coworkers.

  165. ( ) what? by DaveGod · · Score: 1

    Speaking as someone never that great at maths...

    4+3+2=( )+2

    WTF is that meant to mean? My issue is not the = but rather the ( ).

    Surely the question should be:

    "If 4+3+2=x+2

    then what is the value of x?"

    Or, if you've not gotten into the whole letters representing numbers thing yet, follow the textbook staple of the underline for filling in the blanks, i.e. "4+3+2=__+2".

    If I see ( ) my assumption is there is meant to be a self-contained operation going on there, it's an instruction of the order of calculations. Everything that happens inside the brackets either has to be calculated first before you can calculate the rest, or you need to first rearrange the formula.

    x(y+z) means you either add y+z before you can multiply result by x, or rearrange formula to xy+xz.

    The students probably misunderstood the parenthesis as if it was "(4+3+2=___)+2=?". This probably still isn't right but there's a logic to it.

    Oh and I failed by Higher maths mock exam. My dad's friend, an engineer, started tutoring me and I got a good B (67-69%, probably scraping me into the upper quartile) in the end. The tutoring did it's job within the first hour. We went through my answers where he was immediately surprised I'd beaten some difficult questions. Turned out there was one thing I didn't know about which repeatedly gave me no chance in certain topics, as I recall we wondered if I'd simply been off sick the day it had been taught. 10 minutes of discussion and a few examples later it was learned and the next couple of lessons were clearly unnecessary and we decided to stop.

    If the mock papers hadn't been marked by a pool of teachers, and/or our class size had been less than the 30-something we had, then the teacher probably would have picked it up himself.

  166. Why I Suck at Math by stewbacca · · Score: 1

    Because math teachers in America suck.

    FTA:

    The problem is students memorize procedures without fully understanding the mathematics, he notes.

    Thank you American math teachers for teaching me how to memorize procedures for 12 years instead of, you know, actually helping me understand what it all means. Most importantly, thanks for not showing me how it applies to real life.

    1. Re:Why I Suck at Math by koreaman · · Score: 1

      I have a little bit of a beef with this. Why should math have to apply to real life?

      Is "this doesn't apply to real life" a valid criticism to apply to an English or History class? No, we study those subjects purely because they are interesting, and good intellectual training.

      The biggest problem isn't that teachers didn't teach you real-world applications of what you were doing; it's that they didn't make it clear that studying math is worthwhile (and dare I say fun?) even *without* any real-world applications!

      (Note: I'm not saying applications shouldn't be given their due, but reducing mathematics to applications doesn't do justice to mathematics.)

    2. Re:Why I Suck at Math by stewbacca · · Score: 1

      Nothing has to apply in real life. However, cognitive studies show that being able to apply something you are learning to real life improves cognition. This is especially true for adolescents trying to learn difficult concepts like trig or calculus.

      Some people teach or learn better in constructivist or behaviorist models, but I prefer cognitive learning models.

      Intellectual training is great...for students who are intellectual. For the majority of students, that's a waste of time, however.

    3. Re:Why I Suck at Math by koreaman · · Score: 1

      That's why students who don't want to study purely intellectual subjects and/or who don't plan on going on to university to study a traditional academic subject shouldn't have to take the same history, English, and math as those who do. For an example of how this can work, read up on the education systems of most western European countries, where students are sorted into different types of schools based on their interests and aptitudes around age 14 to 16 or so (depending on the country). This allows the standards in the "intellectual/academic" schools (which service approximately one third of students) to be kept quite high, while freeing everyone who doesn't want to go to college from wasting their time preparing for it. Their educational achievement is much higher than ours, and I think most of the reason is our one-size-fits-all "comprehensive high schools" (which are the exception, rather than the norm, among rich countries).

    4. Re:Why I Suck at Math by koreaman · · Score: 1

      I should also mention that, at least in France, England, Germany, and Spain (and probably others as well, but those are the only ones I've read about) even those students that go down the intellectual/academic track have some choice over what they study in high school. Don't like math or suck at it? Take (in France for example) the L (lettres) or ES (Economie-Sciences sociales) track in school rather than S (sciences). :)

  167. Modded down by... by Anonymous Coward · · Score: 0

    ...liberals who will go to great lengths to quash any free speech that is critical of them, yet demand unfettered and loudly proclaimed free speech when they wish to "dis" a conservative. Typical.

  168. You insensitive clod! by PPH · · Score: 1

    I have an RPN calculator. There's no equals sign on it!

    --
    Have gnu, will travel.
  169. Don't want to RTFA by rovolo · · Score: 1

    Did they test to see if 4 + 3 + 2 = 2 + __ worked better than 4 + 3 + 2 = __ + 2? I would think that the root problem is that the order they used looks too much like (4 + 3 + 2 = __) + 2.

  170. Re:RTFA, it's not that usage which he's objecting by Anonymous Coward · · Score: 0

    As I was looking at this, I was wondering about the study itself. Since parens are used to show precedence, It is conceivable the parens force precedence on the addition of the previous operands before applying the next addition, and 4+3+2 = ( ) + 2 is supposed to mean 4+3+2=(9)+2. In the absence of the parens, the precedence isn't in question, and it is a simple logical comparison such that it is obvious the 4+3+2 is supposed to equal 7+2.

  171. Singapore Math etc. by oldmac31310 · · Score: 1
    I'm no expert by an means - I have son in 2nd grade.

    When I used to help him with his homework I was often appalled at how poorly written his mathematics books were. Often there were problems that were impossible to solve because there were mistakes in the figures or wording. I would usually write a note in the margin explaining why the problem was insoluble. No feedback from the teacher, ever. I personally found the Singapore Math to be counter-intuitive. That's a pretty bad foundation for later learning

    Seems to me the majority of teachers are actually stupid and merely get by on having the teachers' answer book. They barely comprehend the basic mathematics themselves. They have too much work to do to do their jobs properly(!)

    The other thing that has always annoyed me deeply is this phonetic spelling thing. Parents are told not to point out spelling errors (because it might hurt little Johnny's self esteem!) and that phonetic spelling is acceptable in the early years of school. My question then is - when is incorrect spelling no longer acceptable? At retirement age? I think this nonsense goes a long way to explain the very American their/there/they're debacle.

    --
    http://www.acetonestudio.com
  172. Re:Sorry, in what context is "()" used as a variab by suso · · Score: 1

    An anonymous scalar or something like that? Seems vaguely perlish.

  173. Re:RTFA, it's not that usage which he's objecting by Jesus_666 · · Score: 1

    I'm from Germany; we had calculators in school. However, we only had them for the last few terms. Essentially, we were allowed to use calculators that could solve problems not in the current term's curriculum. Linear algebra is not about adding and dividing numbers or calculating random square roots in your head, thus we were allowed to use tools to do that for us so we could focus on the problem at hand.

    Of course we could have stuck only to problems that break down into integers and simple fractions but the real world doesn't always work like that. It's much better to have a graphing calculator that enables you to tackle some more realistic problems. (And no, they weren't useful for cheating. We had to use school-supplied calculators for our tests.)

    --
    USE HOT GRITS WITH STATUE OF NATALIE PORTMAN (NAKED AND PETRIFIED)
  174. Re:Results of extensive research in the UK into th by Anonymous Coward · · Score: 0

    The elder got the q in 2 seconds and filled the ()'s with a 7 within 5 _seconds_.

    As in:

    "He ran the first 100 metres in 10.4 seconds and finished the 200 within 20.2".

    I suppose deliberate a misunderstanding might be modded funny...

  175. It's a conspiracy by Anonymous Coward · · Score: 0

    9 = 11 9 || 11 Get the tinfoil hats.

  176. Re: Nonstandard notation by oldmac31310 · · Score: 2, Interesting

    I agree completely. See my post re Singapore Math. My mathematical abilities are nothing special at all, but the way these books for elementary school are put together is awful. There is a reason for standard notation and syntax and throwing that out to make it easier to understand with no standard way of doing it makes it even more confusing. I expect that my sons will have an even more difficult struggle with mathematics than I had.

    --
    http://www.acetonestudio.com
  177. Wow. by maillemaker · · Score: 1

    I had no idea the intent of the parenthesis was to indicate a variable.

    --
    A work that expires before its copyright never enters the public domain and thus enjoys eternal copyright protection.
  178. Bingo. by maillemaker · · Score: 1

    The question lacks context. If the idea was to use ( ) as a variable (say, "x"), then the question would have to say, "Provide the appropriate value to go in the parenthesis to solve the problem".

    --
    A work that expires before its copyright never enters the public domain and thus enjoys eternal copyright protection.
  179. Re: Nonstandard notation by oldmac31310 · · Score: 1

    looks like my post on Singapore Math got thrown in the memory hole. What's up with that /.?

    --
    http://www.acetonestudio.com
  180. I summed the left and right hands of the equation. by maillemaker · · Score: 1

    >Am I the only one who absolutely DID NOT understand your answer? How do you go from: 4+3+2 = 9 to: ( ) + 2 = 2 ? It makes no sense.

    I summed the left and right hands of the equation separately.

    The left side was 4+3+2, which equals 9

    The right side was ( ) + 2, which I interpreted as 0 + 2, which is 2.

    --
    A work that expires before its copyright never enters the public domain and thus enjoys eternal copyright protection.
  181. No authority. by maillemaker · · Score: 1

    I have no authority to cite. I simply did not understand that ( ) was to be interpreted as "x" (or some other variable).

    Thus when I see ( ) + 2, I interpret this as "nothing plus two". Parenthesis are operators, and the operators are operating on nothing, thus nothing is being added to two.

    --
    A work that expires before its copyright never enters the public domain and thus enjoys eternal copyright protection.
  182. It's ambiguous by Animats · · Score: 1

    If you use a system that does mathematics, like MathCAD, you run into the ambiguities of the equal sign. There are multiple meanings, and in most automated systems, there are separate symbols for them.

    • Assignment or evaluation. This is the meaning of "=" in C and the meaning of "=" on a simple calculator. Some programming languages use ":=" for this, to reduce ambiguity.
    • Evaluated comparison. "==" in C, "eq" in some programming languages.
    • Definition. "f(x,y) = x + y" In most programming languages, this has a unique syntax.
    • Identity. "x + y = y + x". This is often written as a triple bar symbol. Both sides are equal regardless of the values of the variables. The scope of variables in an identity is usually local to the identity.
    • Algebraic equivalence "y = m * x + b".

    Then there's operator precedence and scope. In advanced mathematics, this can drive you nuts, as papers often introduce new notation without being clear on operator precedence. There's also the macho thing in mathematics of using as few parentheses as possible. Variable scope issues in math are awful. I once encountered a symbol in a book on nonlinear differential equations which was defined in the previous volume of a two-volume set.

    This isn't a trivial issue for new students.

  183. the premises of our education by surd1618 · · Score: 1

    Math was introduced to me like this: arithmetic (and a little geometry) -> pre-algebra -> algebra -> basic geometry -> basic algebra -> more algebra -> trigonometry -> calculus. I feel like one of the fundamental problems with my education was that it seemed like arithmetic was fundamental, but geometry is just as basic. I think the real heart of the issue to me is logic. I believe that math and logic are important enough to our education (and increasingly so) that the two should not be conflated, but taught separately. I think part of the reason that they are mixed together is the apparent difficulty of logic. Most adults don't seem to be able to discuss it, even though they use it constantly. Teaching it to children at a young age seems crucial to me. I think that kids ought to get a separate logic book. I haven't worked out the particulars, but I'd say that issues like how == works would be covered, maybe as early as ... third grade? By 6th or 7th grade, I think most kids could have a handle on types of proofs, the if-then stuff, the rudiments of sets, and AND, OR etc. Obviously, the way that such a class could be 'sold' to parents, educators, politicians etc. would be as a computer class, but I think it would be equally (if not more) important as a foundation for higher math. I would have much preferred a logic class to the daily worship sessions I got at my tiny private elementaryand middle school. Too idealistic? Too high of expectations? I feel like for America right now, it's sink or swim.

  184. Whatever, I figured it out by Anonymous Coward · · Score: 0

    All this whining over notation and whatnot. I dropped out of high school but I understood what they meant. Are all you college educated people seriously telling me that you can't figure out a problem if it isn't *formatted* properly for your smart brains to interpret correctly? Seriously...

  185. Re: Nonstandard notation by CharlesEGrant · · Score: 1

    I guess I can't argue with you about the overall success of the new math, but I have very fond memories of it. I was in third grade in 1965 and well remember the exercises in counting in base 2, base 8, and base 12 using popsicle sticks. I well remember the lightening flash of understanding: "Oh, there are numbers, and then there are the representations of numbers, and each number can have many representations". Then I switched schools, and math became an exercise in tedium until I got to college.

    The "new math" taught in the 60s was designed by mathematicians. The new "new math" (AKA Discovery math) being taught today was designed by educational theorists. Maybe the new math of the sixties was only suitable for students who were going to go on to become mathematicians, computer scientists, or physicists, and only when taught by teachers who really understood the point of the material. From what I've heard of discovery math, it's only suitable for people who are never going to do any math, and who will rely on calculators for simple arithmetic.

  186. wtf by Anonymous Coward · · Score: 0

    So the work would look like 4+3+2=(9)+2=11.

    If you are going to shit on someone, atleast do it proper.
    4+3+2 = 9
    Therefore
    4+3+2 = (7)+2
    So the work would look like 4+3+2=(7)+2=9

  187. Isn't the correct answer? by kreiderb · · Score: 1

    Looking at the problem isn't the correct answer 4+3+2=(4+3)+2 or 4+3+2=(3+4)+2 The problem with parenthesis are they have a mathematical meaning already. They determine the order of precedence.

  188. Khan Academy by Merritt.kr · · Score: 1

    Seems to me like these kids should spend some time at Khan Academy.

    --
    It is no measure of health to be well adjusted to a profoundly sick society. - Krishnamurti
  189. Re:Pictures by Anonymous Coward · · Score: 0

    And that's why it takes me an extra half-hour to do basic things in Word anymore - I can't figure out where to look for the picture of something that I used to know how to find just fine on the frakking menu in the previous version of Office.

  190. Stupid article; 98% stupid responses by Anonymous Coward · · Score: 0

    It's not as simple as understanding an equality. Parentheses have a specialized meaning that conveys their contents as separate and a whole term unto itself in some sense. Therefore, putting an equal sign to the left of an empty set of parentheses *is* confusing if you haven't encountered it as a convention. My first thought upon seeing 4+3+2=()+2 was that there was a typo after the parentheses. My second thought was solve the left term and add 2 just like the kids did.

  191. Re:= for assignment not unique to C-style language by Steve+Max · · Score: 2, Informative

    Fortran (at least up to Fortran77) uses "=" just for assignment. For comparisons we have to use (x.eq.y). The system works pretty well, and much simpler than C. However, typing .eq., .ne., .gt., .and., etc at every logical group is a royal pain in the ass.

  192. Re:RTFA, it's not that usage which he's objecting by Anonymous Coward · · Score: 0

    Well, those math teachers must have known Lisp in a past life or something.

  193. Re: Nonstandard notation by Anonymous Coward · · Score: 0

    The Stanford Studies Mathematical Group (SMSG) series of math texts was, to my memory, the flying wedge of what was termed then "The New Math".

    You, sir, are lying. Neither Stanford Studies Mathematical Group (SSMG) or Stanford Mathematical Studies Group (SMSG) shows up on google or wikipedia. So Ha! Troooooooololololol

  194. I am not from the US... by KritonK · · Score: 2, Insightful

    ...and I had a very hard time understanding why one would put anything other than a 7 inside the parentheses.

    Then it dawned on me that, apparently, some US students interpret the "equals" sign as a "write the result of the preceding arithmetic operations" sign, which the students promptly do. Then, they see the "+2" following the parentheses, and are completely dumbfounded by it, so they assume there is a missing "write the result of the preceding arithmetic operations" sign, which they add, so that they can enter the result of "9+2" after it. Presumably, "+" does not mean just "plus", but “add these numbers and write the result after the "write the result of the preceding arithmetic operations" sign”.

    Wow!

  195. Solve for variable. by Anonymous Coward · · Score: 0

    It's comes down to this statement. Solve for variable. No one in the history of schooling has ever had to solve for parenthesis.

  196. Re:RTFA, it's not that usage which he's objecting by Bigjeff5 · · Score: 1

    4+3+2 is not equal to 9+2.

    Which is why 70% of the kids added "=11", which is correct.

    They simply underestimated the importance of the = sign, and were simply following calculator math: "4+3(7)+2(9) = 9+2(11) = 11"

    I'm sure every one of them thought "That's an odd way of writing the question, and there's no place for the final answer! Oh well".

    If they don't know how to solve for X, of course they're going to have a hard time with anything that tries to get them to solve for a retarded substitute for X. Just have them solve for X, damnit!

    --
    Security is mostly a superstition... Avoiding danger is no safer in the long run than outright exposure. - Helen Keller
  197. Re:RTFA, it's not that usage which he's objecting by Anonymous Coward · · Score: 0

    To add an example of my own [1+2+3+4+5]

    1 + 2
    = 3 + 3
    = 6 + 4
    = 10 + 5
    = 15

    I blame overuse of calculators if that's the case.

    Your explanation is a good example of poor use of the equal sign. It says, among other things, that 1+2=15.

  198. I See What Happened Here by pgn674 · · Score: 1

    BTW, the example equation (function?) of 4+3+2=( )+2 is weird. It would be more proper to write it as 4+3+2=X+2. Anyway, I think I can see why someone would make the example mistake. It's a confusion of the order of operations. If someone thinks + and = are on the same level (like + and - is) and does it left to right, then an ignorant person would see the equation as [4+3+2=( )]+2. Therefor, they replace ( ) [or x] with 9, and then tack on the +2 and solve/compute the new 9+2 equation.

    By the way, on a related note, is there any proper way to add on operations to an equation that you're solving or simplifying live? For example, when trying to figure out the proper placements for the items on an image, you may be working with a bunch of dimensions and considerations. As you muddle through it on paper, you write 73-27=46. Then, you realize you need to subtract some more, so you continue writing and get 73-27=46|-24.75=21.25. Then you realize you need half that, and so you write some more and finally get 73-27=46|-24.75=21.25|/2=10.625. Of course, if you were to present this to someone, you would write it as (73-27-24.75)/2=10.625, but a train of thought (or at least my train of thought) doesn't always think that far ahead during computations. So, I use the bar | notation above, or sometimes use new lines, but is there any "proper" way to do it?

  199. Re:RTFA, it's not that usage which he's objecting by mcubed · · Score: 1

    Exactly, but I don't think this problem is particularly new, or maybe I was just "ahead of my time" in the ignorance department. After getting excellent grades in all subjects through elementary school, I hit my first skid in 7th grade pre-algebra, and it was because of this problem. I spent much of a semester failing or barely passing tests simply because I didn't get that an "equation is a whole across," as you put it. You can only get so far when you have a fundamental misunderstanding of what "=" really means. Once it was finally explained to me, I did fine and my grades recovered. But it shouldn't have taken my math teacher (who was a putz) so long to figure out what was going wrong. Sure, sometimes students are lazy, but just as often teachers are inattentive and unmotivated. If you can't get the basic principles across, you aren't doing your job.

    --
    "No live organism can continue for long to exist sanely under conditions of absolute reality;..."
  200. Re:RTFA, it's not that usage which he's objecting by Shin-LaC · · Score: 1

    I hope you showed her that "moving something to the other side" is actually shorthand for adding its opposite to both sides and simplifying.

  201. Re:Home Schoolhttp://news.slashdot.org/story/10/08 by buybuydandavis · · Score: 0

    But home schooling pretty much fails to develop a kid's social skills. And I've always felt that one of the more important things that public schooling does is develop social skills.

    I've always found this argument peculiar. It amounts to the claim that Lord of the Flies is the model of proper socialization.
    Is the accumulated wisdom and practice of society better learned from those who haven't yet acquired it, or those who have?
    From my rather limited experience, the maturity of a child is in direct proportion to the time he has spent interacting with adults.

  202. What?! by Anonymous Coward · · Score: 0

    I would read ( ) as an empty set, not as zero. Methinks you're just making up notation on the fly here.

    1. Re:What?! by skids · · Score: 1

      Sets use curlies.

  203. This is because of calculators by kevinadi · · Score: 1

    I don't get why so many people here are confused by the brackets. To me, an equal sign simply means the left part and the right part of the sign are the same thing. Anything that is not a number or an operation is simply variables.

    My first thought when I see that 4+3+2=()+2 is to remove the 2s and arrived at 4+3=(). I had more difficulty understanding the 4+3+2=9+2=11 part, since it makes no sense whatsoever in the presence of the equal signs, until I realized that it makes sense for people that use calculators.

    I agree that the problem stems from the use of calculators in school, where people would equate the equal sign as an operation (on par with +,-,etc).

    This is a good reason to bring back the old RPN HP calculators and mandate its use in school. Those things don't have an equal sign and basically forces you to perform math properly.

  204. Is this how single-variable algebra is taught? by jaja...schonklar · · Score: 1

    Wow...I agree. I think the problem here is not that the students don't understand the meaning of the "=", but that it is stupid to use a empty pair of brackets (with no well defined mathematical meaning) as a substitution for a variable... Is this really how single-variable-algebra is taught in US high-schools?

    --
    The way to academic success: always tell people that you think their problems are crab and that you couldn't care less..
  205. SMSG by Aquila+della+Notte · · Score: 1

    SMSG, or Some Math Some Garbage, as we clever 7th graders used to call it back in the day.

  206. Re:Pictures by Hognoxious · · Score: 1

    Are you suggesting that Microsoft employ fast food operatives as interface designers? Hmm, you might be on to something.

    //to do: invent jibe about open source interface designers

    --
    Confucius say, "Find worm in apple - bad. Find half a worm - worse."
  207. Re:RTFA, it's not that usage which he's objecting by OrangeCatholic · · Score: 1

    Abolish? Infix is appalling, and I use calculators very sparingly, like 5 or 10 numbers added together per week.

    It has no purpose, unless you want to perform exactly one operation on exactly two numbers and then never do anything again. If that's what you're doing, infix is A-OK.

  208. Re:And I have to call BS on the writers of the stu by Anonymous Coward · · Score: 0

    I just asked a ten year old boy, whose mother brought him into the office. His answer, without hesitation was '7'. And this kid is not in any special program or considered a whiz of any kind. He did not even understand the explanation of the wrong answer. 'Huh? That's stupid', was his response. Out of the mouths of babes.

    Did the researchers get their subjects from a school for the mentally challenged and not realize it?

    And now we go from a problem in math understanding to a problem in science understanding: specifically, that an anecdote is not a study.

  209. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  210. Re:It should be: 4+3+2=x+2 (x is a troll) by xenek · · Score: 1

    I am not an engineer and understood the problem immediately. Calculating and checking the solution wasn't required, for it was an additional trivial step, that I would only undertake if I needed to know the value of x. Understanding the mathematically precise version (according to the engineers) took longer, because it had additional information that was not required. I had to review the problem to check my understanding of it was correct, for aside from being longer, it used English words surrounded by brackets as additional instructions in a problem that originally only used mathematical symbols, if not precisely correct ones, according to the engineers. (Solve for x) should be obvious to anyone not programmed to only think one way, although pointing out that this was incorrect is perhaps correct. While it is important to teach things using absolute precision from time to time, this should be done in moderation. I suspect that by forcing and enforcing the use of absolute precision, the ability to subsequently think in ways not absolutely precise may be reduced. This might be useful if you want to modify the way people think in different nations. Humans are not computer programming language compilers. Always expecting and enforcing the perfect use of a single particular method when expressing a problem that is intended to be solved prevents alternative methods from being used or tried. Optimization requires us to constantly create and try alternatives, not to mention attempting to both shorten and simplify things. Choosing methods of expressing problems based primarily on teach-ability may prevent students from learning for themselves. Choosing methods of expressing problems based primarily on teach-ability probably prevent the teachers from learning as well, which in turn may affect the students ability to learn from them. These observations may not apply to this particular example. I am not a teacher, so these observations might be more appropriately called guesses or assumptions, or bullshit. If I apply a mathematical method of explaining them I think they might be called explanations of possible interpretations. I don't know which specific "completely precise" definition of the word equation you are applying to what the author of the summary termed a "problem", so I certainly don't know if your claim that the equation lacked the precision of mathematics is correct. I do know the author of the summary also used the word 'work' and the word 'procedure'. I have now read many differing definitions of the word equation and am little wiser. Unfortunately, each explanation I can understand and interpret in many different ways. If I could improve mathematics myself, considering myself a well-intentioned perfectionist, I certainly wouldn't waste time being draconian with minor variations in the presentation of simple primary school algebra problems. I would create new words for numbers, ensuring they were all single-syllable up to 1,000,000. Or as far as we can, at least. To 100 would be a start! To have to resort to saying twen-ty-two in three syllables is stone age, at best. And how many times can 2 go into 11 ? (the time spent saying) Does this equal three ? (or not) Further, I would also create new single syllable two, three or four letter words for every other thing associated with counting, calculation, and mathematics. This is a worthy job, and no doubt it would give engineers much joy to be pedantic about the precise pronunciation of the expression of the new mathematical terms. Reducing the time spent saying and expressing numbers and formulas would probably be a far better way to improve mathematics and the teaching thereof. This would also achieve that which those engineers and teachers who program would perhaps most appreciate - a distinct separation between language and mathematics. Subsequent to this we could legitimately expect others to adhere to absolute perfection with no margin for error within what would then be clearly only ever a static and unchanging mathematical domain. I wouldn't join you there. Getting back to my original point, maybe Americans would be better at understanding the concept of e-quals if it was simplified to just "eh". I know it would have helped me. Here's hoping I wasn't vague.

  211. Why It's Confusing by anguirus.x · · Score: 1

    The reason the expression 4+3+2=()+2 is confusing to you ol' slashdotters is because you don't really understand what the equal sign means. You also apparently don't really grasp the concept of assignation. The equals sign simply means "is equivalent to" or "can also be written as". 4+3+2 can also be written as ()+2 which can also be written as 9. Assignation is denoted by a similar symbol made up of three parallel horizontal lines. Don't confuse computer science with mathematics.

  212. Wrong? Wrong. (Collective nouns are complicated) by pimproot · · Score: 1

    This is not the rule, nor are several other popular explanations I've heard. Unfortunately, the end result is that I hear many people in America saying things like "Aerosmith are playing ..." specifically when talking about bands. My guess is that this is because the hipster types who do the most writing/talking about bands have a hypercorrective urge to appear cultured by conforming to fictional linguistic oddities.

    For the real rule (well, description of common use before the fauxrule took hold), see http://en.wikipedia.org/wiki/American_and_British_English_differences#Formal_and_notional_agreement .

  213. Get over the notation, you forgot the language... by MaloS · · Score: 1

    There is an enormous amount of complaining about notation here...funny. Get out of your engineering/prorgramming mindsets, it makes you look just as bad as the kid who does not know what '=' means in a mathematical statement. Look, we have the statement 4+3+2 = ( ) + 2. First of all, focus in on the fact that the person reading this statement is not someone who knows things such as programming, or would even try to analyze the idea of 'nothing in the parenthesis - must be a zero'. We are looking at kid, who has numerous times already seen the problems of the form 5 + 6 = ( ). The language is not new to a 1st graded, 2nd grader, 3rd grader...and you know what, it is not new to any of you either, you are just hung up on the way you learned mathematics later in high school and then in college. You are even hung up on the symbol 'x' which carries alot more extra meaning than the empty space. (Think about the problem: fill in the blank, "I _______(eat) too many cookies for breakfast and now my stomach hurts" - I am sure most of you have no issues realizing that the problem is asking you to write down 'ate', not 'blame my sister for having eaten'). Return to the original issue at hand. The schools in United States are focused on having kids learn to solve specific format of the problem. Mathematics are not taught as a set of rules that can be applied universally. Rather - for every problem there is a specific order of steps you follow. Change the problem slightly, and everything goes downhill, students try to do stupid things. Heck, in high school I had a teacher who would give word problems with more information given then necessary to answer the question. We had a straight-A student stumped over it because he couldn't figure out what equations he had to invoke to use all the data! Education here does not push understanding the problem - it pushes memorizing solutions. So the kid in the OP's example sees '4 + 3 + 2 = ( ) ...', and ignores the rest of the statement. It's more of 'I know what to do with this set of symbols!', not 'what does this line say?' Someone here calls it a poorly debugged complier - but a compiler is worthless as a human being. Educating to understand the meaning of each individual symbol should produce students that have no issues understanding such new statements 99% of the time. What I am trying to say: we should be trying to teach a language. There is no difference between "4 + 3 + 2 = ( ) + 2" and "sum of four, three, and two is equal to sum of something and two", and the remainder of the question is just "fill in the blank", which someone taking a test is keenly aware of. Understand the meaning of symbols - parsing is trivial for the human brain. Don't understand the meaning of symbols - and you are an outdated compiler. On top of this: you folks are so obsessed with the variable... many times to date when teaching kids I found that having an empty space for a number is much easier than an x. Kid with no prior education in equations will attempt and likely succeed to solve an equation with variable listed as an empty box (mind you, I focus on teaching my students to understand individual symbols as words in a sentence). Put in an x without prior explanation - things go downhill fast. The variable itself is an abstraction that takes quite a bit of effort to understand, and many many people never understand at all (going through years of even college level education after).

  214. Teaching Mathematics - not teaching how to pass by Dazzadowling · · Score: 1

    In my experience (over 15 years of tuition and teaching in mathematics and physics to all ages and abilities) people's 'understanding' of such mathematical statements varies wildly. I have had many students who could answer the question correctly and yet fail to explain (correctly) how or why they arrived at the answer. For me that they have not learnt any mathematics there but simply how to get by. I have also had students who could answer the question correctly but their 'explanation' was technically incorrect. In fact this is extremely common with such algebraic statements and most of it is down to how they were taught maths at a very early age. In my opinion most of this groundwork is laid at Primary school age (up to say age 11) and sticks with them for a long long time unless those misconceptions are tackled by an expert. The vast majority of primary school teachers (at least here in the UK) have no formal mathematical qualification (by that I mean at least a decent grade at A Level) and a tiny tiny percentage have any form of mathematical degree (that is before we consider the quality of that degree itself and their teaching) and yet they are responsible for getting this concepts down and clear and laying the foundation for potentially another 10 to 15 years of advanced maths. I have seen many of my A Level students (ages 16-18), some of whom were getting good grades, fail to truly understand or explain expressions similar to those above. It is quite important to tackle these ideas at an early age, and it is surprisingly easy to do as well. Sometimes it can be as simple as not ever explaining what the "=" actually means (or later the difference between an equation and an identity). Sometimes it is an over reliance on just one or two examples (when I introduce algebra I am sure to use a variety of letters, symbols, pictures and examples rather the age old standard "x" or "empy box"). Sometimes it is born out of poor technique ("move things to the other side" - no such mathematical operation). Sometimes it is as a result of the teacher failing to explain what they are doing and why (which can be difficult for abstract mathematics but the maths we want a 6 to 16 year old to learn can be firmly rooted in real life analogies and examples as long as it is made clear they truly are just a crutch to help the student understand).

  215. School sucks by Kuruk · · Score: 1

    Well I had no idea learning what the = sign means (20+ years ago).

    Either the school's now cant teach anymore or the current generation dont need to understand what the = sign means.

    How long until books are written in sms text speak (l33t speak even)?

  216. Greater-than/Less-than issue by newgalactic · · Score: 1

    For years I struggled with the greater-than/less-than signs because I didn't realize that the limitation of reading it from left-to-right was in effect. I often wondered what would happen if you went from right-to-left, would you have to change it from greater-than to less-than (or vise-versa)? I don't know how, but I was never ever able to convey that question to any teacher well enough for an answer. Nor did they ever explain it so I understood. I was so furious at myself years later when I realized (during a programming class) the simplicity of it.

  217. common knowledge by Ben1220 · · Score: 1

    I'd always thought that equality was simply a transitive, symmetric, reflexive, binary relation that partitions a set into equivalence classes. Very simple concept, I'd always assumed this was common knowledge...

  218. Re: Nonstandard notation by Anonymous Coward · · Score: 0

    I totally agree. I'm stumped looking at my kid's maths homework in Grade 1 at times (in Australia). Granted, this is before they have been taught mathematical symbols (+, - etc), but the questions themselves are not laid out logically, or explained in the book, and a bunch of non-standard terms are used for the exercises - 'Reversals' etc.

    How about, instead of introducing a bunch of non-standard terms and illogical questions, they just teach fucking maths.

  219. Re:RTFA, it's not that usage which he's objecting by Anonymous Coward · · Score: 0

    4+3+2 is not equal to 9+2

    Quite. But also not the point. The very point TFA makes is that kids are *not* viewing the equals sign as indicating definitive (comprehensive) equality, but rather as progressive (incremental) equality--more akin to algebraic calculator style evaluation. Combine this with an underdeveloped notion of operator precedence--also forgivable at grade school level--and I can see where this particular monstrosity arose.

    That is, TFA is arguing that these kids are interpreting "4+3+2=()+2" as "[4+3+2 => ( )]+2". When confronted with the dangling "+ 2", they guess that they are supposed to evaluate again. Wrong, but understandably so.

    Instead of calling our kids "stupid" when they make this mistake, *educate* them as to where they went wrong. That's why it's called "learning" and not "knowing".

  220. You're right! It's a communist conspiracy! by Benfea · · Score: 1

    If only all of us were as edumacated and intellectshul as you all's conservatives!

    I find it hilarious that conservatives spend so much time demonizing smart people ("Intuhlekshul ELEET!"), then turn around and insist that only dumb people would fall for liberalism (which in turn implies that you must be smart, at least by comparison). Can you make up your minds, please? Is being smart good or bad?

  221. Then presumably... by maillemaker · · Score: 1

    Then presumably the test instructions said something like "Solve for what goes in the parenthesis".

    Because like I said, if someone asked me what ( ) + 2 was, I'd say 2.

    Steve

    --
    A work that expires before its copyright never enters the public domain and thus enjoys eternal copyright protection.
  222. Old saying by Anonymous Coward · · Score: 0

    Somebody once told me something that stuck with me, particularly after I moved to the US from Europe and had the pleasure of dealing with public college teachers:

    "Those who can, do. Those who cannot, teach."

    Incidentally, coming from a former Eastern Block country, I found the entire first two years of non-degree college courses (with the exception of English classes) redundant, despite coming from a bio-chem focus high school and going into CS major. CS theory classes were not, if only because we were just getting computers in schools when I was graduating (git off me lawn and all that). Though I was extremely surprised at the lack of actual programming in a CS degree curriculum. Since I enjoyed the actual coding rather than computational theory, and had no intention of going in research career, I ended up getting higher grades in nondegree subjects - not because of the difficulty of the material covered, but because it was presented in such a boring and disassociated way to literally put me to sleep on several occasions.

    Luckily, the classes were so large it hardly mattered. Hah.

  223. Dumbest article EVER by xmvince · · Score: 1

    This is by far the dumbest article I have ever read. A bunch of middle school kids who can't do math - what do you expect when you give them calculators and Google to do all their thinking for them? When they have to think for themselves, they won't be able to. Just another horrible side effect of technology.