easy Set 90 Form Exercise

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

Show answer

Answer: 16

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

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

Show answer

Answer: 448

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 46

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