easy Set 57 Form Exercise

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

Show answer

Answer: 7

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 39

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 83

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