hard Set 69 Form Exercise

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

Show answer

Answer: 612

SubType
math-maze
Difficulty
hard
StartValue
9
Steps
  • {"op":"\u00d7","operand":4,"result":36}
  • {"op":"\u00d7","operand":3,"result":108}
  • {"op":"-","operand":40,"result":68}
  • {"op":"\u00d7","operand":3,"result":204}
  • {"op":"\u00d7","operand":3,"result":612}
FinalValue
612
PathDescription
Step 1: ×4 = 36; Step 2: ×3 = 108; Step 3: -40 = 68; Step 4: ×3 = 204; Step 5: ×3 = 612

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

Show answer

Answer: 26

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 192

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

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

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

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

Show answer

Answer: 32

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