hard Set 34 Form Exercise

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

Show answer

Answer: 48

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

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

Show answer

Answer: 17

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

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

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 50

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

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

Show answer

Answer: 120

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