hard Set 68 Form Exercise

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

Show answer

Answer: 36

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 104

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

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

Show answer

Answer: 9

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