easy Set 82 Form Exercise

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

Show answer

Answer: 6

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 46

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

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

Show answer

Answer: 50

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 3

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