easy Set 76 Form Exercise

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

Show answer

Answer: 27

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 100

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

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

Show answer

Answer: 4

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