Question 890403
<pre>
The formula is easier to remember this way:

If you start counting with zero instead of with 1, the Rth term of

(A+B)<sup>N</sup> is

C(N,R)A<sup>N-R</sup>B<sup>R</sup>

The 4th term if you count starting with with 1, is the 3rd term 
if you count starting with zero.

(2z-3)<sup>5</sup>

C(5,3)(2z)<sup>5-3</sup>(-3)<sup>3</sup> =

10(2z)<sup>2</sup>(-27) =

-270(2<sup>2</sup>z<sup>2</sup>) =

-270(4z<sup>4</sup>) =

-1080z<sup>2</sup>

Edwin</pre>