hard Set 13 Form Exercise

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

Show answer

Answer: 36

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

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

Show answer

Answer: 39

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 144

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

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

Show answer

Answer: 141

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 24

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