hard Set 43 Form Exercise

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

Show answer

Answer: 39

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 244

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

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

Show answer

Answer: 112

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 89

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

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

Show answer

Answer: 152

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

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

Show answer

Answer: 9

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