hard Set 38 Form Exercise

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

Show answer

Answer: 13

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":3,"result":3}
  • {"op":"+","operand":10,"result":13}
FinalValue
13
PathDescription
Step 1: ×3 = 3; Step 2: -1 = 2; Step 3: -1 = 1; Step 4: ×3 = 3; Step 5: +10 = 13

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

Show answer

Answer: 11

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

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

Show answer

Answer: 288

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 156

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