easy Set 77 Form Exercise

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

Show answer

Answer: 2

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 114

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 20

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