hard Set 67 Form Exercise

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

Show answer

Answer: 93

SubType
math-maze
Difficulty
hard
StartValue
4
Steps
  • {"op":"+","operand":2,"result":6}
  • {"op":"\u00d7","operand":3,"result":18}
  • {"op":"+","operand":10,"result":28}
  • {"op":"+","operand":3,"result":31}
  • {"op":"\u00d7","operand":3,"result":93}
FinalValue
93
PathDescription
Step 1: +2 = 6; Step 2: ×3 = 18; Step 3: +10 = 28; Step 4: +3 = 31; Step 5: ×3 = 93

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

Show answer

Answer: 16

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

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

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

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

Show answer

Answer: 37

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 78

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

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

Show answer

Answer: 114

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"+","operand":10,"result":20}
  • {"op":"\u00d7","operand":2,"result":40}
  • {"op":"\u00d7","operand":2,"result":80}
  • {"op":"-","operand":42,"result":38}
  • {"op":"\u00d7","operand":3,"result":114}
FinalValue
114
PathDescription
Step 1: +10 = 20; Step 2: ×2 = 40; Step 3: ×2 = 80; Step 4: -42 = 38; Step 5: ×3 = 114

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

Show answer

Answer: 21

SubType
math-maze
Difficulty
hard
StartValue
5
Steps
  • {"op":"+","operand":9,"result":14}
  • {"op":"-","operand":6,"result":8}
  • {"op":"+","operand":10,"result":18}
  • {"op":"-","operand":6,"result":12}
  • {"op":"+","operand":9,"result":21}
FinalValue
21
PathDescription
Step 1: +9 = 14; Step 2: -6 = 8; Step 3: +10 = 18; Step 4: -6 = 12; Step 5: +9 = 21