hard Set 39 Form Exercise

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

Show answer

Answer: 69

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 18

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