easy Set 18 Form Exercise

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

Show answer

Answer: 13

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 57

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 9

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