easy Set 98 Form Exercise

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

Show answer

Answer: 110

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 121

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 18

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