hard Set 65 Form Exercise

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

Show answer

Answer: 60

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 5

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

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

SubType
math-maze
Difficulty
hard
StartValue
5
Steps
  • {"op":"+","operand":5,"result":10}
  • {"op":"\u00d7","operand":3,"result":30}
  • {"op":"-","operand":12,"result":18}
  • {"op":"-","operand":17,"result":1}
  • {"op":"-","operand":1,"result":0}
FinalValue
0
PathDescription
Step 1: +5 = 10; Step 2: ×3 = 30; Step 3: -12 = 18; Step 4: -17 = 1; Step 5: -1 = 0

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

Show answer

Answer: 111

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 111

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