document.write( "Question 1106903: determine the value of k for which the system of linear equations has infinitely many solutions. then find all the solutions corresponding to this value of k
\n" );
document.write( "3x+4y=12
\n" );
document.write( "x+ky=4
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #721898 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "3x+4y=12 \n" ); document.write( "x+ky=4 \n" ); document.write( "In order for the two equations to have infinitely many solutions, the equations must be equivalent. Multiply the second equation by 3; now the two equations are \n" ); document.write( "3x+4y=12 \n" ); document.write( "3x+3ky=12 \n" ); document.write( "For the equations to be equivalent, we must have equal coefficients for y: 3k=4; so k = 4/3. \n" ); document.write( "I will guess that by \"listing all solutions\" you are looking for parametric equations. To get them, solve the equation for y and then use x as the parameter: \n" ); document.write( "3x+4y = 12 \n" ); document.write( "4y = -3x+12 \n" ); document.write( "y = (-3/4)x+3 \n" ); document.write( "The parametric equations representing all solutions are \n" ); document.write( "x = t \n" ); document.write( "y = (-3/4)t+3 \n" ); document.write( " |