easy Set 42 Form Exercise

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

Show answer

Answer: 5

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

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

Show answer

Answer: 162

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 180

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 6

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