I got that quiz the other day and struggled to solve it.
you have a list of integers and operators:
1, 1, 6, 3, 9, 0, 8, 0, 2, 9, (, ), +, +, -, =
You have to use every item of that list exactly once. Fill the blanks to get an equation. There are already two operators at the correct places.
_ _ _ _ * _ _ / _ _ _ _ _ _ _ _ _ _
Please don't tell me the solution(s), but rather how you would go about such a problem.