Follow TV Tropes

Following

Context JustForFun / WritersCannotDoMath

Go To

1->''"Obvious" is the most dangerous word in mathematics.''
2-->--E.T.Bell
3
4Are you a writer who wants to buck the trend and do math correctly? You've come to the right place! Here you will find tips on how to understand [[UsefulNotes/{{Mathematics}} mathematics]] better in your works, and maybe learn a bit too.
5
6Counting is simple, right? Kids can do it! Well, kids also argue about it daily... and then they grow up and argue about it daily, too. Mathematicians have had to put a lot of thought into exactly ''how'' to count, and non-mathematicians have put just as much thought into [[SkewedPriorities ignoring any math that doesn't work in their favor]].
7
8Fact is, it's simple... ''and'' it's easily screwed up and confused.
9
10You may be asking: "Why do [[ViewersAreGeniuses these people]] care about the numbers? What's ''important'' in my story is [[AliceAndBob Bob's relationship with Alice]] and how they're going to get by after [[DeathByNewberyMedal the loss of their puppy]], and not how many years ago Alice was an investment banker! [[CreatorsApathy That was a throw-away line]]! I was thinking about the puppy!"
11
12The answer is in TheLawOfConservationOfDetail. The reader doesn't know which direction a story is going in the first time they read it. For all they know, it ''will'' be important. If the readers read the story ''again'' (something all authors would love!), they'll be looking for the [[RewatchBonus subtleties they didn't catch before]] and any math errors will certainly not stand up to that. Unless you're planning on opening each story you write with ContentWarnings about how much you suck at math, you want to be sure you at least get your counting right.
13
14Here's a deeper look at counting issues, which will help you understand why simple addition and subtraction aren't so simple sometimes.
15
16!Using a calculator and/or doing calculations
17
18Despite what your teacher may have said, there is ''no shame whatsoever'' in counting on your fingers or using a calculator.
19
20Not everyone can do math well in their heads. Psychologists are still in debate on if a "math mind" can be taught in math class or if math classes are just weeding out the non-math people by attrition and then pointing at the calculus students and saying "look what we made".
21
22Everyone CAN do math though, even if not very fast. Math is a series of logical steps, and counting, adding and subtracting are pretty easy steps. You can do it, take your time - there's no due date for this "homework" you assign for yourself.
23
24Please be aware that a calculator is just DumbMuscle. It just ''calculates'', and won't tell you the best mathematical approach, or what units you're using, or that you forgot something.
25
26!Garbage In, Garbage Out
27
28It's helpful to remember is the old programming term GIGO or "'''G'''arbage '''I'''n, '''G'''arbage '''O'''ut". ''If you're working with the wrong information, you'll get a wrong answer.'' Make sure you stop and think about the numbers you're using.
29
30* Are you frustrated and just want to get the math over with?
31** This is the most common cause of GIGO in math. Take your time, write out the problem. Rushed math instead of thought-out math merely increases the ''probability'' of a correct answer, but doesn't guarantee it.
32* Are you referring to the correct information when you put it in the calculator?
33** If you're looking at the numbers on the wrong piece of paper, you're going to get the wrong answer.
34* Are you using the calculator correctly?
35** If you're using a scientific calculator that allows multiple steps at once, ''still do the steps one at a time''.
36* Does your answer make sense?
37** If you're calculating the age of a child character[[note]](who is '''not''' ReallySevenHundredYearsOld) [[/note]] and you get 56, your answer doesn't make sense and you should check your math.
38
39!Zero is a number
40
41Things sometimes get confusing because of the fact that "zero" is indeed a number and can be used as one, even though it has no "value". More simply, zero ''represents'' "nothing", but it ''isn't'' "nothing" itself.
42
43If you happen to label a group of cookies with the icing numbers zero to nine you still actually have '''10 cookies''', ''not 9''. That cookie with a zero on it is just as tasty and desirable - putting a zero on it doesn't make it an un-cookie! You've included[[note]]See inclusive and exclusive counting topic, below[[/note]] the zero in your group of cookies.
44
45The concept of "zero" as the "first number" is the source of a lot of nitpicking in math. When a child counts to ten, they are taught:
46
47"1 2 3 4 5 6 7 8 9 10"
48
49However in mathematics[[note]]'''If''' you define zero as a natural number, which is a matter of taste '''and''' order the numbers as stated.[[/note]] the first group of ten numbers is:
50
51"0 1 2 3 4 5 6 7 8 9"
52
53Ten numbers, just like our cookie example. After nine, we add the tens column to the numbers, and ten has a zero in the ones place.
54
55But it continues to be complicated. As you know, negative numbers go in reverse from zero and include zero. Zero is neither negative or positive. There's no negative zero for the negative numbers, like "-2, -1, -0, 0 1, 2". This makes counting across zero to negatives confusing - something you do often once you get to algebra.
56
57Decades can be dicey because most people view the first year of a decade to be the one ending in zero and the final one ending in 9, such as 1990-1999 being "the nineties". ''However'' there was never a "[[https://en.wikipedia.org/wiki/Year_zero year zero]]" between the BC and AD years of 1 BC and 1 AD (the time had already passed over the thousand years previously, no one really cared), so counting from the start of the numbering system the 10-year periods ''since that start of AD dates'' start with a 1 and end with 0. This is leads to ''off by one errors''.
58
59!Off By One Errors
60
61There's a commonly ignored issue with counting called an OBOE or "'''O'''ff '''B'''y '''O'''ne '''E'''rror", where [[ExactlyWhatItSaysOnTheTin your answer is one off of what it should be]].
62
63It's also referred to as ''The Fence-Post Problem'', which goes like this:
64
65''You are building a straight fence (not one that connects to itself like an enclosure) and have five fenceposts. How many sections of fence do you need?''
66
67A gut answer is "five", one for each post - but that's incorrect. If you build your fence that way, you'll leave a section of fence without a post on one side - here's an illustration:
68
69POST fencing POST fencing POST fencing POST fencing POST fencing
70
71See how the "Fencing" on the far right doesn't have a post to hold it up on the end? It's gonna flop down. You need only ''four'' sections of fence with five fenceposts. That fifth section is gonna collect dust in your garage.
72
73This sort of OBOE error is rampant in anything having to do with time periods when you don't consider ''when'' in the year the event happened. Remember, you're only X age in a certain year ''until your birthday'', and very few people are born at New Years on the dot. If all you know is that a certain person is 25 in 2020, you don't know if their birthday has already passed or not unless we are told when in the year. This leads to OBOE errors - in 2020 are they 25 about to turn 26? Or are they 25 having just recently been 24? Trying to calculate this person's birth year will give you either 1994 or 1995, which is it? You ''can't'' know from the information given.
74
75You run into this with time periods in fiction when dates are thrown around casually by a writer without much thought. In RealLife people doing genealogy argue ''endlessly'' if a person should be granted "an extra bonus birthday" the year they died, or if they died just short of their birthday.
76
77!Inclusive and exclusive counting.
78Put up the numbers 1 to 5 like so:
79
80->1 2 3 4 5
81
82The "normal" way people count things (objects, years, whatever) is to assign one number to each object. Hence the above represents ''five objects'' numbered one through five.
83
84Now '''inclusive''' and '''exclusive''' counting are how the end numbers are handled.
85* Inclusive counts or "includes" the end numbers "'''1 2 3 4 5'''" means five objects.
86* Exclusive does ''not count'' or "excludes" the end numbers so "1 '''2 3 4''' 5" so it means here that there are ''three objects between objects one and five''.
87
88Another way to put it would be to make a row of objects, say numbered 0-9. You mean the same thing when you say both of these quotes:
89* "I want to take 3 through 6" (Inclusive - you want numbers 3, 4, 5 and 6.)
90* "I want all the numbers ''between'' 2 and 7" (Exclusive - you want numbers 3, 4, 5 and 6 - but 2 and 7 are only mentioned as bookends - you don't ''want'' either of them.)
91
92Why does anybody care about these issues?
93* Well, you'll run into disputes when you include zero in your set of numbers. Zero is usually excluded when counting for this reason.
94* You'll also run into this in board games when someone will roll the die and then ''count the space they were already on as a space'' after rolling the dice so they can get to a "good" space on the board which is one less than what they rolled. They're cheating by exploiting OBOE errors by inclusively counting the space they already counted on the last turn.
95
96This brings us to what we call "'''normal counting'''" - the kind you do every day. Why didn't "normal counting" get explained ''first''? As with so many things in math, definitions need to be laid down first so everyone is on the same page. You'll need to know those two concepts as ''both'' are included in our "normal" counting definition.
97

Top