hard Set 63 Form Exercise

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

Show answer

Answer: 15

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

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

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

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

Show answer

Answer: 52

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 544

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