The (r+1)th term: = C(n, r) * * .
Critical point: The subscript is r+1, not r. So = C(n,0), = C(n,1)*y, etc.
To find the coefficient of a specific power: write the general term, set the exponent of the variable to the required value, solve for r, and compute C(n,r).
For ( + b/)^n: = C(n,r) * ()^{n-r} * (b/)^r = C(n,r) * * * .