document.write( "Question 146258: Find K if the given system of equations has infinite no of solutions.
\n" );
document.write( "2x+ky=1+2y and kx+12y=3
\n" );
document.write( "(1)-4 (2)6 (3)Either (1) or (2) (4) none of these.\r
\n" );
document.write( "\n" );
document.write( "i have chosen (3). But theanswer givenis (2). How it could be..?? plz explain this...?? \n" );
document.write( "
Algebra.Com's Answer #106798 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find K if the given system of equations has infinite no of solutions. \n" ); document.write( "2x+ky=1+2y and kx+12y=3 \n" ); document.write( "(1)-4 (2)6 (3)Either (1) or (2) (4) none of these. \n" ); document.write( "i have chosen (3). But the answer given is (2). \n" ); document.write( "2x+ky = 1+2y \n" ); document.write( "(k-2)y = 1-2x \n" ); document.write( "y = (2x-1)/(2-k) \n" ); document.write( "y = (2/2-k)x - 1/(2-k) \n" ); document.write( "---------------- \n" ); document.write( "kx + 12y = 3 \n" ); document.write( "y = (-k/12)x + (1/4) \n" ); document.write( "---------------- \n" ); document.write( "slopes and intercepts must be the same \n" ); document.write( "2/(2-k) = -k/12 \n" ); document.write( "-1/(2-k) = 1/4 \n" ); document.write( "------------------ \n" ); document.write( "Solving the 2nd for \"k\" you get: \n" ); document.write( "2-k = -4 \n" ); document.write( "k = 6 \n" ); document.write( "-------- \n" ); document.write( "And that works in the slopes equation. \n" ); document.write( "-------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |