Linear Equations in One and Two Variables

29 questions

Question 1Question

A manufacturing shop produces two models of custom bicycle frames: Standard and Deluxe. Producing each Standard frame requires 22 hours of welding and 11 hour of painting. Producing each Deluxe frame requires 33 hours of welding and 22 hours of painting. During a single week, the shop logged a total of 130130 hours of welding and 7575 hours of painting for these two models. How many Deluxe bicycle frames were produced during that week?

Show answer & explanation

Answer: 20

Answer

The number of Deluxe bicycle frames produced during that week is 20.
Translating the resource limitations into a system of two linear equations yields 2x+3y=1302x + 3y = 130 for welding hours and x+2y=75x + 2y = 75 for painting hours, where xx and yy represent the number of Standard and Deluxe frames respectively. Expressing xx in terms of yy from the painting equation gives x=752yx = 75 - 2y. Substituting this expression into the welding equation gives 2(752y)+3y=1302(75 - 2y) + 3y = 130, which simplifies to 150y=130150 - y = 130, giving y=20y = 20 Deluxe frames.

Step-by-Step Solution

1
Define variables for the unknowns.
Let xx be the number of Standard bicycle frames produced and yy be the number of Deluxe bicycle frames produced.
Assigning variables allows us to translate the problem into algebraic expressions.
2
Set up a system of linear equations.
Welding constraint: 2x+3y=1302x + 3y = 130
Painting constraint: x+2y=75x + 2y = 75
Each constraint represents the sum of hours spent on Standard and Deluxe frames for that process.
3
Solve the system using elimination or substitution.
Multiply the painting equation by 22: 2x+4y=1502x + 4y = 150.
Subtract the welding equation (2x+3y=1302x + 3y = 130) from this result: (2x+4y)(2x+3y)=150130y=20(2x + 4y) - (2x + 3y) = 150 - 130 \Rightarrow y = 20.
Eliminating xx directly solves for yy, which is the requested quantity (Deluxe frames).

Key Concept

Solving systems of two linear equations with two variables by substitution or elimination.
Estimated Time:1m 30s
Question 2Question

What is the sum of all real solutions to the absolute value equation 2x3+x+5=12x|2x - 3| + |x + 5| = 12 - x?

Show answer & explanation

Answer: 92-\frac{9}{2}

Answer

The sum of all real solutions to the equation is 92-\frac{9}{2}.
By splitting the real number line into three intervals based on the critical points x=5x = -5 and x=32x = \frac{3}{2}, we find two valid solutions: x=52x = \frac{5}{2} (from x32x \ge \frac{3}{2}) and x=7x = -7 (from x<5x < -5). Their sum is 52+(7)=92\frac{5}{2} + (-7) = -\frac{9}{2}.

Step-by-Step Solution

1
Identify critical points for the absolute value expressions
The critical points are x=32x = \frac{3}{2} and x=5x = -5.
The expressions inside the absolute values, 2x32x - 3 and x+5x + 5, change signs at x=32x = \frac{3}{2} and x=5x = -5 respectively.
2
Evaluate Region 1 (x32x \ge \frac{3}{2})
(2x3)+(x+5)=12x    3x+2=12x    4x=10    x=52(2x - 3) + (x + 5) = 12 - x \implies 3x + 2 = 12 - x \implies 4x = 10 \implies x = \frac{5}{2}.
In this region, both 2x302x - 3 \ge 0 and x+5>0x + 5 > 0, so absolute value bars can be removed directly. Since 5232\frac{5}{2} \ge \frac{3}{2}, x=52x = \frac{5}{2} is a valid solution.
3
Evaluate Region 2 (5x<32-5 \le x < \frac{3}{2})
(2x3)+(x+5)=12x    x+8=12x    8=12-(2x - 3) + (x + 5) = 12 - x \implies -x + 8 = 12 - x \implies 8 = 12 (No solution).
In this interval, 2x3<02x - 3 < 0 while x+50x + 5 \ge 0. The resulting equation produces a contradiction, so there are no solutions in this interval.
4
Evaluate Region 3 (x<5x < -5)
(2x3)(x+5)=12x    3x2=12x    2x=14    x=7-(2x - 3) - (x + 5) = 12 - x \implies -3x - 2 = 12 - x \implies -2x = 14 \implies x = -7.
In this region, both 2x3<02x - 3 < 0 and x+5<0x + 5 < 0. Since 7<5-7 < -5, x=7x = -7 is a valid solution.
5
Calculate the sum of all valid solutions
52+(7)=52142=92\frac{5}{2} + (-7) = \frac{5}{2} - \frac{14}{2} = -\frac{9}{2}.
Combining the valid roots from Region 1 and Region 3 gives the final requested sum.

Key Concept

Solving piecewise linear equations involving multiple absolute value terms.
Estimated Time:2m 30s
Question 3Question

A courier service calculates its total delivery charge using a fixed base fee plus a constant per-mile rate. On Monday, a delivery of 15 miles received a 20% discount on the fixed base fee and a 25% surcharge on the per-mile rate, resulting in a total charge of 30.50.OnTuesday,adeliveryof20milesincurreda4030.50. On Tuesday, a delivery of 20 miles incurred a 40% increase on the fixed base fee and received a 15% discount on the per-mile rate, resulting in a total charge of 34.40. What is the standard total delivery charge, in dollars, for a 25-mile delivery with no fee adjustments or rate changes?

Show answer & explanation

Answer: 40

Answer

The standard total delivery charge for a 25-mile delivery is 40 dollars.
Translating the scenario into linear equations gives 0.80B+18.75r=30.500.80B + 18.75r = 30.50 and 1.40B+17.00r=34.401.40B + 17.00r = 34.40. Solving this linear system yields a standard base fee of B=10.00B = 10.00 dollars and a standard per-mile rate of r=1.20r = 1.20 dollars. Substituting these into the standard 25-mile cost expression B+25rB + 25r yields 10.00+25(1.20)=40.0010.00 + 25(1.20) = 40.00 dollars.

Step-by-Step Solution

1
Formulate linear equations from the word problem context.
System of equations: 0.80B+18.75r=30.500.80B + 18.75r = 30.50 and 1.40B+17.00r=34.401.40B + 17.00r = 34.40.
Applying the percentage adjustments to the fixed base fee BB and the rate per mile rr for the given distances yields exact linear expressions.
2
Eliminate variable BB to solve for rr.
Multiply equations to equate coefficients of BB: 5.60B+131.25r=213.505.60B + 131.25r = 213.50 and 5.60B+68.00r=137.605.60B + 68.00r = 137.60. Subtracting gives 63.25r=75.9063.25r = 75.90, so r=1.20r = 1.20.
Finding the per-mile rate rr allows determination of the standard mileage component.
3
Solve for base fee BB using r=1.20r = 1.20.
1.40B+17(1.20)=34.40    1.40B=14.00    B=10.001.40B + 17(1.20) = 34.40 \implies 1.40B = 14.00 \implies B = 10.00.
Substituting rr into either linear equation gives the fixed base fee.
4
Calculate the target standard cost for 25 miles.
B+25r=10.00+25(1.20)=40.00B + 25r = 10.00 + 25(1.20) = 40.00.
Evaluating the standard pricing expression B+25rB + 25r with B=10B = 10 and r=1.20r = 1.20 gives the total cost.

Key Concept

Solving Systems of Two-Variable Linear Equations from Word Problems
Question 4Question
Consider the system of linear equations in xx and yy:
kx+6y=18kx + 6y = 18
(k+1)x+9y=27(k + 1)x + 9y = 27
where kk is a constant. If this system has infinitely many solutions (x,y)(x, y), what is the sum of all real values of xx that satisfy the equation kx10=3x4|kx - 10| = 3x - 4?
Show answer & explanation

Answer: 145\frac{14}{5}

Answer

The sum of all real values of xx satisfying the equation is 145\frac{14}{5} (or 2.82.8).
The system of linear equations has infinitely many solutions when the ratio of coefficients is constant: kk+1=69=1827=23\frac{k}{k+1} = \frac{6}{9} = \frac{18}{27} = \frac{2}{3}, which yields k=2k = 2. Substituting k=2k = 2 gives 2x10=3x4|2x - 10| = 3x - 4. Breaking this into cases yields 2x10=3x4    x=62x - 10 = 3x - 4 \implies x = -6 and (2x10)=3x4    x=145-(2x - 10) = 3x - 4 \implies x = \frac{14}{5}. Testing x=6x = -6 in the original equation gives 22=22|-22| = -22, which is false, making x=6x = -6 an extraneous solution. Testing x=145x = \frac{14}{5} gives 4.4=4.4|-4.4| = 4.4, which is true. Thus, the only real solution is 145\frac{14}{5}, making the option equal to 145\frac{14}{5} correct.

Step-by-Step Solution

1
Determine the value of the constant kk from the system of linear equations.
k=2k = 2
For a system of two linear equations in two variables to have infinitely many solutions, the ratio of coefficients of xx, yy, and the constant terms must all be equal: kk+1=69=1827\frac{k}{k+1} = \frac{6}{9} = \frac{18}{27}. Since 69=23\frac{6}{9} = \frac{2}{3}, setting kk+1=23\frac{k}{k+1} = \frac{2}{3} gives 3k=2k+2    k=23k = 2k + 2 \implies k = 2.
2
Substitute k=2k = 2 into the absolute value equation.
2x10=3x4|2x - 10| = 3x - 4
Replacing kk with 22 sets up the single-variable linear absolute value equation to solve.
3
Solve Case 1 where the expression inside the absolute value is non-negative (2x1002x - 10 \ge 0).
x=6x = -6 (Extraneous)
Setting 2x10=3x42x - 10 = 3x - 4 yields x=6x = -6. However, substituting x=6x = -6 back into the right side gives 3(6)4=223(-6) - 4 = -22. Since an absolute value cannot equal a negative number, x=6x = -6 is an extraneous solution.
4
Solve Case 2 where the expression inside the absolute value is negative (2x10<02x - 10 < 0).
x=145x = \frac{14}{5} (Valid)
Setting (2x10)=3x4-(2x - 10) = 3x - 4 gives 2x+10=3x4    5x=14    x=145-2x + 10 = 3x - 4 \implies 5x = 14 \implies x = \frac{14}{5}. Substituting x=2.8x = 2.8 into the right side yields 3(2.8)4=4.403(2.8) - 4 = 4.4 \ge 0, and 2(2.8)10=4.4=4.4|2(2.8) - 10| = |-4.4| = 4.4. Thus, x=145x = \frac{14}{5} is valid.
5
Sum all valid real solutions.
145\frac{14}{5}
Since x=145x = \frac{14}{5} is the only valid solution, the sum of all solutions is 145\frac{14}{5}.

Key Concept

Systems of linear equations with infinitely many solutions require identical proportional coefficients. Absolute value equations of the form A=B|A| = B require checking candidate solutions in B0B \ge 0 to eliminate extraneous roots.
Estimated Time:3m 0s
Question 5Question

A technology manufacturing company produces two server models: Model Alpha and Model Beta. The manufacturing cost of one Model Alpha server is 400morethantwicethemanufacturingcostofoneModelBetaserver.Lastmonth,thecompanyproduced15ModelAlphaserversand40ModelBetaservers,incurringatotalmanufacturingcostof400 more than twice the manufacturing cost of one Model Beta server. Last month, the company produced 15 Model Alpha servers and 40 Model Beta servers, incurring a total manufacturing cost of 76,000. What is the manufacturing cost, in dollars, of one Model Alpha server?

Show answer & explanation

Answer: 2400

Answer

The manufacturing cost of one Model Alpha server is $2,400.
By defining the costs as A=2B+400A = 2B + 400 and setting up the total cost equation 15A+40B=76,00015A + 40B = 76,000, substituting AA yields 70B=70,00070B = 70,000, giving B=1,000B = 1,000. Substituting B=1,000B = 1,000 back into A=2B+400A = 2B + 400 gives A=2,400A = 2,400.

Step-by-Step Solution

1
Define variables and construct the linear relation equation.
A=2B+400A = 2B + 400
The cost of one Model Alpha server (AA) is 400morethantwicethecostofModelBeta(400 more than twice the cost of Model Beta ( B$).
2
Formulate the total production cost equation.
15A+40B=76,00015A + 40B = 76,000
15 units of Model Alpha and 40 units of Model Beta sum to a total cost of $76,000.
3
Substitute AA into the total cost equation and solve for BB.
15(2B+400)+40B=76,000    70B+6,000=76,000    B=1,00015(2B + 400) + 40B = 76,000 \implies 70B + 6,000 = 76,000 \implies B = 1,000
Substituting reduces the system to a single linear equation in one variable.
4
Calculate the value of AA.
A=2(1,000)+400=2,400A = 2(1,000) + 400 = 2,400
Substitute B=1,000B = 1,000 back into the equation for AA.

Key Concept

Solving Systems of Linear Equations by Substitution
Question 6Question

If xx is a real number that satisfies the equation x+7=2x+3|x + 7| = 2x + 3, what is the sum of all valid real solutions for xx?

Show answer & explanation

Answer: 44

Answer

The sum of all valid real solutions is 4.
To solve x+7=2x+3|x + 7| = 2x + 3, we break the absolute value into two linear cases: x+7=2x+3x + 7 = 2x + 3 giving x=4x = 4, and x+7=(2x+3)x + 7 = -(2x + 3) giving x=103x = -\frac{10}{3}. We must test both candidate solutions in the original equation because absolute value outputs must be non-negative. Testing x=4x = 4 gives 11=11|11| = 11, which is true. Testing x=103x = -\frac{10}{3} gives 113=113|\frac{11}{3}| = -\frac{11}{3}, which is false because an absolute value cannot equal a negative number. Thus, x=4x = 4 is the only valid solution, making the sum of all valid solutions equal to 44.

Step-by-Step Solution

1
Set up the two linear cases for the absolute value equation x+7=2x+3|x + 7| = 2x + 3.
Case 1: x+7=2x+3x + 7 = 2x + 3; Case 2: x+7=(2x+3)x + 7 = -(2x + 3).
By definition, A=B|A| = B implies A=BA = B or A=BA = -B, provided B0B \ge 0.
2
Solve Case 1 for xx.
x+7=2x+3    2xx=73    x=4x + 7 = 2x + 3 \implies 2x - x = 7 - 3 \implies x = 4.
Isolating xx gives the first candidate solution.
3
Solve Case 2 for xx.
x+7=2x3    3x=10    x=103x + 7 = -2x - 3 \implies 3x = -10 \implies x = -\frac{10}{3}.
Expanding the negative sign and isolating xx gives the second candidate solution.
4
Check candidate solutions in the original equation x+7=2x+3|x + 7| = 2x + 3 to eliminate extraneous solutions.
For x=4x = 4: 4+7=11|4 + 7| = 11 and 2(4)+3=112(4) + 3 = 11 (Valid).
For x=103x = -\frac{10}{3}: 103+7=113|-\frac{10}{3} + 7| = \frac{11}{3}, but 2(103)+3=1132(-\frac{10}{3}) + 3 = -\frac{11}{3} (Extraneous, since 113113\frac{11}{3} \neq -\frac{11}{3}).
An absolute value expression cannot equal a negative number, so candidate values resulting in a negative right side are invalid.
5
Calculate the sum of all valid real solutions.
Sum = 44.
Since x=4x = 4 is the only valid solution, the sum is simply 44.

Key Concept

Solving Absolute Value Linear Equations and Validating against Extraneous Solutions
Estimated Time:2m 0s
Question 7Question

A logistics company offers two freight pricing models for oversized cargo. Model X charges a fixed monthly account fee of $8\$8 plus $0.60\$0.60 per kilometer traveled. Model Y charges a fixed monthly account fee of $54\$54 plus $0.20\$0.20 per kilometer traveled. For how many kilometers in a month will the total monthly charge under Model X be exactly 20%20\% less than the total monthly charge under Model Y?

Show answer & explanation

Answer: 80

Answer

80 kilometers
The total monthly cost under Model X is CX=8+0.60kC_X = 8 + 0.60k and under Model Y is CY=54+0.20kC_Y = 54 + 0.20k. The condition that Model X is 20% less than Model Y means CX=0.80CYC_X = 0.80 C_Y. Substituting the expressions gives 8+0.60k=0.80(54+0.20k)=43.2+0.16k8 + 0.60k = 0.80(54 + 0.20k) = 43.2 + 0.16k. Subtracting 0.16k0.16k and 88 from both sides yields 0.44k=35.20.44k = 35.2, which simplifies to k=80k = 80.

Step-by-Step Solution

1
Define variables and establish linear cost equations for both models.
Model X cost: CX=8+0.60kC_X = 8 + 0.60k; Model Y cost: CY=54+0.20kC_Y = 54 + 0.20k, where kk is kilometers traveled.
Linear modeling translates flat fees and variable rates into algebraic expressions.
2
Formulate the linear equation based on the condition that Model X is 20% less than Model Y.
CX=0.80CY    8+0.60k=0.80(54+0.20k)C_X = 0.80 C_Y \implies 8 + 0.60k = 0.80(54 + 0.20k).
Being 20% less than a base value means taking 80% (or 0.80) of that value.
3
Expand and simplify the algebraic equation.
8+0.60k=43.2+0.16k    0.44k=35.28 + 0.60k = 43.2 + 0.16k \implies 0.44k = 35.2.
Distributing 0.80 across (54+0.20k)(54 + 0.20k) yields 43.2+0.16k43.2 + 0.16k, and subtracting 0.16k0.16k and 88 isolates kk on one side.
4
Calculate the value of kk.
k=35.20.44=80k = \frac{35.2}{0.44} = 80.
Dividing 35.235.2 by 0.440.44 gives the exact number of kilometers required.

Key Concept

Linear Equations in One and Two Variables
Question 8Question

An investor holds xx shares of Stock X and yy shares of Stock Y in a financial portfolio. The total monetary value of these holdings is $6,300\$6,300, modeled by the linear equation 40x+20y=6,30040x + 20y = 6,300. If the ratio of the number of shares of Stock X to the total number of shares held is 22 to 55, what is the total number of shares of Stock X and Stock Y in the portfolio?

Show answer & explanation

Answer: 225

Answer

225
The correct answer is 225. Expressing the part-to-whole ratio xx+y=25\frac{x}{x+y} = \frac{2}{5} algebraically gives 3x=2y3x = 2y, or y=1.5xy = 1.5x. Substituting 1.5x1.5x for yy in the value equation 40x+20y=6,30040x + 20y = 6,300 yields 70x=6,30070x = 6,300, so x=90x = 90. Then y=135y = 135, and the total number of shares is 90+135=22590 + 135 = 225.

Step-by-Step Solution

1
Set up the linear relationship between xx and yy using the given ratio.
xx+y=25    5x=2x+2y    3x=2y    y=1.5x\frac{x}{x + y} = \frac{2}{5} \implies 5x = 2x + 2y \implies 3x = 2y \implies y = 1.5x
The problem specifies that the ratio of Stock X shares (xx) to total shares (x+yx + y) is 2:52:5.
2
Substitute y=1.5xy = 1.5x into the portfolio value equation 40x+20y=6,30040x + 20y = 6,300.
40x+20(1.5x)=6,300    40x+30x=6,300    70x=6,300    x=9040x + 20(1.5x) = 6,300 \implies 40x + 30x = 6,300 \implies 70x = 6,300 \implies x = 90
Replacing yy with an equivalent expression in terms of xx reduces the system to a single linear equation in one variable.
3
Calculate yy and determine the total number of shares x+yx + y.
y=1.5(90)=135    x+y=90+135=225y = 1.5(90) = 135 \implies x + y = 90 + 135 = 225
The question asks for the total combined number of shares of both stocks held in the portfolio.

Key Concept

Solving systems of linear equations formed by combining a linear value equation with a ratio relationship.
Question 9Question

If xx is a real number that satisfies the equation 2x1=3x+11|2x - 1| = 3x + 11, what is the value of x2+2xx^2 + 2x?

Show answer & explanation

Answer: 00

Answer

The value of x2+2xx^2 + 2x is 00.
Solving the equation 2x1=3x+11|2x - 1| = 3x + 11 produces two algebraic candidates: x=12x = -12 and x=2x = -2. Substituting x=12x = -12 into the right side yields 3(12)+11=253(-12) + 11 = -25. Since absolute value expressions cannot be negative, x=12x = -12 is an extraneous solution. Substituting x=2x = -2 yields 5=5|-5| = 5, which is valid. Evaluating x2+2xx^2 + 2x at x=2x = -2 gives (2)2+2(2)=0(-2)^2 + 2(-2) = 0.

Step-by-Step Solution

1
Set up the two linear cases for the absolute value equation 2x1=3x+11|2x - 1| = 3x + 11.
Case 1: 2x1=3x+112x - 1 = 3x + 11; Case 2: 2x1=(3x+11)2x - 1 = -(3x + 11).
By definition, u=c|u| = c implies u=cu = c or u=cu = -c (provided c0c \geq 0).
2
Solve each linear equation for candidate values of xx.
From Case 1: x=12x = -12. From Case 2: 2x1=3x11    5x=10    x=22x - 1 = -3x - 11 \implies 5x = -10 \implies x = -2.
Isolate xx algebraically in both equations.
3
Check candidate solutions in the original equation to eliminate extraneous roots.
For x=12x = -12: 2(12)1=25=25|2(-12) - 1| = |-25| = 25, but 3(12)+11=25253(-12) + 11 = -25 \neq 25 (extraneous). For x=2x = -2: 2(2)1=5=5|2(-2) - 1| = |-5| = 5, and 3(2)+11=53(-2) + 11 = 5 (valid solution).
An absolute value cannot equal a negative number; substituting back is mandatory.
4
Evaluate the target expression x2+2xx^2 + 2x using the valid root x=2x = -2.
(2)2+2(2)=44=0(-2)^2 + 2(-2) = 4 - 4 = 0.
Substitute the verified real solution into the given expression.

Key Concept

Solving Absolute Value Linear Equations and Checking for Extraneous Solutions
Estimated Time:1m 30s
Question 10Question

A boutique bakery sells custom gift baskets containing two types of pastries: almond tarts and chocolate croissants. Basket A contains 4 almond tarts and 3 chocolate croissants and costs 62.BasketBcontains3almondtartsand4chocolatecroissantsandcosts62. Basket B contains 3 almond tarts and 4 chocolate croissants and costs 57. What is the combined cost of 1 almond tart and 1 chocolate croissant?

Show answer & explanation

Answer: $17

Answer

The combined cost of 1 almond tart and 1 chocolate croissant is $17.
By representing the prices of an almond tart and a chocolate croissant as tt and cc, we form the system 4t+3c=624t + 3c = 62 and 3t+4c=573t + 4c = 57. Adding both equations yields 7t+7c=1197t + 7c = 119. Dividing both sides by 7 gives t+c=17t + c = 17, which directly provides the combined price of 1 almond tart and 1 chocolate croissant.

Step-by-Step Solution

1
Set up a system of two linear equations using variables for the prices of the pastries.
Let tt be the price of one almond tart and cc be the price of one chocolate croissant.
Equation 1: 4t+3c=624t + 3c = 62
Equation 2: 3t+4c=573t + 4c = 57
Translating the problem statement into standard linear algebraic equations.
2
Add the two linear equations together.
(4t+3c)+(3t+4c)=62+57    7t+7c=119(4t + 3c) + (3t + 4c) = 62 + 57 \implies 7t + 7c = 119
Symmetric coefficients allow finding the sum of t+ct + c without needing to solve for individual variables first.
3
Divide the combined equation by 7 to solve for (t+c)(t + c).
t+c=1197=17t + c = \frac{119}{7} = 17
Factoring out 7 gives 7(t+c)=1197(t + c) = 119, which simplifies directly to the requested sum.

Key Concept

Solving Systems of Linear Equations via Symmetric Coefficient Addition

Alternative Method

Alternatively, solve for one variable first: multiply Equation 1 by 3 (12t+9c=18612t + 9c = 186) and Equation 2 by 4 (12t+16c=22812t + 16c = 228). Subtracting the equations gives 7c=42    c=67c = 42 \implies c = 6. Substituting c=6c = 6 into Equation 1 gives 4t+18=62    4t=44    t=114t + 18 = 62 \implies 4t = 44 \implies t = 11. Thus, t+c=11+6=17t + c = 11 + 6 = 17.
Estimated Time:1m 15s
Question 11Question
If real numbers xx and yy satisfy the system of equations:
3x5y=283x - 5y = 28
x(x2y)=3y(x2y)x(x - 2y) = 3y(x - 2y)
where x2yx \neq 2y, what is the value of x+yx + y?
Show answer & explanation

Answer: 28

Answer

The value of x+yx + y is 28.
Because x2yx \neq 2y, the expression (x2y)(x - 2y) is non-zero. Dividing both sides of the second equation x(x2y)=3y(x2y)x(x - 2y) = 3y(x - 2y) by (x2y)(x - 2y) gives x=3yx = 3y. Substituting x=3yx = 3y into the first equation 3x5y=283x - 5y = 28 yields 3(3y)5y=283(3y) - 5y = 28, which simplifies to 4y=284y = 28, so y=7y = 7. Then x=3(7)=21x = 3(7) = 21. The required sum x+yx + y is 21+7=2821 + 7 = 28.

Step-by-Step Solution

1
Simplify the second equation using the given constraint.
Since x2yx \neq 2y, the factor (x2y)0(x - 2y) \neq 0. Dividing both sides of x(x2y)=3y(x2y)x(x - 2y) = 3y(x - 2y) by (x2y)(x - 2y) yields x=3yx = 3y.
Dividing by a non-zero expression is algebraically valid and simplifies the second equation into a linear relationship.
2
Substitute x=3yx = 3y into the first linear equation.
3(3y)5y=28    9y5y=28    4y=28    y=73(3y) - 5y = 28 \implies 9y - 5y = 28 \implies 4y = 28 \implies y = 7.
Substitution reduces the system to a single linear equation in one variable.
3
Calculate xx and the required sum x+yx + y.
x=3(7)=21x = 3(7) = 21, so x+y=21+7=28x + y = 21 + 7 = 28.
Demonstrates full solution of the target expression.

Key Concept

Solving Systems of Linear Equations by Algebraic Reduction
Question 12Question

A logistics company models its total daily delivery cost CC, in dollars, as a linear function of the total distance driven dd, in miles, given by C=md+bC = m \cdot d + b, where mm and bb are constants. The total daily cost increases by $180\$180 when the distance driven increases by 120120 miles. If the total daily delivery cost is $450\$450 when 250250 miles are driven, what is the total daily delivery cost when 400400 miles are driven?

Show answer & explanation

Answer: $675

Answer

The total daily delivery cost when 400 miles are driven is $675.
The cost function follows the linear form C=md+bC = m \cdot d + b. The marginal rate m=ΔCΔd=180120=1.5m = \frac{\Delta C}{\Delta d} = \frac{180}{120} = 1.5 dollars per mile. Substituting d=250d = 250 and C=450C = 450 gives 450=1.5(250)+b450 = 1.5(250) + b, which yields b=75b = 75. Substituting d=400d = 400 into C=1.5d+75C = 1.5d + 75 produces C=600+75=675C = 600 + 75 = 675 dollars.

Step-by-Step Solution

1
Determine the slope (variable cost per mile) mm from the rate of change.
m=ΔCΔd=180120=1.5m = \frac{\Delta C}{\Delta d} = \frac{180}{120} = 1.5 dollars per mile.
The slope of a linear equation represents the constant rate of change between the dependent and independent variables.
2
Calculate the fixed base cost bb using the given data point (d=250,C=450)(d = 250, C = 450).
450=1.5(250)+b    450=375+b    b=75450 = 1.5(250) + b \implies 450 = 375 + b \implies b = 75.
Substituting a known point into the linear model determines the vertical intercept (fixed cost).
3
Evaluate the linear function for d=400d = 400 miles.
C=1.5(400)+75=600+75=675C = 1.5(400) + 75 = 600 + 75 = 675 dollars.
Applying the fully determined linear equation C=1.5d+75C = 1.5d + 75 yields the total cost for the required distance.

Key Concept

Linear Modeling in Two Variables (y=mx+by = mx + b)
Question 13Question

If x5=2x4|x - 5| = 2x - 4, what is the value of xx?

Show answer & explanation

Answer: 3

Answer

The value of xx is 3.
Solving the absolute value equation yields two candidate values, x=3x = 3 and x=1x = -1. Substituting x=3x = 3 into the original equation gives 35=2|3 - 5| = 2 and 2(3)4=22(3) - 4 = 2, which makes the statement true. Therefore, x=3x = 3 is the only valid solution.

Step-by-Step Solution

1
Set up the two cases for the absolute value equation x5=2x4|x - 5| = 2x - 4.
Case 1: x5=2x4x - 5 = 2x - 4; Case 2: x5=(2x4)x - 5 = -(2x - 4).
By definition, a=b|a| = b implies a=ba = b or a=ba = -b when b0b \ge 0.
2
Solve Case 1: x5=2x4x - 5 = 2x - 4.
x=1x = -1.
Subtract xx and add 44 to both sides.
3
Solve Case 2: x5=2x+4x - 5 = -2x + 4.
3x=9    x=33x = 9 \implies x = 3.
Add 2x2x and add 55 to both sides.
4
Test potential solutions in the original equation to eliminate extraneous roots.
For x=1x = -1: 15=62(1)4=6|-1 - 5| = 6 \neq 2(-1) - 4 = -6 (Invalid). For x=3x = 3: 35=2=2(3)4=2|3 - 5| = 2 = 2(3) - 4 = 2 (Valid).
The absolute value of a real number cannot be negative, so the right-hand side 2x42x - 4 must be non-negative.

Key Concept

Absolute Value Equations and Extraneous Solutions
Question 14Question

If xx satisfies the equation 8x+13=10x+5|8x + 13| = 10x + 5, what is the sum of all valid real solutions for xx?

Show answer & explanation

Answer: 4

Answer

The sum of all valid real solutions for xx is 4.
The solution x=4x = 4 is the only value of xx that satisfies 8x+13=10x+5|8x + 13| = 10x + 5 because evaluating both sides yields 45=4545 = 45. The alternative algebraic candidate, x=1x = -1, produces a right-hand side of 5-5, which is impossible for an absolute value expression. Thus, the sum of all valid real solutions is simply 4.

Step-by-Step Solution

1
Split the absolute value equation into two linear case equations
Case 1: 8x+13=10x+58x + 13 = 10x + 5; Case 2: 8x+13=(10x+5)8x + 13 = -(10x + 5)
By definition of absolute value, u=v|u| = v implies u=vu = v or u=vu = -v, provided v0v \ge 0.
2
Solve Case 1 for xx
2x=8    x=42x = 8 \implies x = 4
Subtract 8x8x and 55 from both sides to isolate xx.
3
Solve Case 2 for xx
8x+13=10x5    18x=18    x=18x + 13 = -10x - 5 \implies 18x = -18 \implies x = -1
Expand the right-hand side and combine like terms to isolate xx.
4
Test candidate solutions in the original equation to eliminate extraneous roots
For x=4x = 4: 8(4)+13=45=45|8(4)+13| = |45| = 45 and 10(4)+5=4510(4)+5 = 45 (Valid). For x=1x = -1: 8(1)+13=5=5|8(-1)+13| = |5| = 5 and 10(1)+5=510(-1)+5 = -5 (Extraneous).
An absolute value output cannot equal a negative number.
5
Calculate the sum of all valid solutions
The only valid solution is x=4x = 4, so the sum is 44.
Only valid roots must be summed.

Key Concept

Absolute Value Equations and Checking for Extraneous Solutions
Question 15Question

If real numbers xx and yy satisfy the system of linear equations:

7x+4y=1137x + 4y = 113
3x+6y=873x + 6y = 87

what is the value of x+yx + y?

Show answer & explanation

Answer: 20

Answer

The value of x+yx + y is 20.
Adding the two equations yields 10x+10y=20010x + 10y = 200. Dividing the entire equation by 10 directly gives x+y=20x + y = 20. Alternatively, solving the system yields x=11x = 11 and y=9y = 9, whose sum is 11+9=2011 + 9 = 20.

Step-by-Step Solution

1
Add the two equations together to combine like terms.
(7x+4y)+(3x+6y)=113+87    10x+10y=200(7x + 4y) + (3x + 6y) = 113 + 87 \implies 10x + 10y = 200
Recognizing that adding the equations creates symmetric coefficients of 10 for both xx and yy allows a direct solution for the sum (x+y)(x + y).
2
Divide the combined equation by 10.
10(x+y)10=20010    x+y=20\frac{10(x + y)}{10} = \frac{200}{10} \implies x + y = 20
Isolating (x+y)(x + y) directly avoids the extra computation of solving for xx and yy individually.

Key Concept

Solving Systems of Linear Equations by Combination
Estimated Time:1m 30s
Question 16Question

A car rental agency charges a fixed daily rate plus a constant fee per mile driven. A customer who rented a car for 3 days and drove 150 miles paid a total of 180.Anothercustomerwhorentedthesamemodelofcarfor5daysanddrove200milespaidatotalof180. Another customer who rented the same model of car for 5 days and drove 200 miles paid a total of 270. What is the fixed daily rate, in dollars, charged by the rental agency?

Show answer & explanation

Answer: 30

Answer

The fixed daily rate charged by the rental agency is 30 dollars.
Formulating the equations 3d+150m=1803d + 150m = 180 and 5d+200m=2705d + 200m = 270 and solving for the daily rate dd yields d=30d = 30.

Step-by-Step Solution

1
Define variables and formulate the system of linear equations.
Let dd be the fixed daily rate (in dollars) and mm be the cost per mile driven (in dollars). The scenario translates to:
Equation 1: 3d+150m=1803d + 150m = 180
Equation 2: 5d+200m=2705d + 200m = 270
Total charge is the linear combination of daily fixed costs and per-mile variable costs.
2
Simplify Equation 1 to express dd in terms of mm.
Dividing Equation 1 by 3 yields d+50m=60d + 50m = 60, so d=6050md = 60 - 50m.
Simplifying equations reduces computation error when using substitution.
3
Substitute the expression for dd into Equation 2 to solve for mm.
5(6050m)+200m=270300250m+200m=27050m=30m=0.605(60 - 50m) + 200m = 270 \Rightarrow 300 - 250m + 200m = 270 \Rightarrow -50m = -30 \Rightarrow m = 0.60
Substitution eliminates variable dd, leaving a linear equation in one variable.
4
Calculate the fixed daily rate dd.
d=6050(0.60)=6030=30d = 60 - 50(0.60) = 60 - 30 = 30
Substituting m=0.60m = 0.60 gives the exact daily fixed rate.

Key Concept

Setting up and solving a system of two linear equations in two variables using elimination or substitution.
Question 17Question

If 3(x2)+4=2x+113(x - 2) + 4 = 2x + 11, what is the value of xx?

Show answer & explanation

Answer: 13

Answer

The value of xx is 13.
Expanding the left side yields 3x6+4=3x23x - 6 + 4 = 3x - 2. Equating this to the right side gives 3x2=2x+113x - 2 = 2x + 11. Subtracting 2x2x from both sides gives x2=11x - 2 = 11, and adding 22 to both sides yields x=13x = 13.

Step-by-Step Solution

1
Expand the left side of the equation
3x6+4=2x+113x - 6 + 4 = 2x + 11
Apply the distributive property 3(x2)=3x63(x - 2) = 3x - 6.
2
Combine like constant terms on the left side
3x2=2x+113x - 2 = 2x + 11
Combine 6-6 and +4+4 to get 2-2.
3
Subtract 2x2x from both sides
x2=11x - 2 = 11
Move variable terms to one side of the equation.
4
Add 2 to both sides
x=13x = 13
Isolate the variable xx.

Key Concept

Solving Linear Equations in One Variable
Question 18Question

If 2x3=7|2x - 3| = 7, which of the following is a possible value of xx?

Show answer & explanation

Answer: 55

Answer

The value 55 is a valid solution to the given absolute value equation.
The absolute value equation 2x3=7|2x - 3| = 7 splits into two linear equations: 2x3=72x - 3 = 7 and 2x3=72x - 3 = -7. Solving the first equation gives 2x=102x = 10, so x=5x = 5. Solving the second gives 2x=42x = -4, so x=2x = -2. Among the listed options, 55 is the correct solution.

Step-by-Step Solution

1
Set up the two cases for the absolute value equation 2x3=7|2x - 3| = 7.
Case 1: 2x3=72x - 3 = 7; Case 2: 2x3=72x - 3 = -7.
An absolute value expression u=c|u| = c (where c0c \geq 0) resolves to u=cu = c or u=cu = -c.
2
Solve Case 1: 2x3=72x - 3 = 7.
2x=10    x=52x = 10 \implies x = 5.
Add 3 to both sides and divide by 2.
3
Solve Case 2: 2x3=72x - 3 = -7.
2x=4    x=22x = -4 \implies x = -2.
Add 3 to both sides and divide by 2.
4
Compare the solutions (x=5x = 5 and x=2x = -2) with the given choices.
The value 55 is present among the options.
Identifies the correct choice matching one of the calculated solutions.

Key Concept

Solving Linear Absolute Value Equations
Estimated Time:45s
Question 19Question

A financial analyst models a company's total annual revenue, R(t)R(t), and total annual expenses, E(t)E(t), in thousands of dollars, as linear functions of time tt, where tt represents the number of years since 2020. In 2022 (t=2t = 2), the annual revenue was $850,000\$850,000 and annual expenses were $610,000\$610,000. In 2025 (t=5t = 5), the annual revenue reached $1,120,000\$1,120,000 while annual expenses reached $700,000\$700,000. Assuming these linear trends continue, in which calendar year will the company's annual profit (defined as total annual revenue minus total annual expenses) reach exactly $540,000\$540,000?

Show answer & explanation

Answer: 2027

Answer

The company's annual profit will reach $540,000 in the year 2027.
The linear profit function increases at a constant rate of 60,000peryearfromabaseprofitof60,000 per year from a base profit of 240,000 in 2022 (t=2t = 2). Solving 240+60(t2)=540240 + 60(t - 2) = 540 yields t=7t = 7, which corresponds to the calendar year 2027.

Step-by-Step Solution

1
Calculate the annual profit in thousands of dollars for the known years 2022 (t=2t = 2) and 2025 (t=5t = 5).
In 2022 (t=2t = 2), profit P(2)=850610=240P(2) = 850 - 610 = 240 thousand dollars. In 2025 (t=5t = 5), profit P(5)=1120700=420P(5) = 1120 - 700 = 420 thousand dollars.
Profit is defined as revenue minus expenses.
2
Determine the linear profit function P(t)=mt+bP(t) = mt + b.
The rate of change of profit per year is m=42024052=1803=60m = \frac{420 - 240}{5 - 2} = \frac{180}{3} = 60 thousand dollars per year.
Since both revenue and expenses are linear functions of time tt, their difference P(t)=R(t)E(t)P(t) = R(t) - E(t) is also a linear function of tt.
3
Set up the linear equation for profit using point-slope form.
P(t)240=60(t2)    P(t)=60t+120P(t) - 240 = 60(t - 2) \implies P(t) = 60t + 120.
Using the point (2,240)(2, 240) and slope m=60m = 60 establishes the complete linear equation for annual profit.
4
Solve the linear equation for tt when profit P(t)=540P(t) = 540 thousand dollars.
60t+120=540    60t=420    t=760t + 120 = 540 \implies 60t = 420 \implies t = 7.
Setting the profit equal to 540 gives the value of tt years after 2020.
5
Convert the value of tt into the target calendar year.
Calendar Year =2020+7=2027= 2020 + 7 = 2027.
Since tt represents years elapsed since 2020, t=7t = 7 corresponds to calendar year 2027.

Key Concept

Linear Modeling and Linear Equations in Two Variables
Question 20Question

A production facility uses two automated machines, Alpha and Beta, which operate at constant hourly production rates. Machine Alpha produces xx units per hour and Machine Beta produces yy units per hour. When both machines operate together for 4 hours, followed by Machine Alpha operating alone for 3 hours, the facility produces a total of 310 units. When Machine Beta operates alone for 2 hours, followed by both machines operating together for 5 hours, the facility produces a total of 325 units. If Machine Alpha's hourly rate is increased by 20%20\% and Machine Beta's hourly rate is decreased by 20%20\%, how many total units will both machines produce if they work together for 8 hours at their new rates?

Show answer & explanation

Answer: 448

Answer

The total number of units produced by both machines working together for 8 hours under the modified rates is 448.
Setting up the system of equations based on individual hours worked yields 7x+4y=3107x + 4y = 310 and 5x+7y=3255x + 7y = 325. Solving this system gives original rates x=30x = 30 units/hr and y=25y = 25 units/hr. Applying the 20%20\% increase to Alpha (3636 units/hr) and 20%20\% decrease to Beta (2020 units/hr) gives a combined rate of 5656 units/hr. Multiplying by 88 hours gives the final answer of 448448 units.

Step-by-Step Solution

1
Translate the given operational scenarios into a system of two linear equations.
Equation 1: 7x+4y=3107x + 4y = 310; Equation 2: 5x+7y=3255x + 7y = 325.
Operating both machines for 4 hours and Alpha alone for 3 hours means Alpha works 4+3=74 + 3 = 7 hours while Beta works 44 hours, giving 7x+4y=3107x + 4y = 310. Operating Beta alone for 2 hours and both for 5 hours means Alpha works 55 hours while Beta works 2+5=72 + 5 = 7 hours, giving 5x+7y=3255x + 7y = 325.
2
Solve the system of linear equations for variables xx and yy.
x=30x = 30 and y=25y = 25.
Eliminating yy by multiplying the first equation by 7 and the second by 4 yields 49x20x=21701300    29x=870    x=3049x - 20x = 2170 - 1300 \implies 29x = 870 \implies x = 30. Substituting x=30x = 30 back into 7x+4y=3107x + 4y = 310 gives 210+4y=310    4y=100    y=25210 + 4y = 310 \implies 4y = 100 \implies y = 25.
3
Calculate the modified production rates after percentage adjustments.
New rate for Alpha is 3636 units/hr; new rate for Beta is 2020 units/hr.
A 20%20\% increase on x=30x = 30 yields 30×1.20=3630 \times 1.20 = 36. A 20%20\% decrease on y=25y = 25 yields 25×0.80=2025 \times 0.80 = 20.
4
Compute total combined output over 8 hours.
Total units produced = 448448.
Combined modified rate is 36+20=5636 + 20 = 56 units per hour. Total production over 8 hours is 56×8=44856 \times 8 = 448.

Key Concept

Linear Equations in One and Two Variables
Estimated Time:2m 30s
Page 1 / 2Next
Linear Equations in One and Two Variables Practice Questions — GMAT | Examkin