easy Set 97 Form Exercise

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

Show answer

Answer: 24

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

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

Show answer

Answer: 122

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

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

Show answer

Answer: 48

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

Math Maze: Start at 8. Follow the path: ×4 → ×4 → -98. What is the final value?

Show answer

Answer: 30

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 2

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