[Community Puzzle] Solve for X

Coding Games and Programming Challenges to Code Better

Send your feedback or ask for help here!

Created by @Timinator,validated by @jddingemanse,@_vcxl and @CarlWalsh.
If you have any issues, feel free to ping them.

1 Like

Will ‘x’ ever be in a denominator in the starting expressions?

x can be anywhere, also as denominator. For example the fourth test (‘Division I’) has the following expressions to be solved:

9/x=1
x/76=5
37=99/x
309=x/233

→ x left, x right, x numerator, x denominator.

1 Like