medium Set 91 Form Exercise

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

Show answer

Answer: 3

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 162

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

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

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

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

Show answer

Answer: 46

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

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

Show answer

Answer: 42

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

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

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