easy Set 39 Form Exercise

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

Show answer

Answer: 12

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 72

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

Math Maze: Start at 7. Follow the path: +8 → -14 → -1. What is the final value?

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 47

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

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

Show answer

Answer: 39

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

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

Show answer

Answer: 60

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