medium Set 20 Form Exercise

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

Show answer

Answer: 140

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

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

Show answer

Answer: 81

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

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

Show answer

Answer: 242

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 11

SubType
math-maze
Difficulty
medium
StartValue
1
Steps
  • {"op":"+","operand":3,"result":4}
  • {"op":"\u00d7","operand":2,"result":8}
  • {"op":"\u00d7","operand":4,"result":32}
  • {"op":"-","operand":21,"result":11}
FinalValue
11
PathDescription
Step 1: +3 = 4; Step 2: ×2 = 8; Step 3: ×4 = 32; Step 4: -21 = 11

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

Show answer

Answer: 15

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