Math ClubMath Club
v1 · padrão canônico

Lesson 29 — Systems of Linear Equations 2×2 and 3×3

Substitution, Gaussian elimination, and Cramer's rule for 2×2 and 3×3 systems. Classification by determinant. Applications in economics, mixture, and networks.

Used in: 1st year HS (15–16 years) · Equiv. Algebra II Japanese · Equiv. Klasse 10 German

x=DxD=c1b1c2b2a1b1a2b2,y=DyD=a1c1a2c2a1b1a2b2x = \frac{D_x}{D} = \frac{\begin{vmatrix} c_1 & b_1 \\ c_2 & b_2 \end{vmatrix}}{\begin{vmatrix} a_1 & b_1 \\ a_2 & b_2 \end{vmatrix}}, \quad y = \frac{D_y}{D} = \frac{\begin{vmatrix} a_1 & c_1 \\ a_2 & c_2 \end{vmatrix}}{\begin{vmatrix} a_1 & b_1 \\ a_2 & b_2 \end{vmatrix}}

A Regra de Cramer para o sistema a1x+b1y=c1,  a2x+b2y=c2a_1 x + b_1 y = c_1,\; a_2 x + b_2 y = c_2: cada incógnita é a razão de dois determinantes. O denominador D=a1b2a2b1D = a_1 b_2 - a_2 b_1 é o determinante da matriz dos coeficientes. Se D0D \neq 0, a solução é única. Se D=0D = 0, o sistema é incompatível ou indeterminado.

Choose your door

Rigorous notation, full derivation, hypotheses

Definição rigorosa

Sistema linear — definição

Classificação do sistema 2×2

Compatível determinadoPCompatível indeterminadoIncompatível

Os três casos para sistema 2×2: ponto de interseção único (determinado), retas sobrepostas (indeterminado), retas paralelas distintas (incompatível).

Métodos de resolução

1. Substituição: isolar uma variável em uma equação e substituir na outra.

2. Eliminação (Gauss): multiplicar equações por escalares e somá-las para anular uma variável. Operações elementares válidas:

  • Trocar duas equações de posição.
  • Multiplicar uma equação por escalar k0k \neq 0.
  • Somar um múltiplo de uma equação a outra.

3. Regra de Cramer (2×2):

x=DxD=c1b2c2b1a1b2a2b1,y=DyD=a1c2a2c1a1b2a2b1x = \frac{D_x}{D} = \frac{c_1 b_2 - c_2 b_1}{a_1 b_2 - a_2 b_1}, \quad y = \frac{D_y}{D} = \frac{a_1 c_2 - a_2 c_1}{a_1 b_2 - a_2 b_1}
what this means · x é o determinante com a coluna dos coeficientes de x substituída pelos termos independentes, dividido pelo determinante dos coeficientes.

válida somente quando D0D \neq 0.

4. Regra de Cramer (3×3): Para Ax=bA\mathbf{x} = \mathbf{b} com AR3×3A \in \mathbb{R}^{3\times3} e detA0\det A \neq 0:

xi=detAidetAx_i = \frac{\det A_i}{\det A}
what this means · Cada incógnita é a razão entre o determinante da matriz com a coluna correspondente substituída por b, e o determinante de A.

onde AiA_i é a matriz AA com a ii-ésima coluna substituída por b\mathbf{b}.

Determinante 3×3 — expansão por cofatores

detA=a11(a22a33a23a32)a12(a21a33a23a31)+a13(a21a32a22a31)\det A = a_{11}(a_{22}a_{33} - a_{23}a_{32}) - a_{12}(a_{21}a_{33} - a_{23}a_{31}) + a_{13}(a_{21}a_{32} - a_{22}a_{31})
what this means · Expansão pela primeira linha. Cada elemento multiplica o determinante 2×2 da submatriz que resta ao remover sua linha e coluna.

"Se as equações tiverem a solução única (x,y)(x, y), então dizemos que o sistema é consistente e independente, e a solução (x,y)(x, y) é única." — OpenStax College Algebra 2e, §7.1

"Dois sistemas lineares são chamados de equivalentes se tiverem exatamente o mesmo conjunto de soluções." — Beezer, A First Course in Linear Algebra, cap. SLE

Exemplos resolvidos

Exercise list

40 exercises · 10 with worked solution (25%)

Application 21Understanding 4Modeling 12Challenge 3
  1. Ex. 29.1Understanding

    Um sistema de equações lineares 2×2 pode ter exatamente duas soluções? Justifique.

    Select the correct option
    Select an option first
    Show solution
    Duas retas no plano são paralelas (nenhuma solução), coincidentes (infinitas soluções) ou concorrentes (exatamente uma solução). Exatamente dois pontos de interseção é impossível para retas.
  2. Ex. 29.2Understanding

    Dado um sistema de equações lineares, descreva pelo menos dois métodos diferentes para resolvê-lo.

    Select the correct option
    Select an option first
    Show solution
    Três métodos principais: (1) substituição — isolar uma variável e substituir; (2) eliminação (adição) — combinar equações para cancelar uma variável; (3) Regra de Cramer — razão de determinantes, válida quando D0D \neq 0.
  3. Ex. 29.3Application

    O par ordenado (4,0)(4,0) é solução do sistema 5xy=45x - y = 4 e x+6y=2x + 6y = 2?

    Select the correct option
    Select an option first
    Show solution
    Eq. 1: 5(4)0=20eq45(4)-0=20 eq 4. Eq. 2: 4+6(0)=4eq24+6(0)=4 eq 2. O par (4,0)(4,0) não é solução.
    Show step-by-step (with the why)
    1. Substitua em Eq. 1: 5(4)0=20eq45(4) - 0 = 20 eq 4. Falha.
    2. Substitua em Eq. 2: 4+6(0)=4eq24 + 6(0) = 4 eq 2. Falha.
    3. Conclusão: (4,0)(4,0) não é solução do sistema.
  4. Ex. 29.4ApplicationAnswer key

    Resolva por substituição: x+3y=5x + 3y = 5 e 2x+3y=42x + 3y = 4. (Resp: (1,2)(-1,2))

    Select the correct option
    Select an option first
    Show solution
    De x+3y=5x+3y=5: x=53yx=5-3y. Substitua em 2x+3y=42x+3y=4: 106y+3y=4Rightarrowy=210-6y+3y=4 Rightarrow y=2; x=1x=-1. (Resp: (1,2)(-1,2))
    Show step-by-step (with the why)
    1. Isole xx na Eq. 1: x=53yx=5-3y.
    2. Substitua em Eq. 2: 2(53y)+3y=4Rightarrow103y=4Rightarrowy=22(5-3y)+3y=4 Rightarrow 10-3y=4 Rightarrow y=2.
    3. x=56=1x=5-6=-1.
    4. Verificação: 1+6=5-1+6=5 ✓ e 2+6=4-2+6=4 ✓.
  5. Ex. 29.5Application

    Resolva por substituição: 3x2y=183x - 2y = 18 e 5x+10y=105x + 10y = -10. (Resp: (4,3)(4,-3))

    Select the correct option
    Select an option first
    Show solution
    De 5x+10y=105x+10y=-10: x=22yx=-2-2y. Substitua em 3x2y=183x-2y=18: 3(22y)2y=18Rightarrow68y=18Rightarrowy=33(-2-2y)-2y=18 Rightarrow -6-8y=18 Rightarrow y=-3; x=4x=4. (Resp: (4,3)(4,-3))
  6. Ex. 29.6Application

    Resolva por substituição: 4x+2y=104x + 2y = -10 e 3x+9y=03x + 9y = 0. (Resp: (3,1)(-3,1))

    Select the correct option
    Select an option first
    Show solution
    De 3x+9y=03x+9y=0: x=3yx=-3y. Substitua em 4x+2y=104x+2y=-10: 12y+2y=10Rightarrowy=1-12y+2y=-10 Rightarrow y=1; x=3x=-3. (Resp: (3,1)(-3,1))
  7. Ex. 29.7Application

    Classifique o sistema 3x+5y=93x + 5y = 9 e 30x+50y=9030x + 50y = -90.

    Select the correct option
    Select an option first
    Show solution
    Multiplique a primeira por 10: 30x+50y=9030x+50y=90. A segunda afirma 30x+50y=9030x+50y=-90. Contradição: 90eq9090 eq -90. Sistema inconsistente — sem solução.
  8. Ex. 29.8Application

    Classifique o sistema 3x+y=2-3x + y = 2 e 12x4y=812x - 4y = -8. Se dependente, parametrize as soluções.

    Select the correct option
    Select an option first
    Show solution
    Multiplique a primeira por 4-4: 12x4y=812x-4y=-8 — idêntica à segunda. Sistema dependente com infinitas soluções parametrizadas por y=3x2y=3x-2.
    Show step-by-step (with the why)
    1. Eq. 1: 3x+y=2-3x+y=2. Eq. 2: 12x4y=812x-4y=-8.
    2. Multiplique Eq. 1 por 4-4: 12x4y=812x-4y=-8. Idêntica a Eq. 2.
    3. Sistema dependente: infinitas soluções.
    4. Parametrize: y=3x2y=3x-2 para todo xinmathbbRx in mathbb{R}.
  9. Ex. 29.9Application

    Classifique o sistema x+2y=1-x + 2y = -1 e 5x10y=65x - 10y = 6.

    Select the correct option
    Select an option first
    Show solution
    Multiplique a segunda por 5-5: 5x10y=55x-10y=5. Some com a primeira: 0=40=4. Contradição — sistema inconsistente.
  10. Ex. 29.10Application

    Resolva por adição: 2x+5y=42-2x + 5y = -42 e 7x+2y=307x + 2y = 30. (Resp: (6,6)(6,-6))

    Select the correct option
    Select an option first
    Show solution
    Multiplique Eq. 1 por 2: 4x+10y=84-4x+10y=-84. Multiplique Eq. 2 por 5-5: 35x10y=150-35x-10y=-150. Some: 39x=234Rightarrowx=6-39x=-234 Rightarrow x=6; y=6y=-6. (Resp: (6,6)(6,-6))
    Show step-by-step (with the why)
    1. Mult. Eq. 1 por 2: 4x+10y=84-4x+10y=-84.
    2. Mult. Eq. 2 por 5-5: 35x10y=150-35x-10y=-150.
    3. Some: 39x=234Rightarrowx=6-39x=-234 Rightarrow x=6.
    4. Substitua: 7(6)+2y=30Rightarrowy=67(6)+2y=30 Rightarrow y=-6.
  11. Ex. 29.11ApplicationAnswer key

    Resolva por adição: 6x5y=346x - 5y = -34 e 2x+6y=42x + 6y = 4. (Resp: (4,2)(-4,2))

    Select the correct option
    Select an option first
    Show solution
    Mult. a segunda por 3-3: 6x18y=12-6x-18y=-12. Some com 6x5y=346x-5y=-34: 23y=46Rightarrowy=2-23y=-46 Rightarrow y=2; x=4x=-4. (Resp: (4,2)(-4,2))
  12. Ex. 29.12Application

    Classifique: 3x+6y=113x + 6y = 11 e 2x+4y=92x + 4y = 9.

    Select the correct option
    Select an option first
    Show solution
    Mult. a segunda por - rac{3}{2}: -3x-6y=- rac{27}{2}. Some com a primeira: 0=11- rac{27}{2}=- rac{5}{2}. Contradição — sem solução.
  13. Ex. 29.13Challenge

    Resolva pelo método de sua preferência: 5x+9y=165x + 9y = 16 e x+2y=4x + 2y = 4.

    Select the correct option
    Select an option first
    Show solution
    De x+2y=4x+2y=4: x=42yx=4-2y. Substitua em 5x+9y=165x+9y=16: 2010y+9y=16Rightarrowy=420-10y+9y=16 Rightarrow y=4; x=4x=-4. (Resp: (4,4)(-4,4))
  14. Ex. 29.14ModelingAnswer key

    Uma empresa produz pelúcias com custo total C=12x+30C = 12x + 30 e receita R=20xR = 20x. Encontre o ponto de break-even.

    Select the correct option
    Select an option first
    Show solution
    Iguale: 20x=12x+30Rightarrow8x=30Rightarrowx=3,7520x = 12x + 30 Rightarrow 8x = 30 Rightarrow x = 3{,}75. Receita: R=20cdot3,75=75R = 20 cdot 3{,}75 = 75.
    Show step-by-step (with the why)
    1. Custo: C=12x+30C=12x+30. Receita: R=20xR=20x.
    2. Break-even: C=RRightarrow12x+30=20xRightarrow8x=30Rightarrowx=3,75C=R Rightarrow 12x+30=20x Rightarrow 8x=30 Rightarrow x=3{,}75.
    3. Receita no break-even: 20cdot3,75=7520 cdot 3{,}75=75.
  15. Ex. 29.15Modeling

    Uma fábrica de celulares tem custo C(x)=150x+10000C(x) = 150x + 10\,000 e receita R(x)=200xR(x) = 200x. Qual é o ponto de break-even?

    Select the correct option
    Select an option first
    Show solution
    Iguale: 200x=150x+10000Rightarrow50x=10000Rightarrowx=200200x = 150x + 10000 Rightarrow 50x = 10000 Rightarrow x = 200. Receita: 200cdot200=40000200 cdot 200 = 40000.
  16. Ex. 29.16Modeling

    Encontre dois números cuja soma seja 28 e cuja diferença seja 13.

    Select the correct option
    Select an option first
    Show solution
    Sistema: x+y=28x+y=28 e xy=13x-y=13. Some: 2x=41Rightarrowx=20,52x=41 Rightarrow x=20{,}5; y=7,5y=7{,}5.
  17. Ex. 29.17Modeling

    Um total de 1.595 alunos de primeiro e segundo ano se reuniu num evento. O número de calouros excedeu o de veteranos em 15. Quantos de cada grupo compareceram? (Resp: 805 calouros, 790 veteranos)

    Select the correct option
    Select an option first
    Show solution
    c+v=1595c+v=1595 e c=v+15c=v+15. Substitua: 2v+15=1595Rightarrowv=7902v+15=1595 Rightarrow v=790; c=805c=805.
  18. Ex. 29.18ModelingAnswer key

    276 alunos cursaram química introdutória. No fim do semestre, 5 vezes mais alunos foram aprovados do que reprovados. Quantos passaram e quantos foram reprovados?

    Select the correct option
    Select an option first
    Show solution
    p+r=276p+r=276 e p=5rp=5r. Substitua: 6r=276Rightarrowr=466r=276 Rightarrow r=46; p=230p=230.
    Show step-by-step (with the why)
    1. p+r=276p+r=276 e p=5rp=5r.
    2. 5r+r=276Rightarrow6r=276Rightarrowr=465r+r=276 Rightarrow 6r=276 Rightarrow r=46.
    3. p=5cdot46=230p=5 cdot 46=230.
  19. Ex. 29.19Modeling

    Um cientista misturou solução salina 10% com solução 60% para obter 25 galões de solução 40%. Quantos galões de cada solução foram usados?

    Select the correct option
    Select an option first
    Show solution
    x+y=25x+y=25 e 0,1x+0,6y=100{,}1x+0{,}6y=10. De x=25yx=25-y: 2,5+0,5y=10Rightarrowy=152{,}5+0{,}5y=10 Rightarrow y=15; x=10x=10.
  20. Ex. 29.20Modeling

    Um investidor aplicou R$23.000 em dois títulos: um que paga 4% de juros simples e outro que paga 2%. O rendimento anual total foi de R$710. Quanto foi investido em cada título?

    Select the correct option
    Select an option first
    Show solution
    x+y=23000x+y=23000 e 0,04x+0,02y=7100{,}04x+0{,}02y=710. Substitua y=23000xy=23000-x: 0,02x=250Rightarrowx=125000{,}02x=250 Rightarrow x=12500; y=10500y=10500.
    Show step-by-step (with the why)
    1. x+y=23000x+y=23000 e 0,04x+0,02y=7100{,}04x+0{,}02y=710.
    2. Substitua y=23000xy=23000-x: 0,04x+4600,02x=7100{,}04x+460-0{,}02x=710.
    3. 0,02x=250Rightarrowx=125000{,}02x=250 Rightarrow x=12500; y=10500y=10500.
  21. Ex. 29.21Application

    Escreva a matriz aumentada do sistema linear 8x37y=88x - 37y = 8 e 2x+12y=32x + 12y = 3.

    Select the correct option
    Select an option first
    Show solution
    Cada linha da matriz aumentada lista os coeficientes das variáveis seguidos do termo independente, separados por uma barra vertical: [8,;37;;8][8,;-37;|;8] e [2,;12;;3][2,;12;|;3].
  22. Ex. 29.22Application

    Resolva por eliminação gaussiana: 2x3y=92x - 3y = -9 e 5x+4y=585x + 4y = 58. (Resp: (6,7)(6,7))

    Select the correct option
    Select an option first
    Show solution
    Mult. Eq. 1 por 5 e Eq. 2 por 2: 10x15y=4510x-15y=-45 e 10x+8y=11610x+8y=116. Subtraia: 23y=161Rightarrowy=7-23y=-161 Rightarrow y=7; 2x21=9Rightarrowx=62x-21=-9 Rightarrow x=6. (Resp: (6,7)(6,7))
  23. Ex. 29.23Application

    Resolva por eliminação gaussiana: 2x+3y=122x + 3y = 12 e 4x+y=144x + y = 14.

    Select the correct option
    Select an option first
    Show solution
    Mult. Eq. 1 por 2-2: 4x6y=24-4x-6y=-24. Some com Eq. 2: 5y=10Rightarrowy=2-5y=-10 Rightarrow y=2; 2x+6=12Rightarrowx=32x+6=12 Rightarrow x=3. (Resp: (3,2)(3,2))
    Show step-by-step (with the why)
    1. Mult. Eq. 1 por 2-2: 4x6y=24-4x-6y=-24.
    2. Some com Eq. 2: (44)x+(16)y=1424Rightarrow5y=10Rightarrowy=2(4-4)x+(1-6)y=14-24 Rightarrow -5y=-10 Rightarrow y=2.
    3. Substitua: 2x+6=12Rightarrowx=32x+6=12 Rightarrow x=3.
  24. Ex. 29.24Application

    Classifique o sistema 3x+4y=123x + 4y = 12 e 6x8y=24-6x - 8y = -24.

    Select the correct option
    Select an option first
    Show solution
    Mult. Eq. 2 por - rac{1}{2}: 3x+4y=123x+4y=12 — idêntica a Eq. 1. Sistema dependente; parametrize: y= rac{12-3x}{4}.
  25. Ex. 29.25ApplicationAnswer key

    Resolva por eliminação gaussiana: 11x+10y=4311x + 10y = 43 e 15x+20y=6515x + 20y = 65. (Resp: (3,1)(3,1))

    Select the correct option
    Select an option first
    Show solution
    Mult. Eq. 1 por 2-2: 22x20y=86-22x-20y=-86. Some com Eq. 2: 7x=21Rightarrowx=3-7x=-21 Rightarrow x=3; 33+10y=43Rightarrowy=133+10y=43 Rightarrow y=1. (Resp: (3,1)(3,1))
  26. Ex. 29.26Application

    Resolva por eliminação gaussiana: 2xy=22x - y = 2 e 3x+2y=173x + 2y = 17.

    Select the correct option
    Select an option first
    Show solution
    Mult. Eq. 1 por 2: 4x2y=44x-2y=4. Some com Eq. 2: 7x=21Rightarrowx=37x=21 Rightarrow x=3; 6y=2Rightarrowy=46-y=2 Rightarrow y=4. (Resp: (3,4)(3,4))
  27. Ex. 29.27ChallengeAnswer key

    Resolva por eliminação gaussiana: x+y=2x + y = 2, x+z=1x + z = 1, yz=3-y - z = -3.

    Select the correct option
    Select an option first
    Show solution
    Eq. 1 - Eq. 2: yz=1y-z=1. Some com Eq. 3: 2z=2Rightarrowz=1-2z=-2 Rightarrow z=1; y=2y=2; x=0x=0. (Resp: (0,2,1)(0,2,1))
    Show step-by-step (with the why)
    1. Eq. 1: x+y=2x+y=2. Eq. 2: x+z=1x+z=1. Eq. 3: yz=3-y-z=-3.
    2. Eq. 1 - Eq. 2: yz=1y-z=1.
    3. Some com Eq. 3: 2z=2Rightarrowz=1-2z=-2 Rightarrow z=1.
    4. y=2y=2; x=0x=0.
  28. Ex. 29.28Understanding

    Um sistema linear de três equações pode ter exatamente duas soluções? Justifique.

    Select the correct option
    Select an option first
    Show solution
    Três planos no espaço só podem: (a) não ter ponto comum, (b) ter um único ponto comum, ou (c) ter infinitos pontos comuns (reta ou plano). Exatamente dois pontos isolados é impossível geometricamente.
  29. Ex. 29.29UnderstandingAnswer key

    Usando o método de adição em um sistema 3×3, há apenas um caminho possível para chegar à solução?

    Select the correct option
    Select an option first
    Show solution
    O método de adição admite múltiplas ordens de eliminação. Eliminar xx ou yy primeiro leva a sistemas intermediários diferentes, mas a solução final é a mesma — operações elementares preservam o conjunto de soluções.
  30. Ex. 29.30Application

    Resolva por eliminação: 3x4y+2z=153x - 4y + 2z = -15, 2x+4y+z=162x + 4y + z = 16, 2x+3y+5z=202x + 3y + 5z = 20. (Resp: (1,4,2)(-1,4,2))

    Select the correct option
    Select an option first
    Show solution
    Some Eq. 1 e Eq. 2: 5x+3z=15x+3z=1. Mult. Eq. 1 por 3 e some com 4 vezes Eq. 3: 17x+26z=3517x+26z=35. Resolva: x=1x=-1, z=2z=2, y=4y=4. (Resp: (1,4,2)(-1,4,2))
    Show step-by-step (with the why)
    1. Eq. 1 + Eq. 2: 5x+3z=15x+3z=1.
    2. 3(Eq. 1) + 4(Eq. 3): 17x+26z=3517x+26z=35.
    3. Resolva 2×2: x=1x=-1, z=2z=2.
    4. Substitua em Eq. 2: 2+4y+2=16Rightarrowy=4-2+4y+2=16 Rightarrow y=4.
  31. Ex. 29.31Application

    Classifique o sistema 2x+3y6z=12x + 3y - 6z = 1, 4x6y+12z=2-4x - 6y + 12z = -2, x+2y4z=0x + 2y - 4z = 0.

    Select the correct option
    Select an option first
    Show solution
    Eq. 2 é 2-2 vezes Eq. 1 e Eq. 3 é rac{1}{2} de Eq. 1 com sinal oposto. As três equações são proporcionais — sistema dependente com infinitas soluções.
  32. Ex. 29.32Application

    Classifique o sistema 4x+6y2z=84x + 6y - 2z = 8, 6x+9y3z=126x + 9y - 3z = 12, 2x3y+z=4-2x - 3y + z = -4.

    Select the correct option
    Select an option first
    Show solution
    Eq. 2 é rac{3}{2} vezes Eq. 1 e Eq. 3 é - rac{1}{2} vezes Eq. 1. Todas proporcionais — sistema dependente.
  33. Ex. 29.33ModelingAnswer key

    Um abrigo de animais abriga 350 animais: gatos, cães e coelhos. O número de coelhos é 5 a menos que metade do número de gatos. Há 20 gatos a mais que cães. Quantos animais de cada tipo há no abrigo?

    Select the correct option
    Select an option first
    Show solution
    c+d+r=350c+d+r=350, r=c/25r=c/2-5, c=d+20c=d+20. Substitua: c+c20+c/25=350Rightarrow5c/2=375Rightarrowc=150c+c-20+c/2-5=350 Rightarrow 5c/2=375 Rightarrow c=150; d=130d=130; r=70r=70.
    Show step-by-step (with the why)
    1. Seja cc=gatos, dd=cães, rr=coelhos.
    2. c+d+r=350c+d+r=350, r=c/25r=c/2-5, c=d+20c=d+20.
    3. Substitua d=c20d=c-20 e r=c/25r=c/2-5: c+(c20)+(c/25)=350Rightarrow5c/2=375Rightarrowc=150c+(c-20)+(c/2-5)=350 Rightarrow 5c/2=375 Rightarrow c=150.
    4. d=130d=130; r=70r=70. Verificação: 150+130+70=350150+130+70=350 ✓.
  34. Ex. 29.34ApplicationAnswer key

    Resolva por eliminação: 5x2y+3z=205x - 2y + 3z = 20, 2x4y3z=92x - 4y - 3z = -9, x+6y+8z=21x + 6y + 8z = 21. (Resp: (4,1,2)(4,-1,2))

    Select the correct option
    Select an option first
    Show solution
    Use Eq. 3 para eliminar xx: Eq. 1 5-5 Eq. 3 e Eq. 2 2-2 Eq. 3. Resolva o sistema 2×2 em y,zy, z: y=1y=-1, z=2z=2; x=4x=4. (Resp: (4,1,2)(4,-1,2))
    Show step-by-step (with the why)
    1. Eq. 1 5cdot-5cdot Eq. 3: 32y37z=85-32y-37z=-85.
    2. Eq. 2 2cdot-2cdot Eq. 3: 16y19z=51-16y-19z=-51.
    3. Resolva sistema 2×2: y=1y=-1, z=2z=2.
    4. Eq. 3: x+6(1)+8(2)=21Rightarrowx=4x+6(-1)+8(2)=21 Rightarrow x=4.
  35. Ex. 29.35Application

    Resolva por eliminação: 2x+y3z=02x + y - 3z = 0, 4x+5y+z=104x + 5y + z = 10, xy+2z=5x - y + 2z = 5.

    Select the correct option
    Select an option first
    Show solution
    Sistema: 2x+y3z=02x+y-3z=0, 4x+5y+z=104x+5y+z=10, xy+2z=5x-y+2z=5. Escalonamento completo leva a x=2x=2, y=1y=-1, z=3z=3.
  36. Ex. 29.36Modeling

    Três números pares somam 108. O menor é metade do maior e o médio é 34\tfrac{3}{4} do maior. Quais são os três números?

    Select the correct option
    Select an option first
    Show solution
    Seja LL o maior. S=L/2S=L/2, M=3L/4M=3L/4. Soma: 9L/4=108RightarrowL=489L/4=108 Rightarrow L=48; M=36M=36; S=24S=24.
    Show step-by-step (with the why)
    1. L+M+S=108L+M+S=108, S=L/2S=L/2, M=3L/4M=3L/4.
    2. Substitua: L+3L/4+L/2=9L/4=108RightarrowL=48L+3L/4+L/2=9L/4=108 Rightarrow L=48.
    3. M=36M=36, S=24S=24. Verificação: 48+36+24=10848+36+24=108 ✓.
  37. Ex. 29.37ModelingAnswer key

    Três números somam 147. O menor é metade do médio, que é metade do maior. Quais são os três números?

    Select the correct option
    Select an option first
    Show solution
    Seja LL o maior. M=L/2M=L/2, S=L/4S=L/4. Soma: 7L/4=147RightarrowL=847L/4=147 Rightarrow L=84; M=42M=42; S=21S=21.
  38. Ex. 29.38Modeling

    Uma reunião de família reuniu 400 parentes: crianças, pais e avós. O número de pais era o dobro do de avós, e o de crianças excedia o de pais em 50. Quantos de cada categoria compareceram?

    Select the correct option
    Select an option first
    Show solution
    C+P+G=400C+P+G=400, P=2GP=2G, C=P+50C=P+50. Substitua: 5G+50=400RightarrowG=705G+50=400 Rightarrow G=70; P=140P=140; C=190C=190.
    Show step-by-step (with the why)
    1. C+P+G=400C+P+G=400, P=2GP=2G, C=P+50C=P+50.
    2. Substitua P=2GP=2G e C=2G+50C=2G+50: (2G+50)+2G+G=400(2G+50)+2G+G=400.
    3. 5G=350RightarrowG=705G=350 Rightarrow G=70; P=140P=140; C=190C=190.
  39. Ex. 29.39Modeling

    Três colegas trabalham como gerente de depósito (W), gerente de escritório (O) e motorista (T). A soma W+O é R$82.000, O ganha R$4.000 a mais que T, e W+O+T = R$120.000. Determine cada salário.

    Select the correct option
    Select an option first
    Show solution
    W+O=82000W+O=82000, O=T+4000O=T+4000, W+O+T=120000W+O+T=120000. De W=82000OW=82000-O: 82000+T=120000RightarrowT=3800082000+T=120000 Rightarrow T=38000; O=42000O=42000; W=40000W=40000.
  40. Ex. 29.40Challenge

    Resolva por eliminação gaussiana: 4x3y+5z=314x - 3y + 5z = 31, x+2y+4z=20-x + 2y + 4z = 20, x+5y2z=9x + 5y - 2z = -9. (Resp: (5,2,4)(5,-2,4))

    Select the correct option
    Select an option first
    Show solution
    Sistema: 4x3y+5z=314x-3y+5z=31, x+2y+4z=20-x+2y+4z=20, x+5y2z=9x+5y-2z=-9. Use Eq. 3 para eliminar xx das outras; resolva o sistema 2×2 em y,zy, z e substitua de volta. Resp: (5,2,4)(5,-2,4).

Fontes

  • OpenStax — College Algebra 2e — Jay Abramson et al. · OpenStax · 2021 · CC-BY 4.0 · §7.1, §7.2, §7.8. Fonte primária dos exemplos e exercícios.
  • A First Course in Linear Algebra — Robert A. Beezer · 2022 · GNU FDL · Capítulo SLE. Escalonamento rigoroso e teoremas de existência e unicidade.
  • Linear Algebra — Jim Hefferon · CC-BY-SA · Cap. 1 Solving Linear Systems. Exercício de circuito elétrico e abordagem por operações de linha.

Updated on 2026-05-05 · Author(s): Clube da Matemática

Found an error? Open an issue on GitHub or submit a PR — open source forever.