189k views
2 votes
Clark is at a small arcade with some friends. Skeeball costs a quarter per game and air hockey costs 3 quarters per game. Clark has up to $10 to spend. ​

User Camus
by
5.8k points

1 Answer

2 votes

Answer:

10
\geq s*0.25 + a*0.75

Explanation:

Assign variable for each game

s = number of Skeeball games

a = number of Air hockey games

Then write out what you know...

1. Total cost of Skeeball = s*0.25

2. Total cost of Air hockey = a*(3*0.25) -> a*0.75

So the inequality would be...

10
\geq s*0.25 + a*0.75

User Srikanth P
by
6.1k points