document.write( "Question 911401: Solve the system by either substitution or the elimination method, if possible. (If there is no solution, enter NO SOLUTION. If there are infinitely many solutions, enter INFINITELY MANY.)\r
\n" ); document.write( "\n" ); document.write( "3x + 12y = −45
\n" ); document.write( "x = 3y + 27
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #553071 by ichigo449(30)\"\" \"About 
You can put this solution on YOUR website!
\n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "
Solved by pluggable solver: Linear System solver (using determinant)
Solve:
\n" ); document.write( " \"+system%28+%0D%0A++++3%5Cx+%2B+12%5Cy+=+-45%2C%0D%0A++++1%5Cx+%2B+-3%5Cy+=+27+%29%0D%0A++\"
\n" ); document.write( "
\n" ); document.write( " Any system of equations:
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( " has solution
\n" ); document.write( "
\n" ); document.write( " or
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( " (x=9, y=-6}
\n" ); document.write( "

\n" ); document.write( "\n" ); document.write( "This requires a little explanation but is remarkably powerful. You can represent any system of equations as two matrices, linear transformations between vector spaces, one containing the coefficients of the equations and the other the solutions. This is usually written as AX = B, where A is the matrix of coefficients, X is the desired n-dimensional vector, and B the matrix of constant terms. To solve this equation we can use Cramer's formula stating: x_i = det(A_i)/det(A) where i = 1,..,n, where det( ) is the determinant of which there is a fantastic explanation here: http://mathinsight.org/determinant_linear_transformation
\n" ); document.write( "and A_i is obtained from A by substituting the ith column of B.
\n" ); document.write( "Now we can use the definition of the determinant to get the formulas used in the above solver. If, on the other hand, the above solver doesn't make sense you can proceed by substitution as follows: take the second equation and plug it into the first: 3(3y + 27) +12y = -45
\n" ); document.write( "Now simplify to 9y+81+12y = -45, which further simplifies to: 21y+81 = -45 or 18y = -126 or y = -6. Now sub this into the second equation: 3(-6)+27 = 9. For a quick and efficient way to check # of solutions see:http://www.algebra.com/algebra/homework/coordinate/Linear-systems.faq.question.911749.html
\n" ); document.write( "
\n" );