easy Set 50 Form Exercise

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

Show answer

Answer: 65

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 1

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