easy Set 74 Form Exercise

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

Show answer

Answer: 30

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 78

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 11

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