easy Set 50 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 39

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

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

Show answer

Answer: 40

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

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

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 34

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

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

Show answer

Answer: 162

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