SOLUTION: In a specific video game scenario you're given 1000 gold. You can either try and marines to defend your base at 50 gold or piece or research weapon upgrades at 200 gold per upgrad

Algebra ->  Inequalities -> SOLUTION: In a specific video game scenario you're given 1000 gold. You can either try and marines to defend your base at 50 gold or piece or research weapon upgrades at 200 gold per upgrad      Log On


   



Question 981076: In a specific video game scenario you're given 1000 gold. You can either try and marines to defend your base at 50 gold or piece or research weapon upgrades at 200 gold per upgrade. The game allows a maximum of three upgrades, and you know that you need at least 10 Marines trained to survive the next level which of the following system correctly describes the number of Marines (m) and the number of upgrades (u) you can train/purchase in the game.
A. M>o , u>o, 50m+200u<1000
B. M>10, u>0, 50m+200u<1000
C.m>10, u>0, u<3, m+u<1000
D. M>10, u>0, u<3, 50m+200u<1000

Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
m = number of marines
u = number of upgrades

You need at least 10 marines, so m+%3E=+10

The number of upgrades could be 0 or some positive number u+%3E=+0

But "The game allows a maximum of three upgrades", which further means u+%3C=+3

it costs 50 gold per marine and 200 gold per upgrade so 50m%2B200u is the total cost for m marines and u upgrades. You have a max of 1000 gold which means 50m%2B200u+%3C=+1000

The system of inequalities is

system%28m+%3E=+10%2Cu+%3E=+0%2Cu+%3C=+3%2C50m%2B200u+%3C=+1000%29

-------------------------------------------------------

Side Note: The two inequalities u+%3E=+0 and u+%3C=+3 can be combined into 0+%3C=+u+%3C=+3