170,793 views
19 votes
19 votes
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

write a function to describe the following scenario.a basketball player practices-example-1
User Zyxel
by
2.6k points

1 Answer

7 votes
7 votes

number of minutes : x

number of points scored after x minutes : y

points scored per minute : 5

y=5x

multiply the points scored per minute (5) by the number of minutes (x). The expression is equal to the total number of points scored (y).

User Nerdoc
by
3.2k points