Assume an expression of the form n = a + b * c + d * e + f...
If a value is specified for n, add parentheses to the expression to make it true.
What is the correct procedure to solve this? I am looking for something other than repeated trial and error. I've deliberated omitted the values of a, b, c etc because I don't want to be given the answer, I want the procedure to find the answer.
If a value is specified for n, add parentheses to the expression to make it true.
What is the correct procedure to solve this? I am looking for something other than repeated trial and error. I've deliberated omitted the values of a, b, c etc because I don't want to be given the answer, I want the procedure to find the answer.