hard Set 88 Form Exercise

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

Show answer

Answer: 4

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 92

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

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

Show answer

Answer: 148

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 42

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