easy Set 41 Form Exercise

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

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

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

Show answer

Answer: 38

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 87

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 5

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