easy Set 99 Form Exercise

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

Show answer

Answer: 72

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

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

Show answer

Answer: 15

SubType
math-maze
Difficulty
easy
StartValue
2
Steps
  • {"op":"+","operand":3,"result":5}
  • {"op":"+","operand":5,"result":10}
  • {"op":"+","operand":5,"result":15}
FinalValue
15
PathDescription
Step 1: +3 = 5; Step 2: +5 = 10; Step 3: +5 = 15

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

Show answer

Answer: 48

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 324

SubType
math-maze
Difficulty
easy
StartValue
9
Steps
  • {"op":"\u00d7","operand":3,"result":27}
  • {"op":"\u00d7","operand":3,"result":81}
  • {"op":"\u00d7","operand":4,"result":324}
FinalValue
324
PathDescription
Step 1: ×3 = 27; Step 2: ×3 = 81; Step 3: ×4 = 324

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

Show answer

Answer: 180

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