document.write( "Question 163240: Solve using Cramer's Rule Solve for x and y: \r
\n" );
document.write( "\n" );
document.write( "x + 2y = 5
\n" );
document.write( " x - y = 3
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #120315 by nabla(475) ![]() You can put this solution on YOUR website! I will show you how to apply it: \n" ); document.write( "for: \n" ); document.write( "ax+by=e \n" ); document.write( "cx+dy=f\r \n" ); document.write( "\n" ); document.write( "We will have Cramer's rule giving us:\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "and \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So, just plug in the numbers for the problem we're interested in. Namely, a=1, b=2, c=1, d=-1, e=5, f=3.\r \n" ); document.write( "\n" ); document.write( "The process is done automatically by this web site:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Check:
|