QUESTION IMAGE
Question
5.2 solving systems of linear equations by substitution
learning target: understand how to solve systems of linear equations by substitution
solve the system by substitution. check your solution.
- ( y = -3x - 7 )
( y = x + 9 )
- ( \frac{1}{2}x + y = -4 )
( y = 2x + 16 )
- ( -x + 5y = 28 )
( x + 3y = 20 )
- zoo admission costs $6 for children and $9 for adults. on monday, 2200 people visit the zoo and the zoo collects $14,850 in admissions.
a. write a system of linear equations that represents this situation.
b. how many zoo visitors are children? adults?
solve the system. explain your choice of method.
- ( y = x - 2 )
( y = -2x + 1 )
- ( 3y + 9 = 3x )
( y = \frac{1}{3}x + 1 )
- ( -x + 2y = -4 )
( 4y = x )
- the measure of an acute angle in a right triangle is one - fourth the measure of the other acute angle. write a system of linear equations that represents this situation and use it to find the measures of the acute angles of the triangle.
5.3 solving systems of linear equations by elimination
learning target: understand how to solve systems of linear equations by elimination
solve the system by elimination. check your solution.
- ( 2x + 5y = 60 )
( 2x - 5y = -20 )
- ( 4x - 3y = 15 )
( 2x + y = -5 )
- a gift basket that contains jars of jam and packages of bread mix costs $15. there are 8 items in the basket. jars of jam cost $6 each, and packages of bread mix cost $2 each. write and solve a system of linear equations to find the number of each item in the gift basket.
- when might it be easier to solve a system by elimination instead of graphing?
5.2 Solving Systems by Substitution
---
Problem 10
Step1: Substitute $y=x+9$ into first equation
$x+9 = -3x -7$
Step2: Isolate $x$ terms
$x+3x = -7 -9$
$4x = -16$
Step3: Solve for $x$
$x = \frac{-16}{4} = -4$
Step4: Substitute $x=-4$ into $y=x+9$
$y = -4 + 9 = 5$
Step1: Isolate $y$ in first equation
$y = -4 - \frac{1}{2}x$
Step2: Substitute $y$ into second equation
$-4 - \frac{1}{2}x = 2x + 16$
Step3: Isolate $x$ terms
$-\frac{1}{2}x -2x = 16 + 4$
$-\frac{5}{2}x = 20$
Step4: Solve for $x$
$x = 20 \times (-\frac{2}{5}) = -8$
Step5: Substitute $x=-8$ into $y=-4-\frac{1}{2}x$
$y = -4 - \frac{1}{2}(-8) = -4 +4 = 0$
Step1: Isolate $x$ in first equation
$x = 28 -5y$
Step2: Substitute $x$ into second equation
$28 -5y +3y = 20$
Step3: Simplify and solve for $y$
$28 -2y =20$
$-2y = 20-28=-8$
$y = \frac{-8}{-2}=4$
Step4: Substitute $y=4$ into $x=28-5y$
$x=28-5(4)=28-20=8$
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
$x=-4, y=5$
---