easy Set 74 Form Exercise

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

Show answer

Answer: 14

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

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

Show answer

Answer: 79

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 5

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