hard Set 63 Form Exercise

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

Show answer

Answer: 13

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

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

Show answer

Answer: 134

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

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

Show answer

Answer: 67

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

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

Show answer

Answer: 35

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 4

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