hard Set 31 Form Exercise

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

Show answer

Answer: -3

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

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

Show answer

Answer: 93

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 151

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 61

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

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

Show answer

Answer: 10

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