To determine which points would appear on the linear function
-
For (4, 30):
:- This point is valid.
-
For (8, 35):
:- This point is also valid.
Thus, both points (4, 30) and (8, 35) are valid points on the function.
-
For (30, 4):
:
- Valid point but not (30, 4).
-
For (35, 8):
:- Valid point but not (35, 8).
-
For (2, 22.5):
:- Not valid since
should be 27.5.
-
For (4, 20):
:- Not valid.
-
For (2, 2.5):
:- Not valid since
should be 27.5.
-
For (4, 5):
:- Not valid since
should be 30.
Only (4, 30) and (8, 35) are valid points on the linear function.
Final answer: (4, 30) and (8, 35)