easy Set 32 Form Exercise

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

Show answer

Answer: 59

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 14

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

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

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

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

Show answer

Answer: 176

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

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

Show answer

Answer: 14

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