easy Set 37 Form Exercise

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

Show answer

Answer: 4

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

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

Show answer

Answer: 160

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

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

Show answer

Answer: 71

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 39

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

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

Show answer

Answer: 37

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

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

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

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

Show answer

Answer: 168

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