Given the following equations: r+dc+rc+d=20=10=24 Evaluate r.
MathBot Answer:
The system of linear equations has exactly one solution.
r=3
Begin by writing the augmented matrix of the system of equations. 011101110201024
Then use a series of elementary row operations to convert the matrix into reduced-row echelon form. The three elementary row operations are:
1. Swap the positions of any two rows.
2. Multiply any row by a nonzero scalar.
3. Multiply a row by a nonzero scalar and add it to any other row.
First, switch the rows in the matrix such that the row with the leftmost non-zero entry with the greatest magnitude is at the top.
101011110102024
The leading term of row 1 is already 1 so this row does not need to be multiplied by a scalar.
101011110102024
Multiply row 1 by scalar −1 and add it to row 3.
10001111−1102014
Switch the rows in the matrix such that the row with the next leftmost non-zero entry with the next greatest magnitude is the next row from the top.
10001111−1102014
The leading term of row 2 is already 1 so this row does not need to be multiplied by a scalar.
10001111−1102014
Multiply row 2 by scalar −1 and add it to row 3.
10001011−21020−6
Multiply row 3 by scalar −21 to make the leading term 1.
10001011110203
Multiply row 3 by scalar −1 and add it to row 1.
1000100117203
Multiply row 3 by scalar −1 and add it to row 2.
1000100017173
Once the matrix is in reduced-row echelon form, convert the matrix back into linear equations to find the solution. 1⋅c+0⋅d+0⋅r=7c=70⋅c+1⋅d+0⋅r=17d=170⋅c+0⋅d+1⋅r=3r=3