hard Set 50 Form Exercise

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

Show answer

Answer: 24

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 34

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 44

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

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

Show answer

Answer: 89

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