Algebra I · Lesson 5.4

Systems in Disguise

Solve this lesson →All lessons

The choice between substitution and elimination comes down to coefficients, and a coefficient is only readable once an equation is written ax+by=c. Plenty of systems are not written that way. Every system in this lesson is an ordinary one after a cleanup move from 4.4, and the new fact is that each of the two equations is cleaned on its own.

Problem
Eliminating y from 6(x2y)+7y=29 and 4x+9y=155 means comparing the two coefficients of y. In the second equation that coefficient is 9. Enter the coefficient of y in the first equation, once its left side is written as ax+by.
Show a hint
  • To eliminate y you compare the two coefficients of y, and that coefficient is whatever multiplies y once the left side is collected into one x-term and one y-term.
  • Distribute the 6 over x2y to get 6x12y, then combine that with the +7y outside the parentheses.
Show the full solution
Distributing gives 6x12y+7y, and 12y+7y=5y, so the left side is 6x5y and the coefficient of y is 5. The printed 7 is not the coefficient on its own, since distributing the 6 produces a second y-term, 12y, that combines with it.
Problem
Distributing and combining like terms turns 6(x2y)+7y=29 into 6x5y=29, so the system is 6x5y=29 and 4x+9y=155. Eliminate x the 5.3 way, back-substitute, and enter x.
Show a hint
  • Nothing about elimination changes now that both equations are in ax+by=c form. Compare the two coefficients on x before scaling anything.
  • The x-coefficients 6 and 4 both divide 12, so double the first equation and triple the second.
Show the full solution
Doubling the first equation gives 12x10y=58 and tripling the second gives 12x+27y=465. Subtracting the first of those from the second leaves 37y=407, so y=11, and then 6x55=29 gives 6x=84 and x=14. Check, 6(14)5(11)=8455=29 and 4(14)+9(11)=56+99=155. Only the cleanup was new. Once both equations are in ax+by=c form, elimination is the same work as in 5.3.
Problem
Neither equation of 4(x+3y)5y=123 and 6x3(y4)=75 is in ax+by=c form yet. Clean each one, solve the system, and enter the product xy. In the second equation the factor in front of the parentheses is 3, and it reaches both terms inside, signs included.
Show a hint
  • Expand and combine on the left of each equation the 2.1 way before a solving method is picked. The constant that comes out of the second expansion belongs on the right side with the 75.
  • 3(y4) is 3y+12, not 3y12, so the second equation cleans to 6x3y=63 and then 2xy=21. Isolating y there costs one move.
Show the full solution
Distributing gives 4x+12y5y=123, so 4x+7y=123, and 6x3y+12=75, so 6x3y=63 and 2xy=21. Then y=2x21, and 4x+7(2x21)=123 gives 18x=270, x=15, y=9, and xy=135. The 3 reaches the 4 as well, which is why the constant lands as +12.
Problem
Neither 9x33=3y+132 nor 4y+5x=2x+20 reads ax+by=c, since one has a number on the left and each has letter terms on both sides. Use 4.3's balance moves on each, then solve the cleaned system and enter y.
Show a hint
  • Take one equation at a time. Move every letter term to the left side and every number to the right side, doing the same thing to both sides at each step.
  • The first equation collects to 9x3y=165, and dividing both sides by 3 gives 3xy=55. The second collects to 3x+4y=20, so the x-columns match.
Show the full solution
Collecting the first equation gives 9x3y=165, and dividing both sides by 3 gives 3xy=55. The second collects to 3x+4y=20. Subtracting the cleaned first equation from the cleaned second leaves 5y=35, so y=7, with 3x=557=48 and x=16. Check (16,7) in both originals, 14433=111=21+132 and 28+80=52=32+20. Once both equations read ax+by=c, one subtraction finished the system.
Problem
Clean 7x+4y=2x+3y+86 and 4(x+2y)x3y=144 into ax+by=c form. Exactly one of the two letters can then be isolated with no division at all. Enter the value of that letter.
Show a hint
  • Nothing can be compared until both equations are in ax+by=c form. Combine like terms in the first, and distribute the 4 in the second.
  • The cleaned system is 5x+y=86 and 3x+5y=144. Scan its four coefficients for a 1.
Show the full solution
Combining like terms in the first equation gives 5x+y=86, and distributing in the second gives 4x+8yx3y=144, so 3x+5y=144. The only coefficient of 1 is on the y of the first equation, so y=865x, and 3x+5(865x)=144 becomes 43022x=144, so 22x=286 and x=13. Then y=8665=21. Eliminating y means scaling one equation to 5y, and eliminating x means scaling both to 15x, so y is the cheap letter either way.

4.4 cleared a fractional equation by multiplying both sides by a common denominator of its fractions, and one well-chosen multiplication removed every fraction at once. A system has two equations to run that on. The next two problems put fractions in one equation, then in both.

Problem
Solve x3+y2=17 and 4x3y=60. Only one of the two equations has fractions in it, and the other already reads ax+by=c. Enter x.
Show a hint
  • The second equation has no fractions in it, so it needs no multiplier at all. Leave it as it is and work on the first.
  • The denominators 3 and 2 both divide 6. Multiply every term of the first equation by 6, the 17 included.
Show the full solution
Multiplying the first equation by 6 gives 2x+3y=102, and adding 4x3y=60 leaves 6x=162, so x=27, with 3y=10254=48 and y=16. Check, 9+8=17 and 10848=60. Each equation is cleaned on its own, so only the fractional one is multiplied.
Problem
Solve x10+y3=15 and x9+y2=19. Each equation has its own pair of denominators, so clear the fractions one equation at a time. Enter x.
Show a hint
  • Clearing the first equation takes a multiple of 10 and 3. Clearing the second takes a multiple of 9 and 2. Choose the two multipliers separately.
  • Multiply the first equation by 30 and the second by 18, every term on both sides.
Show the full solution
Multiplying the first equation by 30 gives 3x+10y=450, and multiplying the second by 18 gives 2x+9y=342. Doubling the first result gives 6x+20y=900, tripling the second gives 6x+27y=1026, and subtracting leaves 7y=126, so y=18. Then 3x+180=450 gives 3x=270 and x=90. The multiplier for each equation is built from that equation's own denominators, so the two multipliers are different.
beforem3+n8=17× 24m5+n7=14× 35after8m + 3n = 4087m + 5n = 490
The multiplier for a row comes from the denominators in that row and nothing else, so 24 clears the first and 35 clears the second. Each multiplier reaches every term on both sides of its own row, and neither one clears the other row.
Problem
A student clears x3+4=y9 by multiplying by 9 and gets 3x+4=y. Paired with 5x+y=124 that line gives (15,49), and the check fails, since 153+4=9 while 499 is not 9. Redo the clearing and enter the correct y.
Show a hint
  • Multiplying by 9 has to multiply every term, and the first equation has three terms, not two.
  • The +4 sits on the same side as x3, so it gets multiplied as well and becomes 36.
Show the full solution
Multiplying every term by 9 gives 3x+36=y. Substituting into 5x+y=124 gives 5x+3x+36=124, so 8x=88, x=11, and y=3(11)+36=69. Check, 113+4=233 and 699=233. Every term means the +4 as well, so 3x+4=y is a different equation, and the pair it gives fails the original.

A decimal coefficient is a count of tenths or hundredths, so a decimal equation is really a fraction equation, and one multiplication clears it just as before. The power of ten still comes from one equation at a time, so the two multipliers need not match.

Problem
Solve 0.6x+0.4y=37 and 0.07x0.05y=1.9. The power of ten that clears an equation comes from the finest decimal place in that equation. Enter x.
Show a hint
  • The first equation has nothing finer than tenths, and the second has hundredths, so the two powers of ten are not the same.
  • Multiply the first equation by 10 and the second by 100, both sides each time. The right sides then read 370 and 190.
Show the full solution
Clearing gives 6x+4y=370 and 7x5y=190. Scaling to 20y and 20y gives 30x+20y=1850 and 28x20y=760, and adding leaves 58x=2610, so x=45, with y=25. Check, 27+10=37 and 3.151.25=1.9. Multiplying the second equation by 10 would leave 0.7x and 0.5y behind.

One shape from 4.4 is worth naming again. A fraction bar is a grouping symbol, so a numerator with two terms is grouped as a whole and needs parentheses the moment it is multiplied. Inside a system that numerator carries two letters instead of one, and that is the only difference from 4.4.

Problem
Solve 4xy5=x+2y4 and x+y=125. Each side of the first equation is a single fraction and nothing else, so two multiplications clear it. Enter x.
Show a hint
  • This is 4.4's shape with two letters in each numerator instead of one. The fraction bar groups its whole numerator.
  • Multiplying by 4 and then by 5 leaves 4(4xy)=5(x+2y). Collect that into ax+by=c before using x+y=125.
Show the full solution
Multiplying by 4 and then by 5 gives 4(4xy)=5(x+2y), so 16x4y=5x+10y and 11x=14y. With x=125y, 11(125y)=14y gives 25y=1375, y=55, and x=70. Check, 70+55=125, and both sides of the first equation come out 45, from 2255 and 1804. In ax+by=c form the cleaned equation is 11x14y=0, so c is allowed to be 0.

Some systems are not linear in x and y at all. In 9x+2y=41 the letters are in the denominators, and multiplying through by xy produces an xy term rather than a linear equation. Both equations are linear in 1x and 1y though, and those two pieces can be given names.

Problem
In 4x+3y=44 and 7x3y=11, set u=1x and v=1y. Solve the system in u and v and enter u.
Show a hint
  • Rewrite every 1x as u and every 1y as v, so 4x is 4u and 3y is 3v.
  • The renamed system is 4u+3v=44 and 7u3v=11, an ordinary 5.3 problem with opposite v-coefficients.
Show the full solution
In u and v the system is 4u+3v=44 and 7u3v=11. The v-coefficients are opposites, so adding gives 11u=55 and u=5. Then 20+3v=44 gives v=8, and since u=1x and v=1y, the original values are x=15 and y=18.
Problem
Solve 14x+6y=5 and 21x4y=1. Neither equation has the form ax+by=c, but naming the two repeated pieces yourself turns both into that form. Solve the renamed system and enter x itself, not the value of the new letter.
Show a hint
  • Neither equation is linear in x and y, but both are linear in 1x and 1y. Name those two pieces.
  • With u=1x and v=1y the system is 14u+6v=5 and 21u4v=1. Solve that by elimination, then convert with x=1u.
Show the full solution
With u=1x and v=1y the system is 14u+6v=5 and 21u4v=1. Doubling the first and tripling the second gives 28u+12v=10 and 63u12v=3, and adding leaves 91u=13, so u=17 and v=12. Then x=1u=7, with y=2. Check in the originals, 147+62=5 and 21742=1.

Every system in this lesson was one cleanup move away from an ordinary system, and the choice between substitution and elimination came after that move rather than before it. 5.5 starts further back. The equations are not written down at all, only English sentences, and building the system is the work.

Practice these ideas

Practice
The first equation of the system 3(x+2y)=54 and xy=6 is not in ax+by=c form yet. Rewrite it, solve the system, and enter x.
Show the solution
Dividing the first equation by 3 gives x+2y=18. Subtracting xy=6 leaves 3y=12, so y=4. Back-substituting into xy=6 gives x=10. Check, 3(10+8)=54 and 104=6. Distributing to 3x+6y=54 and then dividing by 3 lands on the same equation, so either route cleans it.
Practice
The system is 8x4(y3)=52 and 2x+y=34. Clean the first equation into ax+by=c form, then solve the system. The ask is y, not x.
Show the solution
Distributing gives 8x4y+12=52, so 8x4y=40 and 2xy=10. Adding 2x+y=34 leaves 4x=44, so x=11 and y=12. Check (11,12) in the original first equation, 884(9)=52. The product of 4 and 3 is +12, and dropping that sign change is the usual slip here.
Practice
Both sides of 9xy=5x+3y+44 carry letters. Put that equation into ax+by=c form, solve the system it makes with 2x+5y=120, and enter x.
Show the solution
Collecting the letters on the left gives 4x4y=44, and dividing by 4 leaves xy=11, so x=y+11. Then 2(y+11)+5y=120 collects to 7y=98, so y=14 and x=25. Check, 9(25)14=211 and 5(25)+3(14)+44=211. In xy=11 the letter x has coefficient 1, so isolating it brings in no fractions.
Practice
The equation 12+3x=5y8 is not in ax+by=c form. Rewrite it in that form, solve it together with 2x+3y=69, and enter the value of y.
Show the solution
Subtract 12 from both sides and 5y from both sides to get 3x5y=20. Multiply that by 2 for 6x10y=40, multiply 2x+3y=69 by 3 for 6x+9y=207, and subtract the first of those from the second for 19y=247, so y=13. Then 3x=45 and x=15. In the original, 12+45=57 and 658=57.
Practice
Solve x4+y5=14 and 3x2y=36. Only one of the two equations has fractions to clear. Enter x.
Show the solution
Multiplying the first equation by 20 gives 5x+4y=280. Doubling 3x2y=36 gives 6x4y=72, and adding leaves 11x=352, so x=32. Back-substituting gives y=30. Check, 324+305=8+6=14 and 9660=36. Only the equation with denominators needs a multiplier, and it has to reach the right side, which is why the 14 becomes 280.
Practice
Solve x+2y3y4=9 and 2xy=26. Multiply the first equation by the least common denominator to clear the fractions, then solve the cleaned system. Enter x.
Show the solution
Multiplying the first equation by 12 gives 4(x+2y)3y=108, so 4x+5y=108. The second equation gives y=2x26, so 4x+10x130=108 and 14x=238, so x=17. Then y=8. Check in the first equation, 17+16384=112=9. Multiply the whole numerator and not just the x, which is why x+2y stays in parentheses until the distributing step.
Practice
Solve x2+y7=13 and x8+y5=9. The denominators differ from one equation to the other, so clear each equation with its own multiplier. Enter x.
Show the solution
Multiplying the first equation by 14 gives 7x+2y=182, and the second by 40 gives 5x+8y=360. Four times the first is 28x+8y=728, and subtracting 5x+8y=360 leaves 23x=368, so x=16. Then y=35. Check, 168+355=9. The smallest multiplier for each equation comes from its own denominators.
Practice
Solve 0.8x+0.5y=18 and 0.2x0.3y=6.2. Clear the decimals from each equation first, then eliminate. Enter y.
Show the solution
Multiplying each equation by 10 gives 8x+5y=180 and 2x3y=62. Four times the second is 8x12y=248, and subtracting that from the first leaves 17y=68, so y=4. Back-substitution gives x=25. Check, 0.8(25)+0.5(4)=202=18 and 0.2(25)0.3(4)=5+1.2=6.2.
Practice
Solve 0.7x+0.4y=45 and 0.03x+0.08y=3.5. Clear the decimals in each equation first, then solve. Enter x.
Show the solution
Multiplying the first equation by 10 gives 7x+4y=450, and the second by 100 gives 3x+8y=350. Doubling 7x+4y=450 gives 14x+8y=900, and subtracting 3x+8y=350 leaves 11x=550, so x=50. Then y=25. Check in the second equation, 0.03(50)+0.08(25)=3.5. A multiplier of 10 there would leave 0.3x, since a hundredths place needs a multiplier of 100.
Practice
The system is 0.25x+0.4y=17 and xy=3. A student clears the first equation by multiplying by 100 and writes 25x+40y=17, leaving the right side alone. That line has no whole-number solution with xy=3 at all, which is the first sign something is wrong. Redo the clearing and enter the correct x.
Show the solution
Multiplying every term by 100 gives 25x+40y=1700, and dividing by 5 gives 5x+8y=340. With x=y+3, 5(y+3)+8y=340 gives 13y=325, so y=25 and x=28. Check, 0.25(28)+0.4(25)=7+10=17 and 2825=3. Multiplying only the left side changes the equation, since 25x+40y=17 is the same as 0.25x+0.4y=0.17.
Practice
The system is x26=y8 and 2x+y=138. A student multiplies the first equation by 8, writes 4x6=y, and reports x=24. Testing (24,90) in the first equation gives 6 on the left and 11.25 on the right. Enter the correct value of x.
Show the solution
Multiplying every term by 8 gives 4x48=y, so 4xy=48. Adding 2x+y=138 gives 6x=186, so x=31. The student multiplied only the two fraction terms and left the 6 unchanged. With y=76, the check is 15.56=9.5 and 768=9.5.
Practice
Solve 2x+y4=x+5y6 and x+y=99. Clean the first equation into ax+by=c before using the second. Enter y.
Show the solution
Multiplying both sides by 4 and then by 6 gives 6(2x+y)=4(x+5y), so 12x+6y=4x+20y and the cleaned form is 8x14y=0, or 4x=7y. With x=99y, 4(99y)=7y gives 3964y=7y, so 11y=396 and y=36. Then x=63, and the original equation checks, 1624=2436=40.5. The fraction bar groups the whole numerator, so each numerator needs parentheses once the denominators are gone.
Practice
Solve xy4=y6+3 and x+y=52. The right side of the first equation is a fraction plus a whole number rather than a single fraction, so clear it with one multiplier instead of cross-multiplying. Enter x.
Show the solution
Multiplying the first equation by 12 gives 3(xy)=2y+36, so 3x5y=36. With x=52y, 3(52y)5y=36 gives 1568y=36, so 8y=120, y=15, and x=37. Check, 37154=112 and 156+3=112. One multiplication by 12 clears both denominators, and the 3 on the right is a term to multiply like any other.
Practice
Clean 3(x+2y)2y=71 and 8x+9y=2x+2y+131 into ax+by=c form. One letter's two coefficients meet at a smaller least common multiple than the other letter's, so eliminating it takes less scaling. Enter that letter.
Show the solution
Distributing gives 3x+6y2y=71, so 3x+4y=71, and collecting the second gives 6x+7y=131. The x-coefficients 3 and 6 meet at 6, which takes one scaling, while the y-coefficients 4 and 7 meet at 28, which takes two, so the cheaper letter is x. Both routes reach the same pair (9,11), and the only difference is how large the numbers get.
Practice
In 1x+5y=33 and 3x1y=19, set u=1x and v=1y. Solve the renamed system and enter u.
Show the solution
Renaming gives u+5v=33 and 3uv=19. Solving the second for v gives v=3u19, so u+5(3u19)=33, which is 16u95=33, then 16u=128 and u=8. Then v=5, and the check gives 8+25=33 and 245=19. Since u=1x and v=1y, the original solution is x=18 and y=15.
Practice
Solve the system 2x+3y=30 and 5x2y=37. Enter x as a fraction in lowest terms.
Show the solution
With u=1x and v=1y the system is 2u+3v=30 and 5u2v=37. Doubling the first gives 4u+6v=60 and tripling the second gives 15u6v=111, and the sum is 19u=171, so u=9 and v=4. Then y=14 and x=1u=19. The ask is x, not u, so 9 is one step short of the answer.
Practice
Solve x+y2+y3=23 and 0.15x0.2y=1.5. Clear each equation to the form ax+by=c first. Enter the product xy.
Show the solution
Multiplying the first equation by 6 gives 3(x+y)+2y=138, so 3x+5y=138. Multiplying the second by 100 gives 15x20y=150, and dividing by 5 gives 3x4y=30. Subtracting leaves 9y=108, so y=12, and 3x=13860=78, so x=26 and xy=312. Check, 382+4=23 and 3.92.4=1.5. Clearing fractions and clearing decimals are the same move, one multiplier taken from the denominators and one from a power of ten.
Practice
Nonnegative numbers a and b satisfy a+3b=41 and ab=13. Neither equation is linear in a and b, but both are linear in a and b. Name those two pieces, solve, convert back, and enter a.
Show the solution
With u=a and v=b the system is u+3v=41 and uv=13. Subtracting gives 4v=28, so v=7 and u=20. Then a=u2=400. Squaring is what converts back, so b=49, and the check gives 20+21=41 and 207=13. Entering 20 reports a rather than a.
Practice
Positive numbers m and n satisfy m2+n2=289 and m2n2=161. The system is linear in m2 and n2, so name those two pieces. Enter m+n.
Show the solution
With u=m2 and v=n2 the system is u+v=289 and uv=161. Adding gives 2u=450, so u=225 and v=64. Both numbers are positive, so m=15 and n=8, and m+n=23. The naming is what makes the system linear, since m2 and n2 appear only as whole pieces.