easy Set 89 Form Exercise

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

Show answer

Answer: 30

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 252

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 43

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