easy Set 12 Form Exercise

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

Show answer

Answer: 24

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

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

Show answer

Answer: 144

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 37

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

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

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 34

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

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

Show answer

Answer: 19

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