hard Set 75 Form Exercise

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

Show answer

Answer: 36

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 66

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 189

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

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

Show answer

Answer: 44

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