Question 48·Hard·Systems of Two Linear Equations in Two Variables
Solve the system of equations.
The ordered pair satisfies the system. What is the value of ?
(Express the answer as an integer)
For systems where the question asks for a specific expression like , first simplify any parentheses so you have a clean pair of linear equations in and . Use elimination to quickly solve the system, choosing to eliminate the variable that gives smaller coefficients, and be careful with negative signs when multiplying equations. Once you have and , immediately plug them into the requested expression—do not spend extra time solving in a more complicated way to get the expression directly unless you are very comfortable with combining equations to match that expression.
Hints
Simplify each equation first
Before trying to solve, distribute the numbers outside the parentheses in both equations so each becomes a standard linear equation in the form .
Use a system-solving method
Once you have two simplified equations in and , choose elimination or substitution to solve the system. Aim to eliminate either or by combining the equations.
Remember what the question actually asks
After finding and , you are not done yet—plug those values into to answer the question.
Desmos Guide
Enter the two equations
In Desmos, type the two equations exactly as given:
6(2x - y) - 5(3x + 4y) = 144(5x + 2y) + 3(2x - y) = 99Desmos will graph each as a straight line.
Find the intersection point
Use the intersection tool or tap/click where the two lines cross. Desmos will display the intersection coordinates ; this is the solution to the system.
Compute 3x + 2y in Desmos
On a new line, define the intersection point as, for example, A = intersection(y1, y2) (or use whatever labels Desmos assigned), then enter 3*A.x + 2*A.y. The numeric output Desmos gives is the value of for the solution point.
Step-by-step Explanation
Expand and simplify both equations
Start by distributing in each equation to get them into the form .
First equation:
Distribute:
Combine like terms:
Second equation:
Distribute:
Combine like terms:
So the simplified system is
Solve the system for x and y
Use elimination to solve the system
Eliminate by making the -coefficients opposites. Multiply the first equation by and the second by :
which gives
Add these two equations:
so
which gives
Substitute into one of the simpler equations, for example :
Compute the requested expression 3x + 2y
Now use the found values and in the expression :
So the value of is 10.