write an expression to represent a players score. let s equal the beanbags that land on the board. let h…

write an expression to represent a players score. let s equal the beanbags that land on the board. let h equal the beanbags that land in the hole.

write an expression to represent a players score. let s equal the beanbags that land on the board. let h equal the beanbags that land in the hole.

Answer

Explanation:

Step1: Determine points for bean - bags on board

Each bean - bag on the board gives 2 points. If $s$ is the number of bean - bags on the board, the points from them is $2s$.

Step2: Determine points for bean - bags in hole

Each bean - bag in the hole gives 5 points. If $h$ is the number of bean - bags in the hole, the points from them is $5h$.

Step3: Find total score

The total score of the player is the sum of points from bean - bags on the board and in the hole. So the expression is $2s + 5h$.

Answer:

$2s + 5h$