medium Set 86 Form Exercise

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

Show answer

Answer: 144

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 114

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 68

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

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

Show answer

Answer: 12

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