document.write( "Question 257024: Solve the equations for the solutions, x and y.\r
\n" );
document.write( "\n" );
document.write( "x + y = k
\n" );
document.write( "2x + 3y = k + 1\r
\n" );
document.write( "\n" );
document.write( "The lines intersect at (?,?) \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #189028 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Solve the equations for the solutions, x and y. \n" ); document.write( "x + y = k \n" ); document.write( "2x + 3y = k + 1 \n" ); document.write( "The lines intersect at (?,?) \n" ); document.write( "----------------------------------- \n" ); document.write( "Multiply thru the 1st equation by 2: \n" ); document.write( "2x + 2y = 2k \n" ); document.write( "2x + 3y = k+1 \n" ); document.write( "--------------- \n" ); document.write( "Subtract the 1st from the 2nd, then solve for \"y\": \n" ); document.write( "y = 1-k \n" ); document.write( "------- \n" ); document.write( "Substitute into x+y = k to solve for \"x\": \n" ); document.write( "x + 1-k = k \n" ); document.write( "x = 2k+1 \n" ); document.write( "---------------------- \n" ); document.write( "Point of intersection: (2k+1 , 1-k) \n" ); document.write( "==================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |