easy Set 98 Form Exercise

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

Show answer

Answer: 18

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

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

Show answer

Answer: 192

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 80

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

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

Show answer

Answer: 54

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 88

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