easy Set 33 Form Exercise

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

Show answer

Answer: 39

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 2

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

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

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 52

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

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

Show answer

Answer: 3

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