easy Set 97 Form Exercise

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

Show answer

Answer: 52

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 15

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