hard Set 47 Form Exercise

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

Show answer

Answer: 8

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

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

Show answer

Answer: 95

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 190

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

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

Show answer

Answer: 71

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