hard Set 38 Form Exercise

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

Show answer

Answer: 7

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 54

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 1

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