medium Set 43 Form Exercise

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

Show answer

Answer: 38

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

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

Show answer

Answer: 81

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

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

Show answer

Answer: 68

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 109

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 16

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