easy Set 90 Form Exercise

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

Show answer

Answer: 60

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 5

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