hard Set 93 Form Exercise

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

Show answer

Answer: 66

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 66

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 92

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 1272

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

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

Show answer

Answer: 10

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