document.write( "Question 321331: can you show me step by step how to solve the following equation, I'm looking for the solution for x and y.\r
\n" );
document.write( "\n" );
document.write( " 6x + 4y = 60\r
\n" );
document.write( "\n" );
document.write( " 8x + 9y = -4
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #230146 by mananth(16946)![]() ![]() You can put this solution on YOUR website! 6x + 4y = 60..............1 \n" ); document.write( "8x + 9y = -4..............2 \n" ); document.write( "Let us eliminate x by subtracting one equation from the other. \n" ); document.write( "before that you have to make the co-efficinets of x equal. \n" ); document.write( "multiply equation 1 by 8 and equation 2 by 6 . \n" ); document.write( "we get \n" ); document.write( "48x +32y=480 \n" ); document.write( "48x+54y=-24 \n" ); document.write( ".. \n" ); document.write( "(48x+32y)-(48x+54y)=480-(-24) \n" ); document.write( "48x+32y-48x-54y=504 \n" ); document.write( "-22y= 504 \n" ); document.write( "y=-22.91 \n" ); document.write( "plug the value of y in eq 1 \n" ); document.write( "x=((4*-22.91) -60)/-6 \n" ); document.write( "x=25.27 \n" ); document.write( " |