easy Set 40 Form Exercise

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

Show answer

Answer: 21

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 288

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 8

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