medium Set 99 Form Exercise

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

Show answer

Answer: 57

SubType
math-maze
Difficulty
medium
StartValue
6
Steps
  • {"op":"\u00d7","operand":2,"result":12}
  • {"op":"\u00d7","operand":4,"result":48}
  • {"op":"+","operand":2,"result":50}
  • {"op":"+","operand":7,"result":57}
FinalValue
57
PathDescription
Step 1: ×2 = 12; Step 2: ×4 = 48; Step 3: +2 = 50; Step 4: +7 = 57

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

Show answer

Answer: 10

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

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

Show answer

Answer: 18

SubType
math-maze
Difficulty
medium
StartValue
9
Steps
  • {"op":"\u00d7","operand":3,"result":27}
  • {"op":"-","operand":23,"result":4}
  • {"op":"+","operand":9,"result":13}
  • {"op":"+","operand":5,"result":18}
FinalValue
18
PathDescription
Step 1: ×3 = 27; Step 2: -23 = 4; Step 3: +9 = 13; Step 4: +5 = 18

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

Show answer

Answer: 252

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

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

Show answer

Answer: 2

SubType
math-maze
Difficulty
medium
StartValue
1
Steps
  • {"op":"-","operand":1,"result":0}
  • {"op":"-","operand":1,"result":-1}
  • {"op":"+","operand":7,"result":6}
  • {"op":"-","operand":4,"result":2}
FinalValue
2
PathDescription
Step 1: -1 = 0; Step 2: -1 = -1; Step 3: +7 = 6; Step 4: -4 = 2

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

Show answer

Answer: 8

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 11

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