hard Set 75 Form Exercise

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

Show answer

Answer: 39

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

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

Show answer

Answer: 58

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

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

Show answer

Answer: 39

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 39

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