hard Set 71 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 106

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

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

Show answer

Answer: 2304

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 76

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

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

Show answer

Answer: 35

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

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

Show answer

Answer: 2

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