easy Set 40 Form Exercise

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

Show answer

Answer: 12

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 3

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