Find qty of products based on total value
a = 72,000
b = 68,500
c = 83,000
d = 99,900
x = Qty of a + Qty of b + Qty of c + Qty of d
a, b, c & d are constant, only ‘x’ value changes, I need to find the qty of a,b,c,d
a = 72,000b = 68,500c = 83,000d = 99,900 x = Qty of a + Qty of b + Qty of c + Qty of da, b, c & d are constant, only ‘x’ value changes, I need to find the qty of a,b,c,d Read More