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
Help me please, Find a, b, and c.
Mama L [17]

Answer:

a = 6*\sqrt{3}

b = 12

c = 6\sqrt{2}

Step-by-step explanation:

Since the triangles are right triangles with 60 and 45 degree angles, their side lengths follow special triangles.

A 45-45-90 right triangle has side lengths 1-1-\sqrt{2}.

A 30-60-90 right triangle has side lengths 1 - \sqrt{3} -2.

Starting with the top triangle which has a 60 degree angle, its side length 6 corresponds to a side length of 1 in the special triangle. It is 6 times bigger so its remaining sides will be 6 times bigger too.

Side a corresponds to side length \sqrt{3}. Therefore, a = 6*\sqrt{3}.

Side b corresponds to side length 2, b = 2*6 = 12.

The bottom triangle has a 45 degree angle, its side length b= 12 corresponds to \sqrt{2}. This means \sqrt{2} was multiplied by 12 = \sqrt{2} * \sqrt{72}. This means that side c is \sqrt{72}=6\sqrt{2}.

3 0
3 years ago
Read 2 more answers
Which of the following are necessary when proving that the opposite angles of a parallelogram are congruent? A. Opposite sides a
Misha Larkins [42]

Answer:

C and B

Step-by-step explanation:

The correct option is option B and C. The necessary condition to prove that the opposite angles of a parallelogram are congruent:

C. Angle Addition Postulate.

B. Opposite sides are congruent

8 0
3 years ago
Read 2 more answers
A rectangle has perimeter 28cm. Its area is 42sq.cm. Determine the dimensions of the rectangle. Include a diagram in your soluti
yawa3891 [41]

The dimensions of the rectangle are: b=9.65 cm and h=4.35 cm or b=4.35 cm and h= 9.65 cm.

<h3>Quadrilaterals</h3>

There are different types of quadrilaterals, for example, square, rectangle, rhombus, trapezoid, and parallelogram.  Each type is defined accordingly to its length of sides and angles. For example, in a rectangle,  the opposite sides are equal and parallel and their interior angles are equal to 90°.

The area of a rectangle is equal to base x height (A=bh). The perimeter of a geometric figure is the sum of its sides. Thus, for a rectangle, the perimeter is 2b+2h.

<h3>System of Linear Equations</h3>

System of linear equations is the given term math for two or more equations with the same variables. The solution of these equations represents the point at which the lines intersect.

The question gives:

Perimeter=28cm

Area= 42 cm²

If the perimeter is the sum of all sides of the rectangle, you have:

Perimeter= 2b+2h=28

If the area of the rectangle is 42cm², you have:

Area=bh=42 cm²

You can write a system of linear equations.

2b+2h=28 (1)

bh=42 (2)

From equation 2, you have  b=\frac{42}{h}. Then, you can replace it in equation 1.

2*\frac{42}{h}+2h=28 \\ \\ 84+2h^2=28h\\ \\ 2h^2-28h+84=0 \; dividing\; by\; 2\\ \\ h^2-14h+42=0

Now, you should solve the quadratic equation.

h_{1,\:2}=\frac{-\left(-14\right)\pm \sqrt{\left(-14\right)^2-4\cdot \:1\cdot \:42}}{2\cdot \:1}

h_{1,\:2}=\frac{-\left(-14\right)\pm \:2\sqrt{7}}{2\cdot \:1}

h_1=\frac{-\left(-14\right)+2\sqrt{7}}{2\cdot \:1}=7+\sqrt{7}=9.65 cm

h_2=\frac{-\left(-14\right)-2\sqrt{7}}{2\cdot \:1}=7-\sqrt{7}=4.35cm

If h1=9.65 cm, then b_1=\frac{42}{9.65} =4.35 cm, and if  h2=4.35 cm, then b_1=\frac{42}{4.35} =9.65 cm.

Read more about the quadratic function here:

brainly.com/question/1497716

#SPJ1

8 0
2 years ago
What is the square root of81
iogann1982 [59]

Answer:

The answer is 9

3 0
3 years ago
The sum of two numbers is 42 and the difference is 16
mamaluj [8]
The answer for this one is 29 and 13. Hope it help!
4 0
3 years ago
Other questions:
  • Me. Krogman usually prices the umbrellas in his store at $8 each. However, on rainy days he increases the price by 75%. How much
    6·2 answers
  • Given f(x) = 3x - 1 and g(x)= -x + 6, find f(-2) + g(5).
    9·2 answers
  • WILL GIVE BRAINLIEST! (Only for the first CORRECT Answer, though)
    14·2 answers
  • The side length of a square patio is 2.59 meters. Which is the best estimate for the perimeter of the patio, in meters?
    5·1 answer
  • 1(x-2)= -5.5 solving for x. What's the answer
    7·1 answer
  • An ant crawls 10 centimeters down into an ant hole. It then crawls 2 centimeters up to the queen’s nest. How many centimeters do
    11·1 answer
  • What is the scale of a drawing where a 36 foot tall statue is 9 inches tall?
    12·1 answer
  • This is function notation and I have no idea how to do it. I need answers.
    14·1 answer
  • Which of the following is required to construct the inscribed circle of a triangle?
    5·2 answers
  • Can anyone help me out with proofs ? If B is midpoint of AC and D is the midpoint of CE prove BD is parallel AE.
    6·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!