easy Set 86 Form Exercise

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

Show answer

Answer: 17

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 34

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

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

Show answer

Answer: 112

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 16

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