medium Set 74 Form Exercise

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

Show answer

Answer: 36

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 42

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 120

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 39

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