hard Set 18 Form Exercise

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

Show answer

Answer: 85

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 87

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 672

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 8

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