hard Set 30 Form Exercise

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

Show answer

Answer: 4

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

Math Maze: Start at 8. Follow the path: ×4 → -17 → -1 → -10 → ×4. What is the final value?

Show answer

Answer: 16

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 5

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