easy Set 32 Form Exercise

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

Show answer

Answer: 38

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 53

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 51

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 111

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

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

Show answer

Answer: 43

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