Question 806795
Your data is not linear, but it is close to being linear.
You need to do a linear regression on your data.
Also, you have one extra area sample without a matching weight sample.
So, for this data:
Weight: 40, 60, 80, 100, 120, 230
Area: 2.5, 3, 3.5, 4, 5, 6

Answer:
Linear regression slope: 0.0185
Linear regression y-intercept: 2.0615
y = 0.0185x + 2.0615

{{{ graph( 300, 300, -10, 250, -2, 10, 0.0185x + 2.0615) }}}
---
Solve and graph linear equations:
https://sooeet.com/math/linear-equation-solver.php
---
Solve quadratic equations, quadratic formula:
https://sooeet.com/math/quadratic-formula-solver.php
---
Convert fractions, decimals, and percents:
https://sooeet.com/math/fraction-decimal-percent.php
---
Calculate and graph the linear regression of any data set:
https://sooeet.com/math/linear-regression.php