hard Set 58 Form Exercise

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

Show answer

Answer: 80

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 42

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 93

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