easy Set 56 Form Exercise

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

Show answer

Answer: 7

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 129

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 11

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