191k views
5 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

1 Answer

4 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 Thindil
by
3.6k points