Question 1006176
I plotted your data as points and found the regression line. The regression line does NOT go through the origin. So y = k*x is a bad choice. 


Instead I did a power regression and the calculator shows f(x) = 1.92875x^(0.35929)


Notice how if we plug x = 0.12 into f(x) we get f(0.12) = 1.92875*(0.12)^(0.35929) = 0.90039892737524 which is somewhat close to 0.916. It's going to be a bit off because regression curves aren't perfect. Try other x values of the points in your data list.


Side Note: if you still need the regression line, then it is y = 2.01727x + 0.66527