hard Set 55 Form Exercise

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

Show answer

Answer: 44

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

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

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

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

Show answer

Answer: 92

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 92

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