easy Set 89 Form Exercise

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

Show answer

Answer: 99

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

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

Show answer

Answer: 84

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 49

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