medium Set 39 Form Exercise

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

Show answer

Answer: 33

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

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

Show answer

Answer: 57

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

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

Show answer

Answer: 50

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 42

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