hard Set 79 Form Exercise

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

Show answer

Answer: 12

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 264

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