hard Set 75 Form Exercise

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

Show answer

Answer: 288

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

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

Show answer

Answer: 309

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

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

Show answer

Answer: 134

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 51

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

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

Show answer

Answer: 70

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

Math Maze: Start at 2. Follow the path: -1 → ×2 → -1 → ×3 → -2. 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":"-","operand":1,"result":1}
  • {"op":"\u00d7","operand":3,"result":3}
  • {"op":"-","operand":2,"result":1}
FinalValue
1
PathDescription
Step 1: -1 = 1; Step 2: ×2 = 2; Step 3: -1 = 1; Step 4: ×3 = 3; Step 5: -2 = 1