medium Set 58 Form Exercise

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

Show answer

Answer: 4

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 34

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