Assume for this scenario that:
a = b * c
d = b - c
I only know the value for a
and d
(in this case 0.075 and 239, respectively), and I need to solve for both b
and c
. Is this possible to solve given the limited information, and if so what is the best approach to do so?