Question: Suppose in a model we have data cells (constant numbers) N1, N2, N3, and N4 and decision variable cells D1, D2, D3, and D4. Fill
Suppose in a model we have data cells (constant numbers) N1, N2, N3, and N4 and decision variable cells D1, D2, D3, and D4. Fill in the blank with L or N whether the following formulas are Linear or Non-linear.
SUMPRODUCT(D1:D4, D1:D4)
D1 / D2
N1^2 * D1 + N2 * D2
IF(D1 >= 50, N1, N2)
IF(N1 >= 50, D1, D2)
D1 / (N1 + N2 + N3)
D1 * D4 + D2 * D3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
