document.write( "Question 112483: Solve using Cramer's Rule.
\n" ); document.write( "x+2y=5
\n" ); document.write( "-3x+y=11\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #82049 by solver91311(24713)\"\" \"About 
You can put this solution on YOUR website!
I'm going to assume that you can evaluate a 2X2 determinant. If you can't, write back and we'll talk about that.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"D=%28matrix%282%2C2%2C1%2C2%2C-3%2C1%29%29=%281%29-%28-6%29=7\" (A 2X2 matrix consisting of the coefficients)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"D%5Bx%5D=%28matrix%282%2C2%2C5%2C2%2C11%2C1%29%29=%285%29-%2822%29=-17\" (The 2X2 matrix from above, replacing the x coefficients with the constant values)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"D%5By%5D=%28matrix%282%2C2%2C1%2C5%2C-3%2C11%29%29=%2811%29-%28-15%29=26\" (The 2X2 matrix from above, replacing the y coefficients with the constant values)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Cramer's Rule says, \"x=D%5Bx%5D%2FD\" and \"y=D%5By%5D%2FD\", so \"x=-17%2F7\" and \"y=26%2F7\"
\n" ); document.write( "
\n" );