We have two points with coordinates: A(60, 1600) and B(150, 5200). Since the function is linear, we use the formula x2−x1x−x1=y2−y1y−y1 (
x1=60
x2=150
y1=1600
y2=5200
90x−60=3600y−1600
(x−60)∗3600=(y−1600)∗90
90∗y=3600∗x−72000
y=40∗x−800
Comments