hard Set 46 Form Exercise

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

Show answer

Answer: 10

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 141

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 44

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 4

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