All practice questions

2195 questions

Question 781Question

A museum cataloged 250250 historical artifacts. Each artifact was subjected to at least one of three preservation procedures: micro-scanning, chemical analysis, or radiocarbon dating. Exactly 140140 artifacts underwent micro-scanning, 120120 underwent chemical analysis, and 100100 underwent radiocarbon dating. If 4040 artifacts underwent both micro-scanning and chemical analysis, 3535 underwent both chemical analysis and radiocarbon dating, and 4545 underwent both micro-scanning and radiocarbon dating, how many artifacts underwent all three procedures?

Show answer & explanation

Answer: 10

Answer

10 artifacts underwent all three preservation procedures.
Using the Inclusion-Exclusion Principle for three sets, the total union is equal to the sum of individual set sizes (140+120+100=360140 + 120 + 100 = 360), minus the sum of two-set overlaps (40+35+45=12040 + 35 + 45 = 120), plus the three-set overlap. Setting up 250=360120+x250 = 360 - 120 + x yields 250=240+x250 = 240 + x, so x=10x = 10.

Step-by-Step Solution

1
Set up the Inclusion-Exclusion formula for three overlapping sets.
ABC=A+B+C(AB+BC+AC)+ABC|A \cup B \cup C| = |A| + |B| + |C| - (|A \cap B| + |B \cap C| + |A \cap C|) + |A \cap B \cap C|
The total size of the union equals the sum of the individual set sizes minus the pairwise intersections plus the triple intersection.
2
Substitute the given values into the formula.
250=140+120+100(40+35+45)+ABC250 = 140 + 120 + 100 - (40 + 35 + 45) + |A \cap B \cap C|
Since every artifact underwent at least one procedure, the total number of artifacts equals the union of all three sets.
3
Compute the sum of individual sets and pairwise intersections to isolate the unknown.
250=360120+ABC250=240+ABC250 = 360 - 120 + |A \cap B \cap C| \Rightarrow 250 = 240 + |A \cap B \cap C|
Simplifying the arithmetic terms allows direct calculation of the triple intersection.
4
Subtract 240240 from 250250 to find the final value.
ABC=10|A \cap B \cap C| = 10
Solving the linear equation yields the number of artifacts undergoing all three procedures.

Key Concept

Principle of Inclusion-Exclusion for Three Sets
Question 782Question

An agricultural processing plant produces a livestock feed blend consisting of corn, soybeans, and oats in an initial weight ratio of 5:3:25 : 3 : 2, respectively. To increase the protein content of a 1,200 kg1,200\text{ kg} batch of this blend, a technician removes a certain quantity of oats and replaces it with an equal weight of soybeans. If the resulting weight ratio of corn to soybeans to oats becomes 10:9:110 : 9 : 1, how many kilograms of oats were replaced by soybeans?

Show answer & explanation

Answer: 180

Answer

180 kg of oats were replaced by soybeans.
The correct answer demonstrates that since corn is unchanged (600 kg600\text{ kg}), it corresponds to 1010 parts in the new 10:9:110 : 9 : 1 ratio. This yields 60 kg60\text{ kg} per part in the new ratio. Oats decrease from 240 kg240\text{ kg} (22 initial parts of 120 kg120\text{ kg}) to 60 kg60\text{ kg} (11 final part of 60 kg60\text{ kg}), indicating that 180 kg180\text{ kg} of oats were replaced by an equal weight of soybeans.

Step-by-Step Solution

1
Determine the initial weight of each component in the 1,200 kg batch.
The initial ratio is 5:3:25 : 3 : 2, giving a total of 5+3+2=105 + 3 + 2 = 10 parts. Each part corresponds to 1,200 kg10=120 kg\frac{1,200\text{ kg}}{10} = 120\text{ kg}. Therefore: Corn =5×120=600 kg= 5 \times 120 = 600\text{ kg}, Soybeans =3×120=360 kg= 3 \times 120 = 360\text{ kg}, Oats =2×120=240 kg= 2 \times 120 = 240\text{ kg}.
Finding the absolute initial quantities provides baseline values before the substitution occurs.
2
Analyze the invariant quantity after the substitution.
Since oats are replaced by an equal weight of soybeans, the total weight of the batch remains 1,200 kg1,200\text{ kg}, and the weight of corn remains unchanged at 600 kg600\text{ kg}.
Identifying unchanged quantities allows direct scaling of the new ratio.
3
Calculate the value of one ratio unit in the new ratio.
The new ratio of corn to soybeans to oats is 10:9:110 : 9 : 1. The 600 kg600\text{ kg} of corn represents 1010 parts of the new ratio. Thus, 1 part=600 kg10=60 kg1\text{ part} = \frac{600\text{ kg}}{10} = 60\text{ kg}. Alternatively, total parts =10+9+1=20= 10 + 9 + 1 = 20 parts, so 1 part=1,200 kg20=60 kg1\text{ part} = \frac{1,200\text{ kg}}{20} = 60\text{ kg}.
Determining the scale of the new ratio allows finding the new weight of each ingredient.
4
Compute the weight of oats replaced.
The new oats weight is 1×60 kg=60 kg1 \times 60\text{ kg} = 60\text{ kg}. The replaced quantity is Initial Oats - Final Oats =240 kg60 kg=180 kg= 240\text{ kg} - 60\text{ kg} = 180\text{ kg}.
The difference between initial and final oat weights equals the replaced quantity.

Key Concept

Solving multi-part ratio changes using invariant quantities and constant total mass scaling.
Estimated Time:2m 0s
Question 783Question

A box contains 90 tokens, numbered sequentially from 11 to 9090, inclusive. If one token is drawn at random from the box, what is the probability that the number on the token is a multiple of 44 or 66, but not a multiple of 88?

Show answer & explanation

Answer: 1990\frac{19}{90}

Answer

The probability that the selected number is a multiple of 4 or 6, but not a multiple of 8, is 1990\frac{19}{90}.
To find the probability, determine the number of favorable outcomes out of 90 total outcomes. The number of multiples of 4 is 22, and the number of multiples of 6 is 15. The numbers that are multiples of both 4 and 6 are multiples of 12, of which there are 7. By inclusion-exclusion, the number of integers that are multiples of 4 or 6 is 22+157=3022 + 15 - 7 = 30. Since all multiples of 8 are automatically multiples of 4, all 11 multiples of 8 in the range are included in these 30 numbers. Excluding the multiples of 8 leaves 3011=1930 - 11 = 19 favorable integers. Thus, the probability is 1990\frac{19}{90}.

Step-by-Step Solution

1
Find the count of multiples of 4 and multiples of 6 in the range from 1 to 90.
Multiples of 4: 904=22\lfloor \frac{90}{4} \rfloor = 22. Multiples of 6: 906=15\lfloor \frac{90}{6} \rfloor = 15.
Identify the size of each individual set of multiples.
2
Calculate the number of elements in the union of multiples of 4 or 6 using the Inclusion-Exclusion Principle.
Multiples of both 4 and 6 are multiples of lcm(4,6)=12\text{lcm}(4,6) = 12. Count of multiples of 12: 9012=7\lfloor \frac{90}{12} \rfloor = 7. Union size: 22+157=3022 + 15 - 7 = 30.
Avoid double-counting numbers that are divisible by both 4 and 6.
3
Identify and subtract the multiples of 8 within this union.
Multiples of 8 in the range: 908=11\lfloor \frac{90}{8} \rfloor = 11. Since every multiple of 8 is also a multiple of 4, all 11 multiples of 8 are contained within the union. Favorable outcomes: 3011=1930 - 11 = 19.
Filter out numbers that satisfy the exclusion condition (multiples of 8).
4
Compute the single-event probability.
P=1990P = \frac{19}{90}.
Divide the number of favorable outcomes (19) by the total sample space (90).

Key Concept

Basic Single-Event Probability with Principle of Inclusion-Exclusion and Set Restriction
Estimated Time:2m 0s
Question 784Question

A storage tank is completely filled with 150150 liters of a solution containing Compounds X, Y, and Water in a ratio of 2:3:52:3:5 by volume. First, 3030 liters of the mixture are drained and replaced with 3030 liters of a liquid mixture that is 20%20\% Compound Y by volume. Next, 5050 liters of the resulting mixture are drained and replaced with 5050 liters of another liquid mixture that is 70%70\% Compound Y by volume. What is the percentage of Compound Y, by volume, in the final mixture?

Show answer & explanation

Answer: 42

Answer

The final mixture contains 42% of Compound Y by volume.
To find the final concentration, track the exact volume of Compound Y through both stages. Initially, the tank holds 150×310=45150 \times \frac{3}{10} = 45 liters of Y. In the first replacement, draining 3030 liters (20%20\% of the tank) leaves 80%80\% of Y, which is 3636 liters; adding 3030 liters of 20%20\% Y mixture adds 66 liters, bringing Y to 4242 liters. In the second replacement, draining 5050 liters (13\frac{1}{3} of the tank) leaves 23\frac{2}{3} of Y, which is 2828 liters; adding 5050 liters of 70%70\% Y mixture adds 3535 liters, yielding 6363 liters of Y. The final concentration is 63150×100%=42%\frac{63}{150} \times 100\% = 42\%.

Step-by-Step Solution

1
Calculate initial volume of Compound Y in the tank
Initial Y volume = 45 liters
The ratio X:Y:Water is 2:3:5, giving a total of 2 + 3 + 5 = 10 parts. The fraction of Y is 3/10. For a 150-liter tank, Y = 150 * (3/10) = 45 liters.
2
Calculate Compound Y after the first draining and replacement cycle
Compound Y volume after first replacement = 42 liters
Draining 30 liters removes 30 / 150 = 1/5 of the mixture. Y remaining = 45 * (1 - 1/5) = 36 liters. Replacing with 30 liters of 20% Y adds 30 * 0.20 = 6 liters of Y. Total Y = 36 + 6 = 42 liters.
3
Calculate Compound Y after the second draining and replacement cycle
Compound Y volume after second replacement = 63 liters
Draining 50 liters removes 50 / 150 = 1/3 of the current mixture. Y remaining = 42 * (1 - 1/3) = 28 liters. Replacing with 50 liters of 70% Y adds 50 * 0.70 = 35 liters of Y. Total Y = 28 + 35 = 63 liters.
4
Compute final percentage of Compound Y
42%
The final volume of the tank remains 150 liters. Percentage of Y = (63 / 150) * 100% = 42%.

Key Concept

Multi-Stage Mixture Removal and Replacement
Question 785Question

A textile manufacturing plant uses two automated weaving looms, Loom PP and Loom QQ, to produce standardized fabric orders. Working alone at its constant rate, Loom PP can complete a full fabric order in 88 hours, while Loom QQ working alone at its constant rate can complete the same order in 1212 hours. Loom PP begins working on a full order alone. After 33 hours, Loom QQ joins Loom PP, and both looms work together at their respective constant rates until the order is completed. How many total hours does it take, from the moment Loom PP begins, to complete the entire fabric order?

Show answer & explanation

Answer: 66

Answer

66 hours
In the first 33 hours, Loom PP completes 3×18=383 \times \frac{1}{8} = \frac{3}{8} of the job, leaving 58\frac{5}{8} of the job remaining. When Loom QQ joins, their combined rate is 18+112=524\frac{1}{8} + \frac{1}{12} = \frac{5}{24} of the job per hour. The time needed to complete the remaining 58\frac{5}{8} of the job is 5/85/24=3\frac{5/8}{5/24} = 3 hours. Adding the initial 33 hours of solo work gives a total of 66 hours.

Step-by-Step Solution

1
Determine the individual hourly work rates of Loom PP and Loom QQ.
Rate of Loom P=18P = \frac{1}{8} order/hour; Rate of Loom Q=112Q = \frac{1}{12} order/hour.
Work rate is the reciprocal of the total time needed to complete one full unit of work.
2
Calculate the fraction of the order completed by Loom PP during its 33 hours of solo operation.
Work completed by Loom P=3×18=38P = 3 \times \frac{1}{8} = \frac{3}{8} of the order.
Work done equals rate multiplied by time spent working.
3
Find the remaining fraction of the order to be completed.
Remaining work = 138=581 - \frac{3}{8} = \frac{5}{8} of the order.
The total job represents 11 whole unit of work.
4
Calculate the combined work rate when both looms operate together.
Combined rate = 18+112=324+224=524\frac{1}{8} + \frac{1}{12} = \frac{3}{24} + \frac{2}{24} = \frac{5}{24} order/hour.
When entities work together, their individual rates add up.
5
Determine the time required for both looms together to finish the remaining work.
Time together = 5/85/24=58×245=3\frac{5/8}{5/24} = \frac{5}{8} \times \frac{24}{5} = 3 hours.
Time equals remaining work divided by the combined work rate.
6
Calculate the total time from start to finish.
Total time = 3 hours (solo)+3 hours (combined)=6 hours3 \text{ hours (solo)} + 3 \text{ hours (combined)} = 6 \text{ hours}.
The total elapsed time is the sum of the solo operating time and the combined operating time.

Key Concept

Work Rate and Combined Work
Estimated Time:2m 0s
Question 786Question

In a geometric sequence of positive numbers, the first term is 33 and the common ratio is 22. What is the value of the 5th term of this sequence?

Show answer & explanation

Answer: 4848

Answer

The 5th term of the sequence is 4848.
The nn-th term of a geometric sequence is given by an=a1rn1a_n = a_1 \cdot r^{n-1}. Substituting a1=3a_1 = 3, r=2r = 2, and n=5n = 5 gives a5=324=316=48a_5 = 3 \cdot 2^4 = 3 \cdot 16 = 48.

Step-by-Step Solution

1
Identify the formula for the nn-th term of a geometric sequence.
an=a1rn1a_n = a_1 \cdot r^{n-1}
In any geometric sequence, each term is obtained by multiplying the previous term by the common ratio rr.
2
Substitute the given values into the formula.
a5=3251=324a_5 = 3 \cdot 2^{5-1} = 3 \cdot 2^4
The first term a1=3a_1 = 3, common ratio r=2r = 2, and term number n=5n = 5.
3
Calculate the exponent and final value.
a5=316=48a_5 = 3 \cdot 16 = 48
Evaluate 24=162^4 = 16 first according to order of operations, then multiply by 3.

Key Concept

Geometric Sequence nn-th Term Formula
Question 787Question

An automated freight transport vessel completes a round trip along a 120120-mile coastal canal route from Port Alpha to Port Beta and back. On the return trip from Port Beta to Port Alpha, due to opposing currents, the vessel's constant speed was 2020 miles per hour slower than its constant speed on the trip from Port Alpha to Port Beta. If the total travel time for the entire round trip was 55 hours, what was the average speed of the vessel, in miles per hour, for the entire round trip?

Show answer & explanation

Answer: 48

Answer

The average speed of the vessel for the entire round trip is 48 miles per hour.
The total distance traveled for the round trip is 120+120=240120 + 120 = 240 miles. Setting up the time equation 120v+120v20=5\frac{120}{v} + \frac{120}{v-20} = 5 gives the quadratic equation v268v+480=0v^2 - 68v + 480 = 0, which factors into (v60)(v8)=0(v-60)(v-8) = 0. Since speed must be greater than 2020 mph for a valid return trip, the outgoing speed is 6060 mph and the return speed is 4040 mph. Dividing the total distance of 240240 miles by the total time of 55 hours yields an overall average speed of 4848 miles per hour.

Step-by-Step Solution

1
Define variables and establish time equations for each leg of the journey.
Let vv be the vessel's speed from Port Alpha to Port Beta in miles per hour. The speed from Port Beta to Port Alpha is v20v - 20 mph. Time outgoing is 120v\frac{120}{v} hours and time returning is 120v20\frac{120}{v - 20} hours.
Travel time equals distance divided by rate.
2
Set up and simplify the quadratic equation for total travel time.
120v+120v20=5    24v+24v20=1    24(v20)+24v=v(v20)    v268v+480=0\frac{120}{v} + \frac{120}{v - 20} = 5 \implies \frac{24}{v} + \frac{24}{v - 20} = 1 \implies 24(v - 20) + 24v = v(v - 20) \implies v^2 - 68v + 480 = 0.
The sum of the travel times for both legs must equal the total given trip duration of 5 hours.
3
Solve the quadratic equation to determine the valid speed vv.
Factoring (v60)(v8)=0(v - 60)(v - 8) = 0 gives roots v=60v = 60 or v=8v = 8. Since the return speed v20v - 20 must be positive, v=60v = 60 mph.
A speed of v=8v = 8 mph would produce a negative return speed, which is physically invalid.
4
Calculate the average speed for the entire round trip.
Total distance =120+120=240= 120 + 120 = 240 miles. Total time =5= 5 hours. Average speed =2405=48= \frac{240}{5} = 48 miles per hour.
Average speed over a multi-leg trip is defined as total distance divided by total time.

Key Concept

Equation Modeling and Average Speed over Multi-Leg Journeys
Estimated Time:2m 0s
Question 788Question

A delivery van travels from Warehouse A to Warehouse B at a constant speed of 4040 miles per hour and returns along the exact same route from Warehouse B to Warehouse A at a constant speed of 6060 miles per hour. If the distance between Warehouse A and Warehouse B is 120120 miles, what is the average speed of the delivery van for the entire round trip, in miles per hour?

Show answer & explanation

Answer: 48

Answer

The average speed for the entire round trip is 4848 miles per hour.
To find the average speed for the round trip, divide the total distance (240240 miles) by the total time taken (55 hours). The time taken for the first leg is 12040=3\frac{120}{40} = 3 hours, and for the return leg is 12060=2\frac{120}{60} = 2 hours. Thus, the average speed is 2405=48\frac{240}{5} = 48 miles per hour.

Step-by-Step Solution

1
Determine the total distance traveled during the round trip.
The distance from Warehouse A to B is 120120 miles, making the total round-trip distance 120+120=240120 + 120 = 240 miles.
Average speed requires the total distance for all legs of the journey.
2
Calculate time taken for each leg and find total time.
Time taken at 4040 mph is 12040=3\frac{120}{40} = 3 hours. Time taken at 6060 mph is 12060=2\frac{120}{60} = 2 hours. Total time = 3+2=53 + 2 = 5 hours.
Time equals distance divided by rate (t=drt = \frac{d}{r}).
3
Divide total distance by total time to obtain average speed.
Average speed = 240 miles5 hours=48\frac{240 \text{ miles}}{5 \text{ hours}} = 48 miles per hour.
The defining formula for average speed is Average Speed=Total DistanceTotal Time\text{Average Speed} = \frac{\text{Total Distance}}{\text{Total Time}}.

Key Concept

Average speed for a multi-leg journey is always total distance divided by total time, not the arithmetic mean of the speeds.
Question 789Question

If 32x=7|3 - 2x| = 7, what is the product of all possible real values of xx?

Show answer & explanation

Answer: 10-10

Answer

The product of all possible real values of xx is 10-10.
Solving 32x=7|3 - 2x| = 7 yields two equations: 32x=73 - 2x = 7, which gives x=2x = -2, and 32x=73 - 2x = -7, which gives x=5x = 5. Multiplying these two values together gives (2)×5=10(-2) \times 5 = -10.

Step-by-Step Solution

1
Set up two linear equations corresponding to the positive and negative cases of the absolute value expression.
32x=73 - 2x = 7 or 32x=73 - 2x = -7
By definition, a=b|a| = b (where b0b \ge 0) implies a=ba = b or a=ba = -b.
2
Solve the first linear equation for xx.
2x=4    x=2-2x = 4 \implies x = -2
Subtract 3 from both sides and divide by 2-2.
3
Solve the second linear equation for xx.
2x=10    x=5-2x = -10 \implies x = 5
Subtract 3 from both sides and divide by 2-2.
4
Calculate the product of the two solutions.
(2)×5=10(-2) \times 5 = -10
The question asks for the product of all possible real values of xx.

Key Concept

Absolute Value Equations
Question 790Question

If y=3ky = 3^k, which of the following expressions is equivalent to 9k+19^{k+1} for all real values of kk?

Show answer & explanation

Answer: 9y29y^2

Answer

The expression 9y29y^2 is equivalent to 9k+19^{k+1}.
Applying the product rule of exponents gives 9k+1=9k919^{k+1} = 9^k \cdot 9^1. Expressing 9 as 323^2 gives 9k=(32)k=(3k)29^k = (3^2)^k = (3^k)^2. Substituting y=3ky = 3^k yields 9y2=9y29 \cdot y^2 = 9y^2.

Step-by-Step Solution

1
Rewrite 9k+19^{k+1} using the product rule of exponents (am+n=amana^{m+n} = a^m \cdot a^n).
9k+1=9k91=99k9^{k+1} = 9^k \cdot 9^1 = 9 \cdot 9^k
Separating the exponent addition into a product allows simplification of the constant factor.
2
Express the base 9 in terms of base 3.
9k=(32)k=(3k)29^k = (3^2)^k = (3^k)^2
Since y=3ky = 3^k, converting base 9 to 323^2 allows substitution of yy into the expression.
3
Substitute y=3ky = 3^k into the expression.
9(3k)2=9y29 \cdot (3^k)^2 = 9y^2
Replacing 3k3^k with yy yields the simplified algebraic expression in terms of yy.

Key Concept

Properties of exponents including power of a power (am)n=amn(a^m)^n = a^{mn} and product of powers am+n=amana^{m+n} = a^m \cdot a^n.
Estimated Time:45s
Question 791Question

If xx and yy are positive real numbers such that x2y2=105x^2 - y^2 = 105 and x+y=15x + y = 15, what is the value of (x2y)2(x - 2y)^2?

Show answer & explanation

Answer: 9

Answer

The value of (x2y)2(x - 2y)^2 is 9.
Factoring x2y2x^2 - y^2 into (xy)(x+y)(x - y)(x + y) gives (xy)(15)=105(x - y)(15) = 105, which simplifies to xy=7x - y = 7. Solving the system of equations x+y=15x + y = 15 and xy=7x - y = 7 gives x=11x = 11 and y=4y = 4. Substituting these values into the target expression (x2y)2(x - 2y)^2 yields (112(4))2=32=9(11 - 2(4))^2 = 3^2 = 9.

Step-by-Step Solution

1
Apply the difference of squares factoring identity to x2y2x^2 - y^2
(xy)(x+y)=105(x - y)(x + y) = 105
The difference of two squares x2y2x^2 - y^2 factors into (xy)(x+y)(x - y)(x + y).
2
Calculate the value of xyx - y
xy=7x - y = 7
Since x+y=15x + y = 15, dividing 105 by 15 gives xy=7x - y = 7.
3
Solve the system of equations for xx and yy
x=11x = 11 and y=4y = 4
Adding (x+y)+(xy)=15+7(x + y) + (x - y) = 15 + 7 yields 2x=22    x=112x = 22 \implies x = 11. Subtracting (x+y)(xy)=157(x + y) - (x - y) = 15 - 7 yields 2y=8    y=42y = 8 \implies y = 4.
4
Evaluate the expression (x2y)2(x - 2y)^2
99
Substitute x=11x = 11 and y=4y = 4 into (x2y)2(x - 2y)^2 to obtain (112(4))2=(118)2=32=9(11 - 2(4))^2 = (11 - 8)^2 = 3^2 = 9.

Key Concept

Difference of Squares Factoring and Systems of Equations
Question 792Question

A private equity firm invested a total of $1,000,000\$1,000,000 divided between two portfolio companies, Company A and Company B. During the first year, the value of Company A increased by x%x\%, while the value of Company B decreased by x%x\%, where x>0x > 0. At the end of the first year, the value of Company A was $720,000\$720,000, and the combined value of both companies was $1,040,000\$1,040,000. If the value of Company B decreased by an additional x%x\% during the second year relative to its value at the end of the first year, what was the value, in dollars, of Company B at the end of the second year?

Show answer & explanation

Answer: 256000

Answer

The value of Company B at the end of the second year was 256,000 dollars.
By representing the initial investments as algebraic expressions involving the multiplier k=x100k = \frac{x}{100} and setting up the total initial capital equation A0+B0=1,000,000A_0 + B_0 = 1,000,000, we obtain a quadratic equation in kk. Solving (5k1)2=0(5k-1)^2 = 0 yields k=0.2k = 0.2 (x=20%x = 20\%). Decreasing Company B's Year 1 value of $320,000\$320,000 by 20%20\% gives $256,000\$256,000.

Step-by-Step Solution

1
Find the value of Company B at the end of Year 1
Year 1 value of Company B = 1,040,000720,000=320,0001,040,000 - 720,000 = 320,000 dollars
The total combined value of both companies at the end of Year 1 is given as $1,040,000.
2
Formulate algebraic expressions for initial values using rate k=x100k = \frac{x}{100}
A0=720,0001+kA_0 = \frac{720,000}{1+k} and B0=320,0001kB_0 = \frac{320,000}{1-k}
Company A increased by x%x\% so A1=A0(1+k)A_1 = A_0(1+k); Company B decreased by x%x\% so B1=B0(1k)B_1 = B_0(1-k).
3
Set up and simplify the quadratic equation for the combined initial investment
720,0001+k+320,0001k=1,000,000    25k210k+1=0\frac{720,000}{1+k} + \frac{320,000}{1-k} = 1,000,000 \implies 25k^2 - 10k + 1 = 0
Dividing by 80,00080,000 yields 91+k+41k=12.5\frac{9}{1+k} + \frac{4}{1-k} = 12.5. Multiplying through by 2(1k2)2(1-k^2) leads to 2[9(1k)+4(1+k)]=25(1k2)2[9(1-k) + 4(1+k)] = 25(1-k^2).
4
Solve for kk and determine percentage xx
(5k1)2=0    k=0.2(5k - 1)^2 = 0 \implies k = 0.2, so x=20%x = 20\%
Factoring the perfect square quadratic expression gives a unique solution for kk.
5
Compute Company B's value at the end of Year 2
320,000×(10.2)=256,000320,000 \times (1 - 0.2) = 256,000 dollars
Company B's value decreases by an additional 20%20\% of its Year 1 value (320,000320,000).

Key Concept

Algebraic Modeling of Rational/Quadratic Equations from Multi-Step Percent Change Scenarios
Estimated Time:2m 30s
Question 793Question

For a constant a>0a > 0, the quadratic equation x2ax+(2a+1)=0x^2 - ax + (2a + 1) = 0 has two real roots, rr and ss. If r2+s2=43r^2 + s^2 = 43, what is the value of aa?

Show answer & explanation

Answer: 9

Answer

The value of aa is 9.
According to Vieta's formulas, the sum of the roots of x2ax+(2a+1)=0x^2 - ax + (2a + 1) = 0 is r+s=ar + s = a and the product of the roots is rs=2a+1rs = 2a + 1. Using the identity r2+s2=(r+s)22rsr^2 + s^2 = (r + s)^2 - 2rs, substitute the Vieta expressions to obtain r2+s2=a22(2a+1)=a24a2r^2 + s^2 = a^2 - 2(2a + 1) = a^2 - 4a - 2. Setting this equal to 43 yields a24a2=43a^2 - 4a - 2 = 43, which simplifies to a24a45=0a^2 - 4a - 45 = 0. Factoring the quadratic gives (a9)(a+5)=0(a - 9)(a + 5) = 0, giving solutions a=9a = 9 or a=5a = -5. Because the problem specifies that a>0a > 0, aa must be 9. Checking the discriminant Δ=(9)24(1)(19)=5>0\Delta = (-9)^2 - 4(1)(19) = 5 > 0 confirms that two real roots exist.

Step-by-Step Solution

1
Express the sum and product of the roots in terms of aa using Vieta's formulas.
r+s=ar + s = a and rs=2a+1rs = 2a + 1
For a standard quadratic equation x2+bx+c=0x^2 + bx + c = 0, the sum of the roots is b-b and the product of the roots is cc.
2
Relate r2+s2r^2 + s^2 to (r+s)(r + s) and rsrs.
r2+s2=(r+s)22rs=a22(2a+1)=a24a2r^2 + s^2 = (r + s)^2 - 2rs = a^2 - 2(2a + 1) = a^2 - 4a - 2
Expanding (r+s)2=r2+2rs+s2(r + s)^2 = r^2 + 2rs + s^2 allows expressing r2+s2r^2 + s^2 in terms of known quantities.
3
Substitute r2+s2=43r^2 + s^2 = 43 into the equation and solve for aa.
a24a2=43    a24a45=0    (a9)(a+5)=0a^2 - 4a - 2 = 43 \implies a^2 - 4a - 45 = 0 \implies (a - 9)(a + 5) = 0
Rearranging terms forms a new quadratic equation in terms of aa.
4
Apply the positivity constraint a>0a > 0 and verify that the roots are real.
Since a>0a > 0, a=9a = 9. The discriminant of the original equation is Δ=(9)24(1)(19)=5>0\Delta = (-9)^2 - 4(1)(19) = 5 > 0, confirming real roots exist.
The question specifies that aa is positive and that rr and ss are real numbers.

Key Concept

Vieta's Formulas and Quadratic Modeling
Question 794Question

At an intellectual property law firm, a senior partner reviewed 180180 patent applications across three technical domains: Artificial Intelligence, Biotechnology, and Clean Energy. The audit revealed that 2525 applications belonged to none of these three domains. Furthermore, 9090 applications involved Artificial Intelligence, 8585 involved Biotechnology, and 8080 involved Clean Energy. If the number of applications that belonged to exactly two of these domains was three times the number of applications that belonged to all three domains, how many patent applications belonged to exactly one domain?

Show answer & explanation

Answer: 75

Answer

The total number of patent applications that belonged to exactly one domain is 7575.
The total number of applications in at least one domain is 18025=155180 - 25 = 155. Let E1E_1 be the number of applications in exactly one domain, E2E_2 in exactly two domains, and xx in all three domains. The total union is E1+E2+x=155E_1 + E_2 + x = 155, while the sum of individual set sizes is A+B+C=E1+2E2+3x=90+85+80=255|A| + |B| + |C| = E_1 + 2E_2 + 3x = 90 + 85 + 80 = 255. Subtracting the union equation from the sum equation gives E2+2x=100E_2 + 2x = 100. Given E2=3xE_2 = 3x, substituting gives 5x=100    x=205x = 100 \implies x = 20, which implies E2=60E_2 = 60. Finally, subtracting E2E_2 and xx from the total union yields E1=1556020=75E_1 = 155 - 60 - 20 = 75.

Step-by-Step Solution

1
Calculate the total number of applications in at least one domain
ABC=18025=155|A \cup B \cup C| = 180 - 25 = 155
Subtracting the applications belonging to none of the domains from the overall total yields the total number of unique applications covered by the three domains combined.
2
Formulate regional Venn diagram equations
E1+E2+x=155E_1 + E_2 + x = 155 and E1+2E2+3x=255E_1 + 2E_2 + 3x = 255
Summing individual set counts counts elements in exactly two domains twice and elements in all three domains three times.
3
Deduce the relationship between E2E_2 and xx
E2+2x=100E_2 + 2x = 100
Subtracting the equation for total union from the sum of individual sets isolates the overcounted regions.
4
Use the given proportion E2=3xE_2 = 3x to solve for xx and E2E_2
x=20x = 20 and E2=60E_2 = 60
Substituting E2=3xE_2 = 3x into E2+2x=100E_2 + 2x = 100 gives 5x=1005x = 100, so x=20x = 20 and E2=60E_2 = 60.
5
Find the number of applications belonging to exactly one domain (E1E_1)
E1=75E_1 = 75
Subtracting the count of applications in exactly two domains (6060) and all three domains (2020) from the total union (155155) gives 1556020=75155 - 60 - 20 = 75.

Key Concept

Three-Set Venn Diagram Region Partitioning
Question 795Question

A delivery truck completes an outbound trip along Route X of length dd miles at a constant average speed of vv miles per hour. On the return trip along the exact same route, heavy traffic reduces the truck's average speed by 2020 miles per hour, which increases the travel time for the return trip by 22 hours compared to the outbound trip. Later, the truck completes a trip along Route Y, which has the same distance dd as Route X, at an average speed of (v+60)(v + 60) miles per hour in exactly 22 hours. What was the truck's average speed vv, in miles per hour, on the outbound trip along Route X?

Show answer & explanation

Answer: 6060

Answer

The truck's average outbound speed vv on Route X was 6060 miles per hour.
By setting up time equations for the two legs of Route X, the distance dd is expressed as d=v(v20)10d = \frac{v(v-20)}{10}. Combining this with the relation for Route Y (d=2(v+60)d = 2(v+60)) yields the quadratic equation v240v1200=0v^2 - 40v - 1200 = 0. Factoring gives (v60)(v+20)=0(v - 60)(v + 20) = 0, yielding the valid positive speed v=60v = 60 miles per hour.

Step-by-Step Solution

1
Express the distance dd in terms of vv using the time difference on Route X.
d=v(v20)10d = \frac{v(v - 20)}{10}
The outbound time is t1=dvt_1 = \frac{d}{v} and the return time is t2=dv20t_2 = \frac{d}{v - 20}. Given t2t1=2t_2 - t_1 = 2, we have dv20dv=2    20dv(v20)=2    d=v(v20)10\frac{d}{v - 20} - \frac{d}{v} = 2 \implies \frac{20d}{v(v - 20)} = 2 \implies d = \frac{v(v - 20)}{10}.
2
Express the distance dd in terms of vv using the conditions for Route Y.
d=2(v+60)d = 2(v + 60)
Route Y has distance dd, speed (v+60)(v + 60) mph, and takes 22 hours, so d=rate×time=2(v+60)d = \text{rate} \times \text{time} = 2(v + 60).
3
Equate the two expressions for dd to form a quadratic equation in terms of vv.
v240v1200=0v^2 - 40v - 1200 = 0
Setting v(v20)10=2(v+60)\frac{v(v - 20)}{10} = 2(v + 60) yields v220v=20v+1200v^2 - 20v = 20v + 1200, which simplifies to v240v1200=0v^2 - 40v - 1200 = 0.
4
Solve the quadratic equation for vv and verify physical feasibility.
v=60v = 60
Factoring (v60)(v+20)=0(v - 60)(v + 20) = 0 gives solutions v=60v = 60 or v=20v = -20. Since speed must be positive and greater than 2020 mph (to avoid a zero or negative return speed), v=60v = 60 mph.

Key Concept

Algebraic Modeling of Multi-Leg Motion using Systems of Rational and Quadratic Equations
Question 796Question

A box contains 12 cards numbered consecutively from 1 through 12. Two cards are selected at random from the box without replacement. Given that the sum of the numbers on the two selected cards is even, what is the probability that at least one of the selected cards has a prime number on it?

Show answer & explanation

Answer: 1930\frac{19}{30}

Answer

The conditional probability that at least one selected card has a prime number on it, given that their sum is even, is 1930\frac{19}{30}.
The option offering 19/30 is correct. Given that the sum of the two cards is even, both cards must be even or both cards must be odd. Choosing 2 even cards from 6 available gives 15 pairs, and choosing 2 odd cards from 6 available gives 15 pairs, making 30 possible pairs in total for the restricted sample space. Among the even cards, 2 is prime while 4, 6, 8, 10, and 12 are non-prime (5 numbers). Among the odd cards, 3, 5, 7, and 11 are prime (4 numbers) while 1 and 9 are non-prime (2 numbers). The pairs containing no primes consist of 2 non-prime evens (10 pairs) and 2 non-prime odds (1 pair), giving 11 non-prime pairs. Subtracting from 30 yields 19 pairs with at least one prime. Thus, the conditional probability is 19/30.

Step-by-Step Solution

1
Determine the restricted sample space (Condition B: Sum of two cards is even)
Total outcomes in Condition B = 30
The sum of two integers is even if both are even or both are odd. Among numbers 1 to 12, there are 6 even numbers ({2, 4, 6, 8, 10, 12}) and 6 odd numbers ({1, 3, 5, 7, 9, 11}). The number of ways to pick 2 even cards is (62)=15\binom{6}{2} = 15, and 2 odd cards is (62)=15\binom{6}{2} = 15. Total pairs with an even sum = 15+15=3015 + 15 = 30.
2
Categorize the numbers 1 through 12 by parity and primality
Prime evens = {2} (1 number); Non-prime evens = {4, 6, 8, 10, 12} (5 numbers); Prime odds = {3, 5, 7, 11} (4 numbers); Non-prime odds = {1, 9} (2 numbers)
Note that 1 is not a prime number, and 2 is the only even prime number.
3
Count the number of pairs in the restricted sample space with NO prime numbers
11 non-prime pairs
Pairs of two evens with no primes come from non-prime evens: (52)=10\binom{5}{2} = 10 pairs. Pairs of two odds with no primes come from non-prime odds: (22)=1\binom{2}{2} = 1 pair. Total non-prime pairs = 10+1=1110 + 1 = 11.
4
Calculate favorable outcomes (Event A ∩ B) and the conditional probability
P(A|B) = 19/30
Favorable pairs with at least one prime = 3011=1930 - 11 = 19. Therefore, P(At least one primeEven sum)=1930P(\text{At least one prime} \mid \text{Even sum}) = \frac{19}{30}.

Key Concept

Conditional Probability with Restricted Sample Space
Estimated Time:2m 0s
Question 797Question

In a software development department, the numbers of Frontend developers, Backend developers, and DevOps engineers were initially in the ratio of 4:5:34 : 5 : 3, respectively. After the department hired 66 additional DevOps engineers, with no changes to the number of Frontend or Backend developers, the ratio of Backend developers to DevOps engineers became 1:11 : 1. What is the total number of developers and engineers in the department after these new hires?

Show answer & explanation

Answer: 42

Answer

The total number of developers and engineers in the department after the new hires is 42.
By setting the initial counts of Frontend developers, Backend developers, and DevOps engineers as 4x4x, 5x5x, and 3x3x, adding 6 to DevOps yields 3x+63x + 6. Equating Backend and DevOps counts gives 5x=3x+65x = 3x + 6, so x=3x = 3. Substituting x=3x = 3 into the post-hire counts gives 12 Frontend, 15 Backend, and 15 DevOps, summing to a total of 42 employees.

Step-by-Step Solution

1
Define initial quantities using a common ratio multiplier.
Let the initial numbers of Frontend developers, Backend developers, and DevOps engineers be 4x4x, 5x5x, and 3x3x, respectively.
Ratios allow representing unknown totals in terms of a single multiplier xx.
2
Express the updated counts after hiring new DevOps engineers.
Frontend = 4x4x, Backend = 5x5x, and DevOps = 3x+63x + 6.
Only the DevOps group increases by 6 while other group sizes remain unchanged.
3
Set up an equation based on the new Backend-to-DevOps ratio of 1:11 : 1.
5x=3x+6    2x=6    x=35x = 3x + 6 \implies 2x = 6 \implies x = 3.
A 1:11 : 1 ratio means the number of Backend developers equals the new number of DevOps engineers.
4
Calculate the final total number of employees.
Frontend = 4(3)=124(3) = 12, Backend = 5(3)=155(3) = 15, DevOps = 3(3)+6=153(3) + 6 = 15. Total = 12+15+15=4212 + 15 + 15 = 42.
Summing all three roles after adding the 6 new hires gives the final count.

Key Concept

Ratio scaling and setting up algebraic equations from modified multi-part ratios.
Estimated Time:1m 30s
Question 798Question

A wholesale distributor purchased a shipment of 50 units of Model A laptops and 30 units of Model B laptops for a total cost of 4,000.Tosetthelistpriceforeachmodel,thedistributormarkeduptheunitcostofModelAby404,000. To set the list price for each model, the distributor marked up the unit cost of Model A by 40% and the unit cost of Model B by 50%. During a clearance promotion, Model A was sold at a 10% discount off its list price, and Model B was sold at a 20% discount off its list price. If the distributor earned a total profit of 995 on the entire shipment of 80 laptops, what was the original purchase cost of one Model A laptop?

Show answer & explanation

Answer: $65

Answer

The original purchase cost of one Model A laptop was $65.
The original purchase cost of one Model A laptop is found by setting up a system of two linear equations: one for total cost (50x+30y=4,00050x + 30y = 4,000, or 5x+3y=4005x + 3y = 400) and one for total profit (50(0.26x)+30(0.20y)=99550(0.26x) + 30(0.20y) = 995, or 13x+6y=99513x + 6y = 995). Solving this system yields x=65x = 65, which accurately reflects the unit cost of Model A.

Step-by-Step Solution

1
Define variables and set up the total cost equation.
Let xx be the unit cost of Model A and yy be the unit cost of Model B. The equation is 50x+30y=4,00050x + 30y = 4,000, which simplifies to 5x+3y=4005x + 3y = 400.
The distributor purchased 50 units of Model A and 30 units of Model B for a total cost of $4,000.
2
Calculate the selling price and profit per unit for each model.
For Model A: List Price=1.40x\text{List Price} = 1.40x, Selling Price=1.40x×0.90=1.26x\text{Selling Price} = 1.40x \times 0.90 = 1.26x, so Profit per unit=1.26xx=0.26x\text{Profit per unit} = 1.26x - x = 0.26x.
For Model B: List Price=1.50y\text{List Price} = 1.50y, Selling Price=1.50y×0.80=1.20y\text{Selling Price} = 1.50y \times 0.80 = 1.20y, so Profit per unit=1.20yy=0.20y\text{Profit per unit} = 1.20y - y = 0.20y.
Selling prices are derived by applying the discount to the list price, and unit profit is selling price minus cost price.
3
Set up the total profit equation.
Total profit is 50(0.26x)+30(0.20y)=99550(0.26x) + 30(0.20y) = 995, which simplifies to 13x+6y=99513x + 6y = 995.
Summing the total profit from all 50 units of Model A and 30 units of Model B equals the given total profit of $995.
4
Solve the system of linear equations for xx.
Multiply 5x+3y=4005x + 3y = 400 by 2 to get 10x+6y=80010x + 6y = 800. Subtract this from 13x+6y=99513x + 6y = 995 to obtain (13x10x)+(6y6y)=995800    3x=195    x=65(13x - 10x) + (6y - 6y) = 995 - 800 \implies 3x = 195 \implies x = 65.
Eliminating yy isolates the variable xx, representing the unit purchase cost of Model A.

Key Concept

Profit, Loss, and Markup with Successive Percentages
Question 799Question

A diner offers a three-course meal deal where a customer selects 11 appetizer from a choice of 44, 11 main dish from a choice of 55, and 11 dessert from a choice of 33. How many different three-course meal combinations can a customer order?

Show answer & explanation

Answer: 6060

Answer

The total number of unique three-course meal combinations is 6060.
According to the Fundamental Counting Principle, when a process involves a series of independent decision stages, the total number of possible outcomes is the product of the number of choices available at each stage. Multiplying 44 appetizers by 55 main dishes and 33 desserts yields 4×5×3=604 \times 5 \times 3 = 60 distinct meal combinations.

Step-by-Step Solution

1
Identify the number of independent choices available at each decision stage
Appetizer choices = 44, Main dish choices = 55, Dessert choices = 33
Each course selection represents an independent decision stage.
2
Apply the Fundamental Counting Principle by multiplying the number of options for all stages
4×5×3=604 \times 5 \times 3 = 60
The total number of multi-stage outcomes is the product of the number of options at each individual stage.

Key Concept

Fundamental Counting Principle
Question 800Question

A wholesaler purchases a desk for $250\$250 and marks up the cost price by 20%20\% to establish the retail price. If the desk is sold at the retail price, what is the profit, in dollars, earned on the sale?

Show answer & explanation

Answer: 50

Answer

The profit earned on the sale of the desk is $50\$50.
The profit is calculated by finding 20%20\% of the cost price of $250\$250, which is 0.20×250=500.20 \times 250 = 50.

Step-by-Step Solution

1
Identify the cost price and markup rate from the problem statement.
Cost price =$250= \$250; Markup rate =20%= 20\%.
Markup is calculated directly as a percentage of the original cost price.
2
Multiply the cost price by the markup percentage to find the profit.
Profit=0.20×250=50\text{Profit} = 0.20 \times 250 = 50.
Taking 20%20\% of the $250\$250 purchase price gives the exact dollar markup/profit.

Key Concept

Dollar profit is calculated as the markup percentage multiplied by the cost price.
PreviousPage 40 / 110Next
All practice questions — GMAT | Examkin