1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Varvara68 [4.7K]
3 years ago
15

Solve the system of equations by row-reduction. At each step, show clearly the symbol of the linear combinations that allow you

to clear the entries below each pivot or of the operations that allow you to swap two rows or to scale a row.
1) 3x₂ - 5x₃ = 89
6x₁ + x₃ = 17
x₁ - x₂ + 8x₃ = -107
2) 4x₁ - x₂ + 3x₃ = 12
2x₁ + 9x₃ = -5
x₁ + 4x₂ + 6x₃ = -32
Mathematics
1 answer:
adell [148]3 years ago
8 0

Answer:

1) The solution of the system is

\left\begin{array}{ccc}x_1&=&5\\x_2&=&8\\x_3&=&-13\end{array}\right

2) The solution of the system is

\left\begin{array}{ccc}x_1&=&2\\x_2&=&-7\\x_3&=&-1\end{array}\right

Step-by-step explanation:

1) To solve the system of equations

\left\begin{array}{ccccccc}&3x_2&-5x_3&=&89\\6x_1&&+x_3&=&17\\x_1&-x_2&+8x_3&=&-107\end{array}\right

using the row reduction method you must:

Step 1: Write the augmented matrix of the system

\left[ \begin{array}{ccc|c} 0 & 3 & -5 & 89 \\\\ 6 & 0 & 1 & 17 \\\\ 1 & -1 & 8 & -107 \end{array} \right]

Step 2: Swap rows 1 and 2

\left[ \begin{array}{ccc|c} 6 & 0 & 1 & 17 \\\\ 0 & 3 & -5 & 89 \\\\ 1 & -1 & 8 & -107 \end{array} \right]

Step 3:  \left(R_1=\frac{R_1}{6}\right)

\left[ \begin{array}{ccc|c} 1 & 0 & \frac{1}{6} & \frac{17}{6} \\\\ 0 & 3 & -5 & 89 \\\\ 1 & -1 & 8 & -107 \end{array} \right]

Step 4: \left(R_3=R_3-R_1\right)

\left[ \begin{array}{ccc|c} 1 & 0 & \frac{1}{6} & \frac{17}{6} \\\\ 0 & 3 & -5 & 89 \\\\ 0 & -1 & \frac{47}{6} & - \frac{659}{6} \end{array} \right]

Step 5: \left(R_2=\frac{R_2}{3}\right)

\left[ \begin{array}{ccc|c} 1 & 0 & \frac{1}{6} & \frac{17}{6} \\\\ 0 & 1 & - \frac{5}{3} & \frac{89}{3} \\\\ 0 & -1 & \frac{47}{6} & - \frac{659}{6} \end{array} \right]

Step 6: \left(R_3=R_3+R_2\right)

\left[ \begin{array}{ccc|c} 1 & 0 & \frac{1}{6} & \frac{17}{6} \\\\ 0 & 1 & - \frac{5}{3} & \frac{89}{3} \\\\ 0 & 0 & \frac{37}{6} & - \frac{481}{6} \end{array} \right]

Step 7: \left(R_3=\left(\frac{6}{37}\right)R_3\right)

\left[ \begin{array}{ccc|c} 1 & 0 & \frac{1}{6} & \frac{17}{6} \\\\ 0 & 1 & - \frac{5}{3} & \frac{89}{3} \\\\ 0 & 0 & 1 & -13 \end{array} \right]

Step 8: \left(R_1=R_1-\left(\frac{1}{6}\right)R_3\right)

\left[ \begin{array}{ccc|c} 1 & 0 & 0 & 5 \\\\ 0 & 1 & - \frac{5}{3} & \frac{89}{3} \\\\ 0 & 0 & 1 & -13 \end{array} \right]

Step 9: \left(R_2=R_2+\left(\frac{5}{3}\right)R_3\right)

\left[ \begin{array}{ccc|c} 1 & 0 & 0 & 5 \\\\ 0 & 1 & 0 & 8 \\\\ 0 & 0 & 1 & -13 \end{array} \right]

Step 10: Rewrite the system using the row reduced matrix:

\left[ \begin{array}{ccc|c} 1 & 0 & 0 & 5 \\\\ 0 & 1 & 0 & 8 \\\\ 0 & 0 & 1 & -13 \end{array} \right] \rightarrow \left\begin{array}{ccc}x_1&=&5\\x_2&=&8\\x_3&=&-13\end{array}\right

2) To solve the system of equations

\left\begin{array}{ccccccc}4x_1&-x_2&+3x_3&=&12\\2x_1&&+9x_3&=&-5\\x_1&+4x_2&+6x_3&=&-32\end{array}\right

using the row reduction method you must:

Step 1:

\left[ \begin{array}{ccc|c} 4 & -1 & 3 & 12 \\\\ 2 & 0 & 9 & -5 \\\\ 1 & 4 & 6 & -32 \end{array} \right]

Step 2: \left(R_1=\frac{R_1}{4}\right)

\left[ \begin{array}{ccc|c} 1 & - \frac{1}{4} & \frac{3}{4} & 3 \\\\ 2 & 0 & 9 & -5 \\\\ 1 & 4 & 6 & -32 \end{array} \right]

Step 3: \left(R_2=R_2-\left(2\right)R_1\right)

\left[ \begin{array}{ccc|c} 1 & - \frac{1}{4} & \frac{3}{4} & 3 \\\\ 0 & \frac{1}{2} & \frac{15}{2} & -11 \\\\ 1 & 4 & 6 & -32 \end{array} \right]

Step 4: \left(R_3=R_3-R_1\right)

\left[ \begin{array}{ccc|c} 1 & - \frac{1}{4} & \frac{3}{4} & 3 \\\\ 0 & \frac{1}{2} & \frac{15}{2} & -11 \\\\ 0 & \frac{17}{4} & \frac{21}{4} & -35 \end{array} \right]

Step 5: \left(R_2=\left(2\right)R_2\right)

\left[ \begin{array}{ccc|c} 1 & - \frac{1}{4} & \frac{3}{4} & 3 \\\\ 0 & 1 & 15 & -22 \\\\ 0 & \frac{17}{4} & \frac{21}{4} & -35 \end{array} \right]

Step 6: \left(R_1=R_1+\left(\frac{1}{4}\right)R_2\right)

\left[ \begin{array}{cccc} 1 & 0 & \frac{9}{2} & - \frac{5}{2} \\\\ 0 & 1 & 15 & -22 \\\\ 0 & \frac{17}{4} & \frac{21}{4} & -35 \end{array} \right]

Step 7: \left(R_3=R_3-\left(\frac{17}{4}\right)R_2\right)

\left[ \begin{array}{ccc|c} 1 & 0 & \frac{9}{2} & - \frac{5}{2} \\\\ 0 & 1 & 15 & -22 \\\\ 0 & 0 & - \frac{117}{2} & \frac{117}{2} \end{array} \right]

Step 8: \left(R_3=\left(- \frac{2}{117}\right)R_3\right)

\left[ \begin{array}{cccc} 1 & 0 & \frac{9}{2} & - \frac{5}{2} \\\\ 0 & 1 & 15 & -22 \\\\ 0 & 0 & 1 & -1 \end{array} \right]

Step 9: \left(R_1=R_1-\left(\frac{9}{2}\right)R_3\right)

\left[ \begin{array}{cccc} 1 & 0 & 0 & 2 \\\\ 0 & 1 & 15 & -22 \\\\ 0 & 0 & 1 & -1 \end{array} \right]

Step 10: \left(R_2=R_2-\left(15\right)R_3\right)

\left[ \begin{array}{cccc} 1 & 0 & 0 & 2 \\\\ 0 & 1 & 0 & -7 \\\\ 0 & 0 & 1 & -1 \end{array} \right]

Step 11:

\left[ \begin{array}{ccc|c} 1 & 0 & 0 & 2 \\\\ 0 & 1 & 0 & -7 \\\\ 0 & 0 & 1 & -1 \end{array} \right]\rightarrow \left\begin{array}{ccc}x_1&=&2\\x_2&=&-7\\x_3&=&-1\end{array}\right

You might be interested in
PLZ HELP HELP WITH ALL PART REALLY NEED HELP WITH THIS!!
Shalnov [3]
First, you should graph the points. For the first number, called the X-Axis, you should to the right or left, and for the second number, called the Y-Axis, you should go up or down.

To find the distance between Point A and Point C, you should simply just count the number of intersections between them (4).

Angle B is a right angle because if the triangle is bisected at B, it will leave a right angle on either side. Therefore, to label it, you should simply just draw a line through Point B all of the way to line (A,C).

The type of triangle you have drawn is an isosceles, because it has 2 equal angles and 2 equal sides.

We know both of the sides that are unknown will be the same because the triangle is bilateral. Then, we can use the bisection we made earlier to solve for the unknown sides using Pythagorean Theorem. Since earlier, we know the entire bottom is 4, we know half of the bottom is 2. We can also see that the height of the triangle is 2. We then plug those numbers into the Pythagorean Theorem (A^2*B^2=C^2) which makes the value of C^2=16. We then take the square root of C^2 and 16 to see that both unknown sides are 4.   



3 0
3 years ago
Angles and measurements
Romashka-Z-Leto [24]
You would need a rainbow shape ruler to answer these angles/degrees
5 0
3 years ago
Read 2 more answers
Benjamin's credit card has an APR of 19%, calculated on the previous monthly balance, and a minimum payment of 2%, starting the
navik [9.2K]
Total amount in payments = 48 + 47.80 + 47.60 + 47.40 + 47.20 + 47.01 = 285.01

Option D is the right answer.
3 0
3 years ago
Read 2 more answers
Area of rectangle with diagonal of 5 in but length not given
sergij07 [2.7K]

Draw a rectangle with diagonal 5 in. Inside this rect. are 2 acute triangles of hypotenuse 5. Note that 3^2 + 4^2 = 5^2; thus the width of the rect. is 3 and the length is 4, with the result that the hypo. is sqrt(3^2+4^2), as expected.




3 0
3 years ago
Divide.<br>(2x²+17x+28)÷(x+6)<br>​
oksian1 [2.3K]

Answer:

2x2+17x+28/x+6

Step-by-step explanation:

6 0
3 years ago
Other questions:
  • The circle above has an area of 36 in2. What is the area of the blue sector? Use 3.14 for .
    11·1 answer
  • Three friends got jobs at stores in the mall. Nina earns $117.60 117 60 for 14 14 hours of work. Ty earns $148.50 148 50 for 18
    5·2 answers
  • Justin got a sack of Jelly beans in 5 different colors. Half if them were red,1/6 were green,1/6 were yellow,1/12 were orange, a
    9·1 answer
  • In 2015, there were approximately 32,200 firearm fatalities.Express this quantity in deaths per hour.
    5·1 answer
  • PLEASE HELP!!!!!!!!!!
    13·1 answer
  • A. write an expression for the total cost of three types of tickets .
    6·1 answer
  • What is the solution to -84 + 28 =<br><br> With an explanation please,,
    9·1 answer
  • What is the mean mark of 847 ÷ 30?<br>​
    5·1 answer
  • Please solve with explanation
    13·1 answer
  • What is the value of the expression below when x 5 and y = 5? 6x — бу – -​
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!