easy Set 80 Form Exercise

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

Show answer

Answer: 12

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

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

Show answer

Answer: 192

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

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

Show answer

Answer: 39

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

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

Show answer

Answer: 67

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 72

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