hard Set 41 Form Exercise

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

Show answer

Answer: 2

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 65

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

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

Show answer

Answer: 199

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

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

Show answer

Answer: 5

SubType
math-maze
Difficulty
hard
StartValue
6
Steps
  • {"op":"+","operand":9,"result":15}
  • {"op":"+","operand":3,"result":18}
  • {"op":"-","operand":10,"result":8}
  • {"op":"-","operand":1,"result":7}
  • {"op":"-","operand":2,"result":5}
FinalValue
5
PathDescription
Step 1: +9 = 15; Step 2: +3 = 18; Step 3: -10 = 8; Step 4: -1 = 7; Step 5: -2 = 5

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

Show answer

Answer: 4

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 368

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