hard Set 88 Form Exercise

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

Show answer

Answer: 5

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

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

Show answer

Answer: 402

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 20

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

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

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

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

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

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

Show answer

Answer: 272

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