hard Set 35 Form Exercise

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

Show answer

Answer: 104

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 120

SubType
math-maze
Difficulty
hard
StartValue
5
Steps
  • {"op":"-","operand":3,"result":2}
  • {"op":"+","operand":8,"result":10}
  • {"op":"+","operand":10,"result":20}
  • {"op":"\u00d7","operand":2,"result":40}
  • {"op":"\u00d7","operand":3,"result":120}
FinalValue
120
PathDescription
Step 1: -3 = 2; Step 2: +8 = 10; Step 3: +10 = 20; Step 4: ×2 = 40; Step 5: ×3 = 120

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

Show answer

Answer: 26

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 35

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

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

Show answer

Answer: 66

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