easy Set 38 Form Exercise

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

Show answer

Answer: 4

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 240

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 12

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