easy Set 18 Form Exercise

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

Show answer

Answer: 14

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 57

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

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

Show answer

Answer: 56

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 3

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