I1.03: Section 2
Section 2: Using a spreadsheet model to predict values
The benefit for having a good model formula for a relationship is that you can predict what output value should be expected for any input value, even if you have no data with that input value. This can be done simply by computing what y value the model evaluates to when the input value is used as the x value. For example, the model from the previous section predicts an output 21.3 for an input value of 10, because when 10 is substituted for x, the formula y = 1.4 x + 7.3 becomes y = 1.4×10 + 7.3 = 21.3. Predictions are particularly easy to produce from a model if you already have the model formula entered into a worksheet similar to the one you made in the previous section. Whenever you enter a new x value into the cell in column A that is immediately below the last data value (such as A13), the spreadsheet automatically extends the formula in column C to that same row, showing the model’s prediction for the new input value. (This process can be repeated for additional input values as needed. If your spreadsheet program does not automatically extend column C, you can spread the formula down by hand to get the same effect.)Example 2: Using the worksheet from Section 1, predict the output (rounded to one decimal place) for these input values:
[a] x = 10 [b] x = 7.5 [c] x = -3 [d] x = 2.83 [e] x = 539 [f] x = -205
Answer: [a] y = 21.3 [b] y = 17.8 [c] y = 3.1 [d] y = 11.3 [e] y = 761.9 [f] y = -279.7