easy Set 58 Form Exercise

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

Show answer

Answer: 12

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 240

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 26

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