The second constraint is the same as the objective function, so your problem boils down to finding integer solutions to
.. 3x1 +5x2 = 36
There are 3 solutions. They are (x1, x2) = (12, 0), (7, 3), (2, 6)
The value of the objective function there is (obviously) 36.
Answer:
Step-by-step explanation:
9(5 + 2)
the answer is D
Answer:
1.0
Step-by-step explanation:
The 6 is bigger than 5, so that bups the number up to 1.0.
C1000÷ct=w
you pretty much ×1000 and then ÷t and c
Answer:
! means factorial . For example 3! (factorial 3) = 3*2*1 = 6
Answer to 14C3 is 364
Step-by-step explanation:
14! = 14*13*12*11*10*9*8*7*6*5*4*3*2*1
14C3 = 14*13*12*11*10*9*8*7*6*5*4*3*2*1 / 3*2*1 * 11*10*9*8*7*6*5*4*3*2*1
= (14*13*12) / 3*2*1
= 14*13*2
= 364