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 sets of numbers does 3 over 5 <br> belongs
stiks02 [169]

Step-by-step explanation:

integers are whole numbers.

3/5 is a rational number because it represents a ratio of two integers (and denominator ≠0).

4 0
3 years ago
What is the slope of the line through (-5, -3) and (-5, -7)?
Paul [167]

Answer:

The answer is undefined.

Step-by-step explanation:

Slope is found using this equation: y-y1/x-x1. Fill in the coordinates to this equation. It should now look like this. -7--3/-5--5. When subtracting from two negatives, it changes into a positive. For example, -7--3 becomes -7+3, which equals -4. The same thing applies for the second part. -5--5 becomes -5+5, which equals 0. So, your slope is -4/0. However, when a 0 is in the denominator, it becomes undefined. So, the answer is undefined.

5 0
3 years ago
can someone help me figure this out, There are 16 ounces in one pound. A box of nails weighs 4 pounds. How many ounces does the
Alla [95]
The box weighs 64 ounces
4 0
3 years ago
Read 2 more answers
Check please :D <br> 12345678901234567890
bagirrra123 [75]

Answer: All but one was right

1. 0 (correct)

2. 34 (correct)

3. 398 (correct)

4. -350 (correct)

5. 20 (correct)

6. 200 (wrong)

7. 48 (correct)

8. -1000(correct)

9. 150 (correct)

10. -55 (correct)

Step-by-step explanation:

(2x5)x(9÷3)+4=10x3+4=30+4=34

4(25x8÷2)+3-5=4(200÷2)+3-5=4x100+3-5=400+3-5=403-5=398

-10x20-30(5)=-200-150=-350

5x10-30=50-30=20

4(50-20÷4)+20=4(50-5)+20=4x45+20=180+20=200

3x4(20÷5)=12x4=48

-20(50x2)+5(200)=-20x100+5x200= -2000+1000=-1000

20x5+70-20=100+70-20=170-20=150

-5+10x(-5)==5+-50=-55

6 0
1 year ago
Read 2 more answers
100 POINTS AND BRAINLIEST IF RIGHT A survey asked 12 students how many portable electronic devices they have in their homes. The
Morgarella [4.7K]

Answer:

¾

Step-by-step explanation:

More than 3: 9

P(more than 3) = 9/12 = ¾

6 0
3 years ago
Other questions:
  • Simon is trying to figure out how much it will cost to buy 30 cases of water for a school picnic. How much will Simon pay for 30
    7·2 answers
  • 45 is greater than 21?
    11·2 answers
  • Show that the given curve c(t) is a flow line of the given velocity vector field F(x, y, z).
    5·1 answer
  • A, 25 + 7b x 9b - 83
    14·1 answer
  • Choose yes or no to tell is the fraction 1/2 will make each equation true. 1/2 + 5/5 = 3/2​
    8·2 answers
  • More slope number 5 thank you
    5·1 answer
  • Please help ASAP thank you!
    15·2 answers
  • Which of the following sets of numbers could not represent the three sides of a right triangle?
    12·2 answers
  • Order of operations and cross<br> reduce:<br> I got 20/3 but I think I’m wrong
    14·1 answer
  • How are evidence and counterexamples used in proofs . In a direct proof evidence is used to blank .on the other hand a counterex
    15·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!