hard Set 47 Form Exercise

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

Show answer

Answer: 21

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 65

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 106

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 5

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