No problem. Your basic error (don't feel too bad, a lot of people make it) is that if y is some variable, dy≠Δy. In Calculus, dy means the change in the y variable in the limit that the interval becomes infinitely small. Δy usually refers to the change over a large interval (final value minus initial value). In most cases, you can't just swap in Δy for dy and Δx for dx because if you do, you're not treating the derivative of the function as... well, a derivative.
Here is how you derive the proper equation to solve the problem. I will assume you understand where this differential equation comes from:
[tex]-\frac{dA}{dt}=kA^2[/tex]
First step is to convert the equation to:
[tex]\frac{dA}{A^2}=-k dt[/tex]
Integrate both side:
[tex]\int \frac{dA}{A^2}=\int -k dt[/tex]
Perform integration:
[tex]-\frac{1}{A} + C =-kt[/tex]
Here, C is a constant of integration. We can put it on either side, doesn't matter. To determine C, we use the initial condition that at t = 0, the concentration is A0. Doing a little algebra, you can show that
[tex]C=\frac{1}{A_0}[/tex]
So (after more algebra)
[tex]\frac{1}{A} = \frac{1}{A_0} + kt[/tex]
That's the equation your teacher used. You can take this a pinch further and derive an equation for the half life by setting A to A0/2 and solving for t, which gives
[tex]t_{\frac{1}{2}}= \frac{1}{kA_0}[/tex]
So, if you put in 0.25 M into this equation, and k = 0.05 L/mol min, you get 80 min.
Hope that helps.