hard Set 48 Form Exercise

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

Show answer

Answer: 29

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 16

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

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

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

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

Show answer

Answer: 9

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

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

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

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

Show answer

Answer: 100

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

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

Show answer

Answer: 12

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