hard Set 62 Form Exercise

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

Show answer

Answer: 275

SubType
math-maze
Difficulty
hard
StartValue
7
Steps
  • {"op":"\u00d7","operand":3,"result":21}
  • {"op":"\u00d7","operand":4,"result":84}
  • {"op":"+","operand":1,"result":85}
  • {"op":"\u00d7","operand":4,"result":340}
  • {"op":"-","operand":65,"result":275}
FinalValue
275
PathDescription
Step 1: ×3 = 21; Step 2: ×4 = 84; Step 3: +1 = 85; Step 4: ×4 = 340; Step 5: -65 = 275

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

Show answer

Answer: 11

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 57

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 111

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

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

Show answer

Answer: 1

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