easy Set 12 Form Exercise

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

Show answer

Answer: 4

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

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

Show answer

Answer: 50

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 10

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