I wrote this program to expand binomials. Just plug in the first coeffecient, second coef, then the power and you'll get the coeffs of the expansion. Prompt CA,CB,N For(x,0,N) N nCr (x)[STORE]C C*CA^(N-x)*CB^(x)[store]C Disp C End