easy Set 58 Form Exercise

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

Show answer

Answer: 11

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 59

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 8

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