hard Set 46 Form Exercise

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

Show answer

Answer: 201

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

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

Show answer

Answer: -4

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

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

Show answer

Answer: 35

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 416

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: -6

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