easy Set 30 Form Exercise

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

Show answer

Answer: 11

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 57

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 92

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

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

Show answer

Answer: 31

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 24

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