hard Set 63 Form Exercise

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

Show answer

Answer: 131

SubType
math-maze
Difficulty
hard
StartValue
9
Steps
  • {"op":"\u00d7","operand":3,"result":27}
  • {"op":"-","operand":11,"result":16}
  • {"op":"\u00d7","operand":4,"result":64}
  • {"op":"\u00d7","operand":3,"result":192}
  • {"op":"-","operand":61,"result":131}
FinalValue
131
PathDescription
Step 1: ×3 = 27; Step 2: -11 = 16; Step 3: ×4 = 64; Step 4: ×3 = 192; Step 5: -61 = 131

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

Show answer

Answer: 15

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 109

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

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

Show answer

Answer: 8

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