easy Set 56 Form Exercise

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

Show answer

Answer: 44

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 54

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 15

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

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

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