medium Set 81 Form Exercise

Math Maze: Start at 4. Follow the path: ×2 → -5 → ×2 → +6. What is the final value?

Show answer

Answer: 12

SubType
math-maze
Difficulty
medium
StartValue
4
Steps
  • {"op":"\u00d7","operand":2,"result":8}
  • {"op":"-","operand":5,"result":3}
  • {"op":"\u00d7","operand":2,"result":6}
  • {"op":"+","operand":6,"result":12}
FinalValue
12
PathDescription
Step 1: ×2 = 8; Step 2: -5 = 3; Step 3: ×2 = 6; Step 4: +6 = 12

Math Maze: Start at 7. Follow the path: +1 → -5 → +8 → ×3. What is the final value?

Show answer

Answer: 33

SubType
math-maze
Difficulty
medium
StartValue
7
Steps
  • {"op":"+","operand":1,"result":8}
  • {"op":"-","operand":5,"result":3}
  • {"op":"+","operand":8,"result":11}
  • {"op":"\u00d7","operand":3,"result":33}
FinalValue
33
PathDescription
Step 1: +1 = 8; Step 2: -5 = 3; Step 3: +8 = 11; Step 4: ×3 = 33

Math Maze: Start at 1. Follow the path: +5 → ×2 → -4 → ×4. What is the final value?

Show answer

Answer: 32

SubType
math-maze
Difficulty
medium
StartValue
1
Steps
  • {"op":"+","operand":5,"result":6}
  • {"op":"\u00d7","operand":2,"result":12}
  • {"op":"-","operand":4,"result":8}
  • {"op":"\u00d7","operand":4,"result":32}
FinalValue
32
PathDescription
Step 1: +5 = 6; Step 2: ×2 = 12; Step 3: -4 = 8; Step 4: ×4 = 32

Math Maze: Start at 6. Follow the path: ×3 → -4 → ×4 → -32. What is the final value?

Show answer

Answer: 24

SubType
math-maze
Difficulty
medium
StartValue
6
Steps
  • {"op":"\u00d7","operand":3,"result":18}
  • {"op":"-","operand":4,"result":14}
  • {"op":"\u00d7","operand":4,"result":56}
  • {"op":"-","operand":32,"result":24}
FinalValue
24
PathDescription
Step 1: ×3 = 18; Step 2: -4 = 14; Step 3: ×4 = 56; Step 4: -32 = 24

Math Maze: Start at 4. Follow the path: +5 → +10 → +8 → ×3. What is the final value?

Show answer

Answer: 81

SubType
math-maze
Difficulty
medium
StartValue
4
Steps
  • {"op":"+","operand":5,"result":9}
  • {"op":"+","operand":10,"result":19}
  • {"op":"+","operand":8,"result":27}
  • {"op":"\u00d7","operand":3,"result":81}
FinalValue
81
PathDescription
Step 1: +5 = 9; Step 2: +10 = 19; Step 3: +8 = 27; Step 4: ×3 = 81

Math Maze: Start at 1. Follow the path: +4 → ×3 → -11 → +2. What is the final value?

Show answer

Answer: 6

SubType
math-maze
Difficulty
medium
StartValue
1
Steps
  • {"op":"+","operand":4,"result":5}
  • {"op":"\u00d7","operand":3,"result":15}
  • {"op":"-","operand":11,"result":4}
  • {"op":"+","operand":2,"result":6}
FinalValue
6
PathDescription
Step 1: +4 = 5; Step 2: ×3 = 15; Step 3: -11 = 4; Step 4: +2 = 6

Math Maze: Start at 10. Follow the path: +8 → ×2 → -8 → +6. What is the final value?

Show answer

Answer: 34

SubType
math-maze
Difficulty
medium
StartValue
10
Steps
  • {"op":"+","operand":8,"result":18}
  • {"op":"\u00d7","operand":2,"result":36}
  • {"op":"-","operand":8,"result":28}
  • {"op":"+","operand":6,"result":34}
FinalValue
34
PathDescription
Step 1: +8 = 18; Step 2: ×2 = 36; Step 3: -8 = 28; Step 4: +6 = 34

Math Maze: Start at 6. Follow the path: ×2 → -3 → +10 → +3. What is the final value?

Show answer

Answer: 22

SubType
math-maze
Difficulty
medium
StartValue
6
Steps
  • {"op":"\u00d7","operand":2,"result":12}
  • {"op":"-","operand":3,"result":9}
  • {"op":"+","operand":10,"result":19}
  • {"op":"+","operand":3,"result":22}
FinalValue
22
PathDescription
Step 1: ×2 = 12; Step 2: -3 = 9; Step 3: +10 = 19; Step 4: +3 = 22