document.write( "Question 1121327: Find the value(s) of the constant k such that the system of linear equations:
\n" ); document.write( "9x + ky = 3,
\n" ); document.write( "kx + y = 1\r
\n" ); document.write( "\n" ); document.write( "has
\n" ); document.write( "(i) No solution.
\n" ); document.write( "(ii) An infinite number of solutions.
\n" ); document.write( "(iii) Exactly one solution.
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #737174 by htmentor(1343)\"\" \"About 
You can put this solution on YOUR website!
(i) No solution.
\n" ); document.write( "Parallel lines have the same slope, but not the same y-intercept
\n" ); document.write( "Express the equations in standard form:
\n" ); document.write( "y = (-9/k)x + 3/k
\n" ); document.write( "y = -kx + 1
\n" ); document.write( "m1 = -9/k, m2 = -k
\n" ); document.write( "m1 = m2 -> -9/k = -k -> k^2 = 9
\n" ); document.write( "This gives k = 3, k = -3
\n" ); document.write( "k = -3 will result in a different y-intercept
\n" ); document.write( "The two equations are
\n" ); document.write( "y = 3x - 3
\n" ); document.write( "y = 3x + 1
\n" ); document.write( "(ii) Using the results from (i), when k = 3, the two equations are the same:
\n" ); document.write( "y = -3x + 1
\n" ); document.write( "y = -3x + 1
\n" ); document.write( "(iii) Any value other than k = 3, k = -3, will result in one intersection point, or one solution
\n" ); document.write( "For example, if k = 1 we have
\n" ); document.write( "y = -9x + 3
\n" ); document.write( "y = -x + 1
\n" ); document.write( "
\n" );