f=50 n=965 P=floor(120*f/n) disp(P) s=(1000-965)/1000 disp(s) f2=s*f disp(f2) nsr=1000-965 disp(nsr) nrr=120*f2/P nsrf=1000-965-nrr disp(nsrf)