x = number of radio ads
y = number of TV ads
x and y are nonnegative whole numbers (0,1,2,3,...) which means that both
and

x+y = total number of ads purchased
This total must be 60 or more due to the phrasing "they plan to purchase at least 60 total ads". We will form the inequality
and that solves to

-------------------
1 radio ad costs $400, so x of them will cost 400x dollars.
1200y = cost of all the TV ads
400x+1200y = total cost
This total cost must be $68,000 or smaller to keep under budget.
We arrive at
which is the same as
and solves to

Another inequality is
because we want at least 3 times as many TV ads compared to radio.
-------------------
Let's recap so far.
We have this system of inequalities

which is equivalent to this system

The idea from here is to plot each boundary line associated with those inequalities shown above.
For instance, the boundary equation for
would be

Desmos is useful to quickly plot such an equation. Plot the other equations
and
on the same xy grid.
We'll then shade above the line y = -x+60 because of the "greater than" symbol associated with this corresponding inequality. The same goes for y = 3x. The other inequality has "less than" to mean we shade below that boundary.
The shaded region is inside a triangle which forms the 3 vertices we need.
The vertex points are:
Refer to the diagram below. Each corner point is a result of solving a system of exactly two equations. For instance, solve this system

and the solution is the point (17,51) meaning x = 17 and y = 51. Use substitution to solve.
-------------------
We're then given the info that "It is estimated that each radio ad will be heard by 1900 listeners" and also "each TV ad will be seen by 14500 people".
1 radio ad = 1900 people
x radio ads = 1900x people
1 TV ad = 14500 people
y TV ads = 14500y people
1900x+14500y = total people reached by both types of ads combined
The goal is to max out how many people are reached.
To find when 1900x+14500y is maxed out, we plug each of those corner points into that expression.
Let's try (5,55)
1900x+14500y
1900*5+14500*55
807000
This means purchasing 5 radio and 55 TV ads will reach 807,000 total people. This is an estimate.
Now try (15,45)
1900x+14500y
1900*15+14500*45
681000
The number has gone down from its previous value (807000), which means it's not a good idea to go for this corner point compared to the first one mentioned.
The last one to check is the corner (17,51)
1900x+14500y
1900*17+14500*51
771800
This result isn't larger than 807000, so the first corner point is the best one to go for. It makes 1900x+14500y as large as possible while keeping within the constraints set up with the inequalities.