document.write( "Question 139211: Hello,\r
\n" );
document.write( "\n" );
document.write( "Can you please help me solve this equation\r
\n" );
document.write( "\n" );
document.write( "1. ax+by=r solve for x
\n" );
document.write( "2. ax+cy=s solve for y\r
\n" );
document.write( "\n" );
document.write( "there is one bracket ( { ) in front of both equations, just one for both combinded\r
\n" );
document.write( "\n" );
document.write( "thanks \n" );
document.write( "
Algebra.Com's Answer #101509 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 1. ax+by=r solve for x \n" ); document.write( "2. ax+cy=s solve for y \n" ); document.write( "-------------------- \n" ); document.write( "If there is a bracket containing both 1. and 2. \n" ); document.write( "You probably want the solution for the system \n" ); document.write( "of two equations: \n" ); document.write( "--------------------- \n" ); document.write( "Subtract 2 from 1 to get: \n" ); document.write( "by-cy = r-s \n" ); document.write( "y(b-c) = r-s \n" ); document.write( "y = (r-s)/(b-c) \n" ); document.write( "-------------------- \n" ); document.write( "Substitute to find \"x\". \n" ); document.write( "ax + b[(r-s)/(b-c)] = r \n" ); document.write( "ax(b-c) + b(r-s) = r(b-c) \n" ); document.write( "x[ab-ac] = bs-rc \n" ); document.write( "x = (bs-rc)/(ab-ac) \n" ); document.write( "======================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |