323,410 views
9 votes
9 votes
How to answer this system of equations using cramer's rule

How to answer this system of equations using cramer's rule-example-1
User David Ibrahim
by
3.1k points

1 Answer

14 votes
14 votes

Given:

Given the system of equations:


\begin{gathered} c+w+p=456 \\ c-p=80 \\ p=2w-2 \end{gathered}

Required: Solution of the system using Cramer's rule

Step-by-step explanation:

The system of equations can be rewritten as


\begin{gathered} c+p+w=456 \\ c-p+0w=80 \\ 0c+p-2w=-2 \end{gathered}

Write down the augmented matrix.


\begin{bmatrix}{1} & {1} & {1} & {456} \\ {1} & {-1} & {0} & {80} \\ {0} & {1} & {-2} & {-2} \\ {} & {} & {} & {}\end{bmatrix}

Calculate the main determinant.


\begin{gathered} D=\det\begin{bmatrix}{1} & {1} & {1} \\ {1} & {-1} & {0} \\ {0} & {1} & {-2}\end{bmatrix} \\ =1\left(2-0\right)-1\left(-2-1\right) \\ =2+3 \\ =5 \end{gathered}

Substitute the c-column with RHS and find the determinant.


\begin{gathered} D_c=\det\begin{bmatrix}{456} & {1} & {1} \\ {80} & {-1} & {0} \\ {-2} & {1} & {-2}\end{bmatrix} \\ =456\left(2-0\right)-80\left(-2-1\right)-2\left(0+1\right) \\ =912+240-2=1150 \end{gathered}

Substitute the p-column with RHS and find the determinant.


\begin{gathered} D_p=\det\begin{bmatrix}{1} & {456} & {1} \\ {1} & {80} & {0} \\ {0} & {-2} & {-2}\end{bmatrix} \\ =1(-160-0)-1(-912+2) \\ =-160+910 \\ =750 \end{gathered}

Substitute the w-column with RHS and find the determinant.


undefined

User Sherrilyn
by
2.7k points