medium Set 57 Form Exercise

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

Show answer

Answer: -1

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

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

Show answer

Answer: 49

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

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

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 260

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 58

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