medium Set 27 Form Exercise

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

Show answer

Answer: 52

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

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

Show answer

Answer: 77

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 37

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 89

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

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

Show answer

Answer: 2

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