AlgeBrain runs on pure logic. You don't guess the answer; you command the system. Here is how to interface with the engine:
-5, +2x, /4, *3). Spaces are ignored.5x=25 instead of just hitting add).x=[number] for a massive XP bonus.Stuck on the early levels? Here is the breakdown of the logic engines for Levels 1 through 7.
The absolute basics. Solve 1-step equations to find x.
-5 → x = 7The foundation. Solve simple linear equations in the form ax + b = c.
-5 → 3x = 12 (Remove the constant)/3 → x = 4 (Isolate x)Variables appear on both sides. Group your x terms first.
-3x → 2x + 2 = 12 (Group x terms)-2 → 2x = 10 (Remove constant)/2 → x = 5 (Solve)Parentheses detected. You must manually distribute the multiplier and type the expanded equation.
5x+10=40 → 5x + 10 = 40 (Distribute the 5)-10 → 5x = 30/5 → x = 6Introduction to curves. Isolate x² and use the sqrt command.
/3 → x² = 9 (Isolate squared term)sqrt → x = 3 (Apply Square Root)Multiple variables. Combine the loose terms before solving.
6x+5=35 → 6x + 5 = 35 (Combine x terms)-5 → 6x = 30/6 → x = 5Dealing with division fractions. Multiply the whole equation to clear the denominator.
-3 → x/4 = 5 (Isolate fraction)*4 → x = 20 (Multiply to clear division)