hard Set 83 Form Exercise

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

Show answer

Answer: 4

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 37

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

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

Show answer

Answer: 128

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 162

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

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

Show answer

Answer: 19

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