hard Set 99 Form Exercise

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

Show answer

Answer: 64

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 84

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

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

Show answer

Answer: 135

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