easy Set 31 Form Exercise

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

Show answer

Answer: 20

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

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

Show answer

Answer: 38

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 120

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 3

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