Answer:
y = 5.5765*x + 0.0142
Step-by-step explanation:
Let's consider the volume as the explanatory variable x and the percentage of ash as the response variable y
We construct the following table
[tex]\large \left[\begin{array}{ccccc}&x&y&x^2&xy\\&0.01&3.32&0.0001&0.032\\&0.06&4.05&0.0036&0.243\\&0.58&5.69&0.3364&3.3002\\&2.24&7.06&5.0176&15.8144\\&15.55&8.17&241.8025&127.0435\\&276.02&9.36&76187.0404&2583.5472\\\sum&294.46&37.65&76434.2006&2729.9815\end{array}\right] [/tex]
Once this table is built, the rest is easy.
The least squares line is given by
y = mx + b
where
[tex]\large m=\frac{(\sum y)(\sum x^2)-(\sum x)(\sum xy)}{n(\sum x^2)-(\sum x)^2}[/tex]
[tex]\large b=\frac{n(\sum xy)-(\sum x)(\sum y)}{n(\sum x^2)-(\sum x)^2}[/tex]
where n is the number of observations taken, in this case 6.
Computing all these values we have our least squares line
[tex]\large \boxed{y=5.5765x+0.0142}[/tex]
And that's it!