Change a\(frac{(b-c)^2}{d +2}\) in algebraic expression to BASIC arithmetic expression.
A * b\(^2\) - c\(^2\)ย รท d +2
A * \(frac{(b-c)^2}{D +2}\)
ab\(^2\) - ac\(^2\)ย รท d + 2
A * \(frac{(b-c)^2}{D +2}\) Opera
Python E. AB-AC^2 / D +2
The correct answer is: B
Explanation
No official explanation is available for this question at this time. Please check contributions posted by others below. If you can provide an explanation to help other student learn.