easy Set 31 Form Exercise

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

Show answer

Answer: 54

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 75

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 1

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