easy Set 97 Form Exercise

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

Show answer

Answer: 78

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 80

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