easy Set 80 Form Exercise

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

Show answer

Answer: 19

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 13

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

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

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 3

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