Systems of Linear Equations

25 questions

Question 1Question

A manufacturing plant uses three assembly lines, L1L_1, L2L_2, and L3L_3, to produce three custom components, XX, YY, and ZZ.

- Producing one unit of component XX requires 2 hours on L1L_1, 1 hour on L2L_2, and 3 hours on L3L_3.
- Producing one unit of component YY requires 3 hours on L1L_1, 4 hours on L2L_2, and 2 hours on L3L_3.
- Producing one unit of component ZZ requires 1 hour on L1L_1, 2 hours on L2L_2, and 4 hours on L3L_3.

During a given week, assembly lines L1L_1, L2L_2, and L3L_3 were operated for a total of 140 hours, 165 hours, and 235 hours, respectively, with zero idle time. Assuming full capacity utilization, how many units of component ZZ were produced during that week?

Show answer & explanation

Answer: 30

Answer

30 units of component Z were produced.
Translating the assembly line operational hours into a 3x3 system of linear equations yields 2X+3Y+Z=1402X + 3Y + Z = 140, X+4Y+2Z=165X + 4Y + 2Z = 165, and 3X+2Y+4Z=2353X + 2Y + 4Z = 235. Eliminating XX results in two equations in YY and ZZ: 5Y+3Z=1905Y + 3Z = 190 and 5Y+Z=1305Y + Z = 130. Subtracting these equations gives 2Z=602Z = 60, so Z=30Z = 30.

Step-by-Step Solution

1
Formulate a system of 3 linear equations representing total hours logged on each assembly line.
Line 1: 2X+3Y+Z=1402X + 3Y + Z = 140; Line 2: X+4Y+2Z=165X + 4Y + 2Z = 165; Line 3: 3X+2Y+4Z=2353X + 2Y + 4Z = 235.
Each component requires specific line processing time, and total time per line equals total available capacity.
2
Eliminate variable XX by substituting X=1654Y2ZX = 165 - 4Y - 2Z into the other two equations.
Equation A: 5Y+3Z=1905Y + 3Z = 190 and Equation B: 5Y+Z=1305Y + Z = 130.
Reducing a 3-variable system to a 2-variable system simplifies linear elimination.
3
Subtract Equation B from Equation A.
2Z = 60, so Z = 30.
Since the coefficients of YY in both reduced equations are identical (5Y5Y), subtraction directly isolates ZZ.

Key Concept

Solving Systems of Three Linear Equations via Variable Substitution and Elimination
Question 2Question

A software analytics company offers three annual subscription plans: Standard, Professional, and Enterprise.

• A client purchasing 3 Standard, 2 Professional, and 1 Enterprise plan pays a total of 1,110.���Aclientpurchasing1Standard,4Professional,and2Enterpriseplanspaysatotalof1,110. ��� A client purchasing 1 Standard, 4 Professional, and 2 Enterprise plans pays a total of 1,620.
• A client purchasing 4 Standard, 1 Professional, and 3 Enterprise plans pays a total of $1,730.

What is the cost, in dollars, of 1 Enterprise plan?

Show answer & explanation

Answer: 350

Answer

The cost of 1 Enterprise plan is 350 dollars.
Setting up equations for each purchase tier gives 3x+2y+z=11103x + 2y + z = 1110, x+4y+2z=1620x + 4y + 2z = 1620, and 4x+y+3z=17304x + y + 3z = 1730. Isolating xx in the second equation gives x=16204y2zx = 1620 - 4y - 2z. Substituting xx into the first and third equations yields 2y+z=7502y + z = 750 and 3y+z=9503y + z = 950, respectively. Subtracting these reduced equations gives y=200y = 200, which upon back-substitution into 2y+z=7502y + z = 750 reveals z=350z = 350. Thus, 1 Enterprise plan costs 350 dollars.

Step-by-Step Solution

1
Formulate the linear system of equations from the given conditions.
Let xx be the price of a Standard plan, yy the price of a Professional plan, and zz the price of an Enterprise plan:
(1) 3x+2y+z=11103x + 2y + z = 1110
(2) x+4y+2z=1620x + 4y + 2z = 1620
(3) 4x+y+3z=17304x + y + 3z = 1730
Translating the verbal conditions into algebraic equations creates a solvable system.
2
Isolate variable xx in equation (2) and substitute it into equations (1) and (3).
From (2), x=16204y2zx = 1620 - 4y - 2z.
Substituting into (1):
3(16204y2z)+2y+z=1110    486012y6z+2y+z=1110    10y+5z=3750    2y+z=7503(1620 - 4y - 2z) + 2y + z = 1110 \implies 4860 - 12y - 6z + 2y + z = 1110 \implies 10y + 5z = 3750 \implies 2y + z = 750 (Equation 4)

Substituting into (3):
4(16204y2z)+y+3z=1730    648016y8z+y+3z=1730    15y+5z=4750    3y+z=9504(1620 - 4y - 2z) + y + 3z = 1730 \implies 6480 - 16y - 8z + y + 3z = 1730 \implies 15y + 5z = 4750 \implies 3y + z = 950 (Equation 5)
Eliminating xx reduces the system to two linear equations with two variables.
3
Solve the 2x2 system of equations for yy and zz.
Subtracting Equation (4) from Equation (5):
(3y+z)(2y+z)=950750    y=200(3y + z) - (2y + z) = 950 - 750 \implies y = 200.

Substitute y=200y = 200 back into Equation (4):
2(200)+z=750    400+z=750    z=3502(200) + z = 750 \implies 400 + z = 750 \implies z = 350.
Solving the reduced system yields the exact values of yy and zz.

Key Concept

Solving Systems of Three Linear Equations via Gaussian Elimination / Variable Substitution
Question 3Question

A boutique bookstore sells hardcover books for $25\$25 each and paperback books for $12\$12 each. On a certain day, the store sold a total of 8585 books and generated a total revenue of $1,579\$1,579. How many hardcover books were sold on that day?

Show answer & explanation

Answer: 43

Answer

The total number of hardcover books sold on that day is 43.
By setting up the two linear equations h+p=85h + p = 85 (quantity) and 25h+12p=157925h + 12p = 1579 (revenue), eliminating pp yields 13h=55913h = 559, which gives h=43h = 43.

Step-by-Step Solution

1
Define variables and construct the system of linear equations
Let hh be the number of hardcover books and pp be the number of paperback books. The equations are h+p=85h + p = 85 and 25h+12p=157925h + 12p = 1579.
The total quantity of items sold gives a sum equation, and the individual prices multiplied by their quantities yield the total revenue equation.
2
Use substitution or elimination to solve for hh
Multiplying the total books equation by 12 yields 12h+12p=102012h + 12p = 1020. Subtracting this from 25h+12p=157925h + 12p = 1579 gives 13h=55913h = 559.
Eliminating pp directly isolates the variable hh representing hardcover books.
3
Calculate the value of hh
h=55913=43h = \frac{559}{13} = 43.
Dividing the remaining total revenue by the coefficient of hh yields the precise quantity.

Key Concept

Solving two-variable systems of linear equations using elimination or substitution
Question 4Question

A research laboratory placed two orders for high-precision sensors. The first order, consisting of 55 acoustic sensors and 33 thermal sensors, cost a total of $1160\$1{}160. The second order, consisting of 33 acoustic sensors and 55 thermal sensors, cost a total of $1080\$1{}080. If each acoustic sensor costs the same amount and each thermal sensor costs the same amount, what is the combined cost of 11 acoustic sensor and 11 thermal sensor?

Show answer & explanation

Answer: $280\$280

Answer

The combined cost of 1 acoustic sensor and 1 thermal sensor is $280\$280.
By representing the acoustic sensor price as aa and thermal sensor price as tt, we form two equations: 5a+3t=11605a + 3t = 1160 and 3a+5t=10803a + 5t = 1080. Adding both equations gives 8a+8t=22408a + 8t = 2240. Dividing the entire equation by 88 isolates a+t=280a + t = 280.

Step-by-Step Solution

1
Define variables and write the system of equations based on the problem statement.
Let aa be the price of one acoustic sensor and tt be the price of one thermal sensor.
Equation 1: 5a+3t=11605a + 3t = 1160
Equation 2: 3a+5t=10803a + 5t = 1080
Translate word problem conditions into algebraic equations.
2
Add the two equations together to find a direct linear combination.
(5a+3t)+(3a+5t)=1160+1080    8a+8t=2240(5a + 3t) + (3a + 5t) = 1160 + 1080 \implies 8a + 8t = 2240
Since the target is a+ta + t, adding symmetric coefficients yields a common factor of 88, avoiding the need to solve for aa and tt individually.
3
Factor out 88 and solve for (a+t)(a + t).
8(a+t)=2240    a+t=22408=2808(a + t) = 2240 \implies a + t = \frac{2240}{8} = 280
Dividing the combined equation by 88 directly isolates the required quantity (a+t)(a + t).

Key Concept

Solving Linear Systems via Algebraic Combinations
Question 5Question

A bakery sells blueberry muffins for 3eachandchocolatechipmuffinsfor3 each and chocolate chip muffins for 4 each. On Saturday, the bakery sold a total of 50 muffins for $170. How many chocolate chip muffins were sold on Saturday?

Show answer & explanation

Answer: 20

Answer

The bakery sold 20 chocolate chip muffins on Saturday.
Let bb represent the number of blueberry muffins and cc represent the number of chocolate chip muffins sold. Based on the problem text, we construct the system of equations: b+c=50b + c = 50 and 3b+4c=1703b + 4c = 170. From the first equation, b=50cb = 50 - c. Substituting this into the second equation yields 3(50c)+4c=1703(50 - c) + 4c = 170, which expands to 1503c+4c=170150 - 3c + 4c = 170. Simplifying gives 150+c=170150 + c = 170, so c=20c = 20.

Step-by-Step Solution

1
Define variables and set up the system of linear equations.
b+c=50b + c = 50 and 3b+4c=1703b + 4c = 170
The total number of muffins sold is 50, and the total revenue from selling blueberry muffins at 3eachandchocolatechipmuffinsat3 each and chocolate chip muffins at 4 each is $170.
2
Substitute b=50cb = 50 - c into the cost equation.
3(50c)+4c=170    150+c=1703(50 - c) + 4c = 170 \implies 150 + c = 170
Substituting bb in terms of cc creates a single-variable linear equation for cc.
3
Solve for cc.
c=20c = 20
Subtracting 150 from both sides gives the exact number of chocolate chip muffins sold.

Key Concept

Solving Systems of Linear Equations by Substitution or Elimination
Question 6Question

An event planner ordered a total of 3030 gift baskets for a corporate conference. Standard gift baskets cost $25\$25 each, and Deluxe gift baskets cost $40\$40 each. If the total cost of all 3030 gift baskets was $900\$900, how many Deluxe gift baskets were ordered?

Show answer & explanation

Answer: 1010

Answer

The correct number of Deluxe gift baskets ordered is 1010.
By setting up the linear system x+y=30x + y = 30 and 25x+40y=90025x + 40y = 900, substituting x=30yx = 30 - y into the cost equation yields 750+15y=900750 + 15y = 900, which solves directly to y=10y = 10. Therefore, 1010 Deluxe baskets were ordered.

Step-by-Step Solution

1
Define variables and set up the system of linear equations
Let xx be the number of Standard baskets and yy be the number of Deluxe baskets. Equation 1: x+y=30x + y = 30. Equation 2: 25x+40y=90025x + 40y = 900.
The total number of baskets establishes a quantity relation, while the individual prices establish a cost relation.
2
Express xx in terms of yy using Equation 1
x=30yx = 30 - y
Isolating xx allows direct substitution into the total cost equation to solve for yy.
3
Substitute x=30yx = 30 - y into Equation 2 and solve for yy
25(30y)+40y=900    75025y+40y=900    15y=150    y=1025(30 - y) + 40y = 900 \implies 750 - 25y + 40y = 900 \implies 15y = 150 \implies y = 10.
Simplifying the single-variable equation yields the exact number of Deluxe gift baskets.

Key Concept

Solving Systems of Linear Equations using Substitution or Elimination

Alternative Method

Use the elimination method: multiply the total quantity equation by 2525 (25x+25y=75025x + 25y = 750) and subtract it from the total cost equation (25x+40y=90025x + 40y = 900) to get 15y=15015y = 150, leading directly to y=10y = 10.
Estimated Time:45s
Question 7Question

If 3x+2y=183x + 2y = 18 and x+4y=16x + 4y = 16, what is the value of x+yx + y?

Show answer & explanation

Answer: 7

Answer

7
Solving the system of linear equations 3x+2y=183x + 2y = 18 and x+4y=16x + 4y = 16 yields x=4x = 4 and y=3y = 3. Adding these values together produces 4+3=74 + 3 = 7.

Step-by-Step Solution

1
Express xx in terms of yy using the second equation
x=164yx = 16 - 4y
Isolating one variable allows straightforward substitution into the other equation.
2
Substitute x=164yx = 16 - 4y into the first equation
3(164y)+2y=18    4812y+2y=18    4810y=183(16 - 4y) + 2y = 18 \implies 48 - 12y + 2y = 18 \implies 48 - 10y = 18
This creates an equation containing only the variable yy.
3
Solve for yy
10y=1848=30    y=3-10y = 18 - 48 = -30 \implies y = 3
Isolating the numerical term isolates the value of yy.
4
Substitute y=3y = 3 back to find xx
x=164(3)=1612=4x = 16 - 4(3) = 16 - 12 = 4
Determines the specific value of xx.
5
Calculate the requested sum x+yx + y
x+y=4+3=7x + y = 4 + 3 = 7
Provides the final requested expression value.

Key Concept

Solving a system of linear equations by substitution or elimination to evaluate a combined linear expression.
Estimated Time:45s
Question 8Question

A logistics company ships three types of packages: Small, Medium, and Large. A shipment containing 33 Small, 55 Medium, and 22 Large packages has a total weight of 170170 kilograms. A second shipment containing 11 Small, 22 Medium, and 11 Large package has a total weight of 6565 kilograms. What is the total weight, in kilograms, of a shipment containing 55 Small, 99 Medium, and 44 Large packages?

Show answer & explanation

Answer: 300300

Answer

The total weight of the shipment is 300300 kilograms.
The target quantity 5S+9M+4L5S + 9M + 4L can be expressed directly as 1×(3S+5M+2L)+2×(1S+2M+1L)1 \times (3S + 5M + 2L) + 2 \times (1S + 2M + 1L). Substituting the given total weights yields 1(170)+2(65)=3001(170) + 2(65) = 300 kilograms.

Step-by-Step Solution

1
Formulate linear equations representing the package weights.
Let SS, MM, and LL represent the weight of a Small, Medium, and Large package respectively. Equation 1: 3S+5M+2L=1703S + 5M + 2L = 170. Equation 2: 1S+2M+1L=651S + 2M + 1L = 65.
Setting up algebraic representations for the system based on the problem statement.
2
Determine if the requested expression 5S+9M+4L5S + 9M + 4L can be formed as a linear combination c1(3S+5M+2L)+c2(1S+2M+1L)c_1(3S + 5M + 2L) + c_2(1S + 2M + 1L).
Match coefficients: 3c1+c2=53c_1 + c_2 = 5, 5c1+2c2=95c_1 + 2c_2 = 9, and 2c1+c2=42c_1 + c_2 = 4.
Since individual values of SS, MM, and LL cannot be uniquely determined from two equations with three variables, we seek scalar constants c1c_1 and c2c_2.
3
Solve for the multipliers c1c_1 and c2c_2.
Subtracting 2c1+c2=42c_1 + c_2 = 4 from 3c1+c2=53c_1 + c_2 = 5 yields c1=1c_1 = 1. Substituting c1=1c_1 = 1 into 2c1+c2=42c_1 + c_2 = 4 gives c2=2c_2 = 2. Checking the middle equation: 5(1)+2(2)=95(1) + 2(2) = 9, which holds true.
Finding the scalar weights that recreate the exact combination requested.
4
Compute the total weight using the linear combination of the known values.
Total Weight =1×170+2×65=170+130=300= 1 \times 170 + 2 \times 65 = 170 + 130 = 300 kilograms.
Applying the solved linear combination to the total weights of the shipments.

Key Concept

Solving for a linear combination of variables in an underdetermined system without finding individual variable values.
Question 9Question

An investor allocates a sum of money across three accounts—AA, BB, and CC—which earn simple annual interest rates of 5%5\%, 4%4\%, and 6%6\%, respectively. The total interest earned from all three accounts in one year is $1,060\$1,060. The amount invested in Account CC equals the total amount invested in Accounts AA and BB combined. If the amount in Account AA were increased by 50%50\% and the amount in Account BB were decreased by 25%25\% while Account CC remained unchanged, the total annual interest earned would increase by $110\$110. What is the total amount, in dollars, invested across all three accounts?

Show answer & explanation

Answer: $20,000\$20,000

Answer

The total amount invested across all three accounts is $20,000\$20,000.
The system of linear equations derived from the problem constraints uniquely solves to a=$6,000a = \$6,000, b=$4,000b = \$4,000, and c=$10,000c = \$10,000. Summing these three amounts gives a total investment of $20,000\$20,000.

Step-by-Step Solution

1
Define variables and translate the problem statements into algebraic equations.
Let aa, bb, and cc be the amounts invested in Accounts AA, BB, and CC.
Equation 1 (Total Interest): 0.05a+0.04b+0.06c=1,060    5a+4b+6c=106,0000.05a + 0.04b + 0.06c = 1,060 \implies 5a + 4b + 6c = 106,000.
Equation 2 (Relationship among principal amounts): c=a+b    a+bc=0c = a + b \implies a + b - c = 0.
Equation 3 (Change in interest): Increasing aa by 50%50\% adds 0.05(0.50a)=0.025a0.05(0.50a) = 0.025a interest. Decreasing bb by 25%25\% reduces interest by 0.04(0.25b)=0.01b0.04(0.25b) = 0.01b. The net change is 0.025a0.01b=110    25a10b=110,000    5a2b=22,0000.025a - 0.01b = 110 \implies 25a - 10b = 110,000 \implies 5a - 2b = 22,000.
Establishing a complete 3-variable system of linear equations is necessary to determine the unknowns.
2
Substitute c=a+bc = a + b into Equation 1 to reduce the system to two variables.
5a+4b+6(a+b)=106,000    11a+10b=106,0005a + 4b + 6(a + b) = 106,000 \implies 11a + 10b = 106,000.
Using substitution eliminates variable cc, leaving a linear system in aa and bb.
3
Solve the two-variable system using elimination.
We have:
(1) 11a+10b=106,00011a + 10b = 106,000
(2) 5a2b=22,0005a - 2b = 22,000
Multiply (2) by 5: 25a10b=110,00025a - 10b = 110,000.
Add this to (1): (11a+10b)+(25a10b)=106,000+110,000    36a=216,000    a=6,000(11a + 10b) + (25a - 10b) = 106,000 + 110,000 \implies 36a = 216,000 \implies a = 6,000.
Substitute a=6,000a = 6,000 back into (2): 5(6,000)2b=22,000    30,0002b=22,000    2b=8,000    b=4,0005(6,000) - 2b = 22,000 \implies 30,000 - 2b = 22,000 \implies 2b = 8,000 \implies b = 4,000.
Elimination allows straightforward calculation of individual values for aa and bb.
4
Calculate cc and find the total sum invested across all three accounts.
c=a+b=6,000+4,000=10,000c = a + b = 6,000 + 4,000 = 10,000.
Total investment =a+b+c=6,000+4,000+10,000=20,000= a + b + c = 6,000 + 4,000 + 10,000 = 20,000.
The question asks for the total amount invested in all three accounts combined.

Key Concept

Systems of Linear Equations in Three Variables
Estimated Time:2m 0s
Question 10Question

A municipal water treatment facility operates three types of filtration units: Model X, Model Y, and Model Z.

 2 Model X units, 3 Model Y units, and 1 Model Z unit together process 134,000 gallons per hour.\bullet \text{ 2 Model X units, 3 Model Y units, and 1 Model Z unit together process 134,000 gallons per hour.}
 1 Model X unit, 4 Model Y units, and 2 Model Z units together process 156,000 gallons per hour.\bullet \text{ 1 Model X unit, 4 Model Y units, and 2 Model Z units together process 156,000 gallons per hour.}
 3 Model X units, 1 Model Y unit, and 4 Model Z units together process 196,000 gallons per hour.\bullet \text{ 3 Model X units, 1 Model Y unit, and 4 Model Z units together process 196,000 gallons per hour.}

What is the processing capacity, in thousands of gallons per hour, of a single Model Y filtration unit?

Show answer & explanation

Answer: 20

Answer

The processing capacity of a single Model Y filtration unit is 20 thousand gallons per hour.
By setting up the system of three linear equations 2x+3y+z=1342x + 3y + z = 134, x+4y+2z=156x + 4y + 2z = 156, and 3x+y+4z=1963x + y + 4z = 196, and eliminating variables systematically through substitution and combination, we find y=20y = 20. Thus, a single Model Y filtration unit processes 20 thousand gallons per hour.

Step-by-Step Solution

1
Set up a system of linear equations in three variables.
Let xx, yy, and zz represent the hourly capacities (in thousands of gallons) of Model X, Model Y, and Model Z respectively.
(1)2x+3y+z=134(2)x+4y+2z=156(3)3x+y+4z=196\begin{aligned} (1) \quad 2x + 3y + z &= 134 \\ (2) \quad x + 4y + 2z &= 156 \\ (3) \quad 3x + y + 4z &= 196 \end{aligned}
Expressing the given conditions algebraically translates the word problem into a solvable linear system.
2
Express xx in terms of yy and zz using Equation (2).
x=1564y2zx = 156 - 4y - 2z
Equation (2) has a coefficient of 1 for xx, making it ideal for algebraic substitution.
3
Substitute xx into Equations (1) and (3) to eliminate xx.
Substituting into Equation (1):
2(1564y2z)+3y+z=134    3128y4z+3y+z=1342(156 - 4y - 2z) + 3y + z = 134 \implies 312 - 8y - 4z + 3y + z = 134
3125y3z=134    (4)5y+3z=178312 - 5y - 3z = 134 \implies (4) \quad 5y + 3z = 178

Substituting into Equation (3):
3(1564y2z)+y+4z=196    46812y6z+y+4z=1963(156 - 4y - 2z) + y + 4z = 196 \implies 468 - 12y - 6z + y + 4z = 196
46811y2z=196    (5)11y+2z=272468 - 11y - 2z = 196 \implies (5) \quad 11y + 2z = 272
Reducing a 3-variable system to a 2-variable system simplifies the calculation.
4
Eliminate variable zz from Equations (4) and (5) to solve for yy.
Multiply Equation (4) by 2: 10y+6z=35610y + 6z = 356
Multiply Equation (5) by 3: 33y+6z=81633y + 6z = 816
Subtract the first result from the second:
(33y+6z)(10y+6z)=816356(33y + 6z) - (10y + 6z) = 816 - 356
23y=460    y=2023y = 460 \implies y = 20
Eliminating zz directly yields the required value of yy, which is the capacity of Model Y.

Key Concept

Solving systems of three linear equations in three variables via substitution and elimination.
Question 11Question

An electronics manufacturing plant produces two types of circuit modules: Module X and Module Y. Producing one Module X requires 33 minutes on Machine A and 55 minutes on Machine B. Producing one Module Y requires 44 minutes on Machine A and 22 minutes on Machine B. During a certain shift, Machine A was operated for a total of 230230 minutes and Machine B was operated for a total of 220220 minutes. If both machines operated at full capacity with no idle time, how many Module X units were produced?

Show answer & explanation

Answer: 30

Answer

30
Formulating equations from the machine times gives 3x+4y=2303x + 4y = 230 for Machine A and 5x+2y=2205x + 2y = 220 for Machine B. Multiplying the second equation by 22 yields 10x+4y=44010x + 4y = 440. Subtracting 3x+4y=2303x + 4y = 230 from 10x+4y=44010x + 4y = 440 eliminates yy and yields 7x=2107x = 210, which solves to x=30x = 30.

Step-by-Step Solution

1
Define variables for the unknown quantities.
Let xx be the number of Module X units produced, and let yy be the number of Module Y units produced.
Representing unknown quantities with algebraic variables allows for model formulation.
2
Formulate a system of linear equations from the machine time constraints.
Machine A equation: 3x+4y=2303x + 4y = 230
Machine B equation: 5x+2y=2205x + 2y = 220
The total operational time on each machine equals the sum of times spent producing each module type.
3
Multiply the Machine B equation by 22 to enable elimination of yy.
2×(5x+2y)=2×220    10x+4y=4402 \times (5x + 2y) = 2 \times 220 \implies 10x + 4y = 440
Matching the coefficient of yy with the first equation (4y4y) allows elimination via subtraction.
4
Subtract the Machine A equation from the modified Machine B equation and solve for xx.
(10x+4y)(3x+4y)=440230    7x=210    x=30(10x + 4y) - (3x + 4y) = 440 - 230 \implies 7x = 210 \implies x = 30
Subtracting eliminates yy directly, leaving a single linear equation in terms of xx.

Key Concept

Solving a system of two linear equations in two variables using elimination
Estimated Time:1m 30s
Question 12Question

A café sells small cold brew coffees for $4\$4 each and large cold brew coffees for $6\$6 each. On Monday morning, the café sold a total of 4040 cold brew coffees for $196\$196. How many large cold brew coffees were sold?

Show answer & explanation

Answer: 18

Answer

The café sold 18 large cold brew coffees.
Setting up the system s+l=40s + l = 40 and 4s+6l=1964s + 6l = 196, substituting s=40ls = 40 - l yields 4(40l)+6l=1964(40 - l) + 6l = 196. Simplifying gives 160+2l=196160 + 2l = 196, so 2l=362l = 36 and l=18l = 18.

Step-by-Step Solution

1
Set up equations based on total count and total cost.
Let ss = number of small coffees and ll = number of large coffees. The system is s+l=40s + l = 40 and 4s+6l=1964s + 6l = 196.
The problem gives two distinct relationships between the quantity sold and the total dollar value.
2
Substitute s=40ls = 40 - l into the second equation.
4(40l)+6l=196    160+2l=1964(40 - l) + 6l = 196 \implies 160 + 2l = 196.
Substituting reduces the system from two variables to a single equation in ll.
3
Solve the linear equation for ll.
2l=36    l=182l = 36 \implies l = 18.
Subtracting 160 from both sides and dividing by 2 yields the number of large cold brews.

Key Concept

Solving systems of linear equations in two variables using substitution.
Question 13Question

For what value of the constant kk does the system of linear equations below have no solution?

(k2)x+3y=64x+(k+2)y=12\begin{aligned} (k - 2)x + 3y &= 6 \\ 4x + (k + 2)y &= 12 \end{aligned}
Show answer & explanation

Answer: 4-4

Answer

The constant value k=4k = -4 results in a system with no solution.
For a 2×22 \times 2 linear system a1x+b1y=c1a_1 x + b_1 y = c_1 and a2x+b2y=c2a_2 x + b_2 y = c_2 to have no solution, the equations must have proportional variable coefficients but non-proportional constant terms: a1a2=b1b2c1c2\frac{a_1}{a_2} = \frac{b_1}{b_2} \neq \frac{c_1}{c_2}. Solving k24=3k+2\frac{k-2}{4} = \frac{3}{k+2} gives k24=12k^2 - 4 = 12, so k=±4k = \pm 4. Substituting k=4k = -4 yields 6x+3y=6-6x + 3y = 6 and 4x2y=124x - 2y = 12, which simplify to 2x+y=2-2x + y = 2 and 2x+y=6-2x + y = -6. Since the constants 22 and 6-6 differ, the lines are parallel and distinct, meaning the system has no solution.

Step-by-Step Solution

1
Set up the condition for parallel lines (equal slopes) by equating the ratio of the coefficients of xx and yy.
\frac{k - 2}{4} = \frac{3}{k + 2}
A system of two linear equations has either zero solutions (parallel, non-intersecting lines) or infinitely many solutions (coincident lines) when the slopes are equal.
2
Cross-multiply and solve the quadratic equation for kk.
(k - 2)(k + 2) = 12 \implies k^2 - 4 = 12 \implies k^2 = 16 \implies k = 4 \text{ or } k = -4
Finding all values of kk where the coefficient matrix determinant is zero.
3
Test k=4k = 4 in the original system.
(4 - 2)x + 3y = 6 \implies 2x + 3y = 6 \quad \text{and} \quad 4x + (4 + 2)y = 12 \implies 4x + 6y = 12
Dividing 4x+6y=124x + 6y = 12 by 22 yields 2x+3y=62x + 3y = 6, which is identical to the first equation. Thus, k=4k = 4 yields infinitely many solutions.
4
Test k=4k = -4 in the original system.
(-4 - 2)x + 3y = 6 \implies -6x + 3y = 6 \quad \text{and} \quad 4x + (-4 + 2)y = 12 \implies 4x - 2y = 12
Simplifying both equations gives 2x+y=2-2x + y = 2 and 2x+y=6-2x + y = -6. The lines have identical slopes but different constants, so they are parallel and distinct, producing no solution.

Key Concept

System Solvability and Linear Consistency
Estimated Time:2m 0s
Question 14Question

A biotechnology laboratory formulates three custom reagent mixtures—Solution XX, Solution YY, and Solution ZZ—using three chemical compounds: Alpha, Beta, and Gamma.

- Solution XX contains 2 mL2\text{ mL} of Alpha, 3 mL3\text{ mL} of Beta, and 1 mL1\text{ mL} of Gamma, and costs $13.00\$13.00.
- Solution YY contains 1 mL1\text{ mL} of Alpha, 2 mL2\text{ mL} of Beta, and 4 mL4\text{ mL} of Gamma, and costs $11.00\$11.00.
- Solution ZZ contains 3 mL3\text{ mL} of Alpha, 1 mL1\text{ mL} of Beta, and 2 mL2\text{ mL} of Gamma, and costs $13.00\$13.00.

What is the cost of a mixture containing 5 mL5\text{ mL} of Alpha, 4 mL4\text{ mL} of Beta, and 3 mL3\text{ mL} of Gamma?

Show answer & explanation

Answer: $26.00\$26.00

Answer

$26.00\$26.00
The target quantity consists of 5 mL5\text{ mL} of Alpha, 4 mL4\text{ mL} of Beta, and 3 mL3\text{ mL} of Gamma. By inspecting the given system, adding Solution XX (2 mL2\text{ mL} Alpha, 3 mL3\text{ mL} Beta, 1 mL1\text{ mL} Gamma) and Solution ZZ (3 mL3\text{ mL} Alpha, 1 mL1\text{ mL} Beta, 2 mL2\text{ mL} Gamma) directly yields 5 mL5\text{ mL} Alpha, 4 mL4\text{ mL} Beta, and 3 mL3\text{ mL} Gamma. Therefore, the required cost is simply the sum of the costs of Solution XX and Solution ZZ: $13.00+$13.00=$26.00\$13.00 + \$13.00 = \$26.00.

Step-by-Step Solution

1
Set up the linear system of equations representing the cost of each solution.
Let aa, bb, and gg be the cost per mL of Alpha, Beta, and Gamma, respectively.
Equation 1: 2a+3b+g=132a + 3b + g = 13
Equation 2: a+2b+4g=11a + 2b + 4g = 11
Equation 3: 3a+b+2g=133a + b + 2g = 13
Translate the given word problem into algebraic equations representing system relationships.
2
Identify the requested quantity and evaluate whether it can be formed as a linear combination of the given equations.
Target expression: 5a+4b+3g5a + 4b + 3g
Recognizing linear combinations avoids solving for individual variable values when not required.
3
Add Equation 1 and Equation 3.
(2a+3b+g)+(3a+b+2g)=13+13    5a+4b+3g=26(2a + 3b + g) + (3a + b + 2g) = 13 + 13 \implies 5a + 4b + 3g = 26
The sum of coefficients for Alpha (2+3=52+3=5), Beta (3+1=43+1=4), and Gamma (1+2=31+2=3) exactly matches the target mixture.

Key Concept

Solving systems of linear equations using linear combinations without full variable elimination
Estimated Time:2m 0s
Question 15Question

A specialized coffee roastery produces three custom blends—Roast Alpha, Roast Beta, and Roast Gamma—using three varieties of single-origin beans: Grade A, Grade B, and Grade C.

- One batch of Roast Alpha requires 3 kg of Grade A, 1 kg of Grade B, and 2 kg of Grade C beans, and has a total raw material cost of 64.OnebatchofRoastBetarequires1kgofGradeA,4kgofGradeB,and2kgofGradeCbeans,andhasatotalrawmaterialcostof64. - One batch of Roast Beta requires 1 kg of Grade A, 4 kg of Grade B, and 2 kg of Grade C beans, and has a total raw material cost of 64.
- One batch of Roast Gamma requires 2 kg of Grade A, 2 kg of Grade B, and 5 kg of Grade C beans, and has a total raw material cost of $90.

What is the cost, in dollars, of 1 kg of Grade A beans?

Show answer & explanation

Answer: 12

Answer

The cost of 1 kg of Grade A beans is 12 dollars.
Setting up the 3-variable linear system 3x+y+2z=643x + y + 2z = 64, x+4y+2z=64x + 4y + 2z = 64, and 2x+2y+5z=902x + 2y + 5z = 90 allows us to eliminate zz by subtracting the second equation from the first, yielding 2x3y=02x - 3y = 0, or x=1.5yx = 1.5y. Substituting this relationship back into the system leads to y=8y = 8 and x=12x = 12. Thus, 1 kg of Grade A beans costs 12 dollars.

Step-by-Step Solution

1
Formulate linear equations representing the total cost of each coffee blend batch.
Let xx be the cost per kg of Grade A beans, yy be the cost per kg of Grade B beans, and zz be the cost per kg of Grade C beans:
(1)3x+y+2z=64(2)x+4y+2z=64(3)2x+2y+5z=90\begin{aligned} (1)\quad 3x + y + 2z &= 64 \\ (2)\quad x + 4y + 2z &= 64 \\ (3)\quad 2x + 2y + 5z &= 90 \end{aligned}
Translating the word problem into a system of 3 linear equations with 3 variables.
2
Eliminate variable zz by subtracting Equation (2) from Equation (1).
(3x+y+2z)(x+4y+2z)=6464    2x3y=0    x=1.5y(3x + y + 2z) - (x + 4y + 2z) = 64 - 64 \implies 2x - 3y = 0 \implies x = 1.5y
Since both equations (1) and (2) contain the term +2z+2z, subtracting them removes zz directly and provides a simple relation between xx and yy.
3
Substitute x=1.5yx = 1.5y into Equation (1) and Equation (3) to obtain a system in terms of yy and zz.
From Equation (1):
3(1.5y)+y+2z=64    5.5y+2z=64    11y+4z=128(4)3(1.5y) + y + 2z = 64 \implies 5.5y + 2z = 64 \implies 11y + 4z = 128 \quad (4)
From Equation (3):
2(1.5y)+2y+5z=90    5y+5z=90    y+z=18    z=18y2(1.5y) + 2y + 5z = 90 \implies 5y + 5z = 90 \implies y + z = 18 \implies z = 18 - y
Reducing the system from 3 variables down to 2 variables.
4
Substitute z=18yz = 18 - y into Equation (4) to solve for yy, and subsequently calculate xx.
11y+4(18y)=128    7y+72=128    7y=56    y=811y + 4(18 - y) = 128 \implies 7y + 72 = 128 \implies 7y = 56 \implies y = 8
Using x=1.5yx = 1.5y:
x=1.5×8=12x = 1.5 \times 8 = 12
Solving the single-variable linear equation for yy, then substituting back to find the required cost xx for Grade A beans.

Key Concept

Solving a 3-Variable System of Linear Equations via Variable Elimination
Question 16Question

An event design company offers three distinct decorative bundles—Bundle X, Bundle Y, and Bundle Z—for corporate gala setups.

• Bundle X contains 3 floral arrangements, 2 LED uplights, and 1 table runner.
• Bundle Y contains 1 floral arrangement, 3 LED uplights, and 2 table runners.
• Bundle Z contains 2 floral arrangements, 1 LED uplight, and 3 table runners.

To decorate a venue, a coordinator orders a combination of these bundles containing a total of 26 floral arrangements, 23 LED uplights, and 23 table runners. If every bundle ordered is used in its entirety, what is the total number of bundles ordered by the coordinator?

Show answer & explanation

Answer: 12

Answer

The total number of bundles ordered by the coordinator is 12.
Summing all three equations gives 6x+6y+6z=726x + 6y + 6z = 72. Factoring out 66 yields 6(x+y+z)=726(x + y + z) = 72, so dividing by 66 gives x+y+z=12x + y + z = 12. Alternatively, solving the system explicitly gives x=5x = 5, y=4y = 4, and z=3z = 3, whose sum is 5+4+3=125 + 4 + 3 = 12.

Step-by-Step Solution

1
Define variables and set up the system of linear equations based on item counts.
Let xx, yy, and zz represent the number of Bundle X, Bundle Y, and Bundle Z ordered, respectively.
3x+y+2z=26(Floral arrangements)2x+3y+z=23(LED uplights)x+2y+3z=23(Table runners)\begin{aligned} 3x + y + 2z &= 26 \quad \text{(Floral arrangements)} \\ 2x + 3y + z &= 23 \quad \text{(LED uplights)} \\ x + 2y + 3z &= 23 \quad \text{(Table runners)} \end{aligned}
Translate the word problem into a standard system of 3 linear equations in 3 variables.
2
Sum the three equations to find a direct linear combination for (x+y+z)(x + y + z).
(3x+2x+x)+(y+3y+2y)+(2z+z+3z)=26+23+23(3x + 2x + x) + (y + 3y + 2y) + (2z + z + 3z) = 26 + 23 + 23
6x+6y+6z=726x + 6y + 6z = 72
Notice that the sum of coefficients for each variable across all three equations is identical (3+2+1=63 + 2 + 1 = 6).
3
Factor out 6 and solve for the total number of bundles (x+y+z)(x + y + z).
6(x+y+z)=72    x+y+z=126(x + y + z) = 72 \implies x + y + z = 12
Dividing both sides by 6 directly gives the required total quantity without needing to solve for individual variables xx, yy, and zz separately.

Key Concept

Linear combinations in systems of equations
Estimated Time:2m 0s
Question 17Question

A corporate catering service offers two lunch options: a Standard Meal and a Premium Meal. On Monday, an order of 4040 Standard Meals and 2020 Premium Meals cost a total of $1,300\$1,300. On Tuesday, an order of 2020 Standard Meals and 3030 Premium Meals cost a total of $1,250\$1,250. What is the total cost of an order consisting of 1515 Standard Meals and 1515 Premium Meals?

Show answer & explanation

Answer: $712.50\$712.50

Answer

The total cost of 15 Standard Meals and 15 Premium Meals is $712.50.
By setting up the system 40x+20y=130040x + 20y = 1300 and 20x+30y=125020x + 30y = 1250, we simplify to 2x+y=652x + y = 65 and 2x+3y=1252x + 3y = 125. Subtracting the first from the second gives 2y=602y = 60, so y=30y = 30. Substituting y=30y = 30 into 2x+y=652x + y = 65 yields 2x=352x = 35, so x=17.50x = 17.50. The sum of one Standard Meal and one Premium Meal is x+y=47.50x + y = 47.50. Therefore, 1515 of each costs 15×47.50=$712.5015 \times 47.50 = \$712.50. Alternatively, adding the two simplified equations directly yields 4x+4y=190    x+y=47.504x + 4y = 190 \implies x + y = 47.50, so 15(x+y)=15×47.50=$712.5015(x + y) = 15 \times 47.50 = \$712.50.

Step-by-Step Solution

1
Set up a system of linear equations using variables xx for the price of a Standard Meal and yy for the price of a Premium Meal.
40x+20y=130040x + 20y = 1300 and 20x+30y=125020x + 30y = 1250
Translate the scenario information into algebraic equations.
2
Simplify both equations by dividing by their greatest common factors.
Equation 1: 2x+y=652x + y = 65; Equation 2: 2x+3y=1252x + 3y = 125
Simplifying equations reduces computation complexity.
3
Subtract Equation 1 from Equation 2 to eliminate xx and solve for yy.
(2x+3y)(2x+y)=12565    2y=60    y=30(2x + 3y) - (2x + y) = 125 - 65 \implies 2y = 60 \implies y = 30
Elimination isolates variable yy.
4
Substitute y=30y = 30 back into Equation 1 to solve for xx.
2x+30=65    2x=35    x=17.502x + 30 = 65 \implies 2x = 35 \implies x = 17.50
Finding the value of xx gives the cost of one Standard Meal.
5
Calculate the target linear combination 15x+15y=15(x+y)15x + 15y = 15(x + y).
15(17.50+30.00)=15(47.50)=712.5015(17.50 + 30.00) = 15(47.50) = 712.50
Multiply the combined price of one of each meal by 15.

Key Concept

Solving systems of two linear equations in two variables using elimination and finding linear combinations.
Estimated Time:1m 45s
Question 18Question

A logistics company operates two types of delivery trucks: Model A and Model B. Model A consumes 0.250.25 liters of fuel per mile and incurs $1.50\$1.50 in maintenance costs per mile. Model B consumes 0.400.40 liters of fuel per mile and incurs $1.00\$1.00 in maintenance costs per mile. On a given day, the fleet consumed a total of 300300 liters of fuel and incurred a total of $1,100\$1,100 in maintenance costs. What was the total number of miles traveled by the Model A trucks on that day?

Show answer & explanation

Answer: 400

Answer

The Model A trucks traveled a total of 400 miles on that day.
Let xx be the number of miles driven by Model A trucks and yy be the number of miles driven by Model B trucks. Set up two equations: 0.25x+0.40y=3000.25x + 0.40y = 300 (fuel) and 1.50x+1.00y=11001.50x + 1.00y = 1100 (maintenance). Substituting y=11001.5xy = 1100 - 1.5x into the fuel equation yields 0.25x+0.40(11001.5x)=3000.25x + 0.40(1100 - 1.5x) = 300, which simplifies to 0.35x+440=300-0.35x + 440 = 300, leading directly to x=400x = 400.

Step-by-Step Solution

1
Formulate the linear system
0.25x+0.40y=3000.25x + 0.40y = 300 and 1.50x+1.00y=11001.50x + 1.00y = 1100, where xx is miles driven by Model A and yy is miles driven by Model B.
Translates the rates of fuel consumption and maintenance per mile into total daily figures.
2
Express yy in terms of xx
y=11001.5xy = 1100 - 1.5x
Isolating yy makes substitution into the fuel equation straightforward.
3
Substitute yy into the first equation and solve for xx
0.25x+0.40(11001.5x)=300    0.35x+440=300    0.35x=140    x=4000.25x + 0.40(1100 - 1.5x) = 300 \implies -0.35x + 440 = 300 \implies -0.35x = -140 \implies x = 400
Reduces the system to a single linear equation in xx to find the distance for Model A.

Key Concept

Setting up and solving a two-variable system of linear equations via substitution or elimination.
Question 19Question

A financial advisory firm manages two types of investment accounts: Growth portfolios and Conservative portfolios. Each Growth portfolio generates $5,000\$5,000 in annual dividends and $12,000\$12,000 in annual capital gains. Each Conservative portfolio generates $8,000\$8,000 in annual dividends and $4,000\$4,000 in annual capital gains. Last year, the firm generated a total of $186,000\$186,000 in dividends and $188,000\$188,000 in capital gains from these portfolios. What was the total number of portfolios (Growth and Conservative combined) managed by the firm?

Show answer & explanation

Answer: 2727

Answer

The total number of portfolios managed by the firm is 2727.
Setting up the system of equations with xx as Growth portfolios and yy as Conservative portfolios gives 5x+8y=1865x + 8y = 186 and 12x+4y=18812x + 4y = 188. Multiplying the second equation by 22 yields 24x+8y=37624x + 8y = 376. Subtracting the first equation gives 19x=19019x = 190, so x=10x = 10. Substituting x=10x = 10 gives y=17y = 17. The total number of portfolios is 10+17=2710 + 17 = 27.

Step-by-Step Solution

1
Define variables and set up the system of linear equations in thousands of dollars.
Let xx be the number of Growth portfolios and yy be the number of Conservative portfolios.
Dividends equation: 5x+8y=1865x + 8y = 186
Capital gains equation: 12x+4y=18812x + 4y = 188
Dividing all dollar amounts by 1,0001,000 simplifies the coefficients.
2
Solve for xx using the elimination method.
Multiply the capital gains equation by 22:
2(12x+4y)=2(188)    24x+8y=3762(12x + 4y) = 2(188) \implies 24x + 8y = 376
Subtract the dividends equation (5x+8y=1865x + 8y = 186) from this new equation:
(24x+8y)(5x+8y)=376186(24x + 8y) - (5x + 8y) = 376 - 186
19x=190    x=1019x = 190 \implies x = 10
Eliminating yy isolates xx to determine the number of Growth portfolios.
3
Substitute x=10x = 10 into the capital gains equation to solve for yy.
Divide 12(10)+4y=18812(10) + 4y = 188 simplify to 120+4y=188    4y=68    y=17120 + 4y = 188 \implies 4y = 68 \implies y = 17
Finds the number of Conservative portfolios.
4
Calculate the total number of portfolios.
Total portfolios = x+y=10+17=27x + y = 10 + 17 = 27
The question asks for the sum of both types of portfolios.

Key Concept

Solving Systems of Two Linear Equations with Word Problem Constraints
Estimated Time:1m 30s
Question 20Question

A boutique hotel offers two types of rooms: Executive Suites and Deluxe Suites. During a convention weekend, booking 1212 Executive Suites and 1818 Deluxe Suites generated total revenue of $7800\$7{}800. The following weekend, booking 1515 Executive Suites and 1010 Deluxe Suites generated total revenue of $7250\$7{}250. If the nightly rate for each type of suite remained constant, what was the nightly rental rate, in dollars, of an Executive Suite?

Show answer & explanation

Answer: 350

Answer

The nightly rental rate of an Executive Suite was 350 dollars.
Formulating the revenue statements as linear equations gives 12x+18y=7,80012x + 18y = 7,800 and 15x+10y=7,25015x + 10y = 7,250. Simplifying these by dividing by 66 and 55 yields 2x+3y=1,3002x + 3y = 1,300 and 3x+2y=1,4503x + 2y = 1,450. Multiplying the first simplified equation by 22 (4x+6y=2,6004x + 6y = 2,600) and the second by 33 (9x+6y=4,3509x + 6y = 4,350) aligns the yy-coefficients. Subtracting the equations leads to 5x=1,7505x = 1,750, giving x=350x = 350.

Step-by-Step Solution

1
Define variables and construct the system of equations.
12x+18y=7,80012x + 18y = 7,800 and 15x+10y=7,25015x + 10y = 7,250, where xx represents the Executive Suite rate and yy represents the Deluxe Suite rate.
Translating word problem information into algebraic equations.
2
Simplify the system equations.
Dividing the first equation by 66 gives 2x+3y=1,3002x + 3y = 1,300. Dividing the second equation by 55 gives 3x+2y=1,4503x + 2y = 1,450.
Reducing the coefficients minimizes computation steps and errors.
3
Eliminate variable yy to solve for xx.
Multiply 2x+3y=1,3002x + 3y = 1,300 by 22 to get 4x+6y=2,6004x + 6y = 2,600. Multiply 3x+2y=1,4503x + 2y = 1,450 by 33 to get 9x+6y=4,3509x + 6y = 4,350. Subtracting gives 5x=1,7505x = 1,750, so x=350x = 350.
Eliminating yy yields the requested value of xx directly.

Key Concept

Solving Systems of Two Linear Equations via Elimination
Estimated Time:2m 0s
Page 1 / 2Next
Systems of Linear Equations Practice Questions — GMAT | Examkin