hard Set 35 Form Exercise

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

Show answer

Answer: 25

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

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

Show answer

Answer: 134

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

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

Show answer

Answer: 63

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 39

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

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

Show answer

Answer: 1

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