easy Set 74 Form Exercise

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

Show answer

Answer: 17

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

Math Maze: Start at 9. Follow the path: -7 → ×3 → +6. 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":3,"result":6}
  • {"op":"+","operand":6,"result":12}
FinalValue
12
PathDescription
Step 1: -7 = 2; Step 2: ×3 = 6; Step 3: +6 = 12

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

Show answer

Answer: 1

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 96

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

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

Show answer

Answer: 132

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

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

Show answer

Answer: 44

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