easy Set 56 Form Exercise

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

Show answer

Answer: 8

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

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

Show answer

Answer: 55

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 192

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 68

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

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

Show answer

Answer: 96

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