easy Set 77 Form Exercise

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

Show answer

Answer: 8

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 8

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