easy Set 36 Form Exercise

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

Show answer

Answer: 15

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

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

Show answer

Answer: 68

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

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

Show answer

Answer: 82

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 37

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 13

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