medium Set 43 Form Exercise

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

Show answer

Answer: 4

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

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

Show answer

Answer: 52

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

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

Show answer

Answer: 78

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

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

Show answer

Answer: 54

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 84

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

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

Show answer

Answer: 9

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