Two-Part Analysis

132 questions

Question 101Question
A renewable energy storage station manages a grid battery system with an initial energy reserve of E0=100 MWhE_0 = 100\text{ MWh}. At the end of each operating interval kk (for k=1,2,3,4k = 1, 2, 3, 4), the updated energy reserve EkE_k (in MWh) transitions according to the rule:
Ek=0.8Ek1+PkE_k = 0.8 E_{k-1} + P_k
where PkP_k represents the net energy added during interval kk. The net additions for the four intervals are P1=40 MWhP_1 = 40\text{ MWh}, P2=10 MWhP_2 = 10\text{ MWh}, P3=50 MWhP_3 = 50\text{ MWh}, and P4=20 MWhP_4 = 20\text{ MWh}.

Arrange the operating intervals in ascending order based on the battery energy reserve EkE_k measured at the end of each interval, from the lowest energy reserve to the highest energy reserve.

Drag items to arrange them in the correct order

Show answer & explanation

Answer

The correct sequence from lowest to highest energy reserve is End of Interval 2 (106 MWh), End of Interval 1 (120 MWh), End of Interval 4 (127.84 MWh), and End of Interval 3 (134.8 MWh).
Evaluating each recursive state step by step yields E1=120 MWhE_1 = 120\text{ MWh}, E2=106 MWhE_2 = 106\text{ MWh}, E3=134.8 MWhE_3 = 134.8\text{ MWh}, and E4=127.84 MWhE_4 = 127.84\text{ MWh}. Arranging these quantities from smallest to largest results in the sequence: End of Interval 2, End of Interval 1, End of Interval 4, and End of Interval 3.

Step-by-Step Solution

1
Calculate the energy reserve at the end of Interval 1 (E1E_1)
E1=0.8(100)+40=80+40=120 MWhE_1 = 0.8(100) + 40 = 80 + 40 = 120\text{ MWh}
Apply the state transition formula using initial state E0=100 MWhE_0 = 100\text{ MWh} and addition P1=40 MWhP_1 = 40\text{ MWh}.
2
Calculate the energy reserve at the end of Interval 2 (E2E_2)
E2=0.8(120)+10=96+10=106 MWhE_2 = 0.8(120) + 10 = 96 + 10 = 106\text{ MWh}
Apply the state transition formula using state E1=120 MWhE_1 = 120\text{ MWh} and addition P2=10 MWhP_2 = 10\text{ MWh}.
3
Calculate the energy reserve at the end of Interval 3 (E3E_3)
E3=0.8(106)+50=84.8+50=134.8 MWhE_3 = 0.8(106) + 50 = 84.8 + 50 = 134.8\text{ MWh}
Apply the state transition formula using state E2=106 MWhE_2 = 106\text{ MWh} and addition P3=50 MWhP_3 = 50\text{ MWh}.
4
Calculate the energy reserve at the end of Interval 4 (E4E_4)
E4=0.8(134.8)+20=107.84+20=127.84 MWhE_4 = 0.8(134.8) + 20 = 107.84 + 20 = 127.84\text{ MWh}
Apply the state transition formula using state E3=134.8 MWhE_3 = 134.8\text{ MWh} and addition P4=20 MWhP_4 = 20\text{ MWh}.
5
Sort the computed values in ascending order
E2(106 MWh)<E1(120 MWh)<E4(127.84 MWh)<E3(134.8 MWh)E_2 (106\text{ MWh}) < E_1 (120\text{ MWh}) < E_4 (127.84\text{ MWh}) < E_3 (134.8\text{ MWh})
Comparing the values gives the exact ordered sequence: Interval 2, Interval 1, Interval 4, Interval 3.

Key Concept

Sequential Processes and State Transitions
Estimated Time:2m 0s
Question 102Question

A pharmaceutical laboratory synthesizes two custom therapeutic compounds, Compound XX and Compound YY, in integer batch quantities during a single production cycle. Production is subject to the following resource and operational constraints:

- Bioreactor Time: Each batch of Compound XX requires 44 hours and each batch of Compound YY requires 33 hours. The laboratory has at most 4848 total hours of bioreactor time available.
- Specialized Solvent: Each batch of Compound XX requires 33 liters and each batch of Compound YY requires 55 liters. The total solvent supply is capped at 5555 liters.
- Catalyst Stability Limit: To prevent reactive degradation, the number of batches of Compound YY produced cannot exceed twice the number of batches of Compound XX plus 11 (Y2X+1Y \le 2X + 1).

Each batch of Compound XX generates a net profit of $12,000\$12,000, and each batch of Compound YY generates a net profit of $14,000\$14,000.

What is the maximum total net profit, in dollars, that the laboratory can achieve within these combined production constraints?

Show answer & explanation

Answer: $172,000\$172,000

Answer

The maximum total net profit achievable under all constraints is $172,000\$172,000, obtained by producing 55 batches of Compound XX and 88 batches of Compound YY.
The production plan of 55 batches of Compound XX and 88 batches of Compound YY satisfies all given constraints: Bioreactor time (4(5)+3(8)=44484(5) + 3(8) = 44 \le 48 hours), Solvent volume (3(5)+5(8)=55553(5) + 5(8) = 55 \le 55 liters), and Catalyst stability (82(5)+1=118 \le 2(5) + 1 = 11). This combination yields the maximum valid profit of 5×$12,000+8×$14,000=$172,0005 \times \$12,000 + 8 \times \$14,000 = \$172,000.

Step-by-Step Solution

1
Formulate the linear inequalities representing the system constraints.
Bioreactor constraint: 4X+3Y484X + 3Y \le 48; Solvent constraint: 3X+5Y553X + 5Y \le 55; Catalyst constraint: Y2X+1Y \le 2X + 1; Non-negativity and integer constraints: X,YZ0X, Y \in \mathbb{Z}_{\ge 0}. Objective function: Maximize P=12000X+14000YP = 12000X + 14000Y.
Establishing the mathematical boundaries of the feasible region for integer optimization.
2
Find the intersection point of the two primary resource constraint boundaries (4X+3Y=484X + 3Y = 48 and 3X+5Y=553X + 5Y = 55).
Multiplying 4X+3Y=484X + 3Y = 48 by 55 yields 20X+15Y=24020X + 15Y = 240. Multiplying 3X+5Y=553X + 5Y = 55 by 33 yields 9X+15Y=1659X + 15Y = 165. Subtracting the two equations gives 11X=75    X=75/116.8211X = 75 \implies X = 75/11 \approx 6.82, leading to Y=76/116.91Y = 76/11 \approx 6.91.
Identifies the continuous optimal vertex of the system to narrow down nearby integer search points.
3
Test nearby integer pairs (X,Y)(X, Y) within the feasible region.
For X=6X = 6, max YY under solvent limit is (5518)/5=7\lfloor(55 - 18)/5\rfloor = 7. Check (6,7)(6, 7): 4(6)+3(7)=45484(6)+3(7)=45 \le 48, 3(6)+5(7)=53553(6)+5(7)=53 \le 55, 72(6)+1=137 \le 2(6)+1=13. Profit: 12000(6)+14000(7)=$170,00012000(6)+14000(7) = \$170,000.
For X=5X = 5, max YY under solvent limit is (5515)/5=8\lfloor(55 - 15)/5\rfloor = 8. Check (5,8)(5, 8): 4(5)+3(8)=44484(5)+3(8)=44 \le 48, 3(5)+5(8)=55553(5)+5(8)=55 \le 55, 82(5)+1=118 \le 2(5)+1=11. Profit: 12000(5)+14000(8)=$172,00012000(5)+14000(8) = \$172,000.
For X=4X = 4, max YY under solvent limit is (5512)/5=8\lfloor(55 - 12)/5\rfloor = 8. Profit: 12000(4)+14000(8)=$160,00012000(4)+14000(8) = \$160,000.
For X=7X = 7, max YY under bioreactor limit is (4828)/3=6\lfloor(48 - 28)/3\rfloor = 6. Check (7,6)(7, 6): 4(7)+3(6)=46484(7)+3(6)=46 \le 48, 3(7)+5(6)=51553(7)+5(6)=51 \le 55. Profit: 12000(7)+14000(6)=$168,00012000(7)+14000(6) = \$168,000.
Evaluates candidate lattice points on the boundary of the feasible integer region.
4
Compare profit totals among all valid integer combinations.
The combination (5,8)(5, 8) yields the maximum valid profit of $172,000\$172,000.
Confirms the global maximum integer solution under all joint bounded constraints.

Key Concept

Optimization under Integer and Joint Bounded Constraints
Question 103Question

An earth-observation satellite payload operator allocates integer numbers of channels to two operational payload modes: High-Resolution Imaging (II) and Atmospheric Sounding (SS). Operational parameters and resource bounds are specified as follows:

- Bandwidth: Each imaging channel requires 15 MHz15\text{ MHz} and each sounding channel requires 10 MHz10\text{ MHz}. Total available payload bandwidth is at most 210 MHz210\text{ MHz}.
- Power: Each imaging channel consumes 40 W40\text{ W} and each sounding channel consumes 15 W15\text{ W}. Total available power budget is at most 440 W440\text{ W}.
- Mission Minimums: The satellite must operate at least 22 imaging channels (I2I \ge 2) and at least 44 sounding channels (S4S \ge 4).
- Buffer Constraint: The number of sounding channels cannot exceed twice the number of imaging channels (S2IS \le 2I).

Match each payload optimization target on the left with its corresponding integer channel count on the right.

Click a left item, then click its matching right item

Items

Maximum possible number of Imaging channels (II)
Maximum possible number of Sounding channels (SS)
Number of Sounding channels (SS) that maximizes daily data return (R=70I+20SR = 70I + 20S Gbit/day)

Matches

Show answer & explanation

Answer

The maximum possible number of Imaging channels (II) is 9. The maximum possible number of Sounding channels (SS) is 12. The number of Sounding channels (SS) that maximizes daily data return is 5.
Matching the maximum imaging channels (II) to 9 is correct because I=10I = 10 forces S2S \le 2, violating S4S \ge 4, whereas I=9I = 9 is fully feasible with S=5S = 5. Matching the maximum sounding channels (SS) to 12 is correct because at (6,12)(6, 12), bandwidth, power, and buffer constraints are simultaneously satisfied. Matching the sounding channels for maximum data return to 5 is correct because the function R=70I+20SR = 70I + 20S reaches its peak of 730 Gbit/day at (9,5)(9, 5).

Step-by-Step Solution

1
Formulate the algebraic system of inequality constraints.
Bandwidth: 15I+10S210    3I+2S4215I + 10S \le 210 \implies 3I + 2S \le 42. Power: 40I+15S440    8I+3S8840I + 15S \le 440 \implies 8I + 3S \le 88. Bounds: I2I \ge 2, S4S \ge 4, and S2IS \le 2I.
Converting narrative bounds into simplified algebraic inequalities facilitates evaluating integer extreme points.
2
Find the maximum feasible value for Imaging channels (II).
If I=10I = 10, power requires 8(10)+3S88    3S8    S28(10) + 3S \le 88 \implies 3S \le 8 \implies S \le 2, which violates the minimum requirement S4S \ge 4. If I=9I = 9, power requires 8(9)+3S88    3S16    S58(9) + 3S \le 88 \implies 3S \le 16 \implies S \le 5. With S=4S = 4 or S=5S = 5, bandwidth gives 3(9)+2(5)=37423(9) + 2(5) = 37 \le 42 and S2(9)S \le 2(9) holds. Thus, max I=9I = 9.
Determining the upper bound of II requires testing larger integer values of II while ensuring S4S \ge 4 is not violated.
3
Find the maximum feasible value for Sounding channels (SS).
Since S2IS \le 2I, SS is constrained by II. Testing I=6I = 6: bandwidth gives 3(6)+2S42    2S24    S123(6) + 2S \le 42 \implies 2S \le 24 \implies S \le 12. Power gives 8(6)+3S88    3S40    S13.338(6) + 3S \le 88 \implies 3S \le 40 \implies S \le 13.33. Buffer gives S2(6)=12S \le 2(6) = 12. At (6,12)(6, 12), all constraints hold (18+24=424218+24=42 \le 42, 48+36=848848+36=84 \le 88, 121212 \le 12). Thus, max S=12S = 12.
Maximizing SS requires balancing the ratio constraint S2IS \le 2I against bandwidth and power limits.
4
Maximize the objective function R(I,S)=70I+20SR(I, S) = 70I + 20S over all feasible boundary points.
Evaluating candidate integer vertex points: R(9,5)=70(9)+20(5)=730R(9, 5) = 70(9) + 20(5) = 730; R(9,4)=710R(9, 4) = 710; R(8,8)=720R(8, 8) = 720; R(7,10)=690R(7, 10) = 690; R(6,12)=660R(6, 12) = 660. The maximum data return occurs at (9,5)(9, 5), where S=5S = 5.
Comparing total return at all boundary points identifies the global integer maximum.

Key Concept

Linear Programming and Integer Bounded Optimization
Question 104Question

An industrial water desalination facility routes seawater through a three-stage membrane filtration process (k=1,2,3k = 1, 2, 3). At stage k=0k = 0 (the initial feed stage), the water has a salt concentration of C0=800 ppmC_0 = 800\text{ ppm} and a flow rate of F0=120 liters/minF_0 = 120\text{ liters/min}.

At each subsequent stage kk (where k=1,2,3k = 1, 2, 3), the state of the water is updated according to the following sequential rules:
- Salt concentration: Ck=0.5Ck120 ppmC_k = 0.5 C_{k-1} - 20\text{ ppm}
- Flow rate: Fk=Fk115 liters/minF_k = F_{k-1} - 15\text{ liters/min}

Which of the following statements regarding the system's state transitions across the stages are true? Select all that apply.

Select all that apply

Show answer & explanation

Answer: At the end of Stage 2 (k=2k = 2), the salt concentration of the water is 170 ppm170\text{ ppm}.; At the end of Stage 3 (k=3k = 3), the water flow rate is 75 liters/min75\text{ liters/min}.

Answer

The correct statements are the one indicating a salt concentration of 170 ppm at Stage 2 and the one indicating a flow rate of 75 liters/min at Stage 3.
Evaluating each transition step sequentially gives C_1 = 380, C_2 = 170, and C_3 = 65 for salt concentration, and F_1 = 105, F_2 = 90, and F_3 = 75 for flow rate. The statement asserting a salt concentration of 170 ppm at Stage 2 and the statement asserting a flow rate of 75 liters/min at Stage 3 correctly reflect these evaluations.

Step-by-Step Solution

1
Calculate state metrics for Stage 1 (k = 1)
C_1 = 0.5(800) - 20 = 380 ppm; F_1 = 120 - 15 = 105 liters/min
Apply the recursive transition functions once from initial state k = 0.
2
Calculate state metrics for Stage 2 (k = 2)
C_2 = 0.5(380) - 20 = 170 ppm; F_2 = 105 - 15 = 90 liters/min
Apply the recursive transition functions to the Stage 1 outputs.
3
Calculate state metrics for Stage 3 (k = 3)
C_3 = 0.5(170) - 20 = 65 ppm; F_3 = 90 - 15 = 75 liters/min
Apply the recursive transition functions to the Stage 2 outputs.
4
Verify each statement against calculated values
Stage 2 salt concentration is 170 ppm (True) and Stage 3 flow rate is 75 liters/min (True).
Identify all statements that match the calculated sequence values.

Key Concept

Multi-stage recursive state evaluation and linear parameter transition tracking.
Question 105Question

A telecommunications company deploys two installation teams, Team Alpha and Team Beta, to lay fiber-optic cable across a rural region containing both rocky terrain and flat terrain.

- Team Alpha lays cable at a constant rate of 400400 meters per day in rocky terrain and 600600 meters per day in flat terrain. Over a project lasting exactly 2020 working days, Team Alpha laid a total of 10,40010,400 meters of cable.
- Team Beta lays cable at a constant rate of 300300 meters per day in rocky terrain and 700700 meters per day in flat terrain. Over a project also lasting exactly 2020 working days, Team Beta laid a total of 11,60011,600 meters of cable.

Based on the information provided, which of the following correctly pairs the number of days Team Alpha worked in rocky terrain with the number of days Team Beta worked in rocky terrain?

Show answer & explanation

Answer: Team Alpha: 8 days; Team Beta: 6 days

Answer

Team Alpha worked 8 days in rocky terrain and Team Beta worked 6 days in rocky terrain.
For Team Alpha, setting 400dA+600(20dA)=10,400400 d_A + 600(20 - d_A) = 10,400 simplifies to 200dA=1,600200 d_A = 1,600, giving dA=8d_A = 8 days in rocky terrain. For Team Beta, setting 300dB+700(20dB)=11,600300 d_B + 700(20 - d_B) = 11,600 simplifies to 400dB=2,400400 d_B = 2,400, giving dB=6d_B = 6 days in rocky terrain. Thus, the pairing 'Team Alpha: 8 days; Team Beta: 6 days' is correct.

Step-by-Step Solution

1
Set up the work-rate equation for Team Alpha.
Let dAd_A be the number of days Team Alpha worked in rocky terrain. The days worked in flat terrain is (20dA)(20 - d_A). The equation is 400dA+600(20dA)=10,400400 d_A + 600(20 - d_A) = 10,400.
Total distance laid equals rate in rocky terrain times rocky days plus rate in flat terrain times flat days.
2
Solve for dAd_A (Team Alpha's rocky terrain days).
400dA+12,000600dA=10,400    12,000200dA=10,400    200dA=1,600    dA=8400 d_A + 12,000 - 600 d_A = 10,400 \implies 12,000 - 200 d_A = 10,400 \implies 200 d_A = 1,600 \implies d_A = 8 days.
Simplifying the algebraic equation yields the exact number of rocky terrain days for Team Alpha.
3
Set up the work-rate equation for Team Beta.
Let dBd_B be the number of days Team Beta worked in rocky terrain. The days worked in flat terrain is (20dB)(20 - d_B). The equation is 300dB+700(20dB)=11,600300 d_B + 700(20 - d_B) = 11,600.
Total distance laid equals rate in rocky terrain times rocky days plus rate in flat terrain times flat days for Team Beta.
4
Solve for dBd_B (Team Beta's rocky terrain days).
300dB+14,000700dB=11,600    14,000400dB=11,600    400dB=2,400    dB=6300 d_B + 14,000 - 700 d_B = 11,600 \implies 14,000 - 400 d_B = 11,600 \implies 400 d_B = 2,400 \implies d_B = 6 days.
Simplifying the algebraic equation yields the exact number of rocky terrain days for Team Beta.

Key Concept

Solving simultaneous linear work-rate problems with two terrain types and time constraints.
Estimated Time:2m 0s
Question 106Question

An automated data processing node manages a queue of records across three sequential processing stages (k=1,2,3k = 1, 2, 3). The initial batch size at stage k=0k = 0 is N0=400N_0 = 400 records. In each stage kk, the batch size undergoes two consecutive transitions:
1. The batch size is reduced by 50%50\% due to quality filtering.
2. Exactly 120120 newly verified records are added to the batch.

Which of the following statements regarding the batch size across these stages are correct? Select all that apply.

Select all that apply

Show answer & explanation

Answer: The batch size at the end of Stage 1 (N1N_1) is 320320 records.; The batch size at the end of Stage 3 (N3N_3) is 260260 records.; The total net reduction in batch size from the start of Stage 1 to the end of Stage 3 is 140140 records.

Answer

The correct statements are: the batch size at the end of Stage 1 is 320 records; the batch size at the end of Stage 3 is 260 records; and the total net reduction from Stage 1 to Stage 3 is 140 records.
Evaluating each stage sequentially shows: Stage 1 ends with 320 records (400 halved to 200, plus 120); Stage 2 ends with 280 records (320 halved to 160, plus 120); Stage 3 ends with 260 records (280 halved to 140, plus 120). Subtracting the final count of 260 from the initial count of 400 gives a net decrease of 140 records.

Step-by-Step Solution

1
Calculate state transitions for Stage 1 (k=1k = 1).
Initial N0=400N_0 = 400. Filtering reduces count to 400×0.5=200400 \times 0.5 = 200. Adding 120 records gives N1=200+120=320N_1 = 200 + 120 = 320.
Tracking each sub-step sequentially is necessary to determine the state at the end of Stage 1.
2
Calculate state transitions for Stage 2 (k=2k = 2).
Filtering reduces count to 320×0.5=160320 \times 0.5 = 160. Adding 120 records gives N2=160+120=280N_2 = 160 + 120 = 280.
Stage 2 operates on the output state of Stage 1 (N1=320N_1 = 320).
3
Calculate state transitions for Stage 3 (k=3k = 3).
Filtering reduces count to 280×0.5=140280 \times 0.5 = 140. Adding 120 records gives N3=140+120=260N_3 = 140 + 120 = 260.
Stage 3 operates on the output state of Stage 2 (N2=280N_2 = 280).
4
Evaluate the net overall change from start to end.
Net reduction = N0N3=400260=140N_0 - N_3 = 400 - 260 = 140 records.
Comparing initial state N0N_0 and final state N3N_3 gives the overall change.

Key Concept

Sequential state transitions require updating the system state step-by-step without omitting intermediate additions or reductions.
Estimated Time:1m 30s
Question 107Question

A digital payment platform processes a batch of N0=1000N_0 = 1{}000 transactions through four sequential verification stages (k=1,2,3,4k = 1, 2, 3, 4). The transition rules for the transaction count NkN_k at each stage kk are defined as follows:

* Stage 1 (Fraud Filter): 10%10\% of the current batch transactions are flagged and removed, after which 5050 system control transactions are added.
* Stage 2 (Currency Verification): 20%20\% of the current batch transactions are each split into two separate micro-transactions (increasing the net transaction count by 20%20\% of the incoming batch), after which 4040 invalid transactions are purged.
* Stage 3 (Settlement Reconciliation): The batch transaction count decreases by 15%15\% due to netting, after which 150150 pending transactions are merged into the batch.
* Stage 4 (Archival Audit): 20%20\% of the current batch transactions are archived (retaining 80%80\% in the active batch), after which 120120 final clearance tokens are added to the batch.

Place the four stages in order of their final batch transaction counts (NkN_k), from lowest transaction count to highest transaction count.

Drag items to arrange them in the correct order

Show answer & explanation

Answer

The correct order from lowest transaction count to highest transaction count is Stage 1 (950), Stage 4 (988), Stage 3 (1,085), and Stage 2 (1,100).
Evaluating the sequential state transitions step by step yields N1=950N_1 = 950, N2=1100N_2 = 1{}100, N3=1085N_3 = 1{}085, and N4=988N_4 = 988. Ordering these four outputs from smallest to largest yields Stage 1 (950950), Stage 4 (988988), Stage 3 (10851{}085), and Stage 2 (11001{}100).

Step-by-Step Solution

1
Calculate the transaction count at the end of Stage 1 (N1N_1).
N1=10000.10(1000)+50=900+50=950N_1 = 1{}000 - 0.10(1{}000) + 50 = 900 + 50 = 950.
Apply the 10%10\% reduction followed by adding 5050 control transactions to the initial batch of 10001{}000.
2
Calculate the transaction count at the end of Stage 2 (N2N_2).
N2=950+0.20(950)40=950+19040=1100N_2 = 950 + 0.20(950) - 40 = 950 + 190 - 40 = 1{}100.
Apply the 20%20\% net split increase to N1=950N_1 = 950 and subtract 4040 purged transactions.
3
Calculate the transaction count at the end of Stage 3 (N3N_3).
N3=11000.15(1100)+150=1100165+150=1085N_3 = 1{}100 - 0.15(1{}100) + 150 = 1{}100 - 165 + 150 = 1{}085.
Reduce N2=1100N_2 = 1{}100 by 15%15\% and add 150150 merged transactions.
4
Calculate the transaction count at the end of Stage 4 (N4N_4).
N4=0.80(1085)+120=868+120=988N_4 = 0.80(1{}085) + 120 = 868 + 120 = 988.
Retain 80%80\% of N3=1085N_3 = 1{}085 (20%20\% archived) and add 120120 clearance tokens.
5
Order the resulting values from lowest to highest.
950<988<1085<1100950 < 988 < 1{}085 < 1{}100, corresponding to Stage 1, Stage 4, Stage 3, Stage 2.
Compare the numerical results across all four steps to establish the ascending order.

Key Concept

Sequential Process State Tracking
Estimated Time:2m 0s
Question 108Question

An automated smart climate controller regulates room temperature (TT, in C{}^\circ\text{C}) and relative humidity (HH, in %\%) across three sequential hourly cycles (k=1,2,3k = 1, 2, 3). The initial state at cycle k=0k = 0 is T0=24CT_0 = 24^\circ\text{C} and H0=60%H_0 = 60\%.

At the end of each hourly cycle kk, the new state (Tk,Hk)(T_k, H_k) is updated according to the following transition rules:
- Tk=Tk12T_k = T_{k-1} - 2 if Hk150%H_{k-1} \ge 50\%; otherwise, Tk=Tk1+1T_k = T_{k-1} + 1
- Hk=Hk110H_k = H_{k-1} - 10 if Tk1>20T_{k-1} > 20; otherwise, Hk=Hk1+5H_k = H_{k-1} + 5

Which of the following statements regarding the system's state are correct? Select all that apply.

Select all that apply

Show answer & explanation

Answer: The temperature at the end of cycle 3 is 21C21^\circ\text{C}.; The relative humidity at the end of cycle 3 is 45%45\%.

Answer

The temperature at the end of cycle 3 is 21C21^\circ\text{C} and the relative humidity at the end of cycle 3 is 45%45\%.
Evaluating the state transitions step-by-step shows:
- Cycle 1: T1=22C,H1=50%T_1 = 22^\circ\text{C}, H_1 = 50\%
- Cycle 2: T2=20C,H2=40%T_2 = 20^\circ\text{C}, H_2 = 40\%
- Cycle 3: T3=21C,H3=45%T_3 = 21^\circ\text{C}, H_3 = 45\%
Therefore, the statements confirming that the temperature at the end of cycle 3 is 21C21^\circ\text{C} and that the relative humidity at the end of cycle 3 is 45%45\% are both correct.

Step-by-Step Solution

1
Calculate state at cycle k=1k = 1 from initial state (T0,H0)=(24,60)(T_0, H_0) = (24, 60).
T1=242=22CT_1 = 24 - 2 = 22^\circ\text{C} (since H0=6050H_0 = 60 \ge 50); H1=6010=50%H_1 = 60 - 10 = 50\% (since T0=24>20T_0 = 24 > 20).
Apply transition rules based on conditions satisfied by cycle 0 values.
2
Calculate state at cycle k=2k = 2 from state (T1,H1)=(22,50)(T_1, H_1) = (22, 50).
T2=222=20CT_2 = 22 - 2 = 20^\circ\text{C} (since H1=5050H_1 = 50 \ge 50); H2=5010=40%H_2 = 50 - 10 = 40\% (since T1=22>20T_1 = 22 > 20).
Apply transition rules based on conditions satisfied by cycle 1 values.
3
Calculate state at cycle k=3k = 3 from state (T2,H2)=(20,40)(T_2, H_2) = (20, 40).
T3=20+1=21CT_3 = 20 + 1 = 21^\circ\text{C} (since H2=40<50H_2 = 40 < 50); H3=40+5=45%H_3 = 40 + 5 = 45\% (since T2=20T_2 = 20 is NOT strictly greater than 2020).
Carefully check strict inequalities (T2>20T_2 > 20 is false for T2=20T_2 = 20) and update parameters accordingly.

Key Concept

Sequential State Transitions with Conditional Updates
Question 109Question

A digital streaming platform processes high-definition video files using two server clusters, Cluster A and Cluster B.

- Cluster A processes video data at a constant rate of 100 GB/hour100\text{ GB/hour}, and 18%18\% of its processed data requires secondary re-encoding.
- Cluster B processes video data at a constant rate of 200 GB/hour200\text{ GB/hour}, and 8%8\% of its processed data requires secondary re-encoding.

During a processing cycle, the platform processed a total of 3,000 GB3,000\text{ GB} of video data across both clusters, and exactly 12%12\% of the total processed data required secondary re-encoding.

Which of the following correctly pairs the operating time of Cluster A and the operating time of Cluster B during this cycle?

Show answer & explanation

Answer: 12 hours for Cluster A, and 9 hours for Cluster B

Answer

12 hours for Cluster A, and 9 hours for Cluster B
The solution requires calculating the data volume processed by each cluster using a weighted average equation, and then dividing each volume by its respective processing rate. Cluster A processed 1,200 GB over 12 hours (at 100 GB/hour), and Cluster B processed 1,800 GB over 9 hours (at 200 GB/hour).

Step-by-Step Solution

1
Calculate total re-encoded data volume from the combined percentage.
Total re-encoded data = 0.12×3,000 GB=360 GB0.12 \times 3,000\text{ GB} = 360\text{ GB}.
Knowing the total batch volume and overall percentage gives the exact amount of data re-encoded.
2
Formulate equations for total data and re-encoded data in terms of volume processed by Cluster A (DAD_A) and Cluster B (DBD_B).
DA+DB=3,000D_A + D_B = 3,000 and 0.18DA+0.08DB=3600.18 D_A + 0.08 D_B = 360.
Expressing both given constraints as a system of simultaneous linear equations.
3
Solve for DAD_A and DBD_B.
Substitute DB=3,000DAD_B = 3,000 - D_A into the second equation: 0.18DA+0.08(3,000DA)=360    0.10DA=120    DA=1,200 GB0.18 D_A + 0.08(3,000 - D_A) = 360 \implies 0.10 D_A = 120 \implies D_A = 1,200\text{ GB}, so DB=1,800 GBD_B = 1,800\text{ GB}.
Isolating DAD_A determines the exact volume processed by each cluster.
4
Convert data volumes to operating hours using cluster processing rates.
Cluster A operating time = 1,200 GB/100 GB/hour=12 hours1,200\text{ GB} / 100\text{ GB/hour} = 12\text{ hours}; Cluster B operating time = 1,800 GB/200 GB/hour=9 hours1,800\text{ GB} / 200\text{ GB/hour} = 9\text{ hours}.
Dividing data volume by processing rate yields the elapsed operating time for each cluster.

Key Concept

Weighted Average Mixtures and Work Rates
Question 110Question

A municipal water treatment facility operates four filtration basins (Basin A, Basin B, Basin C, and Basin D). Each basin receives raw water at a specified intake rate and operates at a given recovery percentage (the percent of raw water converted to purified water). Match each filtration basin on the left to its corresponding purified water output rate in thousands of gallons per hour (kgal/hr) on the right.

Click a left item, then click its matching right item

Items

Basin A: Raw water intake rate of 120 kgal/hr120\text{ kgal/hr} with a 75%75\% recovery rate.
Basin B: Raw water intake rate of 160 kgal/hr160\text{ kgal/hr} with a 65%65\% recovery rate.
Basin C: Raw water intake rate of 200 kgal/hr200\text{ kgal/hr} with a 55%55\% recovery rate.
Basin D: Raw water intake rate of 150 kgal/hr150\text{ kgal/hr} with an 80%80\% recovery rate.

Matches

Show answer & explanation

Answer

Basin A matches with 90 kgal/hr, Basin B matches with 104 kgal/hr, Basin C matches with 110 kgal/hr, and Basin D matches with 120 kgal/hr.
The output rate for each basin is determined by taking the product of the total raw intake rate and the given recovery percentage. Basin A yields 120×0.75=90 kgal/hr120 \times 0.75 = 90\text{ kgal/hr}, Basin B yields 160×0.65=104 kgal/hr160 \times 0.65 = 104\text{ kgal/hr}, Basin C yields 200×0.55=110 kgal/hr200 \times 0.55 = 110\text{ kgal/hr}, and Basin D yields 150×0.80=120 kgal/hr150 \times 0.80 = 120\text{ kgal/hr}.

Step-by-Step Solution

1
Calculate the purified water output for Basin A
Output = 120×0.75=90 kgal/hr120 \times 0.75 = 90\text{ kgal/hr}
Multiply the raw intake volume by the decimal equivalent of the recovery percentage (75%=0.7575\% = 0.75).
2
Calculate the purified water output for Basin B
Output = 160×0.65=104 kgal/hr160 \times 0.65 = 104\text{ kgal/hr}
Multiply the raw intake volume by the recovery percentage (65%=0.6565\% = 0.65).
3
Calculate the purified water output for Basin C
Output = 200×0.55=110 kgal/hr200 \times 0.55 = 110\text{ kgal/hr}
Multiply the raw intake volume by the recovery percentage (55%=0.5555\% = 0.55).
4
Calculate the purified water output for Basin D
Output = 150×0.80=120 kgal/hr150 \times 0.80 = 120\text{ kgal/hr}
Multiply the raw intake volume by the recovery percentage (80%=0.8080\% = 0.80).

Key Concept

Calculating net output rate from gross input rate and efficiency percentages
Estimated Time:1m 30s
Question 111Question

A manufacturing facility operates two assembly lines, Line 1 and Line 2, producing high-precision components.

- Line 1 operates at a constant rate of R1R_1 components per hour, and Line 2 operates at a constant rate of R2R_2 components per hour.
- Operating Line 1 for 55 hours and Line 2 for 66 hours yields a total output of 1,2001,200 components.
- If Line 1's production rate is increased by 25%25\% and Line 2's production rate is decreased by 15%15\%, running both lines together for 44 hours yields a total output of 940940 components.

Which of the following represents the original production rate of Line 1 (R1R_1) and Line 2 (R2R_2), respectively, in components per hour?

Show answer & explanation

Answer: R1=120R_1 = 120 components/hour, R2=100R_2 = 100 components/hour

Answer

R1=120R_1 = 120 components/hour and R2=100R_2 = 100 components/hour
The correct answer accurately determines the original rates by translating the scenario into two simultaneous equations (5R1+6R2=12005 R_1 + 6 R_2 = 1200 and 4(1.25R1+0.85R2)=9404(1.25 R_1 + 0.85 R_2) = 940). Solving this system yields R1=120R_1 = 120 components per hour and R2=100R_2 = 100 components per hour.

Step-by-Step Solution

1
Formulate the first linear equation from the initial production scenario.
5R1+6R2=12005 R_1 + 6 R_2 = 1200
Line 1 runs for 55 hours at rate R1R_1 and Line 2 runs for 66 hours at rate R2R_2 to produce 1,2001,200 total components.
2
Express the modified rates after percentage changes.
Modified rate for Line 1 is 1.25R11.25 R_1; modified rate for Line 2 is 0.85R20.85 R_2.
Increasing R1R_1 by 25%25\% gives R1×1.25R_1 \times 1.25, and decreasing R2R_2 by 15%15\% gives R2×(10.15)=0.85R2R_2 \times (1 - 0.15) = 0.85 R_2.
3
Formulate and simplify the second equation from the modified production scenario.
5R1+3.4R2=9405 R_1 + 3.4 R_2 = 940
Running both modified lines together for 44 hours gives 4(1.25R1+0.85R2)=9404(1.25 R_1 + 0.85 R_2) = 940, which simplifies to 5R1+3.4R2=9405 R_1 + 3.4 R_2 = 940.
4
Solve the system of equations by subtracting the simplified second equation from the first equation.
2.6R2=260    R2=1002.6 R_2 = 260 \implies R_2 = 100
(5R1+6R2)(5R1+3.4R2)=1200940    2.6R2=260    R2=100(5 R_1 + 6 R_2) - (5 R_1 + 3.4 R_2) = 1200 - 940 \implies 2.6 R_2 = 260 \implies R_2 = 100.
5
Substitute R2=100R_2 = 100 back into the first equation to solve for R1R_1.
R1=120R_1 = 120
5R1+6(100)=1200    5R1=600    R1=1205 R_1 + 6(100) = 1200 \implies 5 R_1 = 600 \implies R_1 = 120.

Key Concept

Solving simultaneous linear rate equations involving percentage increases and decreases
Estimated Time:2m 0s
Question 112Question

A digital subscription platform updates user account balances for Reward Points (PP) and Bonus Credits (CC) at the end of each month kk (where k=1,2,3k = 1, 2, 3) according to the following state transition rules:

- Pk=0.8Pk1+50P_k = 0.8 P_{k-1} + 50
- Ck=Ck1+0.1Pk1C_k = C_{k-1} + 0.1 P_{k-1}

At month k=0k = 0, an account starts with P0=500P_0 = 500 points and C0=100C_0 = 100 credits.

Which of the following statements regarding the account balances are true? Select all that apply.

Select all that apply

Show answer & explanation

Answer: The promotional credit balance at the end of Month 2 (C2C_2) is equal to 195.; The tier status point balance at the end of Month 3 (P3P_3) is equal to 378.

Answer

The statement that the promotional credit balance at the end of Month 2 is 195 and the statement that the tier status point balance at the end of Month 3 is 378 are both correct.
Evaluating the sequential transitions stage-by-stage gives P1=450P_1 = 450, C1=150C_1 = 150, P2=410P_2 = 410, C2=195C_2 = 195, P3=378P_3 = 378, and C3=236C_3 = 236. Thus, the statement asserting C2=195C_2 = 195 is correct, and the statement asserting P3=378P_3 = 378 is correct.

Step-by-Step Solution

1
Calculate state values at Month 1 (k=1k = 1)
P1=0.8(500)+50=450P_1 = 0.8(500) + 50 = 450 points; C1=100+0.1(500)=150C_1 = 100 + 0.1(500) = 150 credits.
Apply state transition rules using initial values P0=500P_0 = 500 and C0=100C_0 = 100.
2
Calculate state values at Month 2 (k=2k = 2)
P2=0.8(450)+50=410P_2 = 0.8(450) + 50 = 410 points; C2=150+0.1(450)=195C_2 = 150 + 0.1(450) = 195 credits.
Apply state transition rules using Month 1 values (P1=450P_1 = 450, C1=150C_1 = 150).
3
Calculate state values at Month 3 (k=3k = 3)
P3=0.8(410)+50=378P_3 = 0.8(410) + 50 = 378 points; C3=195+0.1(410)=236C_3 = 195 + 0.1(410) = 236 credits.
Apply state transition rules using Month 2 values (P2=410P_2 = 410, C2=195C_2 = 195).
4
Evaluate candidate statements
C2=195C_2 = 195 is true; P3=378P_3 = 378 is true; C3=236241C_3 = 236 \neq 241 is false; P2=410450P_2 = 410 \neq 450 is false; change in points P1P2=450410=4050P_1 - P_2 = 450 - 410 = 40 \neq 50 is false.
Compare calculated multi-stage process values directly against each statement.

Key Concept

Sequential Processes and State Transitions
Question 113Question

An e-commerce fulfillment center uses two automated sorting machines, Machine X and Machine Y, to sort packages. Machine X processes packages at a constant rate of 150150 packages per hour, with an error rate of 4%4\%. Machine Y processes packages at a constant rate of 200200 packages per hour, with an error rate of 1.5%1.5\%. If both machines operate simultaneously and continuously to process a total batch of 2,1002,100 packages, what is the total number of incorrectly processed packages in this batch?

Show answer & explanation

Answer: 54

Answer

54 packages
Working together at a combined rate of 350350 packages per hour, the machines take 66 hours to complete 2,1002,100 packages. Machine X processes 900900 packages with 3636 errors (4%4\%), while Machine Y processes 1,2001,200 packages with 1818 errors (1.5%1.5\%). Adding these yields 5454 total errors.

Step-by-Step Solution

1
Determine the combined processing rate of the two machines
350350 packages per hour
Machine X and Machine Y work concurrently, so their rates add up (150+200=350150 + 200 = 350).
2
Determine total operating time needed for the batch
66 hours
Dividing total packages (2,1002,100) by the combined rate (350350) gives the total operating duration.
3
Calculate individual volume handled by each machine
Machine X: 900900 packages; Machine Y: 1,2001,200 packages
Multiplying the duration (66 hours) by each machine's hourly rate yields their individual output.
4
Calculate the error quantity for each machine and total errors
36+18=5436 + 18 = 54 packages
4%4\% of 900=36900 = 36, and 1.5%1.5\% of 1,200=181,200 = 18. The sum of errors is 5454.

Key Concept

Combined Rates and Weighted Percentage Errors
Question 114Question

An enterprise cybersecurity team categorizes software patch deployment tasks into four priority tiers (Tier 1: Highest Priority to Tier 4: Lowest Priority) based on two criteria:

1. Exposure Risk: Public-Facing or Internal-Only
2. Threat Severity: Critical, High, or Moderate

The prioritization rules are defined as follows:
- Tier 1: Public-Facing and Critical Severity
- Tier 2: Public-Facing and High Severity, OR Internal-Only and Critical Severity
- Tier 3: Public-Facing and Moderate Severity, OR Internal-Only and High Severity
- Tier 4: Internal-Only and Moderate Severity

Four upcoming deployment tasks are described below:
- Patch Alpha: Public-Facing system with Critical Severity
- Patch Beta: Internal-Only system with Critical Severity
- Patch Gamma: Public-Facing system with Moderate Severity
- Patch Delta: Internal-Only system with Moderate Severity

Which of the following represents the correct sequence of deployment tasks ordered from highest priority (1st) to lowest priority (4th)?

Drag items to arrange them in the correct order

Show answer & explanation

Answer

The correct order from highest priority to lowest priority is Patch Alpha, Patch Beta, Patch Gamma, and Patch Delta.
To determine the correct priority sequence, each deployment task must be evaluated against the tier assignment rules. Patch Alpha (Public-Facing, Critical) meets the Tier 1 conditions. Patch Beta (Internal-Only, Critical) fits Tier 2. Patch Gamma (Public-Facing, Moderate) fits Tier 3. Patch Delta (Internal-Only, Moderate) fits Tier 4. Sorting from Tier 1 to Tier 4 yields the sequence: Patch Alpha, Patch Beta, Patch Gamma, Patch Delta.

Step-by-Step Solution

1
Evaluate Patch Alpha against the classification rules.
Patch Alpha has Public-Facing exposure and Critical severity, assigning it to Tier 1.
Tier 1 explicitly requires Public-Facing exposure and Critical severity.
2
Evaluate Patch Beta against the classification rules.
Patch Beta has Internal-Only exposure and Critical severity, assigning it to Tier 2.
Tier 2 includes Internal-Only systems with Critical severity.
3
Evaluate Patch Gamma against the classification rules.
Patch Gamma has Public-Facing exposure and Moderate severity, assigning it to Tier 3.
Tier 3 includes Public-Facing systems with Moderate severity.
4
Evaluate Patch Delta against the classification rules.
Patch Delta has Internal-Only exposure and Moderate severity, assigning it to Tier 4.
Tier 4 includes Internal-Only systems with Moderate severity.
5
Order the patches from Tier 1 (Highest) to Tier 4 (Lowest).
The sequence is Tier 1 (Patch Alpha) → Tier 2 (Patch Beta) → Tier 3 (Patch Gamma) → Tier 4 (Patch Delta).
Ranking tiers numerically from 1 to 4 establishes the correct priority order.

Key Concept

Categorical Classification and Sorting
Estimated Time:1m 30s
Question 115Question

A regional energy commission classifies proposed energy generation projects into four regulatory permitting tiers based on two quantitative metrics: Peak Capacity (in megawatts, MW\text{MW}) and Sanctuary Proximity (distance in kilometers, km\text{km}, from a protected wildlife reserve).

The classification criteria are specified as follows:
- Tier 1 (Comprehensive Review): Peak Capacity >50 MW> 50\text{ MW} AND Sanctuary Proximity <10 km< 10\text{ km}
- Tier 2 (Grid Impact Priority): Peak Capacity >50 MW> 50\text{ MW} AND Sanctuary Proximity 10 km\ge 10\text{ km}
- Tier 3 (Environmental Mitigation Priority): Peak Capacity 50 MW\le 50\text{ MW} AND Sanctuary Proximity <10 km< 10\text{ km}
- Tier 4 (Fast-Track Permitting): Peak Capacity 50 MW\le 50\text{ MW} AND Sanctuary Proximity 10 km\ge 10\text{ km}

Based on the rules provided above, match each project proposal to its designated regulatory permitting tier.

Click a left item, then click its matching right item

Items

Project Alpha: Peak Capacity = 75 MW75\text{ MW}, Sanctuary Proximity = 6 km6\text{ km}
Project Beta: Peak Capacity = 60 MW60\text{ MW}, Sanctuary Proximity = 18 km18\text{ km}
Project Gamma: Peak Capacity = 35 MW35\text{ MW}, Sanctuary Proximity = 4 km4\text{ km}
Project Delta: Peak Capacity = 40 MW40\text{ MW}, Sanctuary Proximity = 25 km25\text{ km}

Matches

Show answer & explanation

Answer

Project Alpha matches Tier 1 (Comprehensive Review), Project Beta matches Tier 2 (Grid Impact Priority), Project Gamma matches Tier 3 (Environmental Mitigation Priority), and Project Delta matches Tier 4 (Fast-Track Permitting).
Each project is mapped to the permitting tier whose dual constraints for Peak Capacity and Sanctuary Proximity are both satisfied.

Step-by-Step Solution

1
Evaluate Project Alpha metrics against the tier criteria.
Peak Capacity is 75 MW>50 MW75\text{ MW} > 50\text{ MW} and Sanctuary Proximity is 6 km<10 km6\text{ km} < 10\text{ km}. This matches Tier 1.
Both conditions for Tier 1 (High capacity and high environmental sensitivity) are satisfied.
2
Evaluate Project Beta metrics against the tier criteria.
Peak Capacity is 60 MW>50 MW60\text{ MW} > 50\text{ MW} and Sanctuary Proximity is 18 km10 km18\text{ km} \ge 10\text{ km}. This matches Tier 2.
High capacity with lower environmental sensitivity places the project into Tier 2.
3
Evaluate Project Gamma metrics against the tier criteria.
Peak Capacity is 35 MW50 MW35\text{ MW} \le 50\text{ MW} and Sanctuary Proximity is 4 km<10 km4\text{ km} < 10\text{ km}. This matches Tier 3.
Standard capacity combined with high environmental sensitivity requires Tier 3 mitigation.
4
Evaluate Project Delta metrics against the tier criteria.
Peak Capacity is 40 MW50 MW40\text{ MW} \le 50\text{ MW} and Sanctuary Proximity is 25 km10 km25\text{ km} \ge 10\text{ km}. This matches Tier 4.
Standard capacity and low environmental sensitivity qualify for Tier 4 fast-track permitting.

Key Concept

Multi-attribute categorical classification using strict logical boundary constraints.
Question 116Question

A commercial bakery operates three distinct production units—Unit X, Unit Y, and Unit Z—to fulfill daily shipments of bread loaves:

- Unit X produces 150150 loaves per hour, with 4%4\% discarded due to minor defects.
- Unit Y produces 200200 loaves per hour, with 5%5\% discarded due to minor defects.
- Unit Z produces 250250 loaves per hour, with 2%2\% discarded due to minor defects.

Match each production unit on the left with its corresponding net yield of non-defective loaves produced during an 88-hour shift on the right.

Click a left item, then click its matching right item

Items

Unit X
Unit Y
Unit Z

Matches

Show answer & explanation

Answer

Unit X matches with 1,152 non-defective loaves; Unit Y matches with 1,520 non-defective loaves; Unit Z matches with 1,960 non-defective loaves.
Each unit's net non-defective yield is derived by calculating gross output over 8 hours (Hourly Rate × 8) and multiplying by (1Defect Rate)(1 - \text{Defect Rate}). Unit X yields 1,200×0.96=1,1521,200 \times 0.96 = 1,152, Unit Y yields 1,600×0.95=1,5201,600 \times 0.95 = 1,520, and Unit Z yields 2,000×0.98=1,9602,000 \times 0.98 = 1,960.

Step-by-Step Solution

1
Calculate total gross production for each unit over an 8-hour shift.
Unit X produces 150×8=1,200150 \times 8 = 1,200 loaves; Unit Y produces 200×8=1,600200 \times 8 = 1,600 loaves; Unit Z produces 250×8=2,000250 \times 8 = 2,000 loaves.
Gross production equals hourly rate multiplied by duration.
2
Calculate the non-defective percentage for each unit.
Unit X non-defective rate is 100%4%=96%100\% - 4\% = 96\%; Unit Y non-defective rate is 100%5%=95%100\% - 5\% = 95\%; Unit Z non-defective rate is 100%2%=98%100\% - 2\% = 98\%.
The non-defective rate is the complement of the discard percentage.
3
Multiply gross output by the non-defective rate to determine net yield.
Unit X yield is 1,200×0.96=1,1521,200 \times 0.96 = 1,152; Unit Y yield is 1,600×0.95=1,5201,600 \times 0.95 = 1,520; Unit Z yield is 2,000×0.98=1,9602,000 \times 0.98 = 1,960.
Applying the non-defective fraction gives the final usable loaf count for each unit.

Key Concept

Work rate and net yield calculation using percentages
Question 117Question

A satellite communications fleet operator classifies custom transponder payloads into three orbital deployment categories (Category 1, Category 2, and Category 3) based on two operational metrics: Peak Power Consumption (in kW) and Frequency Bandwidth (in GHz).

Classification Rules:
- Category 1: Frequency Bandwidth must exceed 10 GHz10\text{ GHz}, and Peak Power Consumption must exceed 15 kW15\text{ kW}.
- Category 2: Frequency Bandwidth must exceed 10 GHz10\text{ GHz}, but Peak Power Consumption is 15 kW15\text{ kW} or less.
- Category 3: Frequency Bandwidth is 10 GHz10\text{ GHz} or less, regardless of Peak Power Consumption.

Two proposed payloads require deployment:
- Payload A: Peak Power Consumption = 18 kW18\text{ kW}, Frequency Bandwidth = 8 GHz8\text{ GHz}.
- Payload B: Peak Power Consumption = 12 kW12\text{ kW}, Frequency Bandwidth = 14 GHz14\text{ GHz}.

Based on the classification rules, which of the following correctly identifies the assigned deployment category for Payload A and Payload B, respectively?

Show answer & explanation

Answer: Payload A: Category 3; Payload B: Category 2

Answer

Payload A is assigned to Category 3, and Payload B is assigned to Category 2.
Payload A has a bandwidth of 8 GHz, which is less than or equal to 10 GHz; under the classification rules, any payload with a bandwidth of 10 GHz or less is placed in Category 3 regardless of peak power. Payload B has a bandwidth of 14 GHz (>10 GHz) and a power consumption of 12 kW (15 kW or less), satisfying the criteria for Category 2. Thus, the correct pair is Payload A: Category 3; Payload B: Category 2.

Step-by-Step Solution

1
Evaluate Payload A against the classification rules.
Payload A has Peak Power Consumption = 18 kW18\text{ kW} and Frequency Bandwidth = 8 GHz8\text{ GHz}. Since the bandwidth is 8 GHz10 GHz8\text{ GHz} \leq 10\text{ GHz}, rule Category 3 applies directly regardless of power.
Category 3 explicitly states that any payload with Frequency Bandwidth of 10 GHz10\text{ GHz} or less falls into Category 3.
2
Evaluate Payload B against the classification rules.
Payload B has Peak Power Consumption = 12 kW12\text{ kW} and Frequency Bandwidth = 14 GHz14\text{ GHz}. The bandwidth exceeds 10 GHz10\text{ GHz}, and the power consumption is 12 kW15 kW12\text{ kW} \leq 15\text{ kW}. Therefore, Payload B falls into Category 2.
Category 2 requires bandwidth >10 GHz>10\text{ GHz} and power 15 kW\leq 15\text{ kW}.
3
Combine the evaluations to select the correct paired classification.
Payload A: Category 3; Payload B: Category 2.
Matching both evaluations yields Category 3 for Payload A and Category 2 for Payload B.

Key Concept

Multi-attribute categorical sorting with conditional logical rules.
Estimated Time:1m 30s
Question 118Question

A freight logistics company operates delivery trucks on two distinct transit routes: Route Alpha and Route Beta.

- On Route Alpha, trucks travel at a constant speed of 6060 miles per hour and consume fuel at a rate of 88 gallons per hour.
- On Route Beta, trucks travel at a constant speed of 4545 miles per hour and consume fuel at a rate of 66 gallons per hour.

Yesterday, a fleet of trucks completed a total combined distance of 900900 miles across both routes in a combined total operating time of 1616 hours.

Based on this information, select the option that correctly identifies both the ratio of the distance traveled on Route Alpha to the distance traveled on Route Beta (Column 1) and the percentage of total fuel consumed that was used on Route Alpha (Column 2).

Show answer & explanation

Answer: Distance Ratio (Alpha : Beta) = 4 : 1; Fuel Percentage (Alpha) = 80%

Answer

Distance Ratio (Alpha : Beta) = 4 : 1; Fuel Percentage (Alpha) = 80%
Solving the system of simultaneous equations gives 12 hours on Route Alpha and 4 hours on Route Beta. Route Alpha accounts for 720 miles while Route Beta accounts for 180 miles, establishing a distance ratio of 720 : 180 = 4 : 1. Fuel consumption is 96 gallons on Route Alpha out of 120 total gallons consumed, which equals 80% of total fuel. The option matching Distance Ratio (Alpha : Beta) = 4 : 1 and Fuel Percentage (Alpha) = 80% is correct.

Step-by-Step Solution

1
Set up a system of linear equations for operating hours on each route
Let tAt_A be the time in hours spent on Route Alpha, and tBt_B be the time in hours spent on Route Beta.
1) Total time equation: tA+tB=16t_A + t_B = 16
2) Total distance equation: 60tA+45tB=90060 t_A + 45 t_B = 900
Distance equals speed multiplied by time for each route.
2
Solve for tAt_A and tBt_B
Substitute tB=16tAt_B = 16 - t_A into the distance equation:
60tA+45(16tA)=90060 t_A + 45(16 - t_A) = 900
60tA+72045tA=90060 t_A + 720 - 45 t_A = 900
15tA=180    tA=1215 t_A = 180 \implies t_A = 12 hours.
Then tB=1612=4t_B = 16 - 12 = 4 hours.
Isolating the single variable tAt_A provides the exact time spent on each route.
3
Calculate distances and determine the distance ratio (Column 1)
Distance on Route Alpha (DAD_A) = 60 mph×12 hours=72060 \text{ mph} \times 12 \text{ hours} = 720 miles.
Distance on Route Beta (DBD_B) = 45 mph×4 hours=18045 \text{ mph} \times 4 \text{ hours} = 180 miles.
Ratio DA:DB=720:180=4:1D_A : D_B = 720 : 180 = 4 : 1.
Computing individual route distances yields the distance ratio required for Column 1.
4
Calculate total fuel consumption and the percentage spent on Route Alpha (Column 2)
Fuel on Route Alpha (FAF_A) = 12 hours×8 gal/hr=9612 \text{ hours} \times 8 \text{ gal/hr} = 96 gallons.
Fuel on Route Beta (FBF_B) = 4 hours×6 gal/hr=244 \text{ hours} \times 6 \text{ gal/hr} = 24 gallons.
Total fuel (FtotalF_{\text{total}}) = 96+24=12096 + 24 = 120 gallons.
Percentage on Route Alpha = 96120×100%=80%\frac{96}{120} \times 100\% = 80\%.
Multiplying time by consumption rate gives fuel volume, from which the relative percentage is calculated.

Key Concept

Simultaneous Rate and System Constraint Modeling
Question 119Question

A pharmaceutical laboratory uses two automated centrifuge units, Unit Alpha and Unit Beta, to process liquid compound solutions into a central storage tank.

- Unit Alpha processes a solution containing 15%15\% active compound at a constant rate of 4040 liters per hour.
- Unit Beta processes a solution containing 35%35\% active compound at a constant rate of 6060 liters per hour.

If both units operate simultaneously for 55 hours, what is the percentage of active compound in the total combined solution collected in the tank?

Show answer & explanation

Answer: 27

Answer

The active compound concentration in the combined solution is 27%27\%.
The correct answer of 27%27\% is obtained by determining the overall mass balance: Unit Alpha contributes 3030 liters of active compound from 200200 liters of total liquid, while Unit Beta contributes 105105 liters of active compound from 300300 liters of total liquid. Dividing the total active compound (135135 liters) by the total liquid (500500 liters) gives 0.270.27, or 27%27\%.

Step-by-Step Solution

1
Determine the total volume and active compound volume produced by Unit Alpha.
Unit Alpha produces 200200 liters of total liquid (40×540 \times 5) containing 3030 liters of active compound (200×0.15200 \times 0.15).
Volume equals rate multiplied by time, and active compound volume equals total volume multiplied by its concentration percentage.
2
Determine the total volume and active compound volume produced by Unit Beta.
Unit Beta produces 300300 liters of total liquid (60×560 \times 5) containing 105105 liters of active compound (300×0.35300 \times 0.35).
Applied the same volume and percentage relationship to Unit Beta.
3
Compute the combined total volume and total active compound volume.
Total combined liquid volume = 200+300=500200 + 300 = 500 liters. Total active compound = 30+105=13530 + 105 = 135 liters.
Combining the output of both units sums their respective liquid and active compound volumes.
4
Calculate the combined percentage concentration.
135500×100%=27%.\frac{135}{500} \times 100\% = 27\%.
The final concentration is the ratio of total active compound to total liquid volume expressed as a percentage.

Key Concept

Weighted Average Percentage Concentration
Question 120Question

A museum conservation board classifies historical artifacts into three management streams based on two parameters: Material Sensitivity (High or Moderate) and Structural Fragility Index (a numerical score from 11 to 100100). The classification rules are defined as follows:

- Track Y (Long-Term Preservation): Assigned if an artifact has High Material Sensitivity AND a Structural Fragility Index score of at least 7070.
- Track X (Immediate Stabilization): Assigned if an artifact meets EXACTLY ONE of the two conditions (either High Material Sensitivity OR a Structural Fragility Index score of at least 7070, but not both).
- Routine Storage: Assigned if an artifact meets NEITHER condition (Moderate Material Sensitivity AND a Structural Fragility Index score below 7070).

Match each of the following three artifacts to its correct management stream.

Click a left item, then click its matching right item

Items

Artifact Alpha: High Material Sensitivity; Structural Fragility Index of 75
Artifact Beta: Moderate Material Sensitivity; Structural Fragility Index of 82
Artifact Gamma: Moderate Material Sensitivity; Structural Fragility Index of 50

Matches

Show answer & explanation

Answer

Artifact Alpha matches with Track Y (Long-Term Preservation); Artifact Beta matches with Track X (Immediate Stabilization); Artifact Gamma matches with Routine Storage.
Artifact Alpha satisfies both criteria (High Sensitivity and Fragility Index 70\ge 70), placing it in Track Y. Artifact Beta satisfies only the Fragility Index criterion (70\ge 70), placing it in Track X. Artifact Gamma satisfies neither criterion, placing it in Routine Storage.

Step-by-Step Solution

1
Evaluate Artifact Alpha against the classification rules.
Material Sensitivity is High (True) and Fragility Index is 757075 \ge 70 (True).
Both conditions are satisfied simultaneously, which matches the criteria for Track Y (Long-Term Preservation).
2
Evaluate Artifact Beta against the classification rules.
Material Sensitivity is Moderate (False) and Fragility Index is 827082 \ge 70 (True).
Exactly one condition is satisfied, which matches the criteria for Track X (Immediate Stabilization).
3
Evaluate Artifact Gamma against the classification rules.
Material Sensitivity is Moderate (False) and Fragility Index is 50<7050 < 70 (False).
Neither condition is satisfied, which matches the criteria for Routine Storage.

Key Concept

Categorical classification using multi-attribute boolean logical operators (AND, XOR, NOR).
PreviousPage 6 / 7Next
Two-Part Analysis Practice Questions — GMAT — Page 6 | Examkin