Difficulty: Easy
Correct Answer: 210
Explanation:
Introduction / Context:This is a linear equation with a familiar benchmark: the sum of angles of a triangle is 180 degrees. By expressing “one-seventh of itself” algebraically, we can solve for the number quickly.
Given Data / Assumptions:
Concept / Approach:Combine like terms on the left to get a single multiple of N. Then isolate N by simple division. This is a direct single-step linear equation.
Step-by-Step Solution:
N − (1/7)N = 180(6/7)N = 180N = 180 * (7/6) = 30 * 7 = 210Verification / Alternative check:Compute one-seventh: N/7 = 30. Then N − N/7 = 210 − 30 = 180, which matches the triangle angle sum exactly.
Why Other Options Are Wrong:
Common Pitfalls:Using 1/6 instead of 1/7 or confusing “one-seventh of itself” with “itself minus 7.” Read multiplicative fractions carefully.
Final Answer:210
Discussion & Comments