hard Set 83 Form Exercise

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

Show answer

Answer: 130

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 176

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 166

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

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

Show answer

Answer: 8

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