easy Set 42 Form Exercise

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

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 59

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 78

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 16

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