hard Set 72 Form Exercise

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

Show answer

Answer: 76

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

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

Show answer

Answer: 40

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

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

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 34

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

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

Show answer

Answer: 66

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