easy Set 42 Form Exercise

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

Show answer

Answer: 40

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 81

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

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

Show answer

Answer: 32

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