hard Set 71 Form Exercise

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

Show answer

Answer: 594

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

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

Show answer

Answer: 165

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

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

Show answer

Answer: 150

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 9

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