easy Set 34 Form Exercise

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

Show answer

Answer: 164

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 78

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 30

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