Building a linear function to model the tree's height, the correct statements are given by:
A linear function is modeled by:
y = mx + b
In which:
Given two points, the slope is given by change in y divided by change in x. In this problem, the points are (2,60) and (5,90), hence:
m = (90 - 60)/(5 - 2) = 10.
When x = 2, y = 60, hence we use it to find b.
y = 10x + b
60 = 20 + b
b = 40.
Hence the height after x years is given by:
y = 10x + 40.
And the correct statements are:
More can be learned about linear functions at https://brainly.com/question/24808124
#SPJ1