hard Set 94 Form Exercise

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

Show answer

Answer: 4

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

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

Show answer

Answer: 87

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 31

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

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

Show answer

Answer: 388

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 432

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

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

Show answer

Answer: 63

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