medium Set 51 Form Exercise

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

Show answer

Answer: 96

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 6

SubType
math-maze
Difficulty
medium
StartValue
8
Steps
  • {"op":"+","operand":8,"result":16}
  • {"op":"+","operand":10,"result":26}
  • {"op":"-","operand":19,"result":7}
  • {"op":"-","operand":1,"result":6}
FinalValue
6
PathDescription
Step 1: +8 = 16; Step 2: +10 = 26; Step 3: -19 = 7; Step 4: -1 = 6

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

Show answer

Answer: 72

SubType
math-maze
Difficulty
medium
StartValue
8
Steps
  • {"op":"\u00d7","operand":4,"result":32}
  • {"op":"\u00d7","operand":4,"result":128}
  • {"op":"-","operand":58,"result":70}
  • {"op":"+","operand":2,"result":72}
FinalValue
72
PathDescription
Step 1: ×4 = 32; Step 2: ×4 = 128; Step 3: -58 = 70; Step 4: +2 = 72

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

Show answer

Answer: 87

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 36

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