easy Set 39 Form Exercise

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

Show answer

Answer: 20

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 204

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 192

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