A graphing utility is a powerful tool used to visualize and analyze data.
It helps us easily find patterns and relationships. In this exercise, it’s used to find the line of best fit.
The steps to use a graphing utility are straightforward:
- 1. Enter the given data points: Inputting the x-values and corresponding y-values into the graphing utility.
- 2. Select the linear regression feature: This is often labeled as 'LinReg'.
- 3. Interpret the results: The utility will compute and display the equation of the line of best fit.
For our example, input the provided points:
\( (3, 10), (5, 13), (5, 12), (6, 15), (7, 16), (8, 19) \)
After selecting the linear regression feature, the graphing utility will output the line of best fit's equation in the form \( y = mx + b \)
In this case, the result is \( y = 1.4x + 6.5 \).