easy Set 43 Form Exercise

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

Show answer

Answer: 12

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 69

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

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

Show answer

Answer: 120

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 192

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