document.write( "Question 525278: what is the point of intersection of the following pair of straight lines:
\n" ); document.write( "6x - 8y = -1
\n" ); document.write( "-4x + 8y = 1
\n" ); document.write( "

Algebra.Com's Answer #348035 by tarungehlot(9)\"\" \"About 
You can put this solution on YOUR website!
add both equation
\n" ); document.write( "2x +0=0
\n" ); document.write( "x=0
\n" ); document.write( "put x=0 in 6x - 8y=-1
\n" ); document.write( "we gets
\n" ); document.write( "-8y=-1
\n" ); document.write( "y=1/8
\n" ); document.write( "hence point of intersection
\n" ); document.write( "(x,y)= (0,1/8)
\n" ); document.write( "
\n" );