easy Set 93 Form Exercise

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

Show answer

Answer: 10

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 49

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