easy Set 36 Form Exercise

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

Show answer

Answer: 28

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 8

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

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

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

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

Show answer

Answer: 38

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

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

Show answer

Answer: 45

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