easy Set 85 Form Exercise

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

Show answer

Answer: 168

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

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

Show answer

Answer: 64

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

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

Show answer

Answer: 360

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 45

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

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

Show answer

Answer: 108

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