medium Set 90 Form Exercise

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

Show answer

Answer: 290

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 54

SubType
math-maze
Difficulty
medium
StartValue
5
Steps
  • {"op":"\u00d7","operand":4,"result":20}
  • {"op":"-","operand":1,"result":19}
  • {"op":"-","operand":1,"result":18}
  • {"op":"\u00d7","operand":3,"result":54}
FinalValue
54
PathDescription
Step 1: ×4 = 20; Step 2: -1 = 19; Step 3: -1 = 18; Step 4: ×3 = 54

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

Show answer

Answer: 9

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

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

Show answer

Answer: 66

SubType
math-maze
Difficulty
medium
StartValue
4
Steps
  • {"op":"+","operand":9,"result":13}
  • {"op":"\u00d7","operand":2,"result":26}
  • {"op":"\u00d7","operand":4,"result":104}
  • {"op":"-","operand":38,"result":66}
FinalValue
66
PathDescription
Step 1: +9 = 13; Step 2: ×2 = 26; Step 3: ×4 = 104; Step 4: -38 = 66

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

Show answer

Answer: 30

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