easy Set 61 Form Exercise

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

Show answer

Answer: 18

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 76

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 10

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

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

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

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

Show answer

Answer: 18

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