I have to say, that does sound like a disheartening experience. But I did notice that there's no clear connection between bullet point 1 and 2.Was working with a college freshman computer science major last night who was struggling with the following assignment:
View attachment 364254
The first thing that tripped them up was what they were supposed to do with the two equations. Were they supposed to use them both? They couldn't spot that the first term in the second was merely the first term in the first, just written to emphasize the pattern of the denominators.
I walked them through incremental development of the terms and at each step they failed to recognize that the values being displayed didn't match what should be expected. It took a bit for me to realize it, but it was because they couldn't figure out what they expected the values to be, so had nothing to compare to what was being displayed, so they simply didn't consider whether the values displayed made any sense at all, even when every other term was being displayed as 0.000000. When I focused their attention on the third term, being displayed as zero, and asked what it should be, they didn't know. So I was more direct and asked them what 4/5 was as a decimal and they couldn't figure it out without a calculator. Had no clue. Was guessing numbers bigger than one, less than one -- it was effectively random (which was consistent with their general approach to program development). The same with 4/3. They did know that 1/3 was basically 0.333, but could not see how to use that to figure out what 4/3 was.
Once I realized this, their inability to see that the two equations in the problem statement were the same made more sense. I'm confident that they has no problem with the notion that 4 and 4/1 are the same. But their innumeracy was so great that an equation like that probably appeared to his brain as indecipherable hieroglyphics, so actually spotting the difference between the two and analyzing that difference was more effort than they were willing to put forth.
Their general approach to problem solving is extremely chaotic. They answer questions like a politician, using vague generalities as if hoping that it will mask the fact that they haven't got a clue. For instance, when asked how to calculate the diameter of a circle if you are given the radius, they'll say something like, "I'd use an expression," instead of "multiply the radius by two". They also use meaningless pronouns, like "it", when there is insufficient context to have any idea what "it" refers to, and when asked what it does refer to, you get another vague answer.
What I don't know is to what degree the innumeracy and the poor problem solving are related. Cause and effect? Which way? Just different symptoms of the a common underlying issue? Whatever might be the case, I think that the two feed off of each other.
As written they are distinct and unrelated questions, I hope that doesn't sound like pedantry.
But as to the rest, its shocking, as if there's no desire to actually reason, but simply parrot some "way" of getting from A to B.
Was this an individual or group you were teaching?
Finally, I just noticed, but shouldn't your signature read:
There are 11 types of people in the world: those who understand binary, those who don't, and those who can work in any number base.
Last edited:



