hard Set 57 Form Exercise

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

Show answer

Answer: 537

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

Math Maze: Start at 1. Follow the path: -1 → -1 → ×3 → ×3 → -1. 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":3,"result":-3}
  • {"op":"\u00d7","operand":3,"result":-9}
  • {"op":"-","operand":1,"result":-10}
FinalValue
-10
PathDescription
Step 1: -1 = 0; Step 2: -1 = -1; Step 3: ×3 = -3; Step 4: ×3 = -9; Step 5: -1 = -10

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

Show answer

Answer: 6

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 63

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 1458

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

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

Show answer

Answer: 7

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