easy Set 84 Form Exercise

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

Show answer

Answer: 38

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 13

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