All practice questions

2195 questions

Question 1641Question

The table below presents operational and maintenance data for seven municipal water pumping stations across four municipal districts.

Station CodeDistrictFacility Age (Years)Energy Consumption (kWh/m³)Maintenance Backlog ($k)Annual Outages
Alpha-1North140.851403
Bravo-4South221.122105
Charlie-2East140.781852
Delta-9North281.25955
Echo-3West220.942101
Foxtrot-7South181.051604
Golf-5West140.851202

Statement: If the table is sorted in ascending order by Facility Age (Years), with any ties broken by sorting in descending order by Maintenance Backlog ($k), then among the stations with a Facility Age of 14 years, the station with the lowest Energy Consumption rating is listed immediately after the station with the highest Annual Outages count.

Show answer & explanation

Answer: False

Answer

The statement is False because Charlie-2 (lowest Energy Consumption among 14-year stations) appears immediately before Alpha-1 (highest Annual Outages among 14-year stations) when applying the secondary descending sort on Maintenance Backlog.
The correct response evaluates the multi-column sort step-by-step: filtering the 14-year-old stations (Alpha-1, Charlie-2, Golf-5), sorting them by descending Maintenance Backlog (yielding Charlie-2 then Alpha-1 then Golf-5), and identifying that Charlie-2 (lowest energy consumption) precedes Alpha-1 (highest annual outages) rather than following it.

Step-by-Step Solution

1
Filter for the relevant subset of stations
Identify stations with Facility Age = 14: Alpha-1, Charlie-2, Golf-5.
The primary sort isolates all stations with the minimum age (14 years) at the beginning of the table.
2
Apply the tie-breaking multi-column ordering logic
Sort Alpha-1 (140k),Charlie2(140k), Charlie-2 ( 185k), and Golf-5 (120k)indescendingorderofMaintenanceBacklog:1st=Charlie2(120k) in descending order of Maintenance Backlog: 1st = Charlie-2 ( 185k), 2nd = Alpha-1 (140k),3rd=Golf5(140k), 3rd = Golf-5 ( 120k).
Ties in primary sort (Facility Age) must be broken by secondary descending sort on Maintenance Backlog.
3
Evaluate key metrics within the sorted sub-group
Station with lowest Energy Consumption among 14-year stations = Charlie-2 (0.78 kWh/m³). Station with highest Annual Outages count among 14-year stations = Alpha-1 (3 outages).
Identify the target entities to verify their relative vertical ordering.
4
Determine relative position of target stations
Charlie-2 is in 1st position and Alpha-1 is in 2nd position. Therefore, Charlie-2 appears immediately BEFORE Alpha-1, rendering the statement False.
Verify whether the target entity appears immediately after or immediately before.

Key Concept

Multi-Column Sorting with Primary and Secondary Tie-Breaking Criteria
Question 1642Question

Consider the following passage:

'An economic survey of municipal utility providers in 2025 established that every utility that integrated grid-scale battery storage unit Model X achieved a grid reliability rating exceeding 98 percent. Furthermore, during that year, no municipal utility provider that achieved a grid reliability rating exceeding 98 percent experienced forced load-shedding events during peak summer hours.'

True or False: The assertion 'Municipal utility providers that integrated grid-scale battery storage unit Model X in 2025 reduced their long-term operational maintenance expenses' is a valid logical inference directly supported by the passage.

Show answer & explanation

Answer: False

Answer

False. The assertion represents an unwarranted speculation rather than a valid logical inference because the passage contains no information regarding operational maintenance expenses.
On GMAT Critical Reasoning, a valid inference must strictly follow from the stated premises without requiring additional unstated assumptions. The passage links battery storage Model X to high grid reliability ratings and zero load-shedding events. It contains no information regarding maintenance costs or financial expenses. Claiming that expenses were reduced is an extrapolation beyond the passage's scope, making the statement false.

Step-by-Step Solution

1
Analyze the stated premises in the passage.
Premise 1: Battery storage Model X integration implies grid reliability rating > 98%. Premise 2: Grid reliability rating > 98% implies zero forced load-shedding events.
Establishing the scope of factual premises isolates what can be strictly deduced.
2
Evaluate the target assertion against the scope of the premises.
The target assertion claims that utility providers reduced their long-term operational maintenance expenses.
A valid GMAT inference must be strictly 'Must Be True' based solely on the given premises without requiring outside assumptions.
3
Distinguish between a valid inference and an unstated assumption/speculation.
Because maintenance expenses are never mentioned or logically entailed by grid reliability ratings or load-shedding data, assuming a cost reduction is speculative.
Plausible real-world connections cannot substitute for direct textual proof on Critical Reasoning inference items.

Key Concept

Distinguishing Valid Inferences from Unwarranted Speculations
Question 1643Question

If mm and nn are positive real numbers, is mm an integer?

(1) m2nm^2 n is an integer and mn2m n^2 is an integer.
(2) m3nm^3 n is an integer and nn is an integer.

Show answer & explanation

Answer: Statements (1) and (2) TOGETHER are NOT sufficient.

Answer

Statements (1) and (2) TOGETHER are NOT sufficient.
Statements (1) and (2) together are not sufficient because setting m=12m = \frac{1}{2} and n=8n = 8 satisfies all given conditions (m2n=2m^2 n = 2, mn2=32m n^2 = 32, m3n=1m^3 n = 1, n=8n = 8) while yielding a 'No' to whether mm is an integer. Meanwhile, m=1m = 1 and n=8n = 8 also satisfies all conditions and yields a 'Yes'. Therefore, the two statements combined do not uniquely determine if mm is an integer.

Step-by-Step Solution

1
Evaluate Statement (1) independently.
Statement (1) is insufficient.
If m=1m = 1 and n=2n = 2, then m2n=2m^2 n = 2 and mn2=4m n^2 = 4 (both integers), and m=1m = 1 is an integer. However, if m=23m = \sqrt[3]{2} and n=43n = \sqrt[3]{4}, then m2n=2m^2 n = 2 and mn2=2m n^2 = 2 (both integers), but m=23m = \sqrt[3]{2} is not an integer.
2
Evaluate Statement (2) independently.
Statement (2) is insufficient.
If m=1m = 1 and n=1n = 1, then m3n=1m^3 n = 1 and n=1n = 1 (both integers), and m=1m = 1 is an integer. However, if m=12m = \frac{1}{2} and n=8n = 8, then n=8n = 8 is an integer and m3n=(18)(8)=1m^3 n = (\frac{1}{8})(8) = 1 is an integer, but m=12m = \frac{1}{2} is not an integer.
3
Evaluate Statements (1) and (2) together.
Statements (1) and (2) together are insufficient.
Test the candidate case m=12m = \frac{1}{2} and n=8n = 8 against both statements simultaneously:
- Under Statement (1): m2n=(14)(8)=2m^2 n = (\frac{1}{4})(8) = 2 (integer) and mn2=(12)(64)=32m n^2 = (\frac{1}{2})(64) = 32 (integer).
- Under Statement (2): n=8n = 8 (integer) and m3n=(18)(8)=1m^3 n = (\frac{1}{8})(8) = 1 (integer).
Here, all conditions from both statements are satisfied, but m=12m = \frac{1}{2} is NOT an integer. Conversely, m=1m = 1 and n=8n = 8 also satisfies both statements and m=1m = 1 IS an integer. Thus, a definitive Yes/No answer cannot be determined.

Key Concept

Implicit real number constraints versus integer constraints in Data Sufficiency polynomial expressions.
Question 1644Question

If mm and nn are positive integers, what is the value of m+nm + n?

(1) m2n2=21m^2 - n^2 = 21
(2) mn=3m - n = 3

Show answer & explanation

Answer: BOTH statements TOGETHER are sufficient, but NEITHER statement ALONE is sufficient.

Answer

Both statements together are sufficient, but neither statement alone is sufficient.
The correct option identifies that neither statement alone provides enough information to determine a single value for m+nm + n, but combining both statements allows us to substitute mn=3m - n = 3 directly into the factored form (mn)(m+n)=21(m - n)(m + n) = 21, yielding m+n=7m + n = 7 uniquely.

Step-by-Step Solution

1
Analyze the question target and algebraic constraints
The target is to find a unique value for m+nm + n, where mm and nn are positive integers.
Establishing positive integer constraints is critical when evaluating factor possibilities.
2
Evaluate Statement (1) independently
Statement (1) states m2n2=21m^2 - n^2 = 21, which factors to (mn)(m+n)=21(m - n)(m + n) = 21. Positive integer factor pairs for 2121 are (1,21)(1, 21) and (3,7)(3, 7). If mn=1m - n = 1 and m+n=21m + n = 21, then m+n=21m + n = 21. If mn=3m - n = 3 and m+n=7m + n = 7, then m+n=7m + n = 7. Two values are possible, so Statement (1) alone is INSUFFICIENT.
A single unique value cannot be determined from Statement (1) alone.
3
Evaluate Statement (2) independently without carrying over Statement (1) data
Statement (2) states mn=3m - n = 3. Infinitely many positive integer pairs (m,n)(m, n) satisfy this equation (e.g., (4,1)    m+n=5(4, 1) \implies m+n=5; (5,2)    m+n=7(5, 2) \implies m+n=7). Thus, Statement (2) alone is INSUFFICIENT.
Statement (2) must be evaluated strictly isolated from Statement (1).
4
Combine Statement (1) and Statement (2)
Substitute mn=3m - n = 3 into (mn)(m+n)=21(m - n)(m + n) = 21: 3(m+n)=21    m+n=73(m + n) = 21 \implies m + n = 7. A single unique value is determined.
Combining both statements resolves the ambiguity present in each statement individually.

Key Concept

Statement Independence Evaluation and Algebraic Combination in Data Sufficiency
Estimated Time:1m 30s
Question 1645Question

### Tab 1: Municipal Infrastructure Procurement Policy (Policy IR-303)
Under Municipal Infrastructure Policy IR-303, all municipal infrastructure construction contracts with a total value exceeding $10,000,000 must require the prime contractor to maintain a minimum emergency contingency reserve fund of 15% of the total contract value throughout the construction period.

*Exception 1 (Rapid Renewal):* If a project is officially designated as a "Rapid Renewal" (RR) initiative, the mandatory emergency reserve requirement is reduced to 8%, provided that the contractor holds a valid Tier-1 Anti-Seismic Certification at the time of contract execution.

*Exception 2 (Bridge Retrofitting):* Notwithstanding Exception 1, any project involving bridge structural retrofitting mandates a minimum emergency contingency reserve of 12%, unless a certified third-party structural audit clearance is formally submitted prior to the official bid closing date, in which case the applicable rate reverts to either the standard 15% rate or the reduced 8% RR rate (if qualified under Exception 1).

### Tab 2: Project Engineering Evaluation Memorandum
- Project Name: Harbor Bridge Expansion & Retrofit
- Contract Value: $14,500,000
- Project Classification: Officially designated as a "Rapid Renewal" (RR) initiative on March 12, 2026.
- Scope of Work: Structural retrofitting of existing support pylons and expansion of outer travel lanes.
- Audit Documentation: Independent third-party structural audit clearance was completed and formally submitted to the municipal procurement committee on April 5, 2026.
- Bidding Schedule: Bid submission opening: March 15, 2026. Official bid closing date: April 10, 2026.

### Tab 3: Bidding Vendor Compliance Profile
- Vendor Name: Apex Infrastructure Corp.
- Submitted Proposal: Harbor Bridge Expansion & Retrofit Project (14,500,000bid).VendorCertifications:ActiveTier1AntiSeismicCertification(validthroughDecember31,2028).ProposedContingencyReserve:Apexhassetasidea1214,500,000 bid). - **Vendor Certifications:** Active Tier-1 Anti-Seismic Certification (valid through December 31, 2028). - **Proposed Contingency Reserve:** Apex has set aside a 12% emergency contingency reserve fund ( 1,740,000) for the duration of the project.

Based on the information provided across the three tabs, which of the following statements regarding the compliance of Apex Infrastructure Corp's proposed emergency contingency reserve is correct?

Show answer & explanation

Answer: Apex's proposed 12% reserve is fully compliant because the minimum required reserve is 8%, as the project qualifies for the Rapid Renewal rate following timely submission of third-party audit clearance.

Answer

Apex's proposed 12% reserve is fully compliant because the minimum required reserve is 8%, as the project qualifies for the Rapid Renewal rate following timely submission of third-party audit clearance.
The proposed 12% reserve is fully compliant because the required minimum reserve is 8%. Under Policy IR-303 (Tab 1), the contract value of $14,500,000 triggers the policy. While bridge retrofitting generally mandates a 12% reserve under Exception 2, the pre-bid submission of third-party audit clearance on April 5 (Tab 2)—prior to the April 10 bid closing date—allows the project to revert to the Rapid Renewal rate of 8% under Exception 1, since Apex holds a valid Tier-1 Anti-Seismic Certification (Tab 3). Because Apex proposed 12%, which exceeds the required 8% minimum, the reserve is fully compliant.

Step-by-Step Solution

1
Determine applicable baseline procurement rules based on contract value.
Contract value is 14,500,000(>14,500,000 (> 10,000,000 threshold in Tab 1), triggering Policy IR-303 with a baseline requirement of 15%.
Policy IR-303 explicitly applies to all contracts exceeding $10,000,000.
2
Evaluate Exception 2 (Bridge Retrofitting) override condition.
The project scope includes bridge structural retrofitting (Tab 2). Exception 2 specifies a default reserve of 12% UNLESS third-party structural audit clearance is submitted prior to bid closing.
Bridge retrofitting introduces a specific policy override that must be checked against the project timeline.
3
Cross-reference audit submission dates with bid schedule across Tab 2.
Audit clearance was submitted on April 5, 2026, which is prior to the bid closing date of April 10, 2026. Therefore, Exception 2's 12% default is waived, and the policy reverts to Exception 1.
The audit submission satisfied the pre-bid deadline specified in Exception 2.
4
Evaluate Exception 1 (Rapid Renewal) criteria using Tab 2 and Tab 3.
Project has Rapid Renewal designation (Tab 2) and Apex holds a valid Tier-1 Anti-Seismic Certification (Tab 3). Under Exception 1, the minimum required reserve is 8%.
Both conditions for Exception 1 are satisfied.
5
Compare Apex's proposed reserve with the calculated minimum requirement.
Apex proposed 12%, which meets and exceeds the mandatory 8% minimum reserve. Thus, Apex is fully compliant.
Proposing a reserve above the calculated minimum requirement satisfies policy compliance.

Key Concept

Cross-Tab Conditional Synthesis & Policy Exception Evaluation
Estimated Time:2m 30s
Question 1646Question

If rr and ss are non-zero real numbers, what is the value of r2+s2r^2 + s^2?

(1) r+s=6r + s = 6
(2) r3+s3=126r^3 + s^3 = 126

Show answer & explanation

Answer: BOTH statements TOGETHER are sufficient, but NEITHER statement ALONE is sufficient.

Answer

Both statements together are sufficient to determine the unique value of r2+s2=26r^2 + s^2 = 26, but neither statement alone is sufficient.
The correct answer specifies that both statements together are sufficient, but neither alone is sufficient. Statement (1) provides r+s=6r + s = 6, which leaves rsrs unknown. Statement (2) gives r3+s3=126r^3 + s^3 = 126, which also leaves rsrs undetermined. When combined, applying the identity r3+s3=(r+s)((r+s)23rs)r^3 + s^3 = (r + s)((r + s)^2 - 3rs) yields 126=6(363rs)126 = 6(36 - 3rs), solving uniquely for rs=5rs = 5. This allows exact calculation of r2+s2=(r+s)22rs=3610=26r^2 + s^2 = (r+s)^2 - 2rs = 36 - 10 = 26.

Step-by-Step Solution

1
Rephrase the target expression using fundamental algebraic identities
Note that r2+s2=(r+s)22rsr^2 + s^2 = (r + s)^2 - 2rs. To find r2+s2r^2 + s^2, we need both (r+s)(r + s) and the product rsrs.
Expressing the target in terms of sum and product simplifies the evaluation of statement sufficiency.
2
Evaluate Statement (1) alone
Statement (1) gives r+s=6r + s = 6. Without knowing rsrs or individual values of rr and ss, r2+s2=362rsr^2 + s^2 = 36 - 2rs can take infinitely many values. Statement (1) is NOT sufficient.
A single linear equation with two variables does not fix the value of rsrs.
3
Evaluate Statement (2) alone
Statement (2) gives r3+s3=126r^3 + s^3 = 126. Multiple pairs satisfy this (e.g., r=5,s=1r=5, s=1 gives 125+1=126125+1=126 where r2+s2=26r^2+s^2=26; r=1263,s=0r=\sqrt[3]{126}, s=0 is excluded since non-zero, but other non-integer pairs exist). Statement (2) is NOT sufficient.
A single cubic equation in two variables does not uniquely define r2+s2r^2 + s^2.
4
Evaluate Statement (1) and Statement (2) together
Use the sum of cubes identity r3+s3=(r+s)(r2rs+s2)=(r+s)((r+s)23rs)r^3 + s^3 = (r + s)(r^2 - rs + s^2) = (r + s)((r + s)^2 - 3rs). Substitute r+s=6r + s = 6 and r3+s3=126r^3 + s^3 = 126: 126=6(623rs)    21=363rs    3rs=15    rs=5126 = 6(6^2 - 3rs) \implies 21 = 36 - 3rs \implies 3rs = 15 \implies rs = 5. Thus, r2+s2=(r+s)22rs=622(5)=26r^2 + s^2 = (r + s)^2 - 2rs = 6^2 - 2(5) = 26. Both statements together are SUFFICIENT.
The system yields a unique numerical value for r2+s2r^2 + s^2.

Key Concept

Using polynomial identities (sum of cubes and square of a binomial) to evaluate sufficiency of non-linear symmetric systems.
Question 1647Question

An agricultural facility blends two fertilizer solutions, Solution XX (which is 20%20\% nitrogen by volume) and Solution YY (which contains nitrogen and inert liquid). When Solution XX and Solution YY are mixed, the resulting blend has an overall nitrogen concentration of 32%32\% by volume. What is the percentage of nitrogen by volume in Solution YY?

(1) The volume of Solution YY in the blend is 50%50\% greater than the volume of Solution XX.
(2) The blend contains a total of 160160 liters of Solution XX.

Show answer & explanation

Answer: Statement (1) ALONE is sufficient, but statement (2) alone is not sufficient.

Answer

Statement (1) ALONE is sufficient, but statement (2) alone is not sufficient.
The question asks for a relative percentage concentration, which depends strictly on the volumetric ratio of the two component solutions. Statement (1) specifies that Solution Y has a volume 50% greater than Solution X, fixing the ratio of Solution Y to Solution X at 3 to 2. Substituting this ratio into the weighted average concentration formula yields a single unique solution for the nitrogen concentration of Solution Y. Thus, Statement (1) alone is sufficient. Statement (2) provides an absolute volume for Solution X without establishing the volume or ratio of Solution Y, leaving the mixture concentration under-determined and thus insufficient.

Step-by-Step Solution

1
Formulate the weighted average equation from the question stem.
Let VXV_X and VYV_Y be the volumes of Solution XX and Solution YY, respectively, and let y%y\% be the nitrogen concentration of Solution YY. The total nitrogen content equation is 0.20VX+y100VY=0.32(VX+VY)0.20 V_X + \frac{y}{100} V_Y = 0.32 (V_X + V_Y).
The total volume of nitrogen in the final mixture is the sum of the nitrogen contributed by each individual solution.
2
Simplify the target equation to isolate yy in terms of the volume ratio VYVX\frac{V_Y}{V_X}.
Dividing the equation by VXV_X yields 0.20+y100(VYVX)=0.32(1+VYVX)0.20 + \frac{y}{100} \left(\frac{V_Y}{V_X}\right) = 0.32 \left(1 + \frac{V_Y}{V_X}\right).
Knowing the ratio of VYV_Y to VXV_X is both necessary and sufficient to determine yy, making absolute volume values unnecessary.
3
Evaluate Statement (1): The volume of Solution YY is 50%50\% greater than the volume of Solution XX.
VY=1.5VX    VYVX=1.5=32V_Y = 1.5 V_X \implies \frac{V_Y}{V_X} = 1.5 = \frac{3}{2}. Substituting 32\frac{3}{2} into the simplified equation gives 0.20+y100(1.5)=0.32(2.5)    0.20+0.015y=0.80    0.015y=0.60    y=40%0.20 + \frac{y}{100}(1.5) = 0.32(2.5) \implies 0.20 + 0.015 y = 0.80 \implies 0.015 y = 0.60 \implies y = 40\%.
Statement (1) provides a unique numerical value for yy, so Statement (1) alone is SUFFICIENT.
4
Evaluate Statement (2): The blend contains a total of 160160 liters of Solution XX.
VX=160V_X = 160 liters, but VYV_Y and total volume VX+VYV_X + V_Y remain unknown.
Without knowing VYV_Y or the ratio VYVX\frac{V_Y}{V_X}, yy cannot be uniquely determined. Statement (2) alone is NOT SUFFICIENT.

Key Concept

Weighted Averages and Volumetric Ratios in Data Sufficiency
Estimated Time:2m 0s
Question 1648Question

In a four-year botanical field study of desert flora, researchers tracked seed germination rates for the rare annual plant species *Salvia deserti*. During dry years, fewer than 5 percent of observed *Salvia deserti* seeds germinated, whereas in years receiving above-average rainfall, over 80 percent of observed seeds germinated. Throughout the entire four-year study, every recorded instance of *Salvia deserti* seed germination occurred exclusively in soil containing elevated concentrations of nitrogen compounds.

Which of the following statements is most strongly supported by the information above?

Show answer & explanation

Answer: During the four-year study, no observed *Salvia deserti* seed germinated in soil that lacked elevated concentrations of nitrogen compounds.

Answer

During the four-year study, no observed *Salvia deserti* seed germinated in soil that lacked elevated concentrations of nitrogen compounds.
The correct response directly follows from the factual premise stating that every recorded instance of germination during the study occurred exclusively in soil with elevated nitrogen compounds. Logically, if 100% of germinated seeds were in elevated-nitrogen soil, then 0% of germinated seeds were in soil lacking elevated nitrogen during that observation period.

Step-by-Step Solution

1
Analyze the premises provided in the passage.
Identified three factual premises: (1) Dry year germination < 5%; (2) High rainfall germination > 80%; (3) All recorded germinations occurred exclusively in soil with elevated nitrogen.
GMAT inference questions require identifying an answer that must be strictly true based solely on the given premises without introducing unstated assumptions.
2
Differentiate strict logical deductions (inferences) from unstated assumptions and broad speculations.
Recognized that 'all A occurred in B' logically guarantees that 'no A occurred in non-B' within the observed sample frame.
An inference must remain strictly within the factual bounds of the provided data, avoiding causal leaps or universal claims.
3
Evaluate the choices against the strict deduction.
The statement asserting that no observed seed germinated in soil lacking elevated nitrogen compounds directly mirrors the premise without adding outside assumptions.
This is a mathematically valid converse formulation of the explicit premise.

Key Concept

Distinguishing Valid Inferences from Assumptions and Speculations
Question 1649Question

In a GMAT Data Sufficiency question asking for the unique value of a variable xx, if Statement (1) alone limits the possible values of xx to the set {2,5}\{2, 5\} and Statement (2) alone limits the possible values of xx to the set {5,8}\{5, 8\}, then the two statements combined are sufficient to answer the question.

Show answer & explanation

Answer: True

Answer

True. Combining two consistent Data Sufficiency statements yields a solution set equal to the intersection of their individual solution sets. The intersection of {2,5}\{2, 5\} and {5,8}\{5, 8\} is {5}\{5\}, which uniquely identifies xx and is therefore sufficient.
The statement is true because taking the intersection of the two solution sets {2,5}\{2, 5\} and {5,8}\{5, 8\} leaves only the single value x=5x = 5, satisfying the GMAT Data Sufficiency requirement for a unique value.

Step-by-Step Solution

1
Evaluate Statement (1) alone
Statement (1) yields x{2,5}x \in \{2, 5\}, which contains two possible values and is insufficient on its own.
A Value Data Sufficiency question requires a single unique numerical value for sufficiency.
2
Evaluate Statement (2) alone independently
Statement (2) yields x{5,8}x \in \{5, 8\}, which contains two possible values and is insufficient on its own.
Statement (2) must be evaluated without carrying over any constraints from Statement (1).
3
Combine Statement (1) and Statement (2)
The combined solution set is {2,5}{5,8}={5}\{2, 5\} \cap \{5, 8\} = \{5\}.
Combining statements requires identifying values that satisfy both statements simultaneously.
4
Determine sufficiency of the combined solution set
Since x=5x = 5 is the only value in the combined set, the statements together provide a single unique answer.
A single unique result satisfies the criterion for Data Sufficiency.

Key Concept

Statement Combination and Solution Set Intersection
Question 1650Question

If xx and yy are real numbers, what is the value of x+yx + y?

(1) x3+y3=28x^3 + y^3 = 28
(2) x2xy+y2=7x^2 - xy + y^2 = 7

Show answer & explanation

Answer: BOTH statements TOGETHER are sufficient, but NEITHER statement ALONE is sufficient.

Answer

BOTH statements TOGETHER are sufficient, but NEITHER statement ALONE is sufficient.
The sum of cubes factors as x3+y3=(x+y)(x2xy+y2)x^3 + y^3 = (x + y)(x^2 - xy + y^2). Neither statement alone provides enough information to determine x+yx + y, but combining both statements gives 28=(x+y)(7)28 = (x + y)(7), which uniquely determines x+y=4x + y = 4.

Step-by-Step Solution

1
Rephrase the question target using the sum of cubes identity.
Recall x3+y3=(x+y)(x2xy+y2)x^3 + y^3 = (x + y)(x^2 - xy + y^2). Thus, if x2xy+y20x^2 - xy + y^2 \neq 0, then x+y=x3+y3x2xy+y2x + y = \frac{x^3 + y^3}{x^2 - xy + y^2}.
Factoring allows connecting the expression in Statement (1) directly to the expression in Statement (2).
2
Evaluate Statement (1) alone.
Statement (1) gives x3+y3=28x^3 + y^3 = 28. For example, if x=3x=3 and y=1y=-1, x3+y3=271=2628x^3+y^3 = 27 - 1 = 26 \neq 28; if x=283x=\sqrt[3]{28} and y=0y=0, then x+y=283x+y=\sqrt[3]{28}. If x=3,y=1x=3, y=1, x3+y3=28x^3+y^3=28 and x+y=4x+y=4. Multiple values are possible.
A single cubic equation in two variables does not fix the sum x+yx+y.
3
Evaluate Statement (2) alone.
Statement (2) gives x2xy+y2=7x^2 - xy + y^2 = 7. Multiple pairs such as (x,y)=(3,2)(x,y) = (3,2) give 96+4=79-6+4=7 (where x+y=5x+y=5) and (x,y)=(3,1)(x,y) = (3,1) give 93+1=79-3+1=7 (where x+y=4x+y=4).
A quadratic equation in two variables permits multiple sums for x+yx+y.
4
Evaluate both statements together.
Substitute Statement (1) and Statement (2) into the identity: 28=(x+y)(7)    x+y=428 = (x + y)(7) \implies x + y = 4.
Dividing x3+y3x^3 + y^3 by x2xy+y2x^2 - xy + y^2 yields a single unique value of 44 for x+yx + y.

Key Concept

Algebraic Expression Rephrasing and Factoring Identities in Data Sufficiency
Question 1651Question

If xx is a positive integer, is x2+5xx^2 + 5x divisible by 6?

(1) xx is a prime number.
(2) x+1x + 1 is divisible by 3.

Show answer & explanation

Answer: Statement (2) ALONE is sufficient, but statement (1) alone is not sufficient.

Answer

Statement (2) ALONE is sufficient, but statement (1) alone is not sufficient.
Factoring the stem expression gives x(x+5)x(x+5). For any positive integer xx, one of xx or x+5x+5 is even, making x(x+5)x(x+5) divisible by 2. Thus, the question reduces to whether x(x+5)x(x+5) is divisible by 3. Statement (1) allows x=2x=2 (x2+5x=14x^2+5x=14, not divisible by 6) and x=3x=3 (x2+5x=24x^2+5x=24, divisible by 6), yielding both 'No' and 'Yes' responses, so it is insufficient. Statement (2) states that x+1x+1 is a multiple of 3, meaning x2(mod3)x \equiv 2 \pmod 3. Evaluating x(x+5)2(2+5)=142(mod3)x(x+5) \equiv 2(2+5) = 14 \equiv 2 \pmod 3 shows x2+5xx^2+5x is never divisible by 3, and therefore never divisible by 6. This consistent 'No' answer makes Statement (2) alone sufficient.

Step-by-Step Solution

1
Analyze and rephrase the question stem target expression.
Factor x2+5x=x(x+5)x^2 + 5x = x(x + 5). Since xx and x+5x + 5 have opposite parity, their product is always even (divisible by 2). Thus, x2+5xx^2 + 5x is divisible by 6 if and only if x(x+5)x(x + 5) is divisible by 3.
Determining divisibility by 6 requires checking divisibility by both 2 and 3.
2
Evaluate Statement (1): xx is a prime number.
If x=2x = 2, x2+5x=14x^2 + 5x = 14, which is not divisible by 6 (Answer: NO). If x=3x = 3, x2+5x=24x^2 + 5x = 24, which is divisible by 6 (Answer: YES). Since both 'Yes' and 'No' are possible, Statement (1) alone is INSUFFICIENT.
A statement must yield a single consistent answer ('Yes' or 'No') to be sufficient.
3
Evaluate Statement (2): x+1x + 1 is divisible by 3.
If x+1x + 1 is divisible by 3, then x=3k1x = 3k - 1 for some integer k1k \ge 1. Substituting x=3k1x = 3k - 1 into x(x+5)x(x + 5) yields (3k1)(3k+4)=9k2+9k4(3k - 1)(3k + 4) = 9k^2 + 9k - 4. Dividing this expression by 3 gives a remainder of 2. Because x(x+5)x(x + 5) is never divisible by 3, x2+5xx^2 + 5x is NEVER divisible by 6.
A definitive 'No' answer for all permitted values of xx establishes sufficiency.

Key Concept

Number Properties and Integer Constraints in Data Sufficiency

Alternative Method

Test explicit values for Statement (2): x{2,5,8,11}x \in \{2, 5, 8, 11\}. Evaluating x2+5xx^2 + 5x yields 14,50,104,17614, 50, 104, 176, none of which are divisible by 6. Recognizing this uniform 'No' outcome confirms Statement (2) is sufficient.
Estimated Time:2m 0s
Question 1652Question

### Tab 1: Corporate Logistics & Procurement Policy (Policy LP-710)
All international freight contracts exceeding 250,000requirepriorauthorizationfromtheRiskManagementCommittee(RMC).However,ifashipmentisclassifiedasEmergencyMedicalRelief(EMR),authorizationmaybegrantedsolelybytheLogisticsDirector,providedthataposthoccomplianceauditissubmittedtotheRMCwithin5businessdaysofapproval.Undernocircumstancesmayanycontractexceeding250,000 require prior authorization from the Risk Management Committee (RMC). However, if a shipment is classified as Emergency Medical Relief (EMR), authorization may be granted solely by the Logistics Director, provided that a post-hoc compliance audit is submitted to the RMC within 5 business days of approval. Under no circumstances may any contract exceeding 500,000 proceed without prior approval from the Board of Directors, regardless of EMR designation.

### Tab 2: Operations Audit Log (Q2 Freight Shipments)
- Shipment #901: Destination: Brazil | Value: 320,000 | Classification: EMR | Approved by: Logistics Director on Tuesday, May 12 | Post-hoc audit filed: Sunday, May 17 - **Shipment #904**: Destination: Kenya | Value: 550,000 | Classification: EMR | Approved by: Logistics Director & RMC on Wednesday, June 3 | Post-hoc audit filed: Monday, June 15
- Shipment #908: Destination: India | Value: $210,000 | Classification: Standard Freight | Approved by: Regional Logistics Manager on Saturday, June 20

### Tab 3: Legal & Compliance Audit Memorandum
- Calendar & Days: The official corporate calendar defines business days as Monday through Friday. May 13, 14, and 15 were standard business days; May 16 and 17 were weekend days.
- Authority Overrides: Approval from the RMC does not supersede or replace the requirement for Board of Directors approval for any freight contract whose monetary value exceeds $500,000.

Based on the information provided in the three tabs, which of the following statements regarding compliance with Policy LP-710 are true? Select all that apply.

Select all that apply

Show answer & explanation

Answer: Shipment #901 fully satisfied the emergency approval requirements of Policy LP-710.; Shipment #904 violated Policy LP-710 because it lacked authorization from the Board of Directors.

Answer

The correct statements are the one affirming that Shipment #901 fully satisfied the emergency approval requirements, and the one stating that Shipment #904 violated Policy LP-710 due to lacking Board of Directors authorization.
The statement regarding Shipment #901 is correct because its value (320,000) qualified for EMR single-director approval, and the filing on May 17 was within 3 business days (May 13, 14, 15). The statement regarding Shipment #904 is correct because its 550,000 value exceeded the $500,000 limit, making Board of Directors approval mandatory regardless of EMR status.

Step-by-Step Solution

1
Evaluate Shipment #901 against Policy LP-710 rules across all tabs.
Value is 320,000(over320,000 (over 250,000, under $500,000). Since it is EMR, Logistics Director approval is valid. Approval date Tuesday May 12 to Sunday May 17 covers 3 business days (May 13, 14, 15). This is within the 5-business-day limit.
Verifies whether single-director approval and submission timeframe complied with policy definitions.
2
Evaluate Shipment #904 against policy ceiling thresholds.
Value is 550,000(exceeds550,000 (exceeds 500,000). Policy LP-710 and Tab 3 confirm that contracts over $500,000 strictly require Board of Directors approval regardless of EMR status or RMC consent. Lack of Board approval constitutes a clear violation.
Determines whether exception overrides apply to upper monetary limits.
3
Evaluate Shipment #908 against threshold criteria.
Value is 210,000,whichdoesnotexceedthe210,000, which does not exceed the 250,000 threshold requiring RMC approval. Approval by the Regional Logistics Manager was compliant.
Prevents misapplying high-value governance rules to low-value shipments.

Key Concept

Multi-Tab Policy Synthesis and Exception Verification
Question 1653Question

Tab 1: Executive Proposal (Municipal Health Board)
Dr. Vance, the Municipal Health Director, proposes deploying mobile dental clinics to District 4 to reduce late-stage periodontal disease by 25% over two years. Dr. Vance argues that the primary barrier preventing residents from receiving early preventive care is physical distance and limited public transit access to fixed-location clinics.

Tab 2: Field Survey & Pilot Data
A recent health survey in District 4 revealed that 81% of uninsured residents cite out-of-pocket cost as their primary reason for missing routine dental care, whereas only 11% cite transportation or physical distance. Additionally, in neighboring District 3, a mobile clinic pilot program provided free consultations for six months and recorded a 30% increase in early preventive visits. However, when a $15 copay was introduced in the second half of the year, participation dropped by 72% despite mobile clinics remaining in the exact same accessible locations.

Statement:
The outcome of the District 3 pilot program after the introduction of the copay supports Dr. Vance’s premise that physical distance is the primary factor limiting early dental care in District 4.

Show answer & explanation

Answer: False

Answer

False. The sharp decline in participation following the introduction of the copay demonstrates that cost, rather than physical location, is the primary factor influencing clinic attendance. This evidence weakens, rather than supports, Dr. Vance's core premise.
Evaluating the statement as False is correct. In Tab 2, the District 3 pilot data shows a 72% drop in visits when a $15 copay was charged, even though the mobile clinics did not change location. This demonstrates that financial cost, not geographical proximity, was the primary factor dictating patient behavior, directly contradicting Dr. Vance's premise in Tab 1.

Step-by-Step Solution

1
Identify the author's core premise in Tab 1.
Dr. Vance claims that physical distance and transit access are the primary barriers to early preventive dental care.
Evaluating whether evidence supports or weakens an argument requires clearly isolating the claim being tested.
2
Analyze the empirical evidence from Tab 2.
In District 4, 81% cite out-of-pocket costs vs. 11% citing distance. In District 3, attendance fell by 72% when a $15 copay was added, even though clinic locations did not change.
Cross-tab synthesis requires comparing stated claims against observational or experimental data.
3
Determine the logical impact of the District 3 copay data on Dr. Vance's claim.
Because attendance collapsed solely due to price changes while location remained fixed, cost is shown to be the primary driver of patient utilization. This contradicts the premise that physical distance is the primary barrier.
A finding that identifies an alternative variable as the true primary driver weakens the claim that physical distance is the main obstacle.

Key Concept

Evaluating Argument Support and Weakening Across Tabs
Estimated Time:1m 30s
Question 1654Question

If xx and yy are positive real numbers, what is the value of the ratio xy\frac{x}{y}?

(1) x+2yy=5\frac{x + 2y}{y} = 5

(2) x29y2=0x^2 - 9y^2 = 0

Which of the following correctly describes the sufficiency of the statements?

Show answer & explanation

Answer: EACH statement ALONE is sufficient.

Answer

EACH statement ALONE is sufficient.
Evaluating each statement independently demonstrates sufficiency for both. Statement (1) simplifies directly to xy=3\frac{x}{y} = 3. Statement (2) factors to (x3y)(x+3y)=0(x-3y)(x+3y)=0, and since xx and yy are positive real numbers as stated in the question stem, x+3yx+3y cannot equal zero, leaving x3y=0x-3y=0, or xy=3\frac{x}{y} = 3. Because each statement independently yields a unique value for the ratio, each statement alone is sufficient.

Step-by-Step Solution

1
Evaluate Statement (1) independently
Simplifying x+2yy=5\frac{x + 2y}{y} = 5 gives xy+2=5\frac{x}{y} + 2 = 5, so xy=3\frac{x}{y} = 3.
This yields a single unique value for the target ratio, so Statement (1) alone is sufficient.
2
Evaluate Statement (2) independently without carrying over info from Statement (1)
Factoring x29y2=0x^2 - 9y^2 = 0 yields (x3y)(x+3y)=0(x - 3y)(x + 3y) = 0, meaning x=3yx = 3y or x=3yx = -3y. Since the stem specifies xx and yy are positive real numbers, x+3y>0x + 3y > 0, so x=3yx = -3y is impossible. Thus, x=3yx = 3y, which gives xy=3\frac{x}{y} = 3.
Because of the domain constraint in the stem, Statement (2) independently provides a single unique ratio of 3, making Statement (2) alone sufficient.
3
Conclude overall Data Sufficiency decision
Since Statement (1) alone is sufficient and Statement (2) alone is sufficient, each statement alone is sufficient.
Matching standard GMAT Data Sufficiency evaluation rules.

Key Concept

Statement Independence & Stem Constraint Application
Question 1655Question

A biopharmaceutical facility operates two automated synthesis lines, Line X and Line Y, to produce a therapeutic compound. On a specific shift, Line X operated for hXh_X hours at a constant production rate of rXr_X liters per hour, and Line Y operated for hYh_Y hours at a constant production rate of rYr_Y liters per hour. Was the overall average hourly production rate for both lines combined across the total operating hours greater than 45 liters per hour?

Show answer & explanation

Answer: EACH statement ALONE is sufficient.

Answer

Each statement alone is sufficient.
To determine whether the combined average hourly rate Ravg=hXrX+hYrYhX+hYR_{avg} = \frac{h_X r_X + h_Y r_Y}{h_X + h_Y} is greater than 45 liters per hour, we evaluate each statement independently. Statement (1) provides rX=40r_X = 40, rY=60r_Y = 60, and hX=2hYh_X = 2 h_Y. Substituting hX=2hYh_X = 2 h_Y gives Ravg=2hY(40)+hY(60)3hY=1403=4623R_{avg} = \frac{2 h_Y (40) + h_Y (60)}{3 h_Y} = \frac{140}{3} = 46\frac{2}{3} liters per hour. Since 4623>4546\frac{2}{3} > 45, Statement (1) alone is sufficient. Statement (2) provides rX=50r_X = 50 and rY=55r_Y = 55. Because any weighted average of two positive values must lie strictly between the smaller and larger value (50<Ravg<5550 < R_{avg} < 55), the combined rate must be strictly greater than 50, which guarantees it is greater than 45. Thus, Statement (2) alone is also sufficient. Since each statement independently yields a definitive 'Yes', the correct choice is that each statement alone is sufficient.

Step-by-Step Solution

1
Formulate the algebraic expression for the target condition.
The combined average hourly rate is Ravg=hXrX+hYrYhX+hYR_{avg} = \frac{h_X r_X + h_Y r_Y}{h_X + h_Y}. We need to determine if Ravg>45R_{avg} > 45.
Establishing the target formula is necessary to analyze statement inputs.
2
Evaluate Statement (1): rX=40r_X = 40, rY=60r_Y = 60, and hX=2hYh_X = 2 h_Y.
Substitute hX=2hYh_X = 2 h_Y into RavgR_{avg}: Ravg=2hY(40)+hY(60)2hY+hY=140hY3hY=1403=46.67R_{avg} = \frac{2 h_Y (40) + h_Y (60)}{2 h_Y + h_Y} = \frac{140 h_Y}{3 h_Y} = \frac{140}{3} = 46.67 liters per hour. Since 46.67>4546.67 > 45, Statement (1) yields a definitive 'Yes'.
Knowing the ratio of hours allows the variable hYh_Y to cancel out, providing an exact rate.
3
Evaluate Statement (2): rX=50r_X = 50 and rY=55r_Y = 55.
Since both individual rates rXr_X and rYr_Y are strictly greater than 45 liters per hour, any weighted average of these two positive quantities must lie between 50 and 55 liters per hour (50<Ravg<5550 < R_{avg} < 55). Thus, RavgR_{avg} is guaranteed to be greater than 45, yielding a definitive 'Yes'.
A weighted average of two values is strictly bounded by the minimum and maximum of those values.
4
Conclude Data Sufficiency decision.
Since Statement (1) alone yields a definitive 'Yes' and Statement (2) alone yields a definitive 'Yes', each statement alone is sufficient.
Each statement independently answers the question.

Key Concept

Weighted Average Bounds in Data Sufficiency
Question 1656Question

If kk is a real number, is kk an integer?

(1) k2k^2 is an integer.
(2) k3k^3 is an integer.

Show answer & explanation

Answer: BOTH statements TOGETHER are sufficient, but NEITHER statement ALONE is sufficient.

Answer

BOTH statements TOGETHER are sufficient, but NEITHER statement ALONE is sufficient.
The correct option states that both statements together are sufficient, but neither alone is sufficient. Statement (1) allows irrational square roots like 2\sqrt{2}, making it insufficient. Statement (2) allows irrational cube roots like 23\sqrt[3]{2}, making it insufficient. Combined, taking the ratio k3k2=k\frac{k^3}{k^2} = k shows that kk is the quotient of two integers and therefore rational. A rational number whose square is an integer must be an integer itself, giving a definitive 'Yes'.

Step-by-Step Solution

1
Evaluate Statement (1): k2k^2 is an integer.
If k=2k = 2, k2=4k^2 = 4 (an integer) and kk is an integer (Yes). If k=2k = \sqrt{2}, k2=2k^2 = 2 (an integer), but kk is not an integer (No). Statement (1) is NOT sufficient.
The question specifies kk is a real number, so non-integer square roots must be tested.
2
Evaluate Statement (2): k3k^3 is an integer.
If k=2k = 2, k3=8k^3 = 8 (an integer) and kk is an integer (Yes). If k=23k = \sqrt[3]{2}, k3=2k^3 = 2 (an integer), but kk is not an integer (No). Statement (2) is NOT sufficient.
Cube roots of non-cube integers yield irrational real numbers.
3
Evaluate Statement (1) and Statement (2) combined.
If k=0k = 0, kk is an integer (Yes). If k0k \neq 0, then k=k3k2k = \frac{k^3}{k^2}. Since k3k^3 and k2k^2 are both integers, kk must be a rational number. Let k=pqk = \frac{p}{q} in simplest form where p,qZp, q \in \mathbb{Z} and gcd(p,q)=1\gcd(p, q) = 1. Since k2=p2q2k^2 = \frac{p^2}{q^2} is an integer and gcd(p2,q2)=1\gcd(p^2, q^2) = 1, q2q^2 must equal 11, so q=±1q = \pm 1. Thus, kk is an integer. Combined, the statements are SUFFICIENT.
Combining algebraic operations reveals that kk is rational, and a rational number with an integer square must itself be an integer.

Key Concept

Data Sufficiency evaluation of number properties with real number constraints and rational number properties
Question 1657Question

The table below presents performance and operational metrics for 8 regional microgrid energy storage facilities.

FacilityTechnologyStorage Capacity (MWh)Round-Trip Efficiency (%)Maintenance Cost ($/MWh)
M-1Solar+Storage4588.514.20
M-2Hybrid6091.016.50
M-3Wind+Storage5088.512.80
M-4Hybrid4091.015.10
M-5Solar+Storage5592.013.80
M-6Hybrid7089.518.00
M-7Wind+Storage6593.511.50
M-8Solar+Storage3588.515.00

Suppose the table is sorted according to the following sequential rules:
1. Primary sort: Technology in ascending alphabetical order.
2. Secondary sort (tie-breaker for identical Technology): Round-Trip Efficiency in descending order (highest to lowest).
3. Tertiary sort (tie-breaker for identical Technology and Round-Trip Efficiency): Maintenance Cost in ascending order (lowest to highest).

After applying this multi-column ordering, what is the Storage Capacity (in MWh) of the facility ranked 5th from the top?

Show answer & explanation

Answer: 45

Answer

45 MWh
To determine the 5th ranked facility, we follow the three-tier sorting hierarchy: first by Technology (alphabetical), then by Round-Trip Efficiency (descending), and finally by Maintenance Cost (ascending). Sorting by Technology creates three groups: Hybrid (ranks 1–3), Solar+Storage (ranks 4–6), and Wind+Storage (ranks 7–8). Within the Solar+Storage group, the highest efficiency is facility M-5 (92.0%), making it rank 4. Facilities M-1 and M-8 both have 88.5% efficiency. Applying the tertiary rule (lower maintenance cost first), facility M-1 (14.20)precedesfacilityM8(14.20) precedes facility M-8 ( 15.00). Thus, facility M-1 occupies rank 5. Looking across facility M-1's row, its Storage Capacity is 45 MWh.

Step-by-Step Solution

1
Group and sort facilities by the primary criterion: Technology in alphabetical order.
Group 1: Hybrid (M-2, M-4, M-6); Group 2: Solar+Storage (M-1, M-5, M-8); Group 3: Wind+Storage (M-3, M-7).
Alphabetical order places 'Hybrid' first, followed by 'Solar+Storage', and then 'Wind+Storage'.
2
Sort the 'Hybrid' group (Ranks 1 to 3) using secondary (Efficiency desc) and tertiary (Cost asc) rules.
M-4 and M-2 tie at 91.0% Efficiency; M-4 has lower cost (15.10vs15.10 vs 16.50), placing M-4 1st and M-2 2nd. M-6 (89.5%) is 3rd.
Secondary sort prioritizes higher efficiency, and tertiary sort resolves ties by choosing lower maintenance cost.
3
Sort the 'Solar+Storage' group (Ranks 4 to 6) using secondary and tertiary rules.
M-5 has highest efficiency (92.0%) -> Rank 4. M-1 and M-8 tie at 88.5% Efficiency; M-1 has lower cost (14.20vs14.20 vs 15.00) -> Rank 5: M-1, Rank 6: M-8.
M-1 takes Rank 5 because its 14.20/MWhmaintenancecostbeatsM8s14.20/MWh maintenance cost beats M-8's 15.00/MWh cost in the tertiary tie-breaker.
4
Identify the facility in Rank 5 and read its Storage Capacity.
Rank 5 is facility M-1, which has a Storage Capacity of 45 MWh.
Evaluating the 5th entry of the ordered list directly answers the question stem.

Key Concept

Multi-column hierarchical table sorting with primary, secondary, and tertiary tie-breaking conditions.
Question 1658Question

To evaluate overall tap water safety across a metropolitan region containing over 100,000 residential units, a municipal environmental agency tested water samples collected exclusively from 500 newly constructed apartment complexes built within the last two years. Finding no detectable levels of lead or industrial contaminants in any of the tested samples, the agency concluded that the region's entire residential tap water infrastructure is free from lead contamination.

The reasoning in the agency's argument is most vulnerable to criticism on the grounds that it

Show answer & explanation

Answer: draws a definitive conclusion about the entire residential water system based on a sample of buildings that, owing to their recent construction, may not be representative of older structures.

Answer

The argument is vulnerable because it draws a conclusion about all residential buildings based on a sample of newly constructed complexes, which are likely subject to modern lead-free building codes and thus unrepresentative of older housing stock.
The correct answer highlights a classic sampling bias: testing only recently built properties creates a selection bias because modern plumbing standards typically prohibit lead materials. Concluding that all 100,000+ residential units are lead-free based on a sample that excludes older, higher-risk structures is a flawed generalization.

Step-by-Step Solution

1
Identify the conclusion and evidence
Conclusion: The region's entire residential tap water infrastructure is free from lead contamination. Evidence: Water samples from 500 apartment complexes built in the last two years showed no detectable lead.
Understanding the gap between the evidence and the conclusion reveals logical vulnerabilities.
2
Evaluate the sample representation
The sample consists strictly of buildings built within the last two years, whereas the conclusion generalizes to over 100,000 residential units across the entire metropolitan region.
Sampling only recent construction introduces systematic bias, as modern building regulations typically forbid lead piping materials that may exist in older buildings.
3
Match with the correct flaw description
The option noting that newly constructed buildings may not represent older structures correctly points out the sampling flaw.
An unrepresentative sample invalidates a broad generalization.

Key Concept

Sampling and Generalization Flaws (Unrepresentative Sample Bias)
Estimated Time:2m 0s
Question 1659Question

The table below presents operational metrics and financial allocations for six municipal water treatment facilities in 2025.

FacilityTotal Water Processed (Million Gallons)Recycled Water (Million Gallons)Distribution Loss Rate (%)Annual Operating Budget ($ Millions)
Alton450908%18.0
Belton60015012%21.0
Colton350706%14.0
Dalton70021015%22.4
Easton50013010%17.5
Fulton400805%16.0

For the facility with the lowest operating budget per million gallons of total water processed, what percentage of its total processed water was recycled?

Show answer & explanation

Answer: 30

Answer

30%
Evaluating the unit budget per million gallons processed across all facilities reveals that Dalton has the lowest operating rate at 22.4M/700 MG=$0.0320M / MG22.4\text{M} / 700\text{ MG} = \$0.0320\text{M / MG}. Computing the percentage of total processed water that was recycled for Dalton gives (210/700)×100%=30%(210 / 700) \times 100\% = 30\%.

Step-by-Step Solution

1
Calculate operating budget per million gallons processed for each facility to determine unit cost.
Alton = 0.0400; Belton = 0.0350; Colton = 0.0400; Dalton = 0.0320; Easton = 0.0350; Fulton = 0.0400 ($M per MG).
To identify which facility operates with the lowest financial cost per unit of water processed.
2
Identify the minimum unit cost value among all six facilities.
Dalton has the lowest operating budget per million gallons ($0.0320M per MG).
Dalton satisfies the condition of having the lowest operating budget per million gallons processed.
3
Divide Dalton's recycled water volume by its total processed water volume and express as a percentage.
(210 / 700) * 100% = 30%.
To find the specific proportion of recycled water relative to total processed water at the identified facility.

Key Concept

Unit Rate Comparison and Percentage Calculation from Tabular Data
Question 1660Question

### Tab 1: Enterprise Data Privacy Policy (Framework AI-606)
Under Enterprise Privacy Framework AI-606, customer conversation logs designated as Class 2 (Confidential) may be transferred to third-party vendors for AI model fine-tuning only if the customer has opted into data-sharing AND all personally identifiable information (PII) has been anonymized using Differential Privacy Hash (DPH) encryption. However, Section 4.2 states that if the vendor operates in a Jurisdiction Grade C region, third-party transfer is strictly prohibited regardless of customer opt-in or encryption status, unless an explicit Executive Safety Waiver is signed by the Chief Information Security Officer (CISO).

### Tab 2: Vendor Assessment Brief (Synthetix Systems)
Synthetix Systems is an AI analytics contractor retained to fine-tune customer service large language models using Class 2 conversation logs. Synthetix Systems hosts all processing data centers in Region Delta, which is classified as a Jurisdiction Grade C region under international data governance standards. On March 12, Synthetix Systems completed DPH anonymization for Dataset 704, which contains 50,000 Class 2 customer conversation logs collected from customers who signed standard data-sharing opt-in agreements. Synthetix Systems subsequently requested immediate data transfer for model fine-tuning.

### Tab 3: Compliance Audit Log & Internal Email
Email from CISO to Compliance Officer (March 14):
"Regarding Dataset 704: I reviewed the DPH encryption output and customer opt-in records. While the technical privacy safeguards meet standard baseline requirements, I have NOT executed an Executive Safety Waiver for Synthetix Systems due to unresolved audit flags on their Region Delta infrastructure. Until those flags are resolved, no data transfer may proceed."

Audit Log Entry (March 15):
"Dataset 704 was transferred to Synthetix Systems servers on March 15 following formal transfer authorization by the Operations Director."

Based on the information provided in the three tabs, which of the following statements regarding the transfer of Dataset 704 to Synthetix Systems is correct?

Show answer & explanation

Answer: The transfer of Dataset 704 violated Framework AI-606 because Synthetix Systems operates in a Jurisdiction Grade C region and the required Executive Safety Waiver was explicitly not executed by the CISO.

Answer

The transfer of Dataset 704 violated Framework AI-606 because Synthetix Systems operates in a Jurisdiction Grade C region and the required Executive Safety Waiver was explicitly not executed by the CISO.
Synthesizing information across all three tabs demonstrates that Section 4.2 of Framework AI-606 prohibits transfers to Jurisdiction Grade C vendors unless an Executive Safety Waiver is signed by the CISO. Tab 2 establishes that Synthetix Systems is located in Region Delta (Jurisdiction Grade C). Tab 3 explicitly confirms that the CISO did not execute the required waiver. Therefore, the March 15 transfer authorized by the Operations Director breached company policy.

Step-by-Step Solution

1
Identify the general transfer requirements and special jurisdictional exceptions in Tab 1.
Class 2 data transfers require customer opt-in AND DPH anonymization. However, Section 4.2 states that if the vendor is in a Jurisdiction Grade C region, transfer is prohibited regardless of opt-in/encryption UNLESS an Executive Safety Waiver is signed by the CISO.
Establishing the policy conditions is necessary to determine what rules apply to this specific transfer.
2
Cross-reference vendor details from Tab 2 with Section 4.2 criteria.
Synthetix Systems operates in Region Delta, which is a Jurisdiction Grade C region. Dataset 704 consists of Class 2 data with opt-ins and DPH encryption completed.
Matching vendor traits to policy rules shows that the mandatory CISO Executive Safety Waiver rule in Section 4.2 applies.
3
Evaluate the compliance status of the transfer using Tab 3.
The CISO explicitly stated in writing on March 14 that an Executive Safety Waiver was NOT executed due to infrastructure audit flags. The March 15 transfer authorized by the Operations Director thus violated Framework AI-606.
Without the CISO's signed waiver, any transfer to a Grade C jurisdiction violates the policy regardless of Operations Director sign-off.

Key Concept

Multi-Source Reasoning: Policy Exception Handling and Tab Synthesis
Estimated Time:2m 30s
PreviousPage 83 / 110Next
All practice questions — GMAT | Examkin