Question

Difficulty: Very hardSystems of Linear Equations

In the xyxy-plane, the system of linear equations below has infinitely many solutions, where aa, bb, and cc are constants and c>0c > 0:

3x4y=10ax+by=c\begin{aligned} 3x - 4y &= 10 \\ ax + by &= c \end{aligned}

If the graph of the second equation in the system passes through the point (a,b)(a, b), what is the value of cc?

Answer: 4

Answer

The correct answer is 4.
Since the system has infinitely many solutions, the two equations are equivalent. This means the coefficients are proportional, so we can write a=3ka = 3k, b=4kb = -4k, and c=10kc = 10k for some constant kk. Because the line passes through (a,b)(a, b), substituting these coordinates into the second equation gives a2+b2=ca^2 + b^2 = c. Substituting the expressions in terms of kk results in (3k)2+(4k)2=10k(3k)^2 + (-4k)^2 = 10k, which simplifies to 25k2=10k25k^2 = 10k. Since c>0c > 0, we have k>0k > 0, and dividing by kk gives 25k=1025k = 10, so k=0.4k = 0.4. Finally, c=10(0.4)=4c = 10(0.4) = 4.

Step-by-Step Solution

1
Set up a proportionality constant to relate the coefficients of the two equations.
a=3ka = 3k, b=4kb = -4k, and c=10kc = 10k for a constant kk.
Since the system has infinitely many solutions, the equations represent the same line, meaning their coefficients and constants must be proportional.
2
Substitute the point (a,b)(a, b) into the second equation ax+by=cax + by = c.
a2+b2=ca^2 + b^2 = c
The graph of the equation passes through the point (a,b)(a, b), so the coordinates must satisfy the equation.
3
Substitute the parametric expressions of aa, bb, and cc into the equation a2+b2=ca^2 + b^2 = c.
25k2=10k25k^2 = 10k
This allows us to solve for the parameter kk using a single variable quadratic equation.
4
Solve the equation 25k2=10k25k^2 = 10k for kk, given that k>0k > 0.
k=0.4k = 0.4
Since c>0c > 0 and c=10kc = 10k, kk must be strictly positive, allowing us to divide both sides by kk.
5
Compute the final value of cc using the value of kk.
c=4c = 4
Substituting k=0.4k = 0.4 back into the expression c=10kc = 10k gives the value of cc.

Key Concept

Systems of linear equations with infinitely many solutions and coordinate geometry constraints
Rate this question