write a function to describe the following scenario. a basketball player practices jump shots. she starts at…

write a function to describe the following scenario. a basketball player practices jump shots. she starts at zero points and scores 5 points per minute. how many points will she have scored after a certain number of minutes? y = ?x
Answer
Answer:
$y = 5x$
Explanation:
Step1: Identify the rate of change
The player scores 5 points per minute. This is the slope of the linear - function.
Step2: Identify the initial value
The player starts at 0 points. In the slope - intercept form $y=mx + b$ (where $m$ is the slope and $b$ is the y - intercept), $b = 0$. So the function is $y=5x$.