The calc AP exams refer to this type of problem as "related rates". The idea is to write down a simple equation relating the two variables, get a differential equation, then solve for the desired quantity. In this case the equation will be the area formula for a triangle, A = 1/2*base*height. The variable that is changing, the independent variable, is time, so you think of the variables as functions of time and then differentiate both sides.
A= 1/2 * b(t) * h(t)
dA/dt = 1/2 * b * dh/dt + 1/2 * db/dt * h
Now substitute the first two numbers for dA/dt and dh/dt.
(2) = 1/2 * b * (1) + 1/2 * db/dt * h
2 = 1/2 * b + 1/2*20*db/dt
2 = b/2 + 10*db/dt
We have the area as 150cm^2, so that means the base at that time is b=2*150/20 = 15 cm. Plugging this in and solving
2 = 15/2+10*db/dt
-11/2 = 10*db/dt
db/dt = -11/20 ≈ -0.55 cm/min.
As with all such problems double check the units at the end make sense. areas are in cm^2, speeds are all in cm/min. The speed of the base is negative which means it is shrinking. Intuitively the height is larger, but not twice as large as the base, so with relative rates of +1cm/min for the height and -0.55 cm/min for the base the area should increase not decrease.