Algebra and Functions

215 questions

Question 21Question

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 22Question

How many integer values of nn satisfy the inequality n292n+6|n^2 - 9| \leq 2n + 6?

Show answer & explanation

Answer: 6

Answer

There are 6 integer values of nn that satisfy the given inequality.
Because n290|n^2 - 9| \geq 0 for all real numbers, 2n+62n + 6 must be non-negative, requiring n3n \geq -3. At n=3n = -3, the inequality reduces to 000 \leq 0, which is valid. For n>3n > -3, the term n+3n + 3 is positive, so factoring n29|n^2 - 9| into n3(n+3)|n - 3|(n + 3) and dividing by n+3n + 3 simplifies the inequality to n32|n - 3| \leq 2. This yields the integer range 1n51 \leq n \leq 5, containing 5 integers. Including n=3n = -3 gives a total of 6 integer solutions.

Step-by-Step Solution

1
Determine the domain constraint from the non-negativity of the absolute value expression.
2n+60    n32n + 6 \geq 0 \implies n \geq -3
The absolute value expression n29|n^2 - 9| is non-negative for all real nn, so the right-hand side must also be non-negative.
2
Evaluate the boundary case n=3n = -3.
(3)29=0|(-3)^2 - 9| = 0 and 2(3)+6=0    002(-3) + 6 = 0 \implies 0 \leq 0 (True)
When n=3n = -3, both sides equal 0, making n=3n = -3 a valid integer solution.
3
Factor the quadratic inside the absolute value for n>3n > -3 and simplify.
n3n+32(n+3)    n32|n - 3||n + 3| \leq 2(n + 3) \implies |n - 3| \leq 2
Since n>3n > -3, the term n+3n + 3 is strictly positive, allowing division of both sides by n+3n + 3 without reversing the inequality.
4
Solve the linear absolute value inequality n32|n - 3| \leq 2.
2n32    1n5-2 \leq n - 3 \leq 2 \implies 1 \leq n \leq 5
Removing the absolute value creates a compound inequality bounded between 2-2 and 22.
5
List all valid integer solutions and count them.
n{3,1,2,3,4,5}    6n \in \{-3, 1, 2, 3, 4, 5\} \implies 6 integer solutions
Combining the boundary root n=3n = -3 with the five consecutive integers from 11 to 55 gives 6 integer solutions.

Key Concept

Absolute Value Inequalities with Variable RHS and Boundary Factors
Question 23Question

What is the numerical value of the expression 7+5235273\sqrt[3]{7 + 5\sqrt{2}} - \sqrt[3]{5\sqrt{2} - 7}?

Show answer & explanation

Answer: 2

Answer

The numerical value of the expression is 2.
The value of the expression is 2. This can be demonstrated either by setting the expression equal to xx, cubing both sides to construct the cubic equation x3+3x14=0x^3 + 3x - 14 = 0, and factoring out the real root x=2x = 2, or by recognizing that (1+2)3=7+52(1 + \sqrt{2})^3 = 7 + 5\sqrt{2} and (21)3=527(\sqrt{2} - 1)^3 = 5\sqrt{2} - 7, which simplifies the expression directly to (1+2)(21)=2(1 + \sqrt{2}) - (\sqrt{2} - 1) = 2.

Step-by-Step Solution

1
Define variables for the two cubic terms and write the target expression as a difference.
Let u=7+523u = \sqrt[3]{7 + 5\sqrt{2}} and v=5273v = \sqrt[3]{5\sqrt{2} - 7}, so the target value is x=uvx = u - v.
Grouping nested radical terms simplifies the algebraic manipulation.
2
Cube both sides of x=uvx = u - v using the algebraic identity (uv)3=u3v33uv(uv)(u - v)^3 = u^3 - v^3 - 3uv(u - v).
x3=u3v33uvxx^3 = u^3 - v^3 - 3uv \cdot x.
Cubing eliminates the outer radical signs on the cubed terms.
3
Evaluate u3v3u^3 - v^3 and the product uvuv.
u3v3=(7+52)(527)=14u^3 - v^3 = (7 + 5\sqrt{2}) - (5\sqrt{2} - 7) = 14, and uv=(52+7)(527)3=50493=1uv = \sqrt[3]{(5\sqrt{2}+7)(5\sqrt{2}-7)} = \sqrt[3]{50 - 49} = 1.
Using the difference of squares under the cube root simplifies the product term to 1.
4
Substitute the evaluated terms into the cubic equation and solve for the real root xx.
x3=143x    x3+3x14=0    (x2)(x2+2x+7)=0    x=2x^3 = 14 - 3x \implies x^3 + 3x - 14 = 0 \implies (x - 2)(x^2 + 2x + 7) = 0 \implies x = 2.
The quadratic factor x2+2x+7x^2 + 2x + 7 has negative discriminant (428=244 - 28 = -24), leaving x=2x = 2 as the unique real solution.

Key Concept

Simplifying nested radicals using cubic algebraic identities and binomial expansions
Question 24Question

A craft brewery produces two specialty beverages, Batch A and Batch B, using two primary ingredients: hops and malt. To produce 1 barrel of Batch A, the facility requires 4 kilograms of hops and 10 kilograms of malt. To produce 1 barrel of Batch B, the facility requires 6 kilograms of hops and 15 kilograms of malt. Let aa represent the number of barrels of Batch A produced and bb represent the number of barrels of Batch B produced in a week, where a>0a > 0 and b>0b > 0. The total mass of hops used is HH kilograms, and the total mass of malt used is MM kilograms. Which of the following statements must be true for any valid production quantities of aa and bb? Select all that apply.

Select all that apply

Show answer & explanation

Answer: 2M=5H2M = 5H; M>HM > H

Answer

The statements 2M=5H2M = 5H and M>HM > H must both be true.
Expressing H=4a+6b=2(2a+3b)H = 4a + 6b = 2(2a + 3b) and M=10a+15b=5(2a+3b)M = 10a + 15b = 5(2a + 3b) reveals that M=2.5HM = 2.5H, or equivalently 2M=5H2M = 5H. Because HH is strictly positive for positive values of aa and bb, M=2.5HM = 2.5H also guarantees that M>HM > H.

Step-by-Step Solution

1
Set up algebraic equations for total hops (HH) and total malt (MM) in terms of aa and bb.
H=4a+6bH = 4a + 6b and M=10a+15bM = 10a + 15b.
Each barrel of Batch A uses 4 kg hops and 10 kg malt, while each barrel of Batch B uses 6 kg hops and 15 kg malt.
2
Factor common numerical terms from both algebraic expressions.
H=2(2a+3b)H = 2(2a + 3b) and M=5(2a+3b)M = 5(2a + 3b).
Factoring isolates the common linear factor (2a+3b)(2a + 3b) present in both quantities.
3
Calculate the ratio MH\frac{M}{H} and clear fractions to find the invariant linear equation.
\frac{M}{H} = \frac{5(2a + 3b)}{2(2a + 3b)} = \frac{5}{2} \implies 2M = 5H.
Since a>0a > 0 and b>0b > 0, (2a+3b)0(2a + 3b) \neq 0, so the variable terms cancel completely.
4
Evaluate the inequality relationship between MM and HH.
M=2.5H    MH=1.5H>0    M>HM = 2.5H \implies M - H = 1.5H > 0 \implies M > H.
Because a,b>0a, b > 0, H>0H > 0, making 2.5H2.5H strictly greater than HH.

Key Concept

Linear Equation Modeling and Proportional Invariants
Question 25Question

If xx is a real number such that x25x+1=0x^2 - 5x + 1 = 0, what is the value of x2+1x2x^2 + \frac{1}{x^2}?

Show answer & explanation

Answer: 23

Answer

The value of x2+1x2x^2 + \frac{1}{x^2} is 23.
Dividing the quadratic equation x25x+1=0x^2 - 5x + 1 = 0 by xx yields x+1x=5x + \frac{1}{x} = 5. Squaring both sides of this identity gives (x+1x)2=x2+2+1x2=25\left(x + \frac{1}{x}\right)^2 = x^2 + 2 + \frac{1}{x^2} = 25. Subtracting 2 from both sides results in x2+1x2=23x^2 + \frac{1}{x^2} = 23.

Step-by-Step Solution

1
Divide the given quadratic equation x25x+1=0x^2 - 5x + 1 = 0 by xx
x5+1x=0    x+1x=5x - 5 + \frac{1}{x} = 0 \implies x + \frac{1}{x} = 5
Since x0x \neq 0, dividing by xx isolates the sum of xx and its reciprocal.
2
Square both sides of the expression x+1x=5x + \frac{1}{x} = 5
(x+1x)2=25    x2+2+1x2=25\left(x + \frac{1}{x}\right)^2 = 25 \implies x^2 + 2 + \frac{1}{x^2} = 25
Expanding the binomial square produces the required quadratic sum along with a constant cross-term.
3
Isolate x2+1x2x^2 + \frac{1}{x^2} by subtracting 2 from 25
x2+1x2=23x^2 + \frac{1}{x^2} = 23
Subtracting the constant cross-term yields the exact requested numeric value.

Key Concept

Algebraic transformation of quadratic equations into reciprocal power sums
Question 26Question

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 27Question

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 28Question

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 29Question

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 30Question

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 31Question

If xx and yy are positive integers such that 2x2x2=3y2^x - 2^{x-2} = 3^y, what is the value of 2x+y+3xy2^{x+y} + 3^{x-y}?

Show answer & explanation

Answer: 11

Answer

The value of 2x+y+3xy2^{x+y} + 3^{x-y} is 11.
Factoring the left side of the equation yields 2x2(221)=32x22^{x-2}(2^2 - 1) = 3 \cdot 2^{x-2}. Setting this equal to 3y3^y and dividing both sides by 3 gives 2x2=3y12^{x-2} = 3^{y-1}. Because 2 and 3 are coprime bases, equality is possible only when both exponents equal zero. This determines x=2x = 2 and y=1y = 1, both of which are positive integers. Substituting these values into 2x+y+3xy2^{x+y} + 3^{x-y} results in 23+31=8+3=112^3 + 3^1 = 8 + 3 = 11.

Step-by-Step Solution

1
Factor out the common term on the left side of the given equation
2x2x2=2x2(221)=2x2(41)=32x22^x - 2^{x-2} = 2^{x-2}(2^2 - 1) = 2^{x-2}(4 - 1) = 3 \cdot 2^{x-2}
Factoring out the smallest power of 2 simplifies the subtraction into a multiplication.
2
Equate the factored expression to the right side and simplify
32x2=3y    2x2=3y3=3y13 \cdot 2^{x-2} = 3^y \implies 2^{x-2} = \frac{3^y}{3} = 3^{y-1}
Dividing both sides by 3 isolates the prime bases 2 and 3 on opposite sides of the equation.
3
Apply fundamental properties of prime factorizations
x2=0    x=2x - 2 = 0 \implies x = 2 and y1=0    y=1y - 1 = 0 \implies y = 1
Since 2 and 3 are distinct prime numbers, 2a=3b2^a = 3^b can hold for integer exponents only if a=0a = 0 and b=0b = 0.
4
Evaluate the target expression using x=2x = 2 and y=1y = 1
22+1+321=23+31=8+3=112^{2+1} + 3^{2-1} = 2^3 + 3^1 = 8 + 3 = 11
Substituting the unique positive integer solution pair (2,1)(2, 1) into the expression yields the final value.

Key Concept

Uniqueness of Prime Base Exponent Equality
Question 32Question

How many integer values of xx satisfy the inequality x23x+140\frac{|x - 2| - 3}{|x + 1| - 4} \leq 0?

Show answer & explanation

Answer: 6

Answer

The correct answer is 6.
Analyzing the signs of the numerator x23|x - 2| - 3 and denominator x+14|x + 1| - 4 shows that the quotient is non-positive when the numerator and denominator have opposite signs or when the numerator is zero. This yields two intervals: (5,1](-5, -1] and (3,5](3, 5]. The integers contained in these intervals are 4,3,2,1,4,5-4, -3, -2, -1, 4, 5, which totals 6 integer values.

Step-by-Step Solution

1
Analyze the sign of the numerator x23|x - 2| - 3
The numerator is zero at x=1x = -1 and x=5x = 5, negative for 1<x<5-1 < x < 5, and positive for x<1x < -1 or x>5x > 5.
Solving x2=3|x - 2| = 3 yields x2=3    x=5x - 2 = 3 \implies x = 5 and x2=3    x=1x - 2 = -3 \implies x = -1.
2
Analyze the sign of the denominator x+14|x + 1| - 4
The denominator is zero at x=5x = -5 and x=3x = 3, negative for 5<x<3-5 < x < 3, and positive for x<5x < -5 or x>3x > 3. Exclude x=5x = -5 and x=3x = 3.
Solving x+1=4|x + 1| = 4 yields x+1=4    x=3x + 1 = 4 \implies x = 3 and x+1=4    x=5x + 1 = -4 \implies x = -5. Denominators cannot be zero.
3
Find intervals where numerator and denominator have opposite signs or numerator is zero
The solution set is the union of (5,1](-5, -1] and (3,5](3, 5].
A fraction ND0\frac{N}{D} \leq 0 requires N0,D<0N \ge 0, D < 0 or N0,D>0N \le 0, D > 0.
4
Count the total number of integer solutions
The valid integers are 4,3,2,1,4,5-4, -3, -2, -1, 4, 5, giving a total count of 6.
Listing integers in (5,1](-5, -1] yields 4,3,2,1-4, -3, -2, -1, and in (3,5](3, 5] yields 4,54, 5.

Key Concept

Solving Rational Inequalities with Absolute Values
Question 33Question
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 34Question

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 35Question

An express train travels a distance of 180180 miles from Station A to Station B at a constant speed of vv miles per hour. On the return trip from Station B to Station A, the train travels along the same route at a constant speed that is 1515 miles per hour slower. If the return trip takes 11 hour longer than the outbound trip, what is the value of vv?

Show answer & explanation

Answer: 6060

Answer

6060
The correct answer is 6060. The outbound time is 180v\frac{180}{v} hours and the return time is 180v15\frac{180}{v - 15} hours. Setting their difference equal to 11 gives 180v15180v=1\frac{180}{v - 15} - \frac{180}{v} = 1. Solving the resulting quadratic equation v215v2700=0v^2 - 15v - 2700 = 0 yields v=60v = 60 miles per hour for the positive root.

Step-by-Step Solution

1
Express the time taken for each leg of the journey in terms of vv.
Outbound time t1=180vt_1 = \frac{180}{v} hours, return time t2=180v15t_2 = \frac{180}{v - 15} hours.
Time is equal to distance divided by speed.
2
Set up the equation based on the given time difference of 11 hour.
\frac{180}{v - 15} - \frac{180}{v} = 1
The return trip takes 11 hour longer than the outbound trip.
3
Clear the denominators by multiplying the equation by v(v15)v(v - 15).
180v - 180(v - 15) = v(v - 15) \implies 2700 = v^2 - 15v
Simplifying rational expressions into standard quadratic form.
4
Rearrange into v215v2700=0v^2 - 15v - 2700 = 0 and factor to solve for vv.
(v - 60)(v + 45) = 0 \implies v = 60 \text{ or } v = -45
Factoring the quadratic equation.
5
Select the valid positive speed value.
Since speed must be positive, v=60v = 60 miles per hour.
Negative values for speed are not physically valid in this context.

Key Concept

Algebraic Word Problems and Equation Modeling
Question 36Question

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 37Question

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 38Question

A hardware manufacturer produces two models of enterprise servers: Server X and Server Y. Each Server X requires 33 processors of Type A and 22 processors of Type B. Each Server Y requires 22 processors of Type A and 55 processors of Type B. In a given production run, the manufacturer assembled a total of 4040 servers using exactly 115115 processors of Type A. What is the total number of Type B processors used in this production run?

Show answer & explanation

Answer: 95

Answer

The total number of Type B processors used in the production run is 95.
By representing the count of Server X models as xx and Server Y models as yy, the given conditions yield two equations: x+y=40x + y = 40 and 3x+2y=1153x + 2y = 115. Solving this system gives x=35x = 35 and y=5y = 5. Substituting these values into the expression for Type B processors (2x+5y2x + 5y) produces 2(35)+5(5)=70+25=952(35) + 5(5) = 70 + 25 = 95.

Step-by-Step Solution

1
Define variables and establish equations for server totals and Type A processor usage.
x+y=40x + y = 40 and 3x+2y=1153x + 2y = 115, where xx is Server X count and yy is Server Y count.
Word problems require translating relationships into algebraic linear equations.
2
Solve the system of equations for xx and yy using substitution.
x=35x = 35 Server X models and y=5y = 5 Server Y models.
Finding the specific quantities of each server model is required to compute total Type B processors.
3
Substitute x=35x = 35 and y=5y = 5 into the expression for Type B processors (2x+5y2x + 5y).
2(35)+5(5)=70+25=952(35) + 5(5) = 70 + 25 = 95.
Determines the target unknown value requested in the problem stem.

Key Concept

Modeling word problems using systems of linear equations in two variables.
Estimated Time:2m 0s
Question 39Question

If xx is a real number satisfying the equation 2x3=5x12|2x - 3| = 5x - 12, what is the sum of all valid real solutions for xx?

Show answer & explanation

Answer: 33

Answer

The sum of all valid real solutions is 33.
The option specifying 33 correctly identifies x=3x = 3 as the only valid solution after discarding the extraneous root x=157x = \frac{15}{7}, which produces a negative right-hand side in the original equation.

Step-by-Step Solution

1
Set up the two algebraic cases for the absolute value equation 2x3=5x12|2x - 3| = 5x - 12.
Case 1: 2x3=5x122x - 3 = 5x - 12
Case 2: 2x3=(5x12)=5x+122x - 3 = -(5x - 12) = -5x + 12
By definition, a=b|a| = b implies a=ba = b or a=ba = -b, provided b0b \ge 0.
2
Solve Case 1 for xx.
2x3=5x12    3x=9    x=32x - 3 = 5x - 12 \implies 3x = 9 \implies x = 3
Isolate the variable xx algebraically.
3
Solve Case 2 for xx.
2x3=5x+12    7x=15    x=1572x - 3 = -5x + 12 \implies 7x = 15 \implies x = \frac{15}{7}
Isolate the variable xx algebraically.
4
Check candidate solutions for extraneous roots in the original equation.
For x=3x = 3: 2(3)3=3=3|2(3) - 3| = |3| = 3 and 5(3)12=35(3) - 12 = 3. Valid.
For x=157x = \frac{15}{7}: 2(157)3=97=97|2(\frac{15}{7}) - 3| = |\frac{9}{7}| = \frac{9}{7}, but 5(157)12=975(\frac{15}{7}) - 12 = -\frac{9}{7}. Since 9797\frac{9}{7} \neq -\frac{9}{7}, x=157x = \frac{15}{7} is extraneous.
The output of an absolute value expression cannot be negative, so any candidate root making the right side negative must be discarded.
5
Calculate the sum of all valid real solutions.
Sum = 33
There is only one valid solution, x=3x = 3.

Key Concept

Solving absolute value equations with a variable expression on the right-hand side requires checking candidate solutions to eliminate extraneous roots.
Question 40Question

Sequence AA is an arithmetic sequence with first term a1=5a_1 = 5 and common difference d=3d = 3.
Sequence BB is a geometric sequence with first term b1=2b_1 = 2 and common ratio r=3r = \sqrt{3}.

Arrange the four quantities defined below in ascending order (from smallest to largest value).

Drag items to arrange them in the correct order

Show answer & explanation

Answer

The correct ascending order is Quantity K, followed by Quantity N, Quantity M, and finally Quantity L.
Evaluating each expression gives Quantity K = 47, Quantity N ≈ 142.07, Quantity M = 162, and Quantity L = 185. Comparing these values from smallest to largest yields the order K, N, M, L.

Step-by-Step Solution

1
Calculate Quantity K (a15a_{15} for Sequence A)
a15=5+(151)×3=47a_{15} = 5 + (15 - 1) \times 3 = 47
The nn-th term of an arithmetic sequence is given by an=a1+(n1)da_n = a_1 + (n - 1)d.
2
Calculate Quantity L (S10S_{10} for Sequence A)
S10=102×[2(5)+(101)×3]=5×(10+27)=185S_{10} = \frac{10}{2} \times [2(5) + (10 - 1) \times 3] = 5 \times (10 + 27) = 185
The sum of the first nn terms of an arithmetic sequence is given by Sn=n2[2a1+(n1)d]S_n = \frac{n}{2}[2a_1 + (n - 1)d].
3
Calculate Quantity M (b9b_9 for Sequence B)
b9=2×(3)91=2×(3)8=2×34=162b_9 = 2 \times (\sqrt{3})^{9 - 1} = 2 \times (\sqrt{3})^8 = 2 \times 3^4 = 162
The nn-th term of a geometric sequence is given by bn=b1rn1b_n = b_1 r^{n-1}.
4
Calculate and approximate Quantity N (S6S_6 for Sequence B)
S6=2((3)61)31=2(271)31=5231=52(3+1)52×2.732=142.07S_6 = \frac{2((\sqrt{3})^6 - 1)}{\sqrt{3} - 1} = \frac{2(27 - 1)}{\sqrt{3} - 1} = \frac{52}{\sqrt{3} - 1} = 52(\sqrt{3} + 1) \approx 52 \times 2.732 = 142.07
The sum of a geometric series is Sn=b1(rn1)r1S_n = \frac{b_1(r^n - 1)}{r - 1}. Rationalizing the denominator yields 52(3+1)52(\sqrt{3} + 1).
5
Compare all four values to establish ascending order
47<142.07<162<18547 < 142.07 < 162 < 185, which corresponds to K<N<M<LK < N < M < L
Ordering the numerical outputs from least to greatest gives the required sequence.

Key Concept

Calculating specific terms and sums of arithmetic and geometric sequences using explicit formulas and ordering calculated quantities.
PreviousPage 2 / 11Next
Algebra and Functions Practice Questions — GMAT — Page 2 | Examkin