hard Set 36 Form Exercise

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

Show answer

Answer: 52

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

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

Show answer

Answer: 234

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 68

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 76

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

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

Show answer

Answer: 816

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