document.write( "Question 936379: Find the point of intersection of the pair of straight lines.
\n" );
document.write( "6x+2y=26
\n" );
document.write( "−9x+5y=−19 \n" );
document.write( "
Algebra.Com's Answer #569822 by lwsshak3(11628) ![]() You can put this solution on YOUR website! Find the point of intersection of the pair of straight lines. \n" ); document.write( "6x+2y=26 \n" ); document.write( "−9x+5y=−19 \n" ); document.write( ".. \n" ); document.write( "18x+6y=78 (mult. eq. by 3) \n" ); document.write( "-18x+10y=-38 (mult. eq. by 2) \n" ); document.write( "add: \n" ); document.write( "16y=40 \n" ); document.write( "y=40/16=5/2=2.5 \n" ); document.write( "6x=26-2y \n" ); document.write( "6x=26-5 \n" ); document.write( "6x=26-5=21 \n" ); document.write( "x=21/6=3.5 \n" ); document.write( "point of intersection: (3.5,2.5) \n" ); document.write( " |