Problem 48 of 7
Create a residual table from observed values 10, 5, 0 and predicted values -2, -5, -1.
Using a hint is okay. It just tells the trainer to give you a little more review.
Hidden until you reveal it.
compute residuals for several points.
Hidden until you reveal it.
Observed and predicted lists must have the same length and matching order.
Enter your answer
Your answer is equivalent to the expected form.
Walkthrough
Full solution stays hidden until you ask for it.
1. Pair each observed value with its matching predicted value.
2. Compute observed minus predicted for each row.
3. Record the residuals in a table or ordered list.
Use the worked steps, then substitute the final answer back into the original relationship to confirm it satisfies the prompt.
Residuals computed with reversed subtraction.