medium Set 40 Form Exercise

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

Show answer

Answer: 89

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 50

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

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

Show answer

Answer: 45

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

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

Show answer

Answer: 126

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":3,"result":126}
FinalValue
126
PathDescription
Step 1: -1 = 7; Step 2: ×3 = 21; Step 3: ×2 = 42; Step 4: ×3 = 126

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

Show answer

Answer: 28

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

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

Show answer

Answer: 45

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

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

Show answer

Answer: 3

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