medium Set 81 Form Exercise

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

Show answer

Answer: 46

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

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

Show answer

Answer: 81

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 9

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

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

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 128

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

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

Show answer

Answer: 48

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