hard Set 83 Form Exercise

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

Show answer

Answer: 166

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

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

Show answer

Answer: 50

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 108

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

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

Show answer

Answer: 14

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