SOLUTION: I am stuck on a project, where I have to solve a matrix ( [2 5] [3 1] with the 2 being over the 3) by using cramer's rule.

Algebra.Com
Question 442543: I am stuck on a project, where I have to solve a matrix ( [2 5] [3 1] with the 2 being over the 3) by using cramer's rule.
Found 2 solutions by MathLover1, swincher4391:
Answer by MathLover1(20850)   (Show Source): You can put this solution on YOUR website!

Solved by pluggable solver: Finding the Determinant of a 2x2 Matrix

If you have the general 2x2 matrix:



the determinant is:

So this means that



Note: the vertical bars denote a determinant.


-----------------------------------------------------------------


So in this case the determinant of is:





======================================================


Answer:

So which means that the determinant of the matrix is -13

Answer by swincher4391(1107)   (Show Source): You can put this solution on YOUR website!
Given a matrix:

Cramer's rule states that the xi = det(Ai)/det(A)
So what is the det(A)? det(A) = 2*1 - 3*5 = -13
You do not specify the solution matrix in this problem, but I will act like you did and you can apply it to your problem.
Let's say the solution matrix is .
Then to solve for x1 you would create a matrix where the solution matrix is substituted in for column 1.
In this made up example, you'd find the det(A1) where A1 is:

This determinant is 1 -10 = -9.
So the solution to x1 = -9/-13 = (9/13)
To find x2 create an A2 matrix.
The matrix would be:

The det(A2) = 4 - 3 = 1
So then x2 = 1 / -13 = (-1/13)
To show that Cramer's rule indeed works:
2x1 + 5x2 = 1
3x1 + 1x2 = 2
Where as I said is my solution matrix and was the matrix you gave me.
If I plug in x1=9/13 and x2=-1/13
2(9/13) + 5(-1/13) = 13/13 = 1. Check.
3(9/13) + 1(-1/13) = 26/13 = 2. Check.
Now for whatever your solution matrix is, apply the same steps.

RELATED QUESTIONS

When using Cramer’s Rule:... (answered by Alan3354,Edwin McCravy,richwmiller)
I need your help on these three problems.................... (1). -4 5 -5 The... (answered by xcentaur)
I have to solve a 4X4 matrix w x y z 2 -2 -2 2 10 1 1 1 1 -5 3 1 -1 4 -2 1 (answered by vidyamanohar)
I am stuck on a project, and am desperate for help. My teacher denied me any help during... (answered by Edwin McCravy)
Gauss Jordan...Please Help A system of three linear equations in the variables x,y and (answered by fractalier)
Solve this equation using matrices. 2x-3y+z=5 x+3y+8z=22 3x-y+2z=12 I have already... (answered by rwm)
Solve for the following systems either by Matrix Inversion and Cramer's Rule: C=co +... (answered by ikleyn)
solve the following simultaneous equations by using cramer’s rule 3x-2y=3 ; 2x+y=6 (answered by MathLover1)
solve the following simultaneous equations by using cramer’s rule 3x-2y=3 ; 2x+y=6 (answered by MathLover1)