document.write( "Question 1040223: Hello,\r
\n" ); document.write( "\n" ); document.write( "I need help with the following system of equations problem:\r
\n" ); document.write( "\n" ); document.write( "If the system of equations
\n" ); document.write( "\"+6x-4y=a+\"
\n" ); document.write( "\"+6y-9x=b+\"
\n" ); document.write( "has a solution (x,y) where \"+x+\" and \"+y+\" are both nonzero, find \"+a%2Fb+\", assuming \"+b+\" is nonzero.
\n" ); document.write( "

Algebra.Com's Answer #655017 by JoelSchwartz(130)\"\" \"About 
You can put this solution on YOUR website!
a=6x-4y
\n" ); document.write( "b=6y-9x
\n" ); document.write( "a/b=(6x-4y)/(6y-9x)
\n" ); document.write( "2(3x-2y)/(3(2y-3x))
\n" ); document.write( "z=3x-2y
\n" ); document.write( "2z/-3z=-2/3
\n" ); document.write( "a/b=-2/3
\n" ); document.write( "
\n" );