Simple Equation Given an equation "6=2" as a string. Multiply right side with x such that the equation becomes true. Here you should return 3. Example: "12=3" returns 4