ok to post 1. (a) Using NuW function from ComboProject3.txt NuW([30, 25, 20], {[0, 0, 1], [0, 1, 0], [1, 0, 0]}) = same as doing (30+25+20)!/(30!*25!*20!) = 2478456799816702091914145225486880 (b) Using NuGW function from ComboProject3.txt NuGW([30, 25, 20], {[0, 0, 1], [0, 1, 0], [1, 0, 0]}) = 41512613892711511465063226481480 (c) Using NuW function from ComboProject3.txt NuW([30, 25, 20], {[0, 0, 1], [0, 1, 0], [1, 0, 0], [1, 1, 1], [2, 2, 2]}) = 31831650298097356165593942880232160 (d) edit NuGW function from ComboProj3.txt, where for the conditional if statement, return 0 for cases where x=y Union x>=z like so: NuGWmod:=proc(Pt,A) local a: option remember: if (Pt[1]<0 or Pt[2]<0 or Pt[3]<0 or Pt[1]