hard Set 41 Form Exercise

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

Show answer

Answer: 361

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 109

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 20

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