easy Set 90 Form Exercise

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

Show answer

Answer: 29

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 54

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

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

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 2

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