easy Set 13 Form Exercise

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

Show answer

Answer: 19

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 37

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