hard Set 33 Form Exercise

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

Show answer

Answer: 4

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 43

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 90

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 420

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