medium Set 57 Form Exercise

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

Show answer

Answer: 43

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

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

Show answer

Answer: 78

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 84

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

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

Show answer

Answer: 76

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 120

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

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

Show answer

Answer: 9

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