#set document(title: "5.1 Basics of Probability Distributions", author: "Kathryn Kozak") #set page(width: 8.5in, height: auto, margin: 1in) #import "@preview/cetz:0.5.2" #set text(font: ("STIX Two Text", "Libertinus Serif", "New Computer Modern"), size: 10.5pt, lang: "en") #show math.equation: set text(font: ("STIX Two Math", "New Computer Modern Math")) #set par(justify: true, leading: 0.62em, spacing: 0.9em) #set enum(spacing: 1.1em) // room between list items so tall inline fractions don't collide #set list(spacing: 1.1em) #set table(stroke: 0.5pt + rgb("#c7ccd3")) #let BLUE = rgb("#183B6F") // brand navy — section bars + example/solution labels (white on navy 11.09:1) #let ORANGE = rgb("#A94509") // brand primary-700 — AA-safe deep orange for TEXT (5.93:1 on white; raw brand #F37021 is 2.94:1 and must never carry text) #let RED = rgb("#DC2626") // brand error-600 #let GREEN = rgb("#059669") // brand success-600 (decoration only; small green text uses green-text #007942) #show heading.where(level: 1): it => block(width: 100%, above: 0pt, below: 16pt, fill: gradient.linear(BLUE, rgb("#2C5AA0")), inset: (x: 14pt, y: 12pt), radius: 3pt, text(fill: white, weight: "bold", size: 19pt, it.body)) #show heading.where(level: 2): it => block(width: 100%, above: 18pt, below: 10pt, fill: BLUE, inset: (x: 10pt, y: 6pt), radius: 2pt, text(fill: white, weight: "bold", size: 12pt, it.body)) #show heading.where(level: 3): it => text(fill: ORANGE, weight: "bold", size: 12.5pt, it.body) #show heading.where(level: 4): it => text(fill: BLUE, weight: "bold", size: 10.5pt, it.body) #let examplebox(label, title, body) = block(width: 100%, breakable: true, fill: rgb("#EFF1F5"), stroke: 0.5pt + rgb("#CFDDF0"), radius: 4pt, inset: 10pt, above: 12pt, below: 12pt)[ #block(below: 6pt)[#box(fill: BLUE, inset: (x: 6pt, y: 2pt), radius: 2pt, text(fill: white, weight: "bold", size: 8.5pt, label)) #h(0.4em) #strong[#title]] #body] // rail = decorative left rule (raw brand token); labelcolor = AA-safe label text shade #let notebox(label, rail, labelcolor, tint, body) = block(width: 100%, breakable: true, fill: tint, stroke: (left: 3pt + rail), inset: (left: 10pt, rest: 8pt), radius: (right: 4pt), above: 11pt, below: 11pt)[ #text(fill: labelcolor, weight: "bold", size: 7.5pt, tracking: 0.5pt)[#upper(label)] #linebreak() #body] #let solutionbox(body) = block(above: 4pt, below: 8pt)[ #text(fill: BLUE, weight: "bold", size: 8.5pt)[Solution] #linebreak() #body] #let figph(msg) = block(width: 100%, height: 60pt, fill: rgb("#f6f7f9"), stroke: (paint: rgb("#c7ccd3"), dash: "dashed"), radius: 4pt, inset: 10pt)[ #align(center + horizon, text(fill: rgb("#889"), style: "italic", size: 9pt, msg))] // Standardize inlined figure sizes: measure the natural CeTZ canvas, then scale to a // consistent envelope (aspect-aware; see build_typst.py FIG_* constants). Unlike the // print preamble, dimensions are FLOORED: in an editor a user can trim a figure to a // degenerate 1-D shape (a bare line), and w/h or tw/w would then divide by zero. #let _STD_W = 3.5 #let _WIDE_W = 5.6 #let _MAX_H = 3.4 #let _ASPECT_WIDE = 2.2 #let _UPSCALE_MAX = 1.15 #let stdfig(body) = context { let m = measure(body) let w = calc.max(m.width / 1in, 0.01) let h = calc.max(m.height / 1in, 0.01) let tw = if w / h > _ASPECT_WIDE { _WIDE_W } else { _STD_W } let s = calc.min(tw / w, _MAX_H / h, _UPSCALE_MAX) align(center, box(scale(x: s * 100%, y: s * 100%, reflow: true, body))) } #show figure: set block(breakable: false) #set figure(gap: 8pt) #show figure.caption: set text(size: 8.5pt, fill: rgb("#555")) == 5.1#h(0.6em)Basics of Probability Distributions As a reminder, a variable or what will be called the random variable from now on, is represented by the letter #emph[x] and it represents a quantitative (numerical) variable that is measured or observed in an experiment. Also remember there are different types of quantitative variables, called discrete or continuous. What is the difference between discrete and continuous data? #strong[Discrete]data can only take on particular values in a range. #strong[Continuous]data can take on any value in a range. Discrete data usually arises from counting while continuous data usually arises from measuring. === Examples of each How tall is a plant given a new fertilizer? Continuous. This is something you measure. How many fleas are on prairie dogs in a colony? Discrete. This is something you count. If you have a variable, and can find a probability associated with that variable, it is called a #strong[random variable]. In many cases the random variable is what you are measuring, but when it comes to discrete random variables, it is usually what you are counting. So for the example of how tall is a plant given a new fertilizer, the random variable is the height of the plant given a new fertilizer. For the example of how many fleas are on prairie dogs in a colony, the random variable is the number of fleas on a prairie dog in a colony. Now suppose you put all the values of the random variable together with the probability that that random variable would occur. You could then have a distribution like before, but now it is called a probability distribution since it involves probabilities. A #strong[probability distribution] is an assignment of probabilities to the values of the random variable. The abbreviation of pdf is used for a probability distribution function. For probability distributions, #math.equation(block: false, alt: "0 less than or equal to P open parenthesis x close parenthesis less than or equal to 1 and ∑ P open parenthesis x close parenthesis equals 1")[$0 ≤ P ( x ) ≤ 1 op("and") ∑ P ( x ) = 1$] #examplebox("Example 1")[Probability Distribution][ The 2010 U.S. Census found the chance of a household being a certain size. The data is in Example #math.equation(block: false, alt: "1")[$1$] ("Households by age," 2013). #figure(table( columns: 8, align: left, inset: 6pt, table.header([Size of household], [1], [2], [3], [4], [5], [6], [7 or more]), [Probability], [26.7%], [33.6%], [15.8%], [13.7%], [6.3%], [2.4%], [1.5%], )) #solutionbox[ In this case, the random variable is x = number of people in a household. This is a discrete random variable, since you are counting the number of people in a household. This is a probability distribution since you have the x value and the probabilities that go with it, all of the probabilities are between zero and one, and the sum of all of the probabilities is one. ] ] You can give a probability distribution in table form (as in Example #math.equation(block: false, alt: "1")[$1$]) or as a graph. The graph looks like a histogram. A probability distribution is basically a relative frequency distribution based on a very large sample. #examplebox("Example 2")[graphing a probability distribution][ The 2010 U.S. Census found the chance of a household being a certain size. The data is in the table ("Households by age," 2013). Draw a histogram of the probability distribution. #figure(table( columns: 8, align: left, inset: 6pt, table.header([Size of household], [1], [2], [3], [4], [5], [6], [7 or more]), [Probability], [26.7%], [33.6%], [15.8%], [13.7%], [6.3%], [2.4%], [1.5%], )) #solutionbox[ State random variable: x = number of people in a household You draw a histogram, where the x values are on the horizontal axis and are the x values of the classes (for the 7 or more category, just call it 7). The probabilities are on the vertical axis. #figure(figph[Histogram of U.S. household size in 2010 showing probabilities highest for two-person households at 33.6% and decreasing to 1.5% for households of seven or more.], alt: "Histogram of U.S. household size in 2010 showing probabilities highest for two-person households at 33.6% and decreasing to 1.5% for households of seven or more.", caption: [Figure #math.equation(block: false, alt: "1")[$1$]: Histogram of Household Size from US Census of 2010]) Notice this graph is skewed right. ] ] Just as with any data set, you can calculate the mean and standard deviation. In problems involving a probability distribution function (pdf), you consider the probability distribution the population even though the pdf in most cases come from repeating an experiment many times. This is because you are using the data from repeated experiments to estimate the true probability. Since a pdf is basically a population, the mean and standard deviation that are calculated are actually the population parameters and not the sample statistics. The notation used is the same as the notation for population mean and population standard deviation that was used in chapter 3. #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Note] The mean can be thought of as the #strong[expected value]. It is the value you expect to get if the trials were repeated infinite number of times. The mean or expected value does not need to be a whole number, even if the possible values of #emph[x] are whole numbers. ] For a discrete probability distribution function, The mean or expected value is #math.equation(block: false, alt: "μ equals ∑ x P open parenthesis x close parenthesis")[$μ = ∑ x P ( x )$] The variance is #math.equation(block: false, alt: "σ squared equals ∑ open parenthesis x minus μ close parenthesis squared P open parenthesis x close parenthesis")[$σ^(2) = ∑ ( x − μ )^(2) P ( x )$] The standard deviation is #math.equation(block: false, alt: "σ equals the square root of ∑ open parenthesis x minus μ close parenthesis squared P open parenthesis x close parenthesis")[$σ = sqrt(∑ ( x − μ )^(2) P ( x ))$] where #emph[x] = the value of the random variable and #emph[P(x) =] the probability corresponding to a particular #emph[x] value. #examplebox("Example 3")[Calculating mean, variance, and standard deviation for a discrete probability distribution][ The 2010 U.S. Census found the chance of a household being a certain size. The data is in the table ("Households by age," 2013). #figure(table( columns: 8, align: left, inset: 6pt, table.header([Size of household], [1], [2], [3], [4], [5], [6], [7 or more]), [Probability], [26.7%], [33.6%], [15.8%], [13.7%], [6.3%], [2.4%], [1.5%], )) + Find the mean + Find the variance + Find the standard deviation + Use a TI-83/84 to calculate the mean and standard deviation + Using R to calculate the mean #solutionbox[ State random variable: x= number of people in a household a. To find the mean it is easier to just use a table as shown below. Consider the category 7 or more to just be 7. The formula for the mean says to multiply the #emph[x] value by the#emph[P(x)] value, so add a row into the table for this calculation. Also convert all #emph[P(x)]to decimal form. #figure(table( columns: 8, align: left, inset: 6pt, table.header([#emph[x]], [1], [2], [3], [4], [5], [6], [7]), [#emph[P(x)]], [0.267], [0.336], [0.158], [0.137], [0.063], [0.024], [0.015], [#emph[xP(x)]], [0.267], [0.672], [0.474], [0.548], [0.315], [0.144], [0.098], )) Now add up the new row and you get the answer 2.525. This is the mean or the expected value, #math.equation(block: false, alt: "μ")[$μ$] = 2.525 people. This means that you expect a household in the U.S. to have 2.525 people in it. Now of course you can’t have half a person, but what this tells you is that you expect a household to have either 2 or 3 people, with a little more 3-person households than 2-person households. #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[The census distribution, ready to explore] Household sizes load into L1 and their probabilities into L2. XYZ Crunch's 1-Var Stats panel does not take a probability list yet, so use the table method the example shows: μ = Σ x·P(x) = 2.525 and σ ≈ 1.42. - Sizes and probabilities in the List Editor (μ = 2.525, σ ≈ 1.42) ] b. To find the variance, again it is easier to use a table version than try to just the formula in a line. Looking at the formula, you will notice that the first operation that you should do is to subtract the mean from each #emph[x] value. Then you square each of these values. Then you multiply each of these answers by the probability of each #emph[x] value. Finally you add up all of these values. #figure(table( columns: 8, align: left, inset: 6pt, table.header([#emph[x]], [1], [2], [3], [4], [5], [6], [7]), [#emph[P(x)]], [0.267], [0.336], [0.158], [0.137], [0.063], [0.024], [0.015], [#emph[#math.equation(block: false, alt: "x minus μ")[$x − μ$]]], [-1.525], [-0.525], [0.475], [1.475], [2.475], [3.475], [4.475], [#emph[#math.equation(block: false, alt: "open parenthesis x minus μ close parenthesis squared")[$( x − μ )^(2)$]]], [2.3256], [0.2756], [0.2256], [2.1756], [6.1256], [12.0756], [20.0256], [#emph[#math.equation(block: false, alt: "open parenthesis x minus μ close parenthesis squared P open parenthesis x close parenthesis")[$( x − μ )^(2) P ( x )$]]], [0.6209], [0.0926], [0.0356], [0.2981], [0.3859], [0.2898], [0.3004], )) Now add up the last row to find the variance, #math.equation(block: false, alt: "σ squared equals 2.02375 people squared")[$σ^(2) = 2.02375 attach(" people ", t: 2)$]. (Note: try not to round your numbers too much so you aren’t creating rounding error in your answer. The numbers in the table above were rounded off because of space limitations, but the answer was calculated using many decimal places.) c. To find the standard deviation, just take the square root of the variance, #math.equation(block: false, alt: "σ equals the square root of 2.023375 approximately equals 1.422454")[$σ = sqrt(2.023375) ≈ 1.422454$] people. This means that you can expect a U.S. household to have 2.525 people in it, with a standard deviation of 1.42 people. d. Go into the STAT menu, then the Edit menu. Type the #emph[x] values into L1 and the #emph[P(x)]values into L2. Then go into the STAT menu, then the CALC menu. Choose 1:1-Var Stats. This will put 1-Var Stats on the home screen. Now type in L1,L2 (there is a comma between L1 and L2) and then press ENTER. If you have the newer operating system on the TI-84, then your input will be slightly different. You will see the output in #emph[Figure #math.equation(block: false, alt: "1")[$1$]]. #figure(figph[TI-84 calculator 1-Var Stats results screen showing x̄=2.525, Σx=2.525, Σx²=8.399, Sx displayed with no value, σx=1.422453866, n=1, minX=1, and Q1=1.], alt: "TI-84 calculator 1-Var Stats results screen showing x̄=2.525, Σx=2.525, Σx²=8.399, Sx displayed with no value, σx=1.422453866, n=1, minX=1, and Q1=1.", caption: [Figure #math.equation(block: false, alt: "1")[$1$]: TI-83/84 Output]) The mean is 2.525 people and the standard deviation is 1.422 people. e. The command would be weighted.mean(x, p). So for this example, the process would look like: x\<-c(1, 2, 3, 4, 5, 6, 7) #linebreak() p\<-c(0.267, 0.336, 0.158, 0.137, 0.063, 0.024, 0.015) #linebreak() weighted.mean(x, p) x \<- c(1, 2, 3, 4, 5, 6, 7) p \<- c(0.267, 0.336, 0.158, 0.137, 0.063, 0.024, 0.015) Output: #linebreak() \[1\] 2.525 So the mean is 2.525. To find the standard deviation, you would need to program the process into R. So it is easier to just do it using the formula. ] ] #examplebox("Example 4")[Calculating the expected value][ In the Arizona lottery called Pick 3, a player pays \$1 and then picks a three-digit number. If those three numbers are picked in that specific order the person wins \$500. What is the expected value in this game? #solutionbox[ To find the expected value, you need to first create the probability distribution. In this case, the random variable #emph[x] = winnings. If you pick the right numbers in the right order, then you win \$500, but you paid \$1 to play, so you actually win \$499. If you didn’t pick the right numbers, you lose the \$1, the x value is -\$1. You also need the probability of winning and losing. Since you are picking a three-digit number, and for each digit there are 10 numbers you can pick with each independent of the others, you can use the multiplication rule. To win, you have to pick the right numbers in the right order. The first digit, you pick 1 number out of 10, the second digit you pick 1 number out of 10, and the third digit you pick 1 number out of 10. The probability of picking the right number in the right order is #math.equation(block: false, alt: "the fraction 1 over 10 * the fraction 1 over 10 * the fraction 1 over 10 equals the fraction 1 over 1000 equals 0.001")[$frac(1, 10) * frac(1, 10) * frac(1, 10) = frac(1, 1000) = 0.001$]. The probability of losing (not winning) would be #math.equation(block: false, alt: "1 minus the fraction 1 over 1000 equals the fraction 999 over 1000 equals 0.999")[$1 − frac(1, 1000) = frac(999, 1000) = 0.999$]. Putting this information into a table will help to calculate the expected value. #figure(table( columns: 4, align: left, inset: 6pt, table.header([Win or lose], [#emph[x]], [#emph[P(x)]], [#emph[xP(x)]]), [Win], [\$499], [0.001], [\$0.499], [Lose], [-\$1], [0.999], [-\$0.999], )) Now add the two values together and you have the expected value. It is #math.equation(block: false, alt: "$ 0.499 plus open parenthesis minus $ 0.999 close parenthesis equals minus $ 0.50")[$\$ 0.499 + ( − \$ 0.999 ) = − \$ 0.50$]. In the long run, you will expect to lose \$0.50. Since the expected value is not 0, then this game is not fair. Since you lose money, Arizona makes money, which is why they have the lottery. ] ] The reason probability is studied in statistics is to help in making decisions in inferential statistics. To understand how that is done the concept of a rare event is needed. #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Rare Event Rule for Inferential Statistics] If, under a given assumption, the probability of a particular observed event is extremely small, then you can conclude that the assumption is probably not correct. ] An example of this is suppose you roll an assumed fair die 1000 times and get a six 600 times, when you should have only rolled a six around 160 times, then you should believe that your assumption about it being a fair die is untrue. === Determining if an event is unusual If you are looking at a value of x for a discrete variable, and the #emph[P] (the variable has a value of x or more) \< 0.05, then you can consider the x an unusually high value. Another way to think of this is if the probability of getting such a high value is less than 0.05, then the event of getting the value x is unusual. Similarly, if the #emph[P] (the variable has a value of x or less) \< 0.05, then you can consider this an unusually low value. Another way to think of this is if the probability of getting a value as small as x is less than 0.05, then the event x is considered unusual. Why is it "x or more" or "x or less" instead of just "x" when you are determining if an event is unusual? Consider this example: you and your friend go out to lunch every day. Instead of Going Dutch (each paying for their own lunch), you decide to flip a coin, and the loser pays for both. Your friend seems to be winning more often than you'd expect, so you want to determine if this is unusual before you decide to change how you pay for lunch (or accuse your friend of cheating). The process for how to calculate these probabilities will be presented in the next section on the binomial distribution. If your friend won 6 out of 10 lunches, the probability of that happening turns out to be about 20.5%, not unusual. The probability of winning 6 or more is about 37.7%. But what happens if your friend won 501 out of 1,000 lunches? That doesn't seem so unlikely! The probability of winning 501 or more lunches is about 47.8%, and that is consistent with your hunch that this isn't so unusual. But the probability of winning exactly 501 lunches is much less, only about 2.5%. That is why the probability of getting exactly that value is not the right question to ask: you should ask the probability of getting that value or more (or that value or less on the other side). The value 0.05 will be explained later, and it is not the only value you can use. #examplebox("Example 5")[is the event unusual][ The 2010 U.S. Census found the chance of a household being a certain size. The data is in the table ("Households by age," 2013). #figure(table( columns: 8, align: left, inset: 6pt, table.header([Size of household], [1], [2], [3], [4], [5], [6], [7 or more]), [Probability], [26.7%], [33.6%], [15.8%], [13.7%], [6.3%], [2.4%], [1.5%], )) + Is it unusual for a household to have six people in the family? + If you did come upon many families that had six people in the family, what would you think? + Is it unusual for a household to have four people in the family? + If you did come upon a family that has four people in it, what would you think? #solutionbox[ State random variable: x= number of people in a household a. To determine this, you need to look at probabilities. However, you cannot just look at the probability of six people. You need to look at the probability of #emph[x] being six or more people or the probability of x being six or less people. The #math.equation(block: true, alt: "P open parenthesis x less than or equal to 6 close parenthesis equals P open parenthesis x equals 1 close parenthesis plus P open parenthesis x equals 2 close parenthesis plus P open parenthesis x equals 3 close parenthesis plus P open parenthesis x equals 4 close parenthesis plus P open parenthesis x equals 5 close parenthesis plus P open parenthesis x equals 6 close parenthesis; equals 26.7; equals 98.5")[$P ( x ≤ 6 ) = P ( x = 1 ) + P ( x = 2 ) + P ( x = 3 ) + P ( x = 4 ) + P ( x = 5 ) + P ( x = 6 ) \ = 26.7 \ = 98.5$] Since this probability is more than 5%, then six is not an unusually low value. The #math.equation(block: true, alt: "P open parenthesis x greater than or equal to 6 close parenthesis equals P open parenthesis x equals 6 close parenthesis plus P open parenthesis x greater than or equal to 7 close parenthesis; equals 2.4; equals 3.9")[$P ( x ≥ 6 ) = P ( x = 6 ) + P ( x ≥ 7 ) \ = 2.4 \ = 3.9$] Since this probability is less than 5%, then six is an unusually high value. It is unusual for a household to have six people in the family. b. Since it is unusual for a family to have six people in it, then you may think that either the size of families is increasing from what it was or that you are in a location where families are larger than in other locations. c. To determine this, you need to look at probabilities. Again, look at the probability of x being four or more or the probability of x being four or less. The #math.equation(block: true, alt: "P open parenthesis x greater than or equal to 4 close parenthesis equals P open parenthesis x equals 4 close parenthesis plus P open parenthesis x equals 5 close parenthesis plus P open parenthesis x equals 6 close parenthesis plus P open parenthesis x equals 7 close parenthesis; equals 13.7; equals 23.9")[$P ( x ≥ 4 ) = P ( x = 4 ) + P ( x = 5 ) + P ( x = 6 ) + P ( x = 7 ) \ = 13.7 \ = 23.9$] Since this probability is more than 5%, four is not an unusually high value. The #math.equation(block: true, alt: "P open parenthesis x less than or equal to 4 close parenthesis equals P open parenthesis x equals 1 close parenthesis plus P open parenthesis x equals 2 close parenthesis plus P open parenthesis x equals 3 close parenthesis plus P open parenthesis x equals 4 close parenthesis; equals 26.7; equals 89.8")[$P ( x ≤ 4 ) = P ( x = 1 ) + P ( x = 2 ) + P ( x = 3 ) + P ( x = 4 ) \ = 26.7 \ = 89.8$] Since this probability is more than 5%, four is not an unusually low value. Thus, four is not an unusual size of a family. d. Since it is not unusual for a family to have four members, then you would not think anything is amiss. ] ] === Homework #notebox("Your Turn", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ + Eyeglassomatic manufactures eyeglasses for different retailers. The number of days it takes to fix defects in an eyeglass and the probability that it will take that number of days are in the table. Table #math.equation(block: false, alt: "8")[$8$]#emph[: Number of Days to Fix Defects] #linebreak() a. State the random variable. #linebreak() b. Draw a histogram of the number of days to fix defects #linebreak() c. Find the mean number of days to fix defects. #linebreak() d. Find the variance for the number of days to fix defects. #linebreak() e. Find the standard deviation for the number of days to fix defects. #linebreak() f. Find probability that a lens will take at least 16 days to make a fix the defect. #linebreak() g. Is it unusual for a lens to take 16 days to fix a defect? #linebreak() h. If it does take 16 days for eyeglasses to be repaired, what would you think? #figure(table( columns: 2, align: left, inset: 6pt, table.header([Number of days], [Probabilities]), [1], [24.9%], [2], [10.8%], [3], [9.1%], [4], [12.3%], [5], [13.3%], [6], [11.4%], [7], [7.0%], [8], [4.6%], [9], [1.9%], [10], [1.3%], [11], [1.0%], [12], [0.8%], [13], [0.6%], [14], [0.4%], [15], [0.2%], [16], [0.2%], [17], [0.1%], [18], [0.1%], )) + Suppose you have an experiment where you flip a coin three times. You then count the number of heads. + State the random variable. + Write the probability distribution for the number of heads. + Draw a histogram for the number of heads. + Find the mean number of heads. + Find the variance for the number of heads. + Find the standard deviation for the number of heads. + Find the probability of having two or more number of heads. + Is it unusual for to flip two heads? + The Ohio lottery has a game called Pick 4 where a player pays \$1 and picks a four-digit number. If the four numbers come up in the order you picked, then you win \$2,500. What is your expected value? + An LG Dishwasher, which costs \$800, has a 20% chance of needing to be replaced in the first 2 years of purchase. A two-year extended warrantee costs \$112.10 on a dishwasher. What is the expected value of the extended warranty assuming it is replaced in the first 2 years? Answer 1. a. See solutions, b. See solutions, c. 4.175 days, d. 8.414375 #math.equation(block: false, alt: "days squared")[$attach(" days ", t: 2)$], e. 2.901 days, f. 0.004, g. See solutions, h. See solutions 3. -\$0.75 ]