hard Set 74 Form Exercise

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

Show answer

Answer: 1008

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

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

Show answer

Answer: 4

SubType
math-maze
Difficulty
hard
StartValue
9
Steps
  • {"op":"+","operand":1,"result":10}
  • {"op":"+","operand":1,"result":11}
  • {"op":"+","operand":2,"result":13}
  • {"op":"+","operand":7,"result":20}
  • {"op":"-","operand":16,"result":4}
FinalValue
4
PathDescription
Step 1: +1 = 10; Step 2: +1 = 11; Step 3: +2 = 13; Step 4: +7 = 20; Step 5: -16 = 4

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

Show answer

Answer: 11

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

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

Show answer

Answer: 54

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 40

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