easy Set 66 Form Exercise

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

Show answer

Answer: 68

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 54

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

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

Show answer

Answer: 14

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

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

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

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

Show answer

Answer: 24

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