hard Set 78 Form Exercise

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

Show answer

Answer: 56

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

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

Show answer

Answer: 221

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

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

Show answer

Answer: 34

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 88

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

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

Show answer

Answer: 256

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