easy Set 70 Form Exercise

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

Show answer

Answer: 9

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 128

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 24

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