All practice questions

2195 questions

Question 301Question

Let N=2x×3y×7zN = 2^x \times 3^y \times 7^z, where xx, yy, and zz are positive integers. If NN is a multiple of 8484 and N2N^2 has exactly 4545 positive integer divisors, what is the value of x+y+zx + y + z?

Show answer & explanation

Answer: 4

Answer

4
The prime factorization of 84 is 22×31×712^2 \times 3^1 \times 7^1. Because NN is a multiple of 84, we must have x2x \ge 2, y1y \ge 1, and z1z \ge 1. The number of positive divisors of N2=22x×32y×72zN^2 = 2^{2x} \times 3^{2y} \times 7^{2z} is (2x+1)(2y+1)(2z+1)=45(2x+1)(2y+1)(2z+1) = 45. Given x2x \ge 2, 2x+152x+1 \ge 5, while 2y+132y+1 \ge 3 and 2z+132z+1 \ge 3. The only set of three factors of 45 meeting these criteria is {5,3,3}\{5, 3, 3\}, giving x=2,y=1,z=1x=2, y=1, z=1. The sum is 2+1+1=42 + 1 + 1 = 4.

Step-by-Step Solution

1
Find the prime factorization of 84 to set lower bounds on x,y,zx, y, z.
84=22×31×7184 = 2^2 \times 3^1 \times 7^1, so x2x \ge 2, y1y \ge 1, and z1z \ge 1.
Since NN is a multiple of 84, its prime factorization must contain at least the prime factors of 84 with at least the same exponents.
2
Express the number of divisors of N2N^2.
N2=22x×32y×72zN^2 = 2^{2x} \times 3^{2y} \times 7^{2z}, so the number of positive divisors is (2x+1)(2y+1)(2z+1)=45(2x + 1)(2y + 1)(2z + 1) = 45.
Squaring a number doubles all its prime exponents, and the total number of divisors of p1e1p2e2p_1^{e_1} p_2^{e_2} \dots is (e1+1)(e2+1)(e_1 + 1)(e_2 + 1)\dots.
3
Determine the unique valid integer solution for (2x+1)(2x+1), (2y+1)(2y+1), and (2z+1)(2z+1).
Since x2x \ge 2, 2x+152x + 1 \ge 5. Since y,z1y, z \ge 1, 2y+132y+1 \ge 3 and 2z+132z+1 \ge 3. The factor triples of 45 into three odd factors 3\ge 3 is uniquely 5×3×35 \times 3 \times 3.
Factoring 45 gives 45=5×3×345 = 5 \times 3 \times 3 as the only breakdown satisfying 2x+152x+1 \ge 5.
4
Solve for x,y,zx, y, z and compute their sum.
2x+1=5    x=22x + 1 = 5 \implies x = 2, 2y+1=3    y=12y + 1 = 3 \implies y = 1, and 2z+1=3    z=12z + 1 = 3 \implies z = 1. Thus x+y+z=2+1+1=4x + y + z = 2 + 1 + 1 = 4.
Equating individual factors yields the exact exponent values.

Key Concept

Prime Factorization and Divisors of Powers of Integers
Question 302Question

In a biotechnology laboratory with 200200 research scientists, a survey was conducted regarding the use of three analytical instruments: Mass Spectrometers, NMR Spectrometers, and X-ray Diffractometers. The survey revealed that 9595 scientists use Mass Spectrometers, 8080 use NMR Spectrometers, and 7575 use X-ray Diffractometers. Exactly 2020 scientists use only Mass Spectrometers and NMR Spectrometers, exactly 1515 use only NMR Spectrometers and X-ray Diffractometers, and exactly 1010 use only Mass Spectrometers and X-ray Diffractometers. If 1515 scientists use all three instruments, how many scientists do not use any of these three instruments?

Show answer & explanation

Answer: 2525

Answer

25 scientists do not use any of the three instruments.
The total number of scientists using at least one instrument is calculated by summing all disjoint regions: the scientists using only one instrument (50+30+35=11550 + 30 + 35 = 115), the scientists using exactly two instruments (20+15+10=4520 + 15 + 10 = 45), and the scientists using all three instruments (1515). This yields 115+45+15=175115 + 45 + 15 = 175 scientists who use at least one instrument. Subtracting this from the total sample of 200200 scientists gives 200175=25200 - 175 = 25 scientists who use none of the three instruments.

Step-by-Step Solution

1
Identify the number of scientists in each distinct overlapping region
Regions with exactly two instruments are given as 20, 15, and 10. The region with all three instruments is 15.
To find the number of single-instrument users without double-counting, all overlapping regions must be isolated.
2
Calculate the number of scientists using only one instrument
Mass Spectrometers only: 95(20+10+15)=5095 - (20 + 10 + 15) = 50. NMR Spectrometers only: 80(20+15+15)=3080 - (20 + 15 + 15) = 30. X-ray Diffractometers only: 75(10+15+15)=3575 - (10 + 15 + 15) = 35.
Subtracting all shared regions from each set's total yields the exclusive users of that single instrument.
3
Sum all mutually exclusive regions to find the total number of scientists using at least one instrument
Total using at least one = (Only 1 instrument) + (Only 2 instruments) + (All 3 instruments) = (50+30+35)+(20+15+10)+15=115+45+15=175(50 + 30 + 35) + (20 + 15 + 10) + 15 = 115 + 45 + 15 = 175.
The sum of disjoint regions equals the cardinality of the union of all three sets.
4
Subtract the number of scientists using at least one instrument from the total surveyed scientists
Scientists using none = 200175=25200 - 175 = 25.
The set of scientists using none of the instruments is the complement of the union set.

Key Concept

3-Set Venn Diagram Inclusion-Exclusion Principle

Alternative Method

Using the 3-Set Inclusion-Exclusion formula: Total = |A| + |B| + |C| - (|A∩B| + |B∩C| + |A∩C|) + |A∩B∩C| + Neither. Note that |A∩B| = (only A and B) + |A∩B∩C| = 20 + 15 = 35, |B∩C| = 15 + 15 = 30, and |A∩C| = 10 + 15 = 25. Thus, 200 = 95 + 80 + 75 - (35 + 30 + 25) + 15 + Neither => 200 = 250 - 90 + 15 + Neither => 200 = 175 + Neither => Neither = 25.
Estimated Time:2m 0s
Question 303Question

If x=7+43x = \sqrt{7 + 4\sqrt{3}}, what is the value of x1xx - \frac{1}{x}?

Show answer & explanation

Answer: 232\sqrt{3}

Answer

232\sqrt{3}
The expression under the outer radical, 7+437 + 4\sqrt{3}, can be rewritten as (2+3)2(2 + \sqrt{3})^2 because 22+2(2)(3)+(3)2=4+43+3=7+432^2 + 2(2)(\sqrt{3}) + (\sqrt{3})^2 = 4 + 4\sqrt{3} + 3 = 7 + 4\sqrt{3}. Taking the square root gives x=2+3x = 2 + \sqrt{3}. The reciprocal 1x\frac{1}{x} is 12+3=23\frac{1}{2 + \sqrt{3}} = 2 - \sqrt{3}. Thus, x1x=(2+3)(23)=23x - \frac{1}{x} = (2 + \sqrt{3}) - (2 - \sqrt{3}) = 2\sqrt{3}.

Step-by-Step Solution

1
Un-nest the radical 7+43\sqrt{7 + 4\sqrt{3}} by expressing 7+437 + 4\sqrt{3} as a perfect square (a+b3)2(a + b\sqrt{3})^2.
(a+b3)2=a2+3b2+2ab3=7+43(a + b\sqrt{3})^2 = a^2 + 3b^2 + 2ab\sqrt{3} = 7 + 4\sqrt{3}, which yields a=2a = 2 and b=1b = 1, so x=2+3x = 2 + \sqrt{3}.
Recognizing nested radicals in the form A+BC\sqrt{A + B\sqrt{C}} allows simplification into a binomial radical.
2
Find the reciprocal 1x\frac{1}{x} by rationalizing the denominator.
\frac{1}{2 + \sqrt{3}} = \frac{2 - \sqrt{3}}{(2 + \sqrt{3})(2 - \sqrt{3})} = \frac{2 - \sqrt{3}}{4 - 3} = 2 - \sqrt{3}.
Multiplying the numerator and denominator by the conjugate clears the radical from the denominator.
3
Calculate the difference x1xx - \frac{1}{x}.
(2 + \sqrt{3}) - (2 - \sqrt{3}) = 2 + \sqrt{3} - 2 + \sqrt{3} = 2\sqrt{3}.
Subtracting the reciprocal isolates the irrational component.

Key Concept

Simplification of nested radicals and rationalizing denominators using algebraic conjugates.
Estimated Time:1m 30s
Question 304Question

A bookstore chain recently added coffee cafes inside all of its retail locations to boost overall bookstore sales. During the twelve months following the installation of the cafes, total sales at these bookstores increased by 15 percent. The management concluded that adding the cafes was the primary cause of the increase in sales. Which of the following, if true, most seriously weakens the management's argument?

Show answer & explanation

Answer: During the same twelve-month period, the bookstore chain's primary regional competitor closed all of its stores, driving a large influx of new customers to remaining bookstores.

Answer

The statement showing that a major regional competitor closed all stores during the same timeframe most seriously weakens the argument by providing an alternative cause for the increase in sales.
The correct answer weakens the argument by introducing an alternative explanation for the 15 percent increase in bookstore sales. If a major competitor closed all its stores during the exact same period, the sudden influx of displaced customers would account for the sales surge regardless of whether the cafes were added.

Step-by-Step Solution

1
Identify the conclusion and premise of the argument.
Premise: Bookstores added cafes, and total sales rose by 15 percent over the next year. Conclusion: Adding the cafes caused the 15 percent sales increase.
Understanding the precise causal claim is essential for finding the flaw or assumption.
2
Identify the underlying unstated assumption.
The author assumes that no other external factor was responsible for the 15 percent increase in sales during that timeframe.
Causal arguments rely on the assumption that correlation implies causation and that alternative causes are absent.
3
Evaluate the options to find new information that breaks the causal connection.
The option noting the closure of the primary regional competitor introduces an independent, plausible alternative cause for the sudden rise in sales.
Demonstrating an alternative explanation directly undermines the conclusion that the cafes were the primary driver of growth.

Key Concept

Causal Reasoning and Alternative Explanations
Question 305Question

A set of 77 positive integers has an arithmetic mean of 1616, a median of 1515, a unique mode of 1212, and a range of 1414. What is the maximum possible value of the largest integer in this set?

Show answer & explanation

Answer: 26

Answer

The maximum possible value of the largest integer in the set is 26.
The total sum of the 7 positive integers is 7×16=1127 \times 16 = 112. Ordering the terms as abcdefga \le b \le c \le d \le e \le f \le g, the median constraint gives d=15d = 15. The range constraint gives ga=14g - a = 14, or g=a+14g = a + 14. To maximize gg, we need to maximize aa. Because 12 is the unique mode of the set, 12 must appear at least twice. Since d=15d = 15, the number 12 can only occupy positions a,b,a, b, or cc, which means a12a \le 12. Setting a=12a = 12 gives the maximum value g=12+14=26g = 12 + 14 = 26. A valid set achieving this is {12,12,12,15,15,20,26}\{12, 12, 12, 15, 15, 20, 26\}, which sums to 112 and meets all statistical constraints.

Step-by-Step Solution

1
Determine the sum of the set
Sum = 112
The mean of 7 positive integers is 16, so the sum is 7 times 16.
2
Apply median and range constraints
d = 15 and a = g - 14
In a sorted set of 7 integers, the 4th element is the median (15), and range is the difference between the largest element g and smallest element a.
3
Bound the smallest element using the mode constraint
a <= 12, so max g = 12 + 14 = 26
Since 12 is the unique mode, it must occur at least twice. Because elements are sorted and median is 15, 12 must be among the first three terms, so the smallest element a cannot exceed 12.
4
Verify existence of a valid set with g = 26
Set {12, 12, 12, 15, 15, 20, 26} satisfies all conditions
The sum is 112, median is 15, mode is 12 (appears 3 times), and range is 26 - 12 = 14.

Key Concept

Extremal problems involving mean, median, mode, and range constraints
Question 306Question

A logistics firm generates a 4-character tracking code, c1c2c3c4c_1 c_2 c_3 c_4, for express parcels according to the following rules:
- The first character, c1c_1, must be a non-zero digit (11 through 99).
- The second character, c2c_2, must be a vowel chosen from the set {A, E, I, O, U}\{\text{A, E, I, O, U}\}.
- The third character, c3c_3, must be an even digit (0,2,4,6,80, 2, 4, 6, 8).
- The fourth character, c4c_4, must be a consonant chosen from the set {B, F, G, K, M, P}\{\text{B, F, G, K, M, P}\}.

If no digit may be repeated within the code, how many different tracking codes can be created?

Show answer & explanation

Answer: 1230

Answer

1230
To find the total number of unique tracking codes, calculate the independent choices for letters and dependent choices for digits. For digits c1c_1 and c3c_3, if c1c_1 is odd (1,3,5,7,91, 3, 5, 7, 9), there are 5×5=255 \times 5 = 25 ways to choose c3c_3. If c1c_1 is even (2,4,6,82, 4, 6, 8), there are 4×4=164 \times 4 = 16 ways to choose c3c_3, giving 4141 valid digit pairs. Multiplying by the 55 vowel options for c2c_2 and 66 consonant options for c4c_4 yields 41×5×6=123041 \times 5 \times 6 = 1230.

Step-by-Step Solution

1
Determine valid digit choices for c1c_1 and c3c_3 considering the non-repetition constraint
Split into Case 1 (c1c_1 is odd) and Case 2 (c1c_1 is even)
The availability of even digits for c3c_3 depends on whether c1c_1 uses an even or odd digit.
2
Calculate the number of ways to pick c1c_1 and c3c_3
Case 1 (c1{1,3,5,7,9}c_1 \in \{1, 3, 5, 7, 9\}): 5×5=255 \times 5 = 25 ways. Case 2 (c1{2,4,6,8}c_1 \in \{2, 4, 6, 8\}): 4×4=164 \times 4 = 16 ways. Total digit combinations = 25+16=4125 + 16 = 41.
If c1c_1 is odd, all 5 even digits remain for c3c_3. If c1c_1 is even, only 4 even digits remain for c3c_3.
3
Calculate the number of ways to pick letters c2c_2 and c4c_4
5 choices for c2c_2 and 6 choices for c4c_4, giving 5×6=305 \times 6 = 30 letter combinations.
Vowels and consonants are chosen independently from distinct sets without restrictions between them.
4
Multiply independent stage outcomes using the Fundamental Counting Principle
41×30=123041 \times 30 = 1230
The overall number of distinct codes is the product of digit pair combinations and letter pair combinations.

Key Concept

Fundamental Counting Principle with Conditional Restrictions
Question 307Question

A high-speed passenger train travels from Station X to Station Y at a constant speed of 6060 miles per hour. On the return trip along the exact same track, due to maintenance, the train travels at a constant speed of 4040 miles per hour. What is the average speed of the train, in miles per hour, for the entire round trip?

Show answer & explanation

Answer: 4848

Answer

4848 miles per hour
Average speed is defined as total distance divided by total time. Setting distance as dd, the outbound travel time is d60\frac{d}{60} and the return time is d40\frac{d}{40}. The total distance is 2d2d and total time is 5d120=d24\frac{5d}{120} = \frac{d}{24}. Dividing total distance 2d2d by total time d24\frac{d}{24} gives 4848 miles per hour.

Step-by-Step Solution

1
Define variables for distance and time for each leg of the journey.
Let the distance between Station X and Station Y be dd miles. Outbound time t1=d60t_1 = \frac{d}{60} hours, and return time t2=d40t_2 = \frac{d}{40} hours.
Average speed is defined as total distance divided by total time, not the simple average of speeds.
2
Calculate total distance and total time.
Total distance =d+d=2d= d + d = 2d. Total time =t1+t2=d60+d40=2d+3d120=5d120=d24= t_1 + t_2 = \frac{d}{60} + \frac{d}{40} = \frac{2d + 3d}{120} = \frac{5d}{120} = \frac{d}{24} hours.
Summing individual distances and times provides the components needed for the average speed formula.
3
Divide total distance by total time to find the average speed.
Average speed =2dd24=2d×24d=48= \frac{2d}{\frac{d}{24}} = 2d \times \frac{24}{d} = 48 miles per hour.
Executing the division yields the overall rate for the trip.

Key Concept

Average Speed for Multi-Leg Trips
Question 308Question
If real numbers xx and yy satisfy the system of equations:
3x5y=283x - 5y = 28
x(x2y)=3y(x2y)x(x - 2y) = 3y(x - 2y)
where x2yx \neq 2y, what is the value of x+yx + y?
Show answer & explanation

Answer: 28

Answer

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

Step-by-Step Solution

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

Key Concept

Solving Systems of Linear Equations by Algebraic Reduction
Question 309Question

A artisanal coffee shop creates a custom blend using three grades of coffee beans: Grade P costing 10perpound,GradeQcosting10 per pound, Grade Q costing 15 per pound, and Grade R costing 25perpound.TheweightratioofGradePtoGradeQinthemixtureis25 per pound. The weight ratio of Grade P to Grade Q in the mixture is 3 : 2 .Iftheweightedaveragecostofthetotalmixtureis. If the weighted average cost of the total mixture is 18 per pound, what fraction of the total mixture, by weight, consists of Grade R?

Show answer & explanation

Answer: 613\frac{6}{13}

Answer

The fraction of the total mixture, by weight, that consists of Grade R is 613\frac{6}{13}.
First, find the weighted average price of Grades P and Q together using their given weight ratio of 3:23 : 2: 3(10)+2(15)3+2=605=$12\frac{3(10) + 2(15)}{3 + 2} = \frac{60}{5} = \$12 per pound. Next, treat the entire mixture as a combination of two parts: the (P+Q) group at 12perpoundandGradeRat12 per pound and Grade R at 25 per pound. Let WPQW_{PQ} be the weight of the (P+Q) group and WRW_R be the weight of Grade R. Setting up the weighted average gives 12WPQ+25WR=18(WPQ+WR)12 W_{PQ} + 25 W_R = 18(W_{PQ} + W_R), which simplifies to 7WR=6WPQ7 W_R = 6 W_{PQ}, or WR=67WPQW_R = \frac{6}{7} W_{PQ}. The fraction of the total mixture represented by Grade R is WRWPQ+WR=6/7WPQWPQ+6/7WPQ=613\frac{W_R}{W_{PQ} + W_R} = \frac{6/7 W_{PQ}}{W_{PQ} + 6/7 W_{PQ}} = \frac{6}{13}.

Step-by-Step Solution

1
Calculate the average cost per pound of the combined P and Q mixture.
Average cost of P and Q mixture = 3($10)+2($15)3+2=30+305=$12\frac{3(\$10) + 2(\$15)}{3 + 2} = \frac{30 + 30}{5} = \$12 per pound.
Since Grade P and Grade Q are present in a weight ratio of 3:23 : 2, their combined per-pound cost must be weighted by these relative amounts.
2
Set up a weighted average equation for the combined mixture of (P + Q) and Grade R.
Let WPQW_{PQ} be the weight of the P and Q combined mixture, and WRW_R be the weight of Grade R. The total cost equation is 12WPQ+25WR=18(WPQ+WR)12 W_{PQ} + 25 W_R = 18 (W_{PQ} + W_R).
The entire mixture consists of the combined P+Q component costing 12/lbandGradeRcosting12/lb and Grade R costing 25/lb, yielding a final weighted average of $18/lb.
3
Solve for the ratio of WRW_R to WPQW_{PQ}.
12WPQ+25WR=18WPQ+18WR    7WR=6WPQ    WRWPQ=6712 W_{PQ} + 25 W_R = 18 W_{PQ} + 18 W_R \implies 7 W_R = 6 W_{PQ} \implies \frac{W_R}{W_{PQ}} = \frac{6}{7}.
Expanding and rearranging terms isolates the relationship between the weight of Grade R and the combined weight of Grades P and Q.
4
Convert the part-to-part ratio into the part-to-whole fraction for Grade R.
\text{Fraction of Grade R} = \frac{W_R}{W_{PQ} + W_R} = \frac{6}{7 + 6} = \frac{6}{13}.
The question asks for the fraction of the total mixture, which requires dividing the weight of Grade R by the total combined weight of all three grades.

Key Concept

Weighted Average of Sub-groups and Combined Sets
Estimated Time:2m 0s
Question 310Question

Passage:

For much of the twentieth century, monetary historians viewed the establishment of the Bank of Amsterdam in 1609 primarily as a passive response to currency chaos—an institution created solely to stabilize debased coinage by offering accounts denominated in standardized bank money. Under this conventional framework, the bank's historical significance lay exclusively in its pioneer role as a clearinghouse that reduced transaction costs for international merchants.

However, recent archival re-examinations by institutional economists challenge this strictly transactional narrative. Scholars argue that while coin stabilization was indeed the bank's initial mandate, its operational evolution transformed it into a precursor of macroprudential central banking. By systematically managing money supply through bullion operations and maintaining liquidity reserves far exceeding contemporary mercantile norms, the bank actively steered interest rate stability across Northern Europe for over a century.

This conceptual shift does not merely refine historical chronology; it fundamentally recharacterizes early modern financial institutions. Rather than viewing central banking as an invention of late-eighteenth-century industrial states responding to sovereign debt crises, the revisionist synthesis demonstrates that core central-banking functions emerged organically from the private-settlement demands of merchant republics. Thus, the bank's ultimate importance derives not from its static role in coin stabilization, but from its dynamic orchestration of regional credit systems.

Based on the passage above, evaluate the following statement:

The primary purpose of the passage is to re-evaluate a traditional historical perspective regarding an early financial institution by presenting recent revisionist scholarship.

Show answer & explanation

Answer: True

Answer

True. The statement correctly identifies that the primary purpose of the passage is to re-evaluate a traditional historical view of the Bank of Amsterdam using recent revisionist scholarship.
The statement is true because the passage explicitly structures its narrative around contrasting an older, traditional view of the Bank of Amsterdam with modern revisionist scholarship that attributes broader macroprudential central-banking functions to the institution.

Step-by-Step Solution

1
Analyze the structural organization and paragraph functions of the passage.
Paragraph 1 outlines the conventional historical view (passive clearinghouse). Paragraph 2 introduces a contrast via revisionist scholarship (active central banking functions). Paragraph 3 articulates the broader historical and theoretical significance of this revisionist insight.
Tracking structural pivots and paragraph objectives establishes the overall purpose of the passage.
2
Evaluate whether the statement captures the overall scope or merely a supporting detail.
The statement describes the macro-level objective of contrasting traditional views with new revisionist research, which encompasses all three paragraphs.
A primary purpose statement must accurately reflect the passage as a whole rather than isolated facts within it.

Key Concept

Identifying Primary Purpose and Main Idea
Question 311Question

Consider a passage discussing a scientific debate regarding avian evolution. Read the four structural descriptions of the passage's paragraphs below and arrange them in the logical sequence of the author's rhetorical plan from the first paragraph to the last paragraph.

Drag items to arrange them in the correct order

Show answer & explanation

Answer

The logical sequence of the passage moves from introducing the traditional hypothesis, to presenting conflicting evidence, offering a reconciling synthesis, and concluding with wider implications.
The correct ordering follows a classic academic structure: establishing a traditional baseline view, introducing disruptive counter-evidence, resolving the tension with a new framework, and evaluating future applications.

Step-by-Step Solution

1
Identify the introductory paragraph's role.
The stage presenting the traditional hypothesis and its supporting evidence comes first.
Academic arguments establish the conventional perspective before introducing challenges or new developments.
2
Identify the rhetorical pivot.
The stage introducing anomalous fossil discoveries follows the traditional hypothesis.
Counter-evidence is introduced to challenge the established view and create the central debate.
3
Locate the resolution of the debate.
The stage proposing a novel model that reconciles old and new data comes third.
A synthesis or new theory logically follows the presentation of conflicting data.
4
Determine the concluding function.
The stage outlining broader implications for future research comes last.
Concluding paragraphs in GMAT Reading Comprehension passages typically address the wider significance of the presented argument.

Key Concept

Determining Paragraph Function and Structural Role
Question 312Question

Data set SS consists of the four integers 4,8,12,4, 8, 12, and 1616. A fifth integer kk, which is greater than the mean of data set SS, is added to the set to form data set T={4,8,12,16,k}T = \{4, 8, 12, 16, k\}. If the standard deviation of data set TT is equal to the standard deviation of data set SS, what is the value of kk?

Show answer & explanation

Answer: 15

Answer

The value of kk is 15.
The variance of the original set S={4,8,12,16}S = \{4, 8, 12, 16\} is 20 with a mean of 10. Adding kk creates a 5-element set TT with mean 40+k5\frac{40+k}{5}. Setting the variance of set TT equal to 20 yields the quadratic equation k220k+75=0k^2 - 20k + 75 = 0, which factors as (k5)(k15)=0(k-5)(k-15) = 0. Since kk must be greater than 10, the correct answer is 15.

Step-by-Step Solution

1
Calculate the mean and variance of data set SS.
Mean μS=10\mu_S = 10 and variance σS2=20\sigma_S^2 = 20.
Determining the baseline mean and variance for the initial dataset of 4 elements.
2
Express the mean and variance of data set T={4,8,12,16,k}T = \{4, 8, 12, 16, k\} algebraically in terms of kk.
Mean μT=40+k5\mu_T = \frac{40+k}{5} and variance σT2=480+k25(40+k5)25\sigma_T^2 = \frac{480 + k^2 - 5\left(\frac{40+k}{5}\right)^2}{5}.
Formulating the standard deviation equation for the expanded dataset.
3
Equate σT2\sigma_T^2 to σS2=20\sigma_S^2 = 20 and solve for kk.
The resulting quadratic equation k220k+75=0k^2 - 20k + 75 = 0 yields solutions k=5k = 5 and k=15k = 15.
Finding all potential values of kk that leave the dataset's standard deviation unchanged.
4
Apply the condition that kk must be strictly greater than the mean of data set SS (μS=10\mu_S = 10).
k=15k = 15.
Rejecting k=5k = 5 because it is less than 10.

Key Concept

Standard deviation measures the average distance of data points from the mean. Adding a value to a dataset shifts the mean and alters variance; finding when the standard deviation remains unchanged requires solving the quadratic relationship generated by the addition of the new element.
Question 313Question

An executive drives from Office A to Office B, a distance of 120120 miles, at a constant speed of 4040 miles per hour. After spending exactly 11 hour at Office B for a meeting, she returns to Office A along the exact same route at a constant speed of 6060 miles per hour. What is her average speed, in miles per hour, for the entire round trip including the time spent at Office B?

Show answer & explanation

Answer: 4040

Answer

The average speed for the entire round trip, including the meeting time, is 4040 miles per hour.
To find the average speed for the entire trip, divide total distance covered by total time elapsed. The total distance is 120+120=240120 + 120 = 240 miles. The travel time outbound is 120/40=3120 / 40 = 3 hours, and the travel time return is 120/60=2120 / 60 = 2 hours. Including the 11-hour meeting at Office B, the total elapsed time is 3+1+2=63 + 1 + 2 = 6 hours. Thus, the overall average speed is 240/6=40240 / 6 = 40 miles per hour.

Step-by-Step Solution

1
Calculate the travel time for the outbound leg from Office A to Office B.
Timeoutbound=120 miles40 mph=3 hours\text{Time}_{\text{outbound}} = \frac{120\text{ miles}}{40\text{ mph}} = 3\text{ hours}.
Time equals distance divided by speed.
2
Calculate the travel time for the return leg from Office B to Office A.
Timereturn=120 miles60 mph=2 hours\text{Time}_{\text{return}} = \frac{120\text{ miles}}{60\text{ mph}} = 2\text{ hours}.
Time equals distance divided by speed.
3
Determine the total distance and total elapsed time for the entire trip.
Total Distance=120+120=240 miles\text{Total Distance} = 120 + 120 = 240\text{ miles}; Total Time=3 hours (outbound)+1 hour (meeting)+2 hours (return)=6 hours\text{Total Time} = 3\text{ hours (outbound)} + 1\text{ hour (meeting)} + 2\text{ hours (return)} = 6\text{ hours}.
Average speed requires total distance divided by total time elapsed, which must include non-moving meeting time.
4
Calculate the overall average speed.
Average Speed=240 miles6 hours=40 miles per hour\text{Average Speed} = \frac{240\text{ miles}}{6\text{ hours}} = 40\text{ miles per hour}.
Divide total distance by total time.

Key Concept

Average Speed for Multi-Leg Journeys
Estimated Time:2m 0s
Question 314Question

For decades, neoclassical economic theory operated on the assumption that market participants behave as strictly rational actors, driven solely by the goal of utility maximization. According to this traditional paradigm, individuals process all available information without bias, enabling markets to reach equilibrium efficiently. This theoretical framework provided elegant mathematical models for predicting market behavior, establishing a baseline against which economic anomalies were measured.

However, the emergence of behavioral economics in the late twentieth century challenged these foundational assumptions. Drawing on psychological research, behavioral economists demonstrated that human decision-making is systematically subject to cognitive biases and heuristics. For example, concepts such as loss aversion—the tendency to prefer avoiding losses over acquiring equivalent gains—revealed that real-world market actors frequently depart from pure economic rationality. Consequently, behavioral scholars argued that market prices often reflect collective psychological tendencies rather than purely objective fundamental valuations.

Today, contemporary financial literature increasingly attempts to synthesize these two opposing perspectives. Rather than viewing neoclassical theory and behavioral economics as mutually exclusive, modern researchers propose hybrid frameworks. These integrative models acknowledge that while rationality serves as an important long-term anchor for asset pricing, psychological biases induce significant short-term deviations. By delineating the specific conditions under which cognitive distortions override rational calculation, this emerging synthesis offers a more comprehensive understanding of market dynamics.

Which of the following best describes the function of the second paragraph in the passage as a whole?

Show answer & explanation

Answer: It introduces an alternative perspective that challenges the fundamental assumptions of the framework presented in the first paragraph.

Answer

The second paragraph functions to introduce an opposing viewpoint (behavioral economics) that questions the core assumption of rationality detailed in the first paragraph.
The correct option accurately identifies that the second paragraph introduces behavioral economics as a counter-perspective that challenges the assumption of rational actors established in the first paragraph.

Step-by-Step Solution

1
Analyze the structural role of the first paragraph
The first paragraph establishes the traditional neoclassical model based on the assumption of rational market participants.
Understanding the context of the opening paragraph is essential to determining how subsequent paragraphs relate to it.
2
Identify structural transition markers and main focus of the second paragraph
The paragraph starts with 'However' and describes how behavioral economics challenged neoclassical assumptions using cognitive bias research.
Transition words signal a change in direction or argument structure within the text.
3
Evaluate the second paragraph's function in relation to the entire passage
The second paragraph introduces a counter-perspective to the first paragraph, setting up the synthesis presented in the third paragraph.
A paragraph's structural function is defined by its role in building the passage's overall argument progression.

Key Concept

Determining Paragraph Function and Structural Role
Estimated Time:1m 30s
Question 315Question

A chef is arranging 6 distinct dishes—3 appetizers and 3 main courses—in a single straight row on a serving table for a culinary presentation. If all 3 appetizers must be placed adjacent to one another and all 3 main courses must also be placed adjacent to one another, in how many different linear arrangements can the dishes be displayed?

Show answer & explanation

Answer: 72

Answer

72
To find the number of valid linear arrangements, treat the 3 appetizers as a single group and the 3 main courses as another single group. There are 2!=22! = 2 ways to arrange these two groups on the table (appetizers first or main courses first). Within the appetizer group, the 3 distinct dishes can be arranged in 3!=63! = 6 ways. Within the main course group, the 3 distinct dishes can also be arranged in 3!=63! = 6 ways. By the Fundamental Counting Principle, the total number of linear arrangements is 2!×3!×3!=2×6×6=722! \times 3! \times 3! = 2 \times 6 \times 6 = 72.

Step-by-Step Solution

1
Group the dishes into distinct blocks based on the given adjacency restriction.
Create Block A (containing all 3 appetizers) and Block M (containing all 3 main courses).
Because items of the same category must remain adjacent, each category functions as a single compound element.
2
Calculate the number of ways to arrange the 2 blocks relative to each other.
Number of block arrangements = 2!=22! = 2.
The two blocks can be placed in order (Block A then Block M) or (Block M then Block A).
3
Calculate the internal permutations within each block.
Internal arrangements for appetizers = 3!=63! = 6, and internal arrangements for main courses = 3!=63! = 6.
Each category consists of 3 distinct dishes that can be permuted among themselves.
4
Apply the Fundamental Counting Principle to find total linear arrangements.
Total arrangements = 2!×3!×3!=2×6×6=722! \times 3! \times 3! = 2 \times 6 \times 6 = 72.
The decision steps are independent, so their possible outcomes are multiplied.

Key Concept

Permutations with Block Restrictions (Grouping Method)

Practice More

Try solving a problem where only one specific subset of items must remain together while the rest can be arranged freely.

Alternative Method

Alternatively, place the first appetizer in slot 1 (3 choices). The remaining appetizers must take slots 2 and 3 (2 choices and 1 choice). Then slots 4, 5, 6 must be filled by main courses (3 choices, 2 choices, 1 choice). This gives 3×2×1×3×2×1=363 \times 2 \times 1 \times 3 \times 2 \times 1 = 36 ways when appetizers are placed first. Symmetrically, placing main courses in slots 1 to 3 gives another 36 ways, totaling 36+36=7236 + 36 = 72 ways.
Estimated Time:1m 30s
Question 316Question

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

Show answer & explanation

Answer: $675

Answer

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

Step-by-Step Solution

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

Key Concept

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

For decades, organizational theorists operated on the assumption that strict adherence to the 'unity of command' principle—where each employee reports to a single manager—was indispensable for corporate efficiency. Originating in early twentieth-century administrative doctrine, this hierarchical structure was designed to maintain operational clarity and clear accountability in large-scale industrial enterprises.

However, the rapid diversification of consumer markets in the 1960s exposed severe rigidities in traditional functional hierarchies. In response, enterprise strategists championed the 'matrix structure,' an organizational model that overlays project-based product teams across conventional functional departments. Proponents argued that requiring managers to report dual-linearly—to both a functional director and a project leader—would foster cross-disciplinary innovation and accelerate product development timelines. By dismantling functional silos, matrix management was projected to combine the technical depth of specialized departments with the agility of dedicated project units.

Nevertheless, subsequent empirical studies of corporate governance reveal that the matrix model introduced distinct structural pathologies. Dual reporting lines frequently generated conflicting priorities between functional heads seeking standardized procedures and project directors demanding rapid customized output. Far from streamlining administrative workflows, this systemic friction often paralyzed middle management in protracted consensus-building cycles. Consequently, while the matrix architecture represented a sophisticated attempt to reconcile competing operational demands, its implementation ultimately demonstrated that flexibility achieved at the expense of structural clarity creates severe governance friction.

Which of the following best describes the primary purpose of the passage?

Show answer & explanation

Answer: To evaluate a shift in organizational strategy by examining both its underlying rationale and its operational limitations.

Answer

The primary purpose of the passage is to evaluate a shift in organizational strategy by examining both its underlying rationale and its operational limitations.
The passage begins by establishing the traditional hierarchical model, transitions to explaining why the matrix structure was adopted to solve rigidities, and concludes by analyzing empirical evidence of governance friction caused by dual reporting lines. Thus, the passage evaluates a strategic organizational shift by examining both its motivation and its drawbacks.

Step-by-Step Solution

1
Analyze paragraph 1 to identify the baseline context.
Establishes the classical 'unity of command' hierarchical model used in early industrial enterprises.
Understanding the starting point reveals what subsequent models were attempting to change.
2
Track the structural pivot in paragraph 2.
The pivot marker 'However' introduces the transition to the matrix structure, explaining why proponents believed dual reporting lines would increase agility.
Identifies the motivation and theoretical benefits of the new strategy.
3
Synthesize the conclusion and overall rhetorical flow in paragraph 3.
The pivot marker 'Nevertheless' introduces empirical evidence showing that dual reporting caused operational paralysis and governance friction.
Establishes the author's final evaluation: the matrix structure was a sophisticated attempt to solve rigidity, but it created significant operational trade-offs.

Key Concept

Primary Purpose in Multi-Paragraph Passages
Question 318Question

Many evolutionary biologists traditionally held that early mammalian diversification was strictly constrained by the ecological dominance of dinosaurs, occurring in earnest only after the end-Cretaceous mass extinction. According to this traditional view, Mesozoic mammals remained small, nocturnal, and functionally unspecialized throughout the era, filling only marginal ecological niches.

However, recent discoveries of remarkably preserved Mesozoic mammalian fossils have challenged this long-standing narrative. High-resolution biomechanical analyses of these specimens reveal an impressive array of specialized dental and skeletal adaptations—including structural modifications for digging, swimming, and aerial gliding—demonstrating that Mesozoic mammals occupied diverse ecological roles long before the extinction of the dinosaurs.

Consequently, paleontologists are revising their understanding of early mammalian history. Rather than viewing the end-Cretaceous extinction as the initial trigger for mammalian adaptive variation, researchers now regard it as an event that expanded opportunities for lineages that had already established substantial morphological diversity.

Which of the following best describes the function of the second paragraph in the context of the passage as a whole?

Show answer & explanation

Answer: It provides recent empirical evidence that challenges the traditional viewpoint presented in the first paragraph.

Answer

The second paragraph serves to introduce recent fossil evidence that directly undermines the traditional assumption described in the first paragraph.
The first paragraph outlines a traditional belief regarding early mammals. The second paragraph opens with a contrastive pivot word ('However') and cites empirical fossil evidence of diverse adaptations to demonstrate that the traditional belief is incorrect.

Step-by-Step Solution

1
Analyze the function of the first paragraph.
The first paragraph describes a traditional scientific viewpoint: Mesozoic mammals were unspecialized and constrained by dinosaurs until the end-Cretaceous extinction.
Establishing the baseline perspective is necessary to evaluate how subsequent paragraphs relate to it.
2
Analyze the structural pivot and content of the second paragraph.
The paragraph begins with 'However' and presents fossil findings showing specialized adaptations (digging, swimming, gliding) prior to the dinosaur extinction.
Identifying transition words and core evidence reveals the paragraph's argumentative purpose.
3
Determine the structural relationship between the first and second paragraphs.
The second paragraph uses concrete fossil evidence to counter and challenge the traditional view set forth in the opening paragraph.
Matching the paragraph's role to the correct description yields the primary functional choice.

Key Concept

Identifying Paragraph Function and Structural Pivots
Question 319Question

Historically, corporate turnaround strategies have prioritized drastic cost-cutting—often termed "retrenchment"—under the premise that eliminating operational inefficiencies is a prerequisite for financial recovery. Proponents of retrenchment contend that immediate reductions in capital expenditure and workforce size stabilize cash flow, thereby creating a secure foundation for subsequent strategic reorientation. However, recent empirical analyses of post-restructuring firm performance challenge this conventional sequencing. These studies demonstrate that while retrenchment may yield short-term solvency, firms that rely primarily on cost suppression frequently suffer severe erosion of dynamic capabilities, ultimately impairing their long-term competitive positioning.

To resolve this operational tension, contemporary organizational theorists propose a "dual-emphasis" paradigm, arguing that retrenchment must be executed concurrently with targeted asset deployment toward innovation-driven capabilities. Rather than viewing efficiency gains and revenue growth as sequential stages, this framework conceptualizes them as interdependent processes. By reallocating assets carved out through efficiency measures into high-potential strategic initiatives, organizations can mitigate the disruptive morale losses and talent drain typically associated with aggressive downsizing. Nonetheless, skeptics argue that simultaneous execution overburdens managerial bandwidth, particularly in turbulent market environments where executive focus is easily fragmented. Ultimately, while the dual-emphasis model offers a compelling theoretical synthesis, its success hinges on whether leadership can maintain rigorous cost controls without stifling the cross-functional agility necessary for value creation.

Which of the following best expresses the primary purpose of the passage?

Show answer & explanation

Answer: Evaluating a conventional corporate restructuring approach and presenting an alternative model while noting its associated execution challenges

Answer

The primary purpose of the passage is to evaluate a conventional corporate restructuring approach and present an alternative model while noting its associated execution challenges.
The passage opens by evaluating traditional retrenchment, highlights recent research showing its long-term limitations, introduces the contemporary 'dual-emphasis' paradigm as an alternative solution, and concludes by acknowledging potential implementation obstacles such as managerial bandwidth. The option stating that the passage evaluates a conventional restructuring approach and presents an alternative model while noting execution challenges accurately captures this complete structural narrative.

Step-by-Step Solution

1
Analyze the structural arc of paragraph 1
Identified the conventional view (retrenchment first) and the author's pivot showing its long-term drawback (erosion of dynamic capabilities).
Understanding how the passage introduces the core problem sets up the primary concern.
2
Analyze the structural arc of paragraph 2
Identified the proposed solution ('dual-emphasis' paradigm), its mechanism (concurrent cost control and asset reallocation), and the qualifications/challenges mentioned at the end.
Synthesizing both paragraphs reveals that the author presents a new model while maintaining a balanced stance on its execution.
3
Match overall passage trajectory to option choices
Selected the option that encompasses both the critique of retrenchment, the introduction of the dual-emphasis model, and its practical challenges.
The correct main idea/primary purpose choice must capture the scope of the full passage without being overly narrow, extreme, or misattributed.

Key Concept

Identifying Primary Purpose in Multi-Viewpoint / Strategy Critique Passages
Question 320Question

Read the short passage below and match each excerpt to its structural function within the passage.

Passage:
Evolutionary biologists have long debated whether behavioral plasticity promotes or impedes genetic adaptation. A recent empirical study of urban house finches demonstrates that behavioral shifts in foraging allowed populations to colonize novel habitats prior to any observable genetic changes. This finding supports the broader claim that flexible behavioral responses frequently serve as the primary engine driving evolutionary diversification.

Click a left item, then click its matching right item

Items

Flexible behavioral responses frequently serve as the primary engine driving evolutionary diversification.
A recent empirical study of urban house finches demonstrates that behavioral shifts in foraging allowed populations to colonize novel habitats prior to any observable genetic changes.
Evolutionary biologists have long debated whether behavioral plasticity promotes or impedes genetic adaptation.

Matches

Show answer & explanation

Answer

The main thesis corresponds to the broad claim that behavioral flexibility drives diversification; the house finch study corresponds to supporting evidence; and the mention of the long-standing debate provides background context.
The central thesis is the generalized claim that behavioral flexibility drives evolution. The urban house finch study is a specific factual example serving as supporting evidence for that main claim. The mention of the ongoing debate establishes the background context.

Step-by-Step Solution

1
Identify the broadest claim that summarizes the author's primary argument.
The statement that flexible behavioral responses serve as the primary engine driving evolutionary diversification is the central claim.
It represents the author's overarching thesis rather than a specific factual observation.
2
Analyze the function of specific research findings mentioned in the text.
The observation regarding urban house finches offers specific data showing behavioral shifts preceding genetic adaptation.
Specific factual examples function as supporting evidence to substantiate a broader conclusion.
3
Determine the role of introductory framing statements.
The opening sentence describes an existing debate among evolutionary biologists.
Framing an unresolved debate sets up background context for the argument that follows.

Key Concept

Distinguishing Main Idea from Supporting Evidence
PreviousPage 16 / 110Next
All practice questions — GMAT | Examkin