Question:medium

The difference between two numbers is 16. If one-third of the smaller number is greater than one-seventh of the larger number by 4, then what is the larger number?

Show Hint

After solving, always plug your results back into the original problem statement to verify that they meet all the given conditions. This helps catch any calculation errors.
Updated On: Feb 19, 2026
  • 33
  • 46
  • 49
  • 54
Show Solution

The Correct Option is C

Solution and Explanation

Step 1: Conceptualization: The problem necessitates the formulation and resolution of a system comprising two linear equations, derived from the provided constraints.
Step 2: Methodological Foundation: Designate the larger number as L and the smaller number as S. Based on the problem description, the following equations can be established:
1. \( L - S = 16 \)
2. \( \frac{1}{3}S = \frac{1}{7}L + 4 \)
Step 3: Solution Elaboration: From Equation 1, S can be expressed in relation to L:
\[ S = L - 16 \] Substitute this expression for S into Equation 2:
\[ \frac{1}{3}(L - 16) = \frac{1}{7}L + 4 \] To eliminate fractional components, multiply the entire equation by the least common multiple of 3 and 7, which is 21:
\[ 21 \times \left(\frac{1}{3}(L - 16)\right) = 21 \times \left(\frac{1}{7}L\right) + 21 \times 4 \] \[ 7(L - 16) = 3L + 84 \] \[ 7L - 112 = 3L + 84 \] Proceed to solve for L:
\[ 7L - 3L = 84 + 112 \] \[ 4L = 196 \] \[ L = \frac{196}{4} = 49 \] The value of the larger number is 49.
The smaller number can be determined as: \( S = 49 - 16 = 33 \).
Step 4: Conclusive Result: The larger number is 49. Verification of the conditions: The difference between the numbers is \( 49 - 33 = 16 \). One-third of the smaller number is \( \frac{33}{3} = 11 \). One-seventh of the larger number is \( \frac{49}{7} = 7 \). The difference between these results is \( 11 - 7 = 4 \). Both initial conditions are met.
Was this answer helpful?
0