The student is absolutely correct. I don't think it's even open for debate. Cutting anything in half requires exactly one cut; cutting in thirds requires two. It's as simple as that. The teacher that crafted the question, or worse yet, the publisher of a textbook that may have provided the test question, needs to take a hard look at whether or not they are in the correct profession. The fact that the teacher not only…
Yes. This is the '10 posts, nine spaces' problem. Here is another version: A fence is made using 15 posts spaced equally along a straight line. There are 3m between each post. What is the distance between the first and last post? When I'm teaching this kind of thing, we go out and walk around the building site opposite with a few 15m measuring tapes. The physical walking out and measuring helps.
A “simple” 3rd grade problem
131–140 of 174 posts
Re: A “simple” 3rd grade problem
#132A friend of mine teaches school in rural North Carolina - here's what she tells me. Her school has to meet certain percentage-based "standards" - I forget the exact numbers, but let's say 75% is the cutoff. So now when Joey gets 5 answers right out of 10, the resulting 5/10 is defined as "75%." We're doomed.
I went to a top-5 public high school in my state. "Standards" are so ridiculously low it's hilarious. I'm pretty sure you could still exceed the state standard for 12th grade reading with the reading level most of us (upper middle class, white, college-educated parents, high property taxes) had in 5th grade. Meeting standards certainly didn't mean you were even remotely qualified to go to college, and is orders of magnitude below the aptitude required to get into good colleges. So when I hear about districts where just reaching the standards is a stretch, it's shocking just how enormous the gulf in education quality in this country really is.
IMO this is a great argument to stop controlling schools at such a hyper-local level. There's no good reason for K12 education to vary geographically. The education that the professional world will expect of a kid in Chicago is the same as what it will expect from a kid in small-town Alabama or rural North Carolina. Why do we accept the argument that K12 education should be up to the community? Why is preparing workers for a global economy considered a local problem?
Because it's disgusting just how better-prepared I am than the children in your friend's school district. I didn't earn parents who can afford to live in an expensive community, I didn't earn the ability to take AP classes from talented teachers, I didn't earn a calculus teacher who refuses the school-provided textbooks in favor of illicit PDFs from a curriculum being drafted by one of her colleagues, I didn't earn a veteran teacher and former DuPont research scientist to get me a 5 in AP Chem. All our STEM AP programs get 4s and 5s save for a small handful of slackers; the teachers calm us down when we're getting nervous by reminding us that we're being graded on a curve alongside kids from the middle of nowhere. The opportunties we had that other communities don't is just staggering.
Re: A “simple” 3rd grade problem
#133Only on HN would you find people trying to make the case that the question is ambiguous. What is the matter with you people?
Re: A “simple” 3rd grade problem
#134I read all the comments on the math.stackexchange.com submission and all the comments here before starting to type this reply. There are a lot of issues here, and I will try to add the perspective of a mathematics teacher. The reason I can gain paying clients for my mathematics lessons even though I have no degree in mathematics and no degree in teaching is that I can produce results that many elementary school teach…
$ python
>>> 12/13 + 7/8
0Re: A “simple” 3rd grade problem
#135Earlier quoted context omitted.
It seems likely that no one taught those students how to think about math. I.e. teaching students the steps to solve a math problem is not teaching them how to think about the problem. I instantly knew 12/13 + 7/8 was ~2 because I visualize two pie charts in my head, both of which are mostly full. This is in contrast to the other way to solve the problem, converting the fractions to a common denominator and then divi…
It's always interesting to hear how people go about solving math problems. You mention a pie chart visualization and then the much more labor intensive (but maybe "correct"?) method. I used a third way, which was thinking that 13/13 would be one, so 12/13 is pretty close, so that's ~1. And 8/8 would be 1, so 7/8 is pretty close and also ~1. 1 + 1 = 2 :) I imagine there are myriad other ways people approach estimation…
Re: A “simple” 3rd grade problem
#136Earlier quoted context omitted.
It is open for debate. The question does not say cut "into thirds," it says "into three pieces." This - http://i.stack.imgur.com/kEjP0.png - is a perfectly reasonable answer which, assuming the rate of cutting is constant, would result in 15 minutes. It's a bad question. Edit: That said, I would have given the same answer as the student, because I think that's the most reasonable interpretation, especially considerin…
As someone said below, it's only open for debate if you want to be pedantic. The Dr. Sheldon Cooper's among us may debate it, but it's pretty obvious what the question was looking for. There is even an illustration showing the cut, which would take an identical amount of time.
Re: A “simple” 3rd grade problem
#137It's more a logic question than a math one. The confusion spawns from the fact that the three numbers present in the question are 10, 2, and 3 (so the thought process would be 2 = 10 min so 1 = 5 min, thus 3 = 15 min). But 2 represents the final state, though requires only 1 action (cut). And the required answer (time spent) is related to the number of actions, not the final state. This reminds me of the water lily p…
That water lily problem is very neat, hadn't heard of it before.
Here's another one that used to confuse high school students in my class: You look at a 10 degrees angle with a lens of 3X magnification. How much would the angle look like? :-)
Re: A “simple” 3rd grade problem
#138Re: A “simple” 3rd grade problem
#139Anybody talking about how this problem is ambiguous or under-specified are of course technically correct. By making that claim though, you are ignoring the context of the problem! This is a 3rd grade math test that even includes an illustration of how the cuts are made! Within that context, the answer is unambiguously 20 minutes.
Re: A “simple” 3rd grade problem
#140I read all the comments on the math.stackexchange.com submission and all the comments here before starting to type this reply. There are a lot of issues here, and I will try to add the perspective of a mathematics teacher. The reason I can gain paying clients for my mathematics lessons even though I have no degree in mathematics and no degree in teaching is that I can produce results that many elementary school teach…
In terms of your fraction problem, given that this is HackerNews I'm surprised that no one claimed that the answer should be zero. :) $ python >>> 12/13 + 7/8 0