easy Set 81 Form Exercise

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

Show answer

Answer: 168

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 51

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 43

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

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

Show answer

Answer: 42

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

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

Show answer

Answer: 2

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