hard Set 46 Form Exercise

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

Show answer

Answer: 24

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 181

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 45

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

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

Show answer

Answer: 10

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