hard Set 70 Form Exercise

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

Show answer

Answer: 114

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 37

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 149

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