hard Set 99 Form Exercise

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

Show answer

Answer: 60

SubType
math-maze
Difficulty
hard
StartValue
3
Steps
  • {"op":"\u00d7","operand":3,"result":9}
  • {"op":"\u00d7","operand":3,"result":27}
  • {"op":"\u00d7","operand":4,"result":108}
  • {"op":"-","operand":9,"result":99}
  • {"op":"-","operand":39,"result":60}
FinalValue
60
PathDescription
Step 1: ×3 = 9; Step 2: ×3 = 27; Step 3: ×4 = 108; Step 4: -9 = 99; Step 5: -39 = 60

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

Show answer

Answer: 212

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

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

Show answer

Answer: 129

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

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

Show answer

Answer: 396

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 54

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

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

Show answer

Answer: 56

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

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

Show answer

Answer: 43

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