easy Set 81 Form Exercise

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

Show answer

Answer: 42

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 66

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

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

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 16

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