hard Set 86 Form Exercise

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

Show answer

Answer: 138

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

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

Show answer

Answer: 80

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 54

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

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

Show answer

Answer: 423

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 1

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":1,"result":2}
  • {"op":"-","operand":1,"result":1}
FinalValue
1
PathDescription
Step 1: -1 = 2; Step 2: -1 = 1; Step 3: ×3 = 3; Step 4: -1 = 2; Step 5: -1 = 1