easy Set 35 Form Exercise

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

Show answer

Answer: 8

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 54

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

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

Show answer

Answer: 24

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

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 6. Follow the path: +8 → -3 → +8. What is the final value?

Show answer

Answer: 19

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 1

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