easy Set 46 Form Exercise

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

Show answer

Answer: 5

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

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

Show answer

Answer: 130

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 120

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

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

Show answer

Answer: 45

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

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

Show answer

Answer: 4

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