1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
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)