hard Set 44 Form Exercise

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

Show answer

Answer: 41

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

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

Show answer

Answer: 128

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 360

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

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

Show answer

Answer: -1

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

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

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

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

Show answer

Answer: 20

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