Fast Food (Q81 P222) Problem: A fast food restaurant needs to decide how many chicken pieces and chicken…

Embed Size (px)

DESCRIPTION

Fast Food Let c=chicken pieces and let n=nuggets Constraints c ≥ 1200 n+ 2c ≤ c-n ≤ 800 We also need to keep in mind the implied constraints of this situation i.e. you cannot have a negative value for either c or n so c ≥ 0 and n ≥ 0