in a bean - bag - toss game, players earn 2 points for each beanbag that lands on the game board and 5…

in a bean - bag - toss game, players earn 2 points for each beanbag that lands on the game board and 5 points for each beanbag that lands in the hole. roopesh wants to know his total score after throwing 4 beanbags. 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.

in a bean - bag - toss game, players earn 2 points for each beanbag that lands on the game board and 5 points for each beanbag that lands in the hole. roopesh wants to know his total score after throwing 4 beanbags. 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: Calculate score from beanbags on board

Each bean - bag on the board gives 2 points and there are $s$ such bean - bags. So the score from beanbags on the board is $2s$.

Step2: Calculate score from beanbags in hole

Each bean - bag in the hole gives 5 points and there are $h$ such bean - bags. So the score from beanbags in the hole is $5h$.

Step3: Find total score

The total score is the sum of the score from beanbags on the board and the score from beanbags in the hole. So the expression for the total score is $2s + 5h$.

Answer:

$2s + 5h$