hard Set 13 Form Exercise

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

Show answer

Answer: 36

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"+","operand":10,"result":20}
  • {"op":"\u00d7","operand":4,"result":80}
  • {"op":"\u00d7","operand":3,"result":240}
  • {"op":"-","operand":167,"result":73}
  • {"op":"-","operand":37,"result":36}
FinalValue
36
PathDescription
Step 1: +10 = 20; Step 2: ×4 = 80; Step 3: ×3 = 240; Step 4: -167 = 73; Step 5: -37 = 36

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

Show answer

Answer: 85

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

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

Show answer

Answer: 86

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 24

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