easy Set 42 Form Exercise

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

Show answer

Answer: 12

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

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

Show answer

Answer: 432

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 66

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

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

Show answer

Answer: 4

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