Without touching the right side of the equation, find a way to make the equation above true. You are only allowed to use mathematical operators like addition, subtraction, multiplication, division and parenthesis, percentage, and factorials only.
With your answer, define as the least amount of mathematical operators used. Find .
Details and Assumptions:
As an explicit example, if the equation is true, then you have used 4 operators: one division, one addition, one parenthesis, one factorial. In this case, .
You can combine the digits as well. i.e.: .
You must keep the digits in order (from left to right). is valid while is not valid.
BODMAS applied.
You need a number before the percentage sign. For example. is invalid while is valid.
Exponentiation is allowed.