easy Set 78 Form Exercise

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

Show answer

Answer: 24

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

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

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

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

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 43

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

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

Show answer

Answer: 1

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