medium Set 52 Form Exercise

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

Show answer

Answer: 73

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 44

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

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

Show answer

Answer: 109

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 39

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