All practice questions

2195 questions

Question 481Question

If xx, yy, and zz are non-zero real numbers such that xyz2<0x y z^2 < 0, xy>0x - y > 0, and xz<yz\frac{x}{z} < \frac{y}{z}, which of the following MUST be true?

Show answer & explanation

Answer: xzy<0\frac{x - z}{y} < 0

Answer

xzy<0\frac{x - z}{y} < 0
From z2>0z^2 > 0, the inequality xyz2<0x y z^2 < 0 implies xy<0x y < 0, so xx and yy have opposite signs. Since xy>0    x>yx - y > 0 \implies x > y, xx must be positive (x>0x > 0) and yy must be negative (y<0y < 0). Next, comparing x>yx > y with xz<yz\frac{x}{z} < \frac{y}{z} shows that dividing by zz reversed the inequality sign, which proves zz is negative (z<0z < 0). Evaluating xzy\frac{x - z}{y}: the numerator xzx - z is positive minus negative, which equals positive plus positive (strictly positive), while the denominator yy is strictly negative. A positive value divided by a negative value is always negative, so xzy<0\frac{x - z}{y} < 0 MUST be true.

Step-by-Step Solution

1
Determine the relative signs of xx and yy using xyz2<0x y z^2 < 0.
xx and yy must have opposite signs (xy<0x y < 0).
Since z0z \neq 0, z2>0z^2 > 0 is always positive. Dividing xyz2<0x y z^2 < 0 by z2z^2 yields xy<0x y < 0.
2
Determine the individual signs of xx and yy using xy>0x - y > 0.
x>0x > 0 (positive) and y<0y < 0 (negative).
xy>0    x>yx - y > 0 \implies x > y. Since xx and yy have opposite signs and xx is strictly greater than yy, xx must be positive and yy must be negative.
3
Determine the sign of zz using xz<yz\frac{x}{z} < \frac{y}{z}.
z<0z < 0 (negative).
We know x>yx > y. When dividing both sides of x>yx > y by zz, the inequality direction reverses to <<. An inequality sign flips if and only if the divisor zz is negative.
4
Evaluate the expression xzy\frac{x - z}{y}.
xzy<0\frac{x - z}{y} < 0
Because x>0x > 0 and z<0z < 0, z>0-z > 0, so the numerator xz=x+(z)x - z = x + (-z) is the sum of two positive numbers, which is positive. The denominator yy is negative. Dividing a positive number by a negative number yields a negative result.

Key Concept

Deducing variable signs from product conditions and inequality sign reversal rules
Estimated Time:2m 0s
Question 482Question

A jeweler melts two gold alloys together. Alloy X is 80%80\% gold by weight, and Alloy Y is 50%50\% gold by weight. How many grams of Alloy X must be mixed with Alloy Y to create a 6060-gram alloy that is 70%70\% gold by weight?

Show answer & explanation

Answer: 4040

Answer

The mass of Alloy X required is 4040 grams.
By writing the gold balance equation 0.80x+0.50(60x)=0.70(60)0.80x + 0.50(60 - x) = 0.70(60), we solve to find 0.30x=120.30x = 12, which gives x=40x = 40 grams of Alloy X.

Step-by-Step Solution

1
Define variables for the mass of each alloy.
Let xx be the mass of Alloy X in grams. Since the total mixture is 6060 grams, the mass of Alloy Y is (60x)(60 - x) grams.
The sum of the component masses equals the total mass of the resulting mixture.
2
Set up the equation for total gold content.
0.80x+0.50(60x)=0.70(60)0.80x + 0.50(60 - x) = 0.70(60)
The amount of pure gold from Alloy X plus the amount of pure gold from Alloy Y must equal the amount of pure gold in the final 6060-gram mixture.
3
Solve for xx.
0.80x+300.50x=420.30x=12x=400.80x + 30 - 0.50x = 42 \Rightarrow 0.30x = 12 \Rightarrow x = 40
Simplifying the algebraic equation yields the exact amount of Alloy X required.

Key Concept

Weighted Average in Mixture Problems
Estimated Time:1m 0s
Question 483Question

A computer program randomly selects a single positive integer xx from the set {1,2,3,,300}\{1, 2, 3, \dots, 300\}, where each integer has an equal probability of being chosen. What is the probability that xx is divisible by either 6 or 9, but not by 4?

Show answer & explanation

Answer: 0.14

Answer

The probability that xx is divisible by 6 or 9, but not by 4, is 0.140.14 (or 750\frac{7}{50}).
To calculate the probability, determine the ratio of favorable outcomes to total outcomes (300). First, count integers divisible by 6 (50) or 9 (33). Subtracting the 16 multiples of 18 counted in both yields 67 integers. Next, identify how many of these 67 integers are divisible by 4: there are 25 multiples of 12 and 8 multiples of 36 (all 8 of which are already included in the multiples of 12), resulting in 25 integers divisible by 4. Subtracting 25 from 67 leaves 42 favorable integers. The probability is 42/300=0.1442 / 300 = 0.14.

Step-by-Step Solution

1
Determine the total sample space size.
The total number of equally likely outcomes is S=300|S| = 300.
Single-event probability requires dividing the count of favorable outcomes by the total number of outcomes in the set.
2
Calculate the count of integers divisible by 6 or 9.
Count = 50+3316=6750 + 33 - 16 = 67.
Apply the Principle of Inclusion-Exclusion: sum the multiples of 6 and 9, then subtract the multiples of lcm(6,9)=18\text{lcm}(6, 9) = 18 to eliminate double counting.
3
Exclude integers from this set that are divisible by 4.
Count of multiples of 4 to exclude = 25+88=2525 + 8 - 8 = 25.
Integers divisible by both 6 and 4 are multiples of lcm(6,4)=12\text{lcm}(6, 4) = 12. Integers divisible by both 9 and 4 are multiples of lcm(9,4)=36\text{lcm}(9, 4) = 36. Using inclusion-exclusion, 25+88=2525 + 8 - 8 = 25 integers must be excluded.
4
Find the number of favorable outcomes and compute the probability.
Favorable outcomes E=6725=42|E| = 67 - 25 = 42. Probability P(E)=42300=0.14P(E) = \frac{42}{300} = 0.14.
Divide the favorable set size by the total sample space size.

Key Concept

Basic Single-Event Probability with Set Inclusion-Exclusion and Number Properties
Question 484Question

An archival digitization laboratory uses two high-resolution scanner units, Unit AA and Unit BB, to process historic document collections. Working alone at its constant rate, Unit AA can digitize a standard collection in 2424 hours. Working alone at its constant rate, Unit BB can digitize the same collection in 4040 hours. Unit AA begins digitizing a standard collection alone. After 88 hours of operation, Unit BB is turned on, and both units work together at their respective constant rates until the entire collection is digitized. How many total hours does it take to digitize the collection from start to finish?

Show answer & explanation

Answer: 18

Answer

The total time required to digitize the collection from start to finish is 18 hours.
Unit A completes 13\frac{1}{3} of the total job during its 8 solo hours. The remaining 23\frac{2}{3} of the job is completed by Units A and B working together at a combined rate of 115\frac{1}{15} per hour, taking 10 hours. Adding the 8 solo hours to the 10 combined hours yields a total time of 18 hours.

Step-by-Step Solution

1
Determine the individual work rates per hour for each unit.
Unit A's rate is 124\frac{1}{24} of the collection per hour, and Unit B's rate is 140\frac{1}{40} of the collection per hour.
Work rate is defined as the fraction of the job completed per unit of time (R=1TR = \frac{1}{T}).
2
Calculate the fraction of the work completed by Unit A alone during the first 8 hours.
Work completed =8×124=824=13= 8 \times \frac{1}{24} = \frac{8}{24} = \frac{1}{3} of the collection.
Work done equals rate multiplied by time (W=R×tW = R \times t).
3
Calculate the remaining fraction of the collection to be digitized.
Remaining work =113=23= 1 - \frac{1}{3} = \frac{2}{3} of the collection.
The total job represents 1 whole unit.
4
Calculate the combined work rate when both units operate together.
Combined rate =124+140=5120+3120=8120=115= \frac{1}{24} + \frac{1}{40} = \frac{5}{120} + \frac{3}{120} = \frac{8}{120} = \frac{1}{15} of the collection per hour.
When working simultaneously, individual rates add together.
5
Find the time required for both units working together to complete the remaining work.
Combined time =2/31/15=23×15=10= \frac{2/3}{1/15} = \frac{2}{3} \times 15 = 10 hours.
Time equals remaining work divided by the combined rate (t=WremainingRcombinedt = \frac{W_{\text{remaining}}}{R_{\text{combined}}}).
6
Calculate the total time required from start to finish.
Total time =8 hours+10 hours=18= 8 \text{ hours} + 10 \text{ hours} = 18 hours.
Total time is the sum of the time Unit A worked alone and the time both units worked together.

Key Concept

Work Rate and Combined Work
Question 485Question

If xx is a real number satisfying the equation x2+18x2+3=8x^2 + \frac{18}{x^2 + 3} = 8, what is the value of x2x^2?

Show answer & explanation

Answer: 6

Answer

The value of x2x^2 is 6.
Substituting u=x2u = x^2 converts the equation to u+18u+3=8u + \frac{18}{u+3} = 8. Multiplying through by (u+3)(u+3) yields u2+3u+18=8u+24u^2 + 3u + 18 = 8u + 24, which simplifies to the quadratic equation u25u6=0u^2 - 5u - 6 = 0. Factoring gives (u6)(u+1)=0(u-6)(u+1) = 0, so u=6u = 6 or u=1u = -1. Because xx must be a real number, x2x^2 must be non-negative, eliminating u=1u = -1. Thus, x2=6x^2 = 6.

Step-by-Step Solution

1
Substitute a temporary variable u=x2u = x^2 into the given equation
u+18u+3=8u + \frac{18}{u + 3} = 8
Using substitution simplifies the fourth-degree rational equation into a standard quadratic structure.
2
Clear the denominator by multiplying the entire equation by (u+3)(u + 3)
u(u+3)+18=8(u+3)u(u + 3) + 18 = 8(u + 3), which expands to u2+3u+18=8u+24u^2 + 3u + 18 = 8u + 24
Eliminating fractions allows rearranging terms into polynomial form.
3
Rearrange terms into standard quadratic form au2+bu+c=0au^2 + bu + c = 0
u25u6=0u^2 - 5u - 6 = 0
Moving all terms to one side prepares the expression for factoring.
4
Factor the quadratic polynomial into linear binomial factors
(u6)(u+1)=0(u - 6)(u + 1) = 0, giving u=6u = 6 or u=1u = -1
The roots of the transformed equation represent candidate values for x2x^2.
5
Apply the constraint that xx is a real number to test candidate values
Since x20x^2 \geq 0 for all real xx, u=1u = -1 is rejected, leaving u=x2=6u = x^2 = 6
Squaring any real number yields a non-negative result.

Key Concept

Solving rational equations reducible to quadratics via algebraic substitution and rejecting non-real roots.
Estimated Time:2m 0s
Question 486Question

Two fulfillment centers, Center X and Center Y, process customer orders at constant individual rates of xx orders per hour and yy orders per hour, respectively, where x>y>0x > y > 0. Working together simultaneously, Center X and Center Y complete a total batch of NN orders in TT hours. In a separate shift, Center X works alone for hh hours (where 0<h<T0 < h < T) to process a portion of the NN orders, after which Center Y works alone for kk hours to finish all remaining orders in the batch.

Which of the following algebraic statements MUST be true? Select all that apply.

Select all that apply

Show answer & explanation

Answer: The ratio of the processing rates satisfies xy=kTTh\frac{x}{y} = \frac{k - T}{T - h}.; The processing rate of Center Y is expressed as y=N(Th)T(kh)y = \frac{N(T - h)}{T(k - h)}.

Answer

The valid algebraic statements are the rate ratio xy=kTTh\frac{x}{y} = \frac{k - T}{T - h} and the expression for Center Y's rate y=N(Th)T(kh)y = \frac{N(T - h)}{T(k - h)}.
Equating the total work from combined operation N=(x+y)TN = (x + y)T and sequential operation N=xh+ykN = xh + yk yields x(Th)=y(kT)x(T - h) = y(k - T), which proves that the ratio xy=kTTh\frac{x}{y} = \frac{k - T}{T - h} must be true. Furthermore, substituting x=NTyx = \frac{N}{T} - y into xh+yk=Nxh + yk = N gives NhT+y(kh)=N\frac{Nh}{T} + y(k - h) = N, which simplifies to y=N(Th)T(kh)y = \frac{N(T - h)}{T(k - h)}. Therefore, both of these algebraic formulations are correct.

Step-by-Step Solution

1
Formulate the total work equations for both operational scenarios.
From simultaneous operation: N=(x+y)T=xT+yTN = (x + y)T = xT + yT. From sequential operation: N=xh+ykN = xh + yk.
Total work completed in both scenarios equals the batch size NN.
2
Equate the two expressions for NN to derive the relationship between rates and times.
xT+yT=xh+yk    xTxh=ykyT    x(Th)=y(kT)xT + yT = xh + yk \implies xT - xh = yk - yT \implies x(T - h) = y(k - T).
Grouping like rate terms enables solving for the rate ratio xy\frac{x}{y}.
3
Divide by y(Th)y(T - h) to find the rate ratio xy\frac{x}{y}.
\frac{x}{y} = \frac{k - T}{T - h}.
Since 0<h<T0 < h < T, Th>0T - h > 0, so the division is valid and confirms the rate ratio relation.
4
Express xx in terms of y,N,Ty, N, T and substitute into the sequential work equation.
x=NTy    (NTy)h+yk=N    NhT+y(kh)=Nx = \frac{N}{T} - y \implies \left(\frac{N}{T} - y\right)h + yk = N \implies \frac{Nh}{T} + y(k - h) = N.
Eliminating xx isolates yy in terms of given parameters N,T,h,kN, T, h, k.
5
Solve for yy.
y(kh)=NNhT=N(1hT)=N(Th)T    y=N(Th)T(kh)y(k - h) = N - \frac{Nh}{T} = N\left(1 - \frac{h}{T}\right) = \frac{N(T - h)}{T} \implies y = \frac{N(T - h)}{T(k - h)}.
This establishes the exact formula for yy.

Key Concept

Multi-variable system modeling of rate, time, and work constraints.
Estimated Time:2m 30s
Question 487Question

A container holds 60 cards, each marked with a distinct integer from 1 to 60, inclusive. If one card is selected at random, the probability that the integer on the selected card is divisible by 5, but divisible by neither 4 nor 6, can be expressed as a simplified fraction ab\frac{a}{b}, where aa and bb are positive integers with no common factors greater than 1. What is the value of a+ba + b?

Show answer & explanation

Answer: 17

Answer

The value of a+ba + b is 17.
There are 60 equally likely outcomes. Out of 12 multiples of 5, exactly 4 integers (20, 30, 40, and 60) are divisible by 4 or 6. Thus, 12 - 4 = 8 integers satisfy the condition of being divisible by 5 but neither 4 nor 6. The single-event probability is 8/60 = 2/15. In simplest form, a = 2 and b = 15, yielding a + b = 17.

Step-by-Step Solution

1
Determine total number of possible outcomes.
Total outcomes N=60N = 60.
Each of the 60 cards is equally likely to be selected.
2
Identify all multiples of 5 in the set {1,2,,60}\{1, 2, \dots, 60\}.
Multiples of 5: {5,10,15,20,25,30,35,40,45,50,55,60}\{5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60\}, containing 605=12\frac{60}{5} = 12 integers.
These represent all potential candidates before applying exclusion criteria.
3
Identify multiples of 5 that are also divisible by 4 or by 6.
Multiples of 5 divisible by 4: LCM(5,4)=20{20,40,60}\text{LCM}(5,4) = 20 \rightarrow \{20, 40, 60\} (3 integers). Multiples of 5 divisible by 6: LCM(5,6)=30{30,60}\text{LCM}(5,6) = 30 \rightarrow \{30, 60\} (2 integers). Overlap (divisible by both 4 and 6): LCM(5,4,6)=60{60}\text{LCM}(5,4,6) = 60 \rightarrow \{60\} (1 integer).
An integer is divisible by both 5 and 4 if it is a multiple of 20, and by both 5 and 6 if it is a multiple of 30.
4
Apply the inclusion-exclusion principle to find the count of invalid multiples of 5.
Invalid multiples = 3+21=43 + 2 - 1 = 4 integers ({20,30,40,60}\{20, 30, 40, 60\}). Favorable outcomes = 124=812 - 4 = 8 integers ({5,10,15,25,35,45,50,55}\{5, 10, 15, 25, 35, 45, 50, 55\}).
The integer 60 is divisible by both 4 and 6 and must not be double-subtracted.
5
Calculate the probability, express it as a simplified fraction ab\frac{a}{b}, and compute a+ba + b.
Probability P=860=215P = \frac{8}{60} = \frac{2}{15}. Thus, a=2a = 2, b=15b = 15, and a+b=2+15=17a + b = 2 + 15 = 17.
Dividing the numerator and denominator by 4 simplifies 860\frac{8}{60} to 215\frac{2}{15}, where gcd(2,15)=1\text{gcd}(2, 15) = 1.

Key Concept

Basic Single-Event Probability with Multiple Divisibility Constraints
Question 488Question

A commercial bakery uses two automated dough mixing machines, Machine AA and Machine BB, to process large batches of dough. Working alone at its constant rate, Machine AA can process a full batch of dough in 1212 hours. Machine BB, working alone at its constant rate, can process a full batch of dough in 66 hours. Machine AA starts processing a batch alone. After working for 33 hours, Machine BB joins Machine AA, and both machines work together at their respective constant rates to finish the batch. What is the total number of hours required to process the entire batch of dough from start to finish?

Show answer & explanation

Answer: 6

Answer

The total number of hours required to process the entire batch of dough from start to finish is 6 hours.
Machine A processes 1/12 of the batch per hour. In the first 3 hours, Machine A finishes 3/12 = 1/4 of the batch, leaving 3/4 of the batch uncompleted. When Machine B joins, the combined processing rate is 1/12 + 1/6 = 1/4 batch per hour. Dividing the remaining 3/4 batch by the combined rate of 1/4 batch per hour yields 3 hours. Adding the initial 3 hours worked by Machine A alone gives a total elapsed time of 6 hours.

Step-by-Step Solution

1
Determine the individual work rates for Machine AA and Machine BB.
Machine AA's rate is 112\frac{1}{12} batch/hour, and Machine BB's rate is 16\frac{1}{6} batch/hour.
Work rate is the fraction of the job completed per hour (1 divided by total hours required alone).
2
Calculate the portion of the batch completed by Machine AA operating alone during the first 3 hours.
Machine AA completes 3×112=312=143 \times \frac{1}{12} = \frac{3}{12} = \frac{1}{4} of the batch.
Work completed equals work rate multiplied by time worked.
3
Determine the remaining fraction of the batch to be completed.
Remaining work is 114=341 - \frac{1}{4} = \frac{3}{4} of the batch.
The entire job corresponds to 1 whole batch.
4
Calculate the combined work rate of Machine AA and Machine BB.
Combined rate =112+16=112+212=312=14= \frac{1}{12} + \frac{1}{6} = \frac{1}{12} + \frac{2}{12} = \frac{3}{12} = \frac{1}{4} batch per hour.
When machines work together, their individual rates add up.
5
Calculate the time required for both machines working together to complete the remaining work.
Time together =Remaining WorkCombined Rate=3/41/4=3= \frac{\text{Remaining Work}}{\text{Combined Rate}} = \frac{3/4}{1/4} = 3 hours.
Time equals work divided by rate.
6
Calculate the total time required from start to finish.
Total time =3 hours (Machine A alone)+3 hours (both together)=6= 3 \text{ hours (Machine A alone)} + 3 \text{ hours (both together)} = 6 hours.
The total time is the sum of time spent in each phase of the process.

Key Concept

Work Rate and Combined Work
Question 489Question

The numbers of packages delivered by a courier on seven consecutive days are listed below:

5,13,2,10,15,7,45, 13, 2, 10, 15, 7, 4

What is the median number of packages delivered per day over this seven-day period?

Show answer & explanation

Answer: 77

Answer

The median number of packages delivered per day is 77.
To find the median of a dataset, the values must first be arranged in ascending order: 2,4,5,7,10,13,152, 4, 5, 7, 10, 13, 15. Since there are 77 numbers, the median is the 44 th number in the ordered list, which is 77.

Step-by-Step Solution

1
Arrange the data values in ascending order.
The ordered set is 2,4,5,7,10,13,152, 4, 5, 7, 10, 13, 15.
Finding the median requires ordering the data sequentially first.
2
Identify the middle term of the ordered set containing 77 values.
The middle term is the 7+12=4\frac{7+1}{2} = 4 th value, which is 77.
For an odd number of data points NN, the median is the N+12\frac{N+1}{2} th element.

Key Concept

Median of a finite data set
Estimated Time:45s
Question 490Question

An architectural firm initially allocates its annual project hours among three divisions—Residential, Commercial, and Urban Planning—in the ratio of 7:5:37 : 5 : 3, respectively. Mid-year, to meet new project demands, 300300 hours from Residential and 100100 hours from Commercial are transferred to Urban Planning. Following this transfer, the ratio of Commercial hours to Urban Planning hours becomes 1:11 : 1. What was the total number of project hours initially allocated across all three divisions?

Show answer & explanation

Answer: 3750

Answer

The total number of project hours initially allocated across all three divisions was 3,750 hours.
Representing the initial hours as 7x7x, 5x5x, and 3x3x gives a total of 15x15x hours. After the transfers, Commercial hours equal 5x1005x - 100 and Urban Planning hours equal 3x+300+100=3x+4003x + 300 + 100 = 3x + 400. Setting these equal gives 5x100=3x+4005x - 100 = 3x + 400, which simplifies to 2x=5002x = 500, or x=250x = 250. The initial total hours were 15×250=3,75015 \times 250 = 3,750.

Step-by-Step Solution

1
Define initial quantities using a multiplier variable
Let xx represent the multiplier. Initial hours are Residential = 7x7x, Commercial = 5x5x, and Urban Planning = 3x3x. Total initial hours = 15x15x.
Ratios define the proportional relationship among the three divisions.
2
Determine updated hours after the transfers
Commercial hours become 5x1005x - 100. Urban Planning receives 300300 hours from Residential and 100100 hours from Commercial, becoming 3x+300+100=3x+4003x + 300 + 100 = 3x + 400.
Quantities added to Urban Planning must equal the sum of hours subtracted from the other two divisions.
3
Set up and solve the equation for the new ratio
Since Commercial and Urban Planning hours are now in a 1:11 : 1 ratio, 5x100=3x+400    2x=500    x=2505x - 100 = 3x + 400 \implies 2x = 500 \implies x = 250.
A 1:11 : 1 ratio means both quantities are equal.
4
Calculate the initial total project hours
Total initial hours = 15×250=3,75015 \times 250 = 3,750.
Substitute x=250x = 250 into the expression for total initial hours (15x15x).

Key Concept

Solving multi-part ratio word problems involving internal transfers by setting up algebraic equations with a single unknown multiplier.
Question 491Question

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

Show answer & explanation

Answer: 9

Answer

9 integer values satisfy the given inequality.
The quotient of two algebraic expressions is non-positive (0\leq 0) when the numerator is zero (and denominator non-zero) or when the numerator and denominator have opposite signs. Testing these cases yields two disjoint intervals: 5<x2-5 < x \leq 2 and 3<x53 < x \leq 5. Within these intervals, the integers 4,3,2,1,0,1,2,4,-4, -3, -2, -1, 0, 1, 2, 4, and 55 satisfy the inequality, yielding exactly 9 integer solutions.

Step-by-Step Solution

1
Determine where the numerator and denominator equal zero to set critical points and domain restrictions.
Numerator is zero at 2x7=3    x=2|2x - 7| = 3 \implies x = 2 or x=5x = 5. Denominator is zero at x+1=4    x=5|x + 1| = 4 \implies x = -5 or x=3x = 3, which are excluded from the domain.
Division by zero is undefined, so x5x \neq -5 and x3x \neq 3.
2
Analyze Case 1: Numerator 0\geq 0 and Denominator <0< 0.
Numerator 0    x2\geq 0 \implies x \leq 2 or x5x \geq 5. Denominator <0    5<x<3< 0 \implies -5 < x < 3. Intersecting these gives 5<x2-5 < x \leq 2.
A fraction is non-positive when the numerator and denominator have opposite signs.
3
Analyze Case 2: Numerator 0\leq 0 and Denominator >0> 0.
Numerator 0    2x5\leq 0 \implies 2 \leq x \leq 5. Denominator >0    x<5> 0 \implies x < -5 or x>3x > 3. Intersecting these gives 3<x53 < x \leq 5.
A fraction is non-positive when the numerator and denominator have opposite signs.
4
Combine solution intervals and count integer solutions.
Combined solution set is (5,2](3,5](-5, 2] \cup (3, 5]. The integer values in this set are 4,3,2,1,0,1,2,4,5-4, -3, -2, -1, 0, 1, 2, 4, 5, giving a total count of 9.
Integrate all valid cases while excluding values that make the denominator zero.

Key Concept

Solving Rational Inequalities with Absolute Values
Estimated Time:2m 30s
Question 492Question

An arithmetic sequence and a geometric sequence both have a first term equal to 22. The 3rd term of the arithmetic sequence is equal to the 2nd term of the geometric sequence, and the 7th term of the arithmetic sequence is equal to the 3rd term of the geometric sequence. If the common ratio of the geometric sequence is not equal to 11, what is the sum of the first 1010 terms of the arithmetic sequence?

Show answer & explanation

Answer: 65

Answer

The sum of the first 10 terms of the arithmetic sequence is 65.
By writing the equations for the given sequence terms (2+2d=2r2 + 2d = 2r and 2+6d=2r22 + 6d = 2r^2), we substitute d=r1d = r - 1 into the quadratic equation to find r23r+2=0r^2 - 3r + 2 = 0. Since r1r \neq 1, we find r=2r = 2, which gives a common difference d=1d = 1. Applying the sum formula for an arithmetic sequence for n=10n = 10 yields S10=102(2(2)+9(1))=5(13)=65S_{10} = \frac{10}{2}(2(2) + 9(1)) = 5(13) = 65.

Step-by-Step Solution

1
Express the 3rd and 7th terms of the arithmetic sequence and 2nd and 3rd terms of the geometric sequence.
Arithmetic terms: a3=2+2da_3 = 2 + 2d and a7=2+6da_7 = 2 + 6d. Geometric terms: b2=2rb_2 = 2r and b3=2r2b_3 = 2r^2.
The nn-th term of an arithmetic sequence is an=a1+(n1)da_n = a_1 + (n-1)d and of a geometric sequence is bn=b1rn1b_n = b_1 r^{n-1}.
2
Set up the system of equations given by the problem.
2+2d=2r    1+d=r    d=r12 + 2d = 2r \implies 1 + d = r \implies d = r - 1, and 2+6d=2r2    1+3d=r22 + 6d = 2r^2 \implies 1 + 3d = r^2.
We are given a3=b2a_3 = b_2 and a7=b3a_7 = b_3 with a1=b1=2a_1 = b_1 = 2.
3
Substitute d=r1d = r - 1 into the second equation and solve for rr.
1+3(r1)=r2    r23r+2=0    (r1)(r2)=01 + 3(r - 1) = r^2 \implies r^2 - 3r + 2 = 0 \implies (r - 1)(r - 2) = 0. Since r1r \neq 1, r=2r = 2.
Solving the quadratic equation yields two roots, but the problem excludes r=1r = 1.
4
Determine the common difference dd and compute the sum of the first 10 terms of the arithmetic sequence.
d=21=1d = 2 - 1 = 1. S10=102[2(2)+(101)(1)]=5(4+9)=65S_{10} = \frac{10}{2}[2(2) + (10 - 1)(1)] = 5(4 + 9) = 65.
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].

Key Concept

Combining Arithmetic and Geometric Sequence Formulas
Estimated Time:2m 0s
Question 493Question

What is the sum of all distinct real solutions to the equation (x23x)22(x23x)8=0(x^2 - 3x)^2 - 2(x^2 - 3x) - 8 = 0?

Show answer & explanation

Answer: 6

Answer

The sum of all distinct real solutions is 6.
By defining u=x23xu = x^2 - 3x, the original equation reduces to u22u8=0u^2 - 2u - 8 = 0, which factors as (u4)(u+2)=0(u - 4)(u + 2) = 0, giving u=4u = 4 or u=2u = -2. Substituting back for xx gives two quadratic equations: x23x4=0x^2 - 3x - 4 = 0 (yielding roots x=4x = 4 and x=1x = -1) and x23x+2=0x^2 - 3x + 2 = 0 (yielding roots x=1x = 1 and x=2x = 2). The four distinct real roots are 1,1,2,-1, 1, 2, and 44, and their sum is 1+1+2+4=6-1 + 1 + 2 + 4 = 6.

Step-by-Step Solution

1
Use algebraic substitution to simplify the disguised quadratic equation.
Let u=x23xu = x^2 - 3x. The equation becomes u22u8=0u^2 - 2u - 8 = 0.
Recognizing the repeating quadratic block x23xx^2 - 3x transforms the 4th-degree polynomial into a standard 2nd-degree quadratic in terms of uu.
2
Factor the quadratic equation in terms of uu to find its roots.
(u4)(u+2)=0    u=4 or u=2(u - 4)(u + 2) = 0 \implies u = 4 \text{ or } u = -2.
Finding the values of uu establishes the two quadratic equations in terms of xx that need to be solved.
3
Substitute x23xx^2 - 3x back for uu and solve for xx in Case 1 (u=4u = 4).
x23x=4    x23x4=0    (x4)(x+1)=0    x=4 or x=1x^2 - 3x = 4 \implies x^2 - 3x - 4 = 0 \implies (x - 4)(x + 1) = 0 \implies x = 4 \text{ or } x = -1.
The discriminant b24ac=(3)24(1)(4)=25>0b^2 - 4ac = (-3)^2 - 4(1)(-4) = 25 > 0, so there are two distinct real solutions: x=4x = 4 and x=1x = -1.
4
Substitute x23xx^2 - 3x back for uu and solve for xx in Case 2 (u=2u = -2).
x23x=2    x23x+2=0    (x1)(x2)=0    x=1 or x=2x^2 - 3x = -2 \implies x^2 - 3x + 2 = 0 \implies (x - 1)(x - 2) = 0 \implies x = 1 \text{ or } x = 2.
The discriminant b24ac=(3)24(1)(2)=1>0b^2 - 4ac = (-3)^2 - 4(1)(2) = 1 > 0, so there are two distinct real solutions: x=1x = 1 and x=2x = 2.
5
Sum all distinct real solutions.
1+1+2+4=6-1 + 1 + 2 + 4 = 6.
All four solutions {1,1,2,4}\{-1, 1, 2, 4\} are distinct and real.

Key Concept

Solving Disguised Quadratic Equations via Algebraic Substitution
Estimated Time:1m 30s
Question 494Question

The price of a jacket was increased by 20%20\%. During a clearance sale, the new price was reduced by 10%10\%. What was the net percentage increase in the price of the jacket from its original value?

Show answer & explanation

Answer: 8%8\%

Answer

An 8%8\% net increase
Applying successive percentage changes requires multiplying the growth/decay factors. A 20%20\% increase corresponds to a multiplier of 1.201.20, and a 10%10\% decrease corresponds to a multiplier of 0.900.90. The net multiplier is 1.20×0.90=1.081.20 \times 0.90 = 1.08, which represents a net increase of 8%8\% over the original price.

Step-by-Step Solution

1
Assume a convenient original price to track percentage changes easily.
Let the original price of the jacket be $100\$100.
Choosing $100\$100 as a base makes calculating percentages straightforward.
2
Calculate the price after the 20%20\% increase.
$$100+0.20×$100=$120\$\$100 + 0.20 \times \$100 = \$120.
The price increases by 20%20\% of the original price.
3
Calculate the price after the 10%10\% clearance discount.
$$1200.10×$120=$108\$\$120 - 0.10 \times \$120 = \$108.
The discount of 10%10\% applies to the intermediate price of $120\$120, not the original $100\$100.
4
Determine the net percentage change from the original price.
$108$100$100×100%=8%\frac{\$108 - \$100}{\$100} \times 100\% = 8\%.
Comparing the final price of $108\$108 to the initial price of $100\$100 gives a net increase of 8%8\%.

Key Concept

Successive Percent Change
Estimated Time:45s
Question 495Question

A student must choose 33 books to read from a reading list of 66 distinct books. How many different combinations of 33 books can the student select?

Show answer & explanation

Answer: 2020

Answer

The student can select 2020 different combinations of 33 books.
To find the number of ways to select 33 books from 66 distinct books when order does not matter, use the combination formula (nk)=n!k!(nk)!\binom{n}{k} = \frac{n!}{k!(n-k)!}. Evaluating (63)=6×5×43×2×1=20\binom{6}{3} = \frac{6 \times 5 \times 4}{3 \times 2 \times 1} = 20. Thus, 2020 is the correct number of combinations.

Step-by-Step Solution

1
Identify the counting method
Since the order in which the books are selected does not matter, use the combinations formula (nk)=n!k!(nk)!\binom{n}{k} = \frac{n!}{k!(n-k)!}.
Selection of a group without regard to order requires combinations.
2
Substitute the given values into the formula
Here n=6n = 6 and k=3k = 3, so (63)=6×5×43×2×1\binom{6}{3} = \frac{6 \times 5 \times 4}{3 \times 2 \times 1}.
Apply n=6n=6 available items and k=3k=3 chosen items.
3
Simplify the expression
1206=20.\frac{120}{6} = 20.
Perform the basic arithmetic division.

Key Concept

Combinations and Group Selections
Estimated Time:45s
Question 496Question

A financial analyst chooses two investment assets at random, one after another without replacement, from a portfolio consisting of 33 technology stocks and 22 utility stocks. The probability of achieving a target return depends on the composition of the selected assets:
- If both selected assets are technology stocks, the probability of achieving the target return is 0.800.80.
- If exactly one selected asset is a technology stock, the probability of achieving the target return is 0.500.50.
- If neither selected asset is a technology stock, the probability of achieving the target return is 0.100.10.

What is the probability, expressed as a decimal, that the analyst achieves the target return?

Show answer & explanation

Answer: 0.55

Answer

The probability that the analyst achieves the target return is 0.55.
To find the overall probability of achieving the target return, calculate the probability of each mutually exclusive composition of assets selected without replacement, and weight each by its conditional probability of success. The probability of selecting two technology stocks is (3/5) * (2/4) = 0.30. The probability of selecting one technology stock and one utility stock in either order is (3/5)*(2/4) + (2/5)*(3/4) = 0.60. The probability of selecting two utility stocks is (2/5) * (1/4) = 0.10. Multiplying each by its respective success rate (0.80, 0.50, and 0.10) yields 0.24 + 0.30 + 0.01 = 0.55.

Step-by-Step Solution

1
Determine the probabilities of the three mutually exclusive selection scenarios without replacement.
P(TT) = 0.30, P(1T) = 0.60, P(UU) = 0.10.
Since selections are made without replacement, the outcome of the first draw affects the total count and available assets for the second draw.
2
Calculate the joint probability of achieving the target return for each scenario.
P(TT and Target) = 0.24, P(1T and Target) = 0.30, P(UU and Target) = 0.01.
Multiply the probability of drawing each combination by the conditional probability of success for that specific combination.
3
Sum the joint probabilities across all possible scenarios.
Total Probability = 0.24 + 0.30 + 0.01 = 0.55.
The scenarios are mutually exclusive and exhaustive, so their sum gives the total overall probability of achieving the target return.

Key Concept

Probability of Dependent Events and Law of Total Probability
Estimated Time:2m 0s
Question 497Question

If the quadratic equation 3x2kx+48=03x^2 - kx + 48 = 0 has equal real roots, where k>0k > 0, and the roots of the quadratic equation x2+kxm=0x^2 + kx - m = 0 differ by 10, what is the value of mm?

Show answer & explanation

Answer: -119

Answer

The value of mm is 119-119.
Setting the discriminant of 3x2kx+48=03x^2 - kx + 48 = 0 equal to zero gives k24(3)(48)=0k^2 - 4(3)(48) = 0, yielding k=24k = 24 since k>0k > 0. Substituting k=24k = 24 into the second equation gives x2+24xm=0x^2 + 24x - m = 0. According to Vieta's formulas, the sum of roots is r1+r2=24r_1 + r_2 = -24 and the product of roots is r1r2=mr_1 r_2 = -m. Using the algebraic identity (r1r2)2=(r1+r2)24r1r2(r_1 - r_2)^2 = (r_1 + r_2)^2 - 4r_1 r_2 with the given root difference r1r2=10|r_1 - r_2| = 10 yields 102=(24)24(m)10^2 = (-24)^2 - 4(-m), which simplifies to 100=576+4m100 = 576 + 4m. Subtracting 576 from both sides gives 4m=4764m = -476, so m=119m = -119.

Step-by-Step Solution

1
Find kk using the discriminant condition for equal roots of 3x2kx+48=03x^2 - kx + 48 = 0.
k=24k = 24
A quadratic equation ax2+bx+c=0ax^2 + bx + c = 0 has equal real roots when its discriminant b24ac=0b^2 - 4ac = 0. Here, (k)24(3)(48)=0(-k)^2 - 4(3)(48) = 0, so k2=576k^2 = 576. Since k>0k > 0, k=24k = 24.
2
Set up the algebraic relationship for the root difference of x2+24xm=0x^2 + 24x - m = 0.
(r1r2)2=100(r_1 - r_2)^2 = 100
Given that the difference between the roots r1r_1 and r2r_2 is 10, r1r2=10|r_1 - r_2| = 10, which implies (r1r2)2=100(r_1 - r_2)^2 = 100.
3
Apply Vieta's formulas to express (r1r2)2(r_1 - r_2)^2 in terms of mm and solve.
m=119m = -119
By Vieta's formulas for x2+24xm=0x^2 + 24x - m = 0, the sum of roots is r1+r2=24r_1 + r_2 = -24 and the product of roots is r1r2=mr_1 r_2 = -m. Using the identity (r1r2)2=(r1+r2)24r1r2(r_1 - r_2)^2 = (r_1 + r_2)^2 - 4r_1 r_2, substitute the known values: 100=(24)24(m)=576+4m100 = (-24)^2 - 4(-m) = 576 + 4m. Solving 576+4m=100576 + 4m = 100 gives 4m=4764m = -476, so m=119m = -119.

Key Concept

Discriminant analysis and root difference identity via Vieta's formulas
Question 498Question

An investment fund initially holds shares of Technology, Healthcare, and Energy stocks in the ratio 5:3:25 : 3 : 2, respectively. After the fund sells 3030 shares of Technology stock and purchases 3030 shares of Energy stock, the ratio of Technology, Healthcare, and Energy shares becomes 4:3:34 : 3 : 3. What was the total number of shares in the investment fund initially?

Show answer & explanation

Answer: 300

Answer

The initial total number of shares in the investment fund was 300.
The initial shares can be represented as 5x5x, 3x3x, and 2x2x for a total of 10x10x shares. After selling 3030 Technology shares and buying 3030 Energy shares, the Healthcare shares remain unchanged at 3x3x. Since Healthcare represents 33 parts in both the initial and final ratios (5:3:25:3:2 and 4:3:34:3:3), the value of one ratio part remains constant at xx. Therefore, the decrease in Technology shares from 5x5x to 4x4x corresponds directly to 1x=301x = 30 shares. Multiplying x=30x = 30 by the initial total of 1010 parts gives 300300 shares.

Step-by-Step Solution

1
Define initial quantities using a common ratio multiplier xx
Technology = 5x5x, Healthcare = 3x3x, Energy = 2x2x. Total initial shares = 10x10x.
Representing ratio terms algebraically preserves their proportional relationships.
2
Account for changes in share counts
New Technology shares = 5x305x - 30, Healthcare shares = 3x3x, new Energy shares = 2x+302x + 30.
30 shares of Technology were sold and 30 shares of Energy were added.
3
Set up an equation comparing the new ratio of Technology to Healthcare
5x303x=43\frac{5x - 30}{3x} = \frac{4}{3}
The new ratio of Technology to Healthcare is given as 4:34 : 3.
4
Solve for multiplier xx
3(5x30)=12x    15x90=12x    3x=90    x=303(5x - 30) = 12x \implies 15x - 90 = 12x \implies 3x = 90 \implies x = 30
Cross-multiplying eliminates fractions to solve for the unknown multiplier.
5
Calculate the initial total number of shares
10x=10×30=30010x = 10 \times 30 = 300
The initial total is the sum of the initial parts (5x+3x+2x=10x5x + 3x + 2x = 10x).

Key Concept

Ratio Modification and Algebraic Scaling
Estimated Time:1m 30s
Question 499Question

An analytics team tracked the monthly recurring revenue (in thousands of dollars) for 10 distinct client accounts of a SaaS company. The arithmetic mean of the monthly revenues across these 10 accounts was $45\$45 thousand, and the median monthly revenue was $38\$38 thousand. If the revenue for each account was a distinct positive integer (in thousands of dollars), what is the maximum possible monthly revenue, in thousands of dollars, generated by the single highest-performing account?

Show answer & explanation

Answer: 241

Answer

The maximum possible monthly revenue generated by the single highest-performing account is 241 thousand dollars.
The total sum of the 10 distinct positive integer revenues is 10×45=45010 \times 45 = 450 thousand dollars. To maximize the largest term (x10x_{10}), the sum of the remaining 9 terms (x1x_1 through x9x_9) must be minimized. The smallest 4 positive integers are 1,2,3,41, 2, 3, 4 (sum = 1010). Given a median of 38, the two central terms must satisfy x5+x6=76x_5 + x_6 = 76. Because all values are distinct integers and x5<x6x_5 < x_6, the smallest possible integer value for x6x_6 is 39 (making x5=37x_5 = 37). To minimize x7,x8,x9x_7, x_8, x_9, they should be the smallest distinct integers greater than 39, which are 40,41,4240, 41, 42. Summing these minimal values gives 10+76+40+41+42=20910 + 76 + 40 + 41 + 42 = 209. Subtracting this sum from the total sum yields 450209=241450 - 209 = 241 thousand dollars.

Step-by-Step Solution

1
Calculate the total revenue across all 10 client accounts.
Total sum = 10×45=45010 \times 45 = 450 thousand dollars.
The sum of a data set is equal to the number of elements multiplied by the arithmetic mean.
2
Use the median to determine the sum of the 5th and 6th terms.
Since n=10n = 10, the median is x5+x62=38\frac{x_5 + x_6}{2} = 38, so x5+x6=76x_5 + x_6 = 76.
In an ordered set of an even number of elements, the median is the average of the two central terms.
3
Formulate the minimization strategy to maximize the largest term (x10x_{10}).
To maximize x10=450(x1+x2++x9)x_{10} = 450 - (x_1 + x_2 + \dots + x_9), minimize the sum of the first 9 terms.
For a fixed sum, maximizing one element requires minimizing all other elements in the set.
4
Minimize the first four terms (x1,x2,x3,x4x_1, x_2, x_3, x_4).
Assign x1=1,x2=2,x3=3,x4=4x_1 = 1, x_2 = 2, x_3 = 3, x_4 = 4, which sum to 1010.
The revenues are distinct positive integers, so the smallest possible values are the first 4 positive integers.
5
Minimize x6x_6 to minimize the subsequent terms (x7,x8,x9x_7, x_8, x_9).
Since x5<x6x_5 < x_6 and x5+x6=76x_5 + x_6 = 76, the smallest integer value for x6x_6 is 3939 (which sets x5=37x_5 = 37). Then set x7=40,x8=41,x9=42x_7 = 40, x_8 = 41, x_9 = 42.
Minimizing x6x_6 allows x7,x8,x9x_7, x_8, x_9 to take the smallest possible distinct integer values greater than x6x_6.
6
Calculate the maximum value for x10x_{10}.
x10=450(10+76+40+41+42)=450209=241x_{10} = 450 - (10 + 76 + 40 + 41 + 42) = 450 - 209 = 241.
Subtracting the minimal sum of the first 9 elements from the total sum gives the theoretical maximum for the 10th term.

Key Concept

Extremal optimization of distinct statistics data sets given mean and median constraints
Question 500Question

A manufacturer produces custom electric scooters at a manufacturing cost of 250perunit.Toestablishthelistprice,themanufacturermarksupthecostpriceby60250 per unit. To establish the list price, the manufacturer marks up the cost price by 60%. During a promotional campaign, 70% of the manufactured scooters are sold at a 15% discount off the list price, and the remaining 30% are sold at a clearance discount of 35% off the list price. If the manufacturer incurs a fixed promotional overhead expense of 14,400, and the overall net profit across all scooters sold (after deducting the fixed overhead expense) is equal to 12% of the total manufacturing cost of all the scooters, how many scooters were manufactured and sold in total?

Show answer & explanation

Answer: 400

Answer

400 scooters
To find the total number of scooters NN, first determine the list price: 250×1.60=$400250 \times 1.60 = \$400. Next, calculate the selling prices for the two tiers: 400×0.85=$340400 \times 0.85 = \$340 for 70% of units, and 400×0.65=$260400 \times 0.65 = \$260 for 30% of units. The weighted average revenue per scooter is 0.70(340)+0.30(260)=$3160.70(340) + 0.30(260) = \$316. The profit before fixed overhead per scooter is 316250=$66316 - 250 = \$66, yielding a total net profit of 66N14,40066N - 14,400. Setting this equal to the target net profit of 12% of total manufacturing costs (0.12×250N=30N0.12 \times 250N = 30N) gives 66N14,400=30N66N - 14,400 = 30N, which simplifies to 36N=14,40036N = 14,400, or N=400N = 400.

Step-by-Step Solution

1
Calculate the list price of a single scooter.
List price = 250×(1+0.60)=$400250 \times (1 + 0.60) = \$400.
The list price is established by marking up the cost price ($250) by 60%.
2
Calculate the discounted selling prices for both sales categories.
Promotional price (70% of inventory) = 400×(10.15)=$340400 \times (1 - 0.15) = \$340. Clearance price (30% of inventory) = 400×(10.35)=$260400 \times (1 - 0.35) = \$260.
Discounts are applied directly to the list price.
3
Determine the weighted average selling price per unit and profit per unit before overhead.
Weighted average selling price = 0.70(340)+0.30(260)=238+78=$3160.70(340) + 0.30(260) = 238 + 78 = \$316. Gross profit per unit = 316250=$66316 - 250 = \$66.
Combining the two sales segments gives the effective revenue generated per unit sold.
4
Set up and solve the net profit equation for total units NN.
Total net profit = 66N14,40066N - 14,400. Target profit = 0.12×250N=30N0.12 \times 250N = 30N. Equating gives 66N14,400=30N    36N=14,400    N=40066N - 14,400 = 30N \implies 36N = 14,400 \implies N = 400.
Net profit after deducting fixed overhead must equal 12% of total manufacturing cost.

Key Concept

Weighted average selling price, markup vs. discount percentage bases, and multi-step net profit equation modeling.

Alternative Method

Work per unit on a percentage basis: List price is 160% of cost. Revenue from 70% of inventory is 0.70×1.60×0.85=0.9520.70 \times 1.60 \times 0.85 = 0.952 of cost. Revenue from 30% of inventory is 0.30×1.60×0.65=0.3120.30 \times 1.60 \times 0.65 = 0.312 of cost. Total revenue is (0.952+0.312)=1.264(0.952 + 0.312) = 1.264 of cost. Gross profit before overhead is 1.2641.000=0.2641.264 - 1.000 = 0.264 of cost. Net profit is 0.264×Total Cost14,4000.264 \times \text{Total Cost} - 14,400. Setting this equal to 0.120×Total Cost0.120 \times \text{Total Cost} gives 0.144×Total Cost=14,4000.144 \times \text{Total Cost} = 14,400, so Total Cost=$100,000\text{Total Cost} = \$100,000. Since total cost is 250×N=100,000250 \times N = 100,000, we get N=400N = 400.
Estimated Time:2m 0s
PreviousPage 25 / 110Next
All practice questions — GMAT | Examkin