easy Set 82 Form Exercise

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

Show answer

Answer: 4

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

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

Show answer

Answer: 53

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 19

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