document.write( "Question 73182: Please help.\r
\n" );
document.write( "\n" );
document.write( "solve\r
\n" );
document.write( "\n" );
document.write( "{ax + by = b - a
\n" );
document.write( "{bx - ay = b - a \n" );
document.write( "
Algebra.Com's Answer #52439 by pradhyumna.kumar@gmail.com(62)![]() ![]() ![]() You can put this solution on YOUR website! ax + by = b - a \n" ); document.write( " bx - ay = b - a solving two equations by elimination method after cancelling y we get \r \n" ); document.write( "\n" ); document.write( "(a^2 - b^2) x = - (a-b)^2 we get, x = (a-b)/a+b) y = (b-a)(b+2a)/b(a+b) \n" ); document.write( " |