medium Set 54 Form Exercise

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

Show answer

Answer: 46

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 37

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

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

Show answer

Answer: 17

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

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

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 64

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