easy Set 64 Form Exercise

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

Show answer

Answer: 5

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 18

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