Suppose I want to simplify this expression:
bx−bc−dx+ada−c
More specifically, I want to minimize the number of operations. Counting each addition, subtraction, and multiplication, the expression requires 9 operations to compute.
The expression b+(x−a)(b−d)a−c
is equivalent to the previous expression, yet requires only 6 operations to compute.
So, my real question is, starting with the top expression, how do I derive the bottom expression? I want to know step-by-step. I can't think of any factoring techniques that would help me here. I know how to go from the bottom expression to the top expression, but not the other way around.
No comments:
Post a Comment