easy Set 84 Form Exercise

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

Show answer

Answer: 8

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

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

Show answer

Answer: 180

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

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

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 11

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