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
What is the first step to converting from a fraction to a decimal ?
Lubov Fominskaja [6]

Answer:

To convert a fraction into a decimal, divide the top number by the bottom number. What about with denominators that don't divide into 10, 100 or 1000, such as 7? You still divide the denominator into the numerator, no matter what the numbers are.

Step-by-step explanation:

ok

8 0
3 years ago
Julle goes to several grocery stores and researches the price of a 12 oz bottle of juice.
lisabon 2012 [21]

Answer:

i thr 10 dollers would be ear by 1 thousand

4 0
3 years ago
Hello! Any help is appreciated (:
lara [203]

Answer:

yes

Step-by-step explanation:

This relation is a function

Each input value goes to only one output value so the relation is a function

6 0
3 years ago
Read 2 more answers
P, Q & R form a right-angled triangle.
Naya [18.7K]

Answer:

m<RPQ = 22°

Step-by-step explanation:

Given:

m<SRQ = 90°

PS = PQ

m<SQR = 46°

Required:

m<RPQ

Solution:

m<SQR + m<SRQ + m<RSQ = 180°

Substitute

46° + 90° + m<RSQ = 180°

m<RSQ = 180° - 136°

m<RSQ = 44°

Find m<PSQ:

m<PSQ = 180° - m<RSQ (Angles on a straight line

m<PSQ = 180° - 44° (Substitution)

m<PSQ = 136°

Find m<RPQ:

∆QSP is an isosceles triangle with two equal base angles. Therefore:

m<RPQ = ½(180° - 136°)

m<RPQ = 22°

4 0
3 years ago
a. Are the following triangles congruent? If so, which postulate or theorem proves this? b. What transformation moved one triang
xenn [34]

Answer:

Yes by SAS

Step-by-step explanation:

If you look at the triangles they have 2 side lenght in common (and since it is a right triange they have all the sides in commmon) and they share an angel

In other words 2 sides are conurent with an angle betwene them.

You would need to rotait the shape 90 degrese.

4 0
2 years ago
Other questions:
  • Identify the vertex and axis of symmetry of 8x<img src="https://tex.z-dn.net/?f=y%3D-x%5E%7B2%7D%20%2B8x-12" id="TexFormula1" ti
    14·1 answer
  • The value of a graphing calculator is $225. After 2 years, the value of this calculator is $160. Find the value of the calculato
    10·1 answer
  • Tasha believes that she can rewrite the difference of 120 minus 36 as a product of the GCF of the two numbers and the difference
    15·1 answer
  • How to factor 3x^2-10x-8?
    5·2 answers
  • What expression is equivalent to 5n+6+(-7n)
    10·2 answers
  • A rectangle has vertices at these coordinates. (5, −3), (5, −8),(8, −3) What are the coordinates of the fourth vertex of the rec
    9·1 answer
  • CraftWork purchased $12,000 worth of office furniture in 2005. According to
    5·2 answers
  • Quanto falta para a fração 8/6 chegar a 2 inteiros? respondem rapido pfv
    11·1 answer
  • Slope intercept equation of a line with a slope of -2/5 that passes through the point (15,-9/2​
    6·1 answer
  • 11(p-3)=5(p+3) really need an answer please hahaha
    8·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!