easy Set 16 Form Exercise

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

Show answer

Answer: 33

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

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

Show answer

Answer: 62

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 49

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 29

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