The goal of the test is to insert between the given digits some of the four arithmetic operations (addition, subtraction, multiplication and division) in such a way that each of the ten provided expressions is equal to 100. the division by zero is treated as an error. the operations are performed from left to right with the higher priority of multiplication and division over addition and subtracti…show morethe goal of the test is to insert between the given digits some of the four arithmetic operations (addition, subtraction, multiplication and division) in such a way that each of the ten provided expressions is equal to 100. the division by zero is treated as an error. the operations are performed from left to right with the higher priority of multiplication and division over addition and subtraction.show less
Comments