medium Set 86 Form Exercise

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

Show answer

Answer: 96

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 43

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

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

Show answer

Answer: 208

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

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

Show answer

Answer: 14

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