Using each of the ten digits 0 to 9 exactly once, and using only the arithmetic operators: addition(+), subtraction(-), division(/), multiplication(*) and parentheses, generate an expression that equals 975.
Note:
Concatenation of two or more digits is permissible, so that, expressions...