228k views
5 votes
I need to write to objective function and the constraints

I need to write to objective function and the constraints-example-1

1 Answer

3 votes

Let's define:

x: number of Traveler bicycles made

y: number of Tourister bicycles made

The objective function is:

Maximize 300x + 600y

Subject to the following restrictions:

x + y ≤ 300

x + 3y ≤ 360

User Zellio
by
3.0k points