hard Set 38 Form Exercise

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

Show answer

Answer: 3

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 25

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