hard Set 43 Form Exercise

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

Show answer

Answer: 9

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

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

Show answer

Answer: -24

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

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

Show answer

Answer: 107

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"\u00d7","operand":4,"result":40}
  • {"op":"+","operand":1,"result":41}
  • {"op":"\u00d7","operand":4,"result":164}
  • {"op":"\u00d7","operand":4,"result":656}
  • {"op":"-","operand":549,"result":107}
FinalValue
107
PathDescription
Step 1: ×4 = 40; Step 2: +1 = 41; Step 3: ×4 = 164; Step 4: ×4 = 656; Step 5: -549 = 107

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

Show answer

Answer: 3

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 216

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

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

Show answer

Answer: 6

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