easy Set 90 Form Exercise

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

Show answer

Answer: 8

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 5

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