All practice questions

2131 questions

Question 1681Question

A theater sold a total of 500500 tickets for an evening performance, consisting of VIP tickets priced at $80\$80 each and General Admission tickets priced at $50\$50 each. On the day of the show, a promotional discount of 20%20\% was applied to all General Admission tickets, while VIP ticket prices remained unchanged. If the total revenue collected from ticket sales was $31,000\$31,000, which of the following statements must be true? Select all such statements.

Select all that apply

Show answer & explanation

Answer: More than 70% of the total revenue was generated from VIP ticket sales.; The number of VIP tickets sold was 50 greater than the number of General Admission tickets sold.

Answer

The statements confirming that more than 70% of total revenue came from VIP ticket sales and that 50 more VIP tickets were sold than General Admission tickets are correct.
The system of equations V+G=500V + G = 500 and 80V+40G=31,00080V + 40G = 31,000 yields V=275V = 275 VIP tickets and G=225G = 225 General Admission tickets. The VIP revenue is 22,000,whichisapproximately70.9722,000, which is approximately 70.97% of the total 31,000 revenue (greater than 70%). Additionally, the difference 275225=50275 - 225 = 50 confirms that 50 more VIP tickets were sold than General Admission tickets.

Step-by-Step Solution

1
Define variables and determine the discounted price of General Admission tickets.
Let VV be the number of VIP tickets and GG be the number of General Admission tickets. The discounted price for General Admission tickets is $50×(10.20)=$40\$50 \times (1 - 0.20) = \$40.
Establishing correct variable representations and effective unit prices is required to build the revenue model.
2
Set up and solve the system of linear equations.
V+G=500V + G = 500 and 80V+40G=31,00080V + 40G = 31,000. Substituting G=500VG = 500 - V gives 80V+40(500V)=31,000    40V=11,000    V=27580V + 40(500 - V) = 31,000 \implies 40V = 11,000 \implies V = 275. Thus, G=225G = 225.
Solving the linear system determines the exact quantity of each ticket type sold.
3
Calculate revenue shares and verify each statement.
VIP revenue = 275×$80=$22,000275 \times \$80 = \$22,000. Revenue share of VIP = 22,00031,00070.97%>70%\frac{22,000}{31,000} \approx 70.97\% > 70\%. Ticket difference = 275225=50275 - 225 = 50. Ratio V:G=275:225=11:9V:G = 275:225 = 11:9.
Evaluating each calculated metric against the given statements determines which statements must be true.

Key Concept

Linear word problems involving systems of equations and percentage modifications.
Estimated Time:2m 0s
Question 1682Question

A 6-digit security code is to be formed using distinct digits chosen from the set {1,2,3,4,5,6,7,8}\{1, 2, 3, 4, 5, 6, 7, 8\}. The code must satisfy the following conditions:
1. The code must be an even number (its final digit must be 22, 44, 66, or 88).
2. Both digits 11 and 22 must be included in the 6-digit code.
3. Digits 11 and 22 cannot occupy adjacent positions in the code.

Which of the following statements regarding the number of possible 6-digit security codes must be true? Select all such statements.

Select all that apply

Show answer & explanation

Answer: The total number of valid 6-digit security codes that satisfy all conditions is 3,6003,600.; The number of valid security codes in which the final digit is 22 is 1,4401,440.; The number of valid security codes in which the final digit is an even digit other than 22 is 2,1602,160.

Answer

The statements confirming that the total number of codes is 3,600, that 1,440 codes end in 2, and that 2,160 codes end in an even digit other than 2 are all correct.
The solution requires partitioning into two mutually exclusive scenarios depending on whether digit 2 occupies the final position. When digit 2 is at the end, digit 1 can occupy any of the first 4 positions (excluding position 5 to avoid adjacency), yielding 4×P(6,4)=1,4404 \times P(6,4) = 1,440 codes. When the final position is occupied by 4, 6, or 8 (3 choices), digits 1 and 2 have P(5,2)8=12P(5,2) - 8 = 12 valid non-adjacent placements across the first 5 positions, and the remaining 3 positions can be filled in P(5,3)=60P(5,3) = 60 ways, yielding 3×12×60=2,1603 \times 12 \times 60 = 2,160 codes. The sum of these two cases gives 3,6003,600 total valid codes. Thus, the three statements asserting total codes of 3,600, 1,440 ending in 2, and 2,160 ending in 4, 6, or 8 are all correct.

Step-by-Step Solution

1
Analyze the conditions and split into two disjoint cases based on the last digit.
Case 1: The last digit (6th position) is 22. Case 2: The last digit (6th position) is 44, 66, or 88.
Digit 22 plays a dual role: it satisfies the even-ending condition and is one of the restricted digits.
2
Calculate Case 1 (last digit is 2).
Position 6 is fixed as 22 (11 choice). Digit 11 must be in the first 5 positions but cannot be adjacent to position 6 (so position 5 is excluded). Thus digit 11 has 44 choices (positions 1, 2, 3, 4). The remaining 44 positions are filled from the remaining 66 available digits {3,4,5,6,7,8}\{3, 4, 5, 6, 7, 8\} in P(6,4)=6×5×4×3=360P(6, 4) = 6 \times 5 \times 4 \times 3 = 360 ways. Total for Case 1: 1×4×360=1,4401 \times 4 \times 360 = 1,440.
This determines the valid arrangements when 2 is forced to the end of the code.
3
Calculate Case 2 (last digit is 4, 6, or 8).
There are 33 choices for the 6th position. Digits 11 and 22 must be placed among the first 5 positions non-adjacently. Total ordered placements of 11 and 22 in 5 positions is P(5,2)=20P(5, 2) = 20. The number of adjacent position pairs is 44 (positions (1,2), (2,3), (3,4), (4,5)), with 2!=22! = 2 orderings per pair, giving 4×2=84 \times 2 = 8 adjacent placements. Non-adjacent placements = 208=1220 - 8 = 12. The remaining 3 open positions are filled from the remaining 5 available digits in P(5,3)=60P(5, 3) = 60 ways. Total for Case 2: 3×12×60=2,1603 \times 12 \times 60 = 2,160.
This accounts for codes ending in 4, 6, or 8 while respecting the non-adjacency of 1 and 2.
4
Combine the cases and verify statements.
Total valid codes = 1,440+2,160=3,6001,440 + 2,160 = 3,600. The statements asserting totals of 3,600, 1,440 ending in 2, and 2,160 ending in 4, 6, or 8 are true.
Summing mutually exclusive cases gives the overall number of valid outcomes.

Key Concept

Fundamental Counting Principle with Permutations under Restricted Adjacency
Question 1683Question

In the xyxy-plane, line kk passes through the points (1,2)(-1, 2) and (3,10)(3, 10). Line mm is perpendicular to line kk and passes through the point (2,4)(2, 4). Line mm intersects the xx-axis at point PP and the yy-axis at point QQ. What is the distance between point PP and point QQ?

Show answer & explanation

Answer: 555\sqrt{5}

Answer

555\sqrt{5}
The answer 555\sqrt{5} is obtained by taking the negative reciprocal of the slope of line kk (m=2m = 2) to find line mm's slope (m=1/2m = -1/2), establishing line mm's equation as y=1/2x+5y = -1/2 x + 5, finding the intercepts P(10,0)P(10, 0) and Q(0,5)Q(0, 5), and applying the distance formula.

Step-by-Step Solution

1
Calculate the slope of line kk.
The slope of line kk is mk=1023(1)=84=2m_k = \frac{10 - 2}{3 - (-1)} = \frac{8}{4} = 2.
The slope formula is m=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1}.
2
Find the slope of line mm, which is perpendicular to line kk.
The slope of line mm is mm=12m_m = -\frac{1}{2}.
Perpendicular lines have slopes that are negative reciprocals of each other (m1m2=1m_1 \cdot m_2 = -1).
3
Determine the equation of line mm using point-slope form with point (2,4)(2, 4).
y4=12(x2)    y=12x+5y - 4 = -\frac{1}{2}(x - 2) \implies y = -\frac{1}{2}x + 5.
Substituting slope mm=12m_m = -\frac{1}{2} and point (x1,y1)=(2,4)(x_1, y_1) = (2, 4) yields line mm's slope-intercept equation.
4
Find the coordinates of the xx-intercept PP and yy-intercept QQ.
P=(10,0)P = (10, 0) and Q=(0,5)Q = (0, 5).
Setting y=0y = 0 gives 0=12x+5    x=100 = -\frac{1}{2}x + 5 \implies x = 10. Setting x=0x = 0 gives y=5y = 5.
5
Calculate the distance between P(10,0)P(10, 0) and Q(0,5)Q(0, 5).
d=(100)2+(05)2=100+25=125=55d = \sqrt{(10 - 0)^2 + (0 - 5)^2} = \sqrt{100 + 25} = \sqrt{125} = 5\sqrt{5}.
Apply the distance formula d=(x2x1)2+(y2y1)2d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}.

Key Concept

Perpendicular Line Slopes and Coordinate Distance
Estimated Time:2m 0s
Question 1684Question

A manufacturing plant operates two automated production lines, Assembly Line X and Assembly Line Y. Assembly Line Y operates at a standard rate that is 25%25\% faster than the standard rate of Assembly Line X. During a specific shift, Assembly Line X operated for 44 hours at its standard rate, after which its processing rate decreased by 20%20\% for an additional 22 hours due to maintenance. Assembly Line Y began operating 11 hour after Line X started; it operated at its standard rate for 44 hours, and then operated for another 22 hours at 80%80\% of its standard rate. If the two lines produced a combined total of 2,7722,772 units during this shift, what was the standard operating rate of Assembly Line X, in units per hour?

Show answer & explanation

Answer: 220

Answer

The standard operating rate of Assembly Line X is 220 units per hour.
Assembly Line X produces 4r4r units in its first 4 hours and 1.6r1.6r units in its final 2 hours, totaling 5.6r5.6r units. Assembly Line Y produces 4×1.25r=5r4 \times 1.25r = 5r units in its first 4 hours and 2×(0.80×1.25r)=2r2 \times (0.80 \times 1.25r) = 2r units in its final 2 hours, totaling 7r7r units. The sum of their outputs is 5.6r+7r=12.6r=2,7725.6r + 7r = 12.6r = 2,772. Dividing 2,7722,772 by 12.612.6 gives r=220r = 220.

Step-by-Step Solution

1
Set up rate expressions for both assembly lines using a single variable
Standard rate of Line X = rr; Standard rate of Line Y = 1.25r1.25r
Line Y is 25% faster than Line X, so its rate is r+0.25r=1.25rr + 0.25r = 1.25r.
2
Calculate the total work done by Assembly Line X
Line X output = 4(r)+2(0.80r)=5.6r4(r) + 2(0.80r) = 5.6r units
Line X worked 4 hours at 100% rate and 2 hours at 80% rate.
3
Calculate the total work done by Assembly Line Y
Line Y output = 4(1.25r)+2(0.80×1.25r)=5r+2r=7r4(1.25r) + 2(0.80 \times 1.25r) = 5r + 2r = 7r units
Line Y worked 4 hours at full rate 1.25r1.25r and 2 hours at 80% of 1.25r1.25r, which equals rate rr.
4
Equate combined production to 2,772 units and solve for rr
5.6r+7r=12.6r=2,772    r=2205.6r + 7r = 12.6r = 2,772 \implies r = 220
Dividing the total combined output by the total rate multiplier 12.6 yields the baseline standard rate.

Key Concept

Algebraic Modeling of Staggered Work and Variable Production Rates
Estimated Time:2m 30s
Question 1685Question

For all positive real numbers xx and yy, the custom operation \star is defined by xy=x2+y2xyx \star y = \frac{x^2 + y^2}{xy}. The function gg is defined by g(t)=4(t3)7g(t) = 4(t \star 3) - 7. If g(k)=3g(k) = 3, where k>3k > 3, what is the value of kk?

Show answer & explanation

Answer: 6

Answer

The value of kk is 6.
Solving g(k)=3g(k) = 3 yields 4(k3)7=34(k \star 3) - 7 = 3, so k3=52k \star 3 = \frac{5}{2}. Replacing k3k \star 3 with k2+93k\frac{k^2+9}{3k} results in the quadratic equation 2k215k+18=02k^2 - 15k + 18 = 0. The roots are 1.51.5 and 66. Because kk must be strictly greater than 33, the only valid solution is 66.

Step-by-Step Solution

1
Isolate the custom operation term in the function equation
k3=52k \star 3 = \frac{5}{2}
Setting g(k)=4(k3)7=3g(k) = 4(k \star 3) - 7 = 3 allows us to find the required value of k3k \star 3 by adding 7 to both sides and dividing by 4.
2
Express the custom operation algebraically using its definition
k2+93k=52\frac{k^2 + 9}{3k} = \frac{5}{2}
By definition, xy=x2+y2xyx \star y = \frac{x^2 + y^2}{xy}, so k3=k2+323(k)=k2+93kk \star 3 = \frac{k^2 + 3^2}{3(k)} = \frac{k^2 + 9}{3k}.
3
Form and solve the quadratic equation
k = 1.5 \text{ or } k = 6
Cross-multiplying gives 2(k2+9)=5(3k)2(k^2 + 9) = 5(3k), which simplifies to 2k215k+18=02k^2 - 15k + 18 = 0. Factoring as (2k3)(k6)=0(2k - 3)(k - 6) = 0 yields two roots: k=1.5k = 1.5 and k=6k = 6.
4
Apply the domain constraint
k = 6
The problem specifies that k>3k > 3. Since 1.531.5 \le 3, k=1.5k = 1.5 is rejected, leaving k=6k = 6 as the unique correct answer.

Key Concept

Custom Binary Symbol Operations and Composite Functions
Question 1686Question

The frequency distribution table below summarizes the monthly water consumption, cc (in cubic meters, m3\text{m}^3), recorded for a sample of 150150 municipal water accounts.

Monthly Water Consumption (m3\text{m}^3)Number of Accounts
0c<100 \le c < 102525
10c<2010 \le c < 204545
20c<3020 \le c < 305050
30c<4030 \le c < 402020
40c<5040 \le c < 501010

If one water account is selected at random from among all accounts with a monthly water consumption of at least 10 m310\text{ m}^3, what is the probability that the selected account has a monthly water consumption of less than 30 m330\text{ m}^3? (Give your answer as a decimal rounded to two decimal places.)

Show answer & explanation

Answer: 0.76

Answer

0.76
To calculate the required probability, first restrict the sample space to accounts with a monthly consumption of at least 10 m310\text{ m}^3. Summing the frequencies for the intervals 10c<2010 \le c < 20, 20c<3020 \le c < 30, 30c<4030 \le c < 40, and 40c<5040 \le c < 50 gives 45+50+20+10=12545 + 50 + 20 + 10 = 125 accounts. Among these 125125 accounts, those with a consumption of less than 30 m330\text{ m}^3 fall into the intervals 10c<2010 \le c < 20 and 20c<3020 \le c < 30, giving a count of 45+50=9545 + 50 = 95 accounts. Dividing the favorable outcomes by the total outcomes in the restricted sample space yields 95125=0.76\frac{95}{125} = 0.76.

Step-by-Step Solution

1
Determine the total number of accounts meeting the condition of having consumption of at least 10 m310\text{ m}^3.
Total eligible accounts = 45+50+20+10=12545 + 50 + 20 + 10 = 125.
Accounts with consumption of at least 10 m310\text{ m}^3 fall into the intervals 10c<2010 \le c < 20, 20c<3020 \le c < 30, 30c<4030 \le c < 40, and 40c<5040 \le c < 50.
2
Determine the number of accounts among the eligible set with consumption less than 30 m330\text{ m}^3.
Number of favorable accounts = 45+50=9545 + 50 = 95.
Within the eligible set, accounts with consumption less than 30 m330\text{ m}^3 fall into the intervals 10c<2010 \le c < 20 and 20c<3020 \le c < 30.
3
Calculate the conditional probability as a decimal.
95125=0.76\frac{95}{125} = 0.76
Dividing the favorable outcomes (9595) by the total possible outcomes in the restricted sample space (125125) yields 0.760.76.

Key Concept

Conditional probability and sample space restriction in grouped frequency tables
Question 1687Question

A company has 8 departments. The dataset of the number of employees in these 8 departments has a median of 42, a range of 25, and a unique mode of 38, which appears exactly 3 times. If no department has more than 55 employees, what is the maximum possible arithmetic mean of the number of employees across all 8 departments?

Show answer & explanation

Answer: 44.25

Answer

The maximum possible arithmetic mean of the number of employees across all 8 departments is 44.25.
To maximize the mean, the sum of the 8 department sizes must be maximized under all given constraints. Ordering the dataset as x1x2x3x4x5x6x7x8x_1 \le x_2 \le x_3 \le x_4 \le x_5 \le x_6 \le x_7 \le x_8, the median requirement gives x4+x5=84x_4 + x_5 = 84. Since no element exceeds 55 and the range is 25, x1x_1 cannot be 38 because 38+25=63>5538 + 25 = 63 > 55. Hence, the three 38s must be x2=x3=x4=38x_2 = x_3 = x_4 = 38, which forces x5=46x_5 = 46. To maximize the sum, x8x_8 is set to its maximum limit of 55, forcing x1=5525=30x_1 = 55 - 25 = 30. Next, x7x_7 is set to 55, and x6x_6 is set to 54 so that 55 appears only twice and 38 remains the unique mode. The maximum sum is 30+38+38+38+46+54+55+55=35430 + 38 + 38 + 38 + 46 + 54 + 55 + 55 = 354, giving a maximum mean of 354/8=44.25354 / 8 = 44.25.

Step-by-Step Solution

1
Order the dataset variables and define constraints.
Let the department sizes be ordered as x1x2x3x4x5x6x7x8x_1 \le x_2 \le x_3 \le x_4 \le x_5 \le x_6 \le x_7 \le x_8.
Arranging values in ascending order allows direct analysis of median, range, and mode bounds.
2
Use the median to form an equation for the middle two elements.
x4+x52=42    x4+x5=84\frac{x_4 + x_5}{2} = 42 \implies x_4 + x_5 = 84.
For n=8n=8 elements, the median is the arithmetic mean of the 4th and 5th terms.
3
Determine the exact position of the three occurrences of 38.
x2=x3=x4=38x_2 = x_3 = x_4 = 38, forcing x5=8438=46x_5 = 84 - 38 = 46.
If x1=38x_1 = 38, then x8=38+25=63x_8 = 38 + 25 = 63, exceeding the upper bound of 55. Thus 38 cannot start at x1x_1, so it must occupy x2,x3,x4x_2, x_3, x_4.
4
Maximize the remaining elements x1,x6,x7,x8x_1, x_6, x_7, x_8.
x8=55x_8 = 55, x1=30x_1 = 30, x7=55x_7 = 55, and x6=54x_6 = 54.
To maximize the sum, set x8=55x_8 = 55, which fixes x1=5525=30x_1 = 55 - 25 = 30. Set x7=55x_7 = 55. x6x_6 can be at most 54 because setting x6=55x_6 = 55 would give 55 a frequency of 3, violating the unique mode requirement.
5
Calculate the maximum sum and arithmetic mean.
Sum =30+38+38+38+46+54+55+55=354= 30 + 38 + 38 + 38 + 46 + 54 + 55 + 55 = 354; Mean =354/8=44.25= 354 / 8 = 44.25.
Dividing the maximum total sum of 354 by 8 gives the maximum possible arithmetic mean.

Key Concept

Optimization of Means Subject to Central Tendency and Range Constraints
Estimated Time:2m 30s
Question 1688Question

A bookshelf holds 44 distinct fiction novels and 33 distinct non-fiction books. If a reader chooses exactly 11 fiction novel and 11 non-fiction book to take on a trip, how many different pairs of books can the reader select?

Show answer & explanation

Answer: 12

Answer

The total number of different pairs of books that can be selected is 1212.
According to the Fundamental Counting Principle, if one task can be performed in mm ways and a second task can be performed in nn ways, the two tasks together can be performed in m×nm \times n ways. Choosing a fiction novel (44 options) and a non-fiction book (33 options) results in 4×3=124 \times 3 = 12 unique pairs.

Step-by-Step Solution

1
Determine the number of ways to choose one fiction novel
There are 44 possible choices.
The shelf contains 44 distinct fiction novels.
2
Determine the number of ways to choose one non-fiction book
There are 33 possible choices.
The shelf contains 33 distinct non-fiction books.
3
Calculate total pairs using the Fundamental Counting Principle
4×3=124 \times 3 = 12
The selection of a fiction novel and a non-fiction book are independent decisions, so the number of outcomes is the product of the number of choices for each decision.

Key Concept

Fundamental Counting Principle
Question 1689Question

The frequency distribution table below summarizes the calibration offset errors, xx (in microvolts, μV\mu\text{V}), measured for a sample of 200200 precision voltage sensors in a robotics laboratory.

Offset Error Interval (μV\mu\text{V})Frequency
0x<100 \le x < 103232
10x<2010 \le x < 20f1f_1
20x<3020 \le x < 306868
30x<4030 \le x < 40f2f_2
40x<5040 \le x < 502424

The estimated mean offset error calculated using the midpoints of the five class intervals is equal to 24.8 μV24.8\ \mu\text{V}. If a sensor is selected at random from among those with an offset error of at least 20 μV20\ \mu\text{V}, what is the probability that its offset error is less than 40 μV40\ \mu\text{V}?

Show answer & explanation

Answer: 1417\frac{14}{17}

Answer

The correct answer is 1417\frac{14}{17}, which represents the conditional probability that a sensor's offset error is less than 40 μV40\ \mu\text{V} given that it is at least 20 μV20\ \mu\text{V}.
The correct answer is 1417\frac{14}{17}. Solving the system of equations formed by the total sample size (f1+f2=76f_1 + f_2 = 76) and the estimated midpoint mean (3f1+7f2=4043f_1 + 7f_2 = 404) yields f1=32f_1 = 32 and f2=44f_2 = 44. The number of sensors with offset 20 μV\ge 20\ \mu\text{V} is 68+44+24=13668 + 44 + 24 = 136. Among these, the number of sensors with offset <40 μV< 40\ \mu\text{V} is 68+44=11268 + 44 = 112. Thus, the conditional probability is 112136=1417\frac{112}{136} = \frac{14}{17}.

Step-by-Step Solution

1
Set up an equation for the total frequency of the sample.
32+f1+68+f2+24=200    f1+f2=7632 + f_1 + 68 + f_2 + 24 = 200 \implies f_1 + f_2 = 76
The sum of all class frequencies must equal the given total sample size of 200.
2
Set up an equation for the estimated mean using interval midpoints.
Midpoints are 5,15,25,35,455, 15, 25, 35, 45. Total weighted sum =32(5)+f1(15)+68(25)+f2(35)+24(45)=160+15f1+1700+35f2+1080=2940+15f1+35f2= 32(5) + f_1(15) + 68(25) + f_2(35) + 24(45) = 160 + 15f_1 + 1700 + 35f_2 + 1080 = 2940 + 15f_1 + 35f_2. Mean =2940+15f1+35f2200=24.8    15f1+35f2=2020    3f1+7f2=404= \frac{2940 + 15f_1 + 35f_2}{200} = 24.8 \implies 15f_1 + 35f_2 = 2020 \implies 3f_1 + 7f_2 = 404.
The estimated mean of grouped data is the sum of products of interval midpoints and frequencies divided by total sample size.
3
Solve the linear system of equations for f1f_1 and f2f_2.
Multiply f1+f2=76f_1 + f_2 = 76 by 33 to get 3f1+3f2=2283f_1 + 3f_2 = 228. Subtracting from 3f1+7f2=4043f_1 + 7f_2 = 404 gives 4f2=176    f2=444f_2 = 176 \implies f_2 = 44. Then f1=7644=32f_1 = 76 - 44 = 32.
Elimination yields exact unknown frequencies for the remaining intervals.
4
Determine the conditional sample space and target frequency.
Condition (offset 20 μV\ge 20\ \mu\text{V}): Intervals [20,30),[30,40),[40,50)[20, 30), [30, 40), [40, 50) with total frequency 68+44+24=13668 + 44 + 24 = 136. Target condition (offset <40 μV< 40\ \mu\text{V} within condition): Intervals [20,30)[20, 30) and [30,40)[30, 40) with frequency 68+44=11268 + 44 = 112.
Conditional probability restricts the denominator to sensors meeting the given condition.
5
Calculate the final probability fraction.
Probability =112136=1417= \frac{112}{136} = \frac{14}{17}.
Dividing target count by conditional total count yields the simplified fraction.

Key Concept

Grouped Data Mean Estimation & Conditional Probability from Frequency Distributions
Estimated Time:2m 30s
Question 1690Question

An agricultural facility uses two automated irrigation systems, System P and System Q, to water a field. System P pumps water at a constant rate of 120120 gallons per hour after requiring an initial setup overhead of 3030 minutes (0.50.5 hours). System Q pumps water at a constant rate of 180180 gallons per hour after requiring an initial setup overhead of 4545 minutes (0.750.75 hours). Both systems begin their setup process at the exact same time and operate continuously until a combined total of 1,6051,605 gallons of water has been pumped. Which of the following statements must be true? Select all such statements.

Select all that apply

Show answer & explanation

Answer: The total elapsed time from when setup began until the target volume was reached is 66 hours.; System Q pumped 285285 more gallons of water than System P.; The ratio of the volume of water pumped by System P to that pumped by System Q is 44:6344:63.

Answer

The correct statements are: the total elapsed time from when setup began is 6 hours, System Q pumped 285 more gallons than System P, and the ratio of water pumped by System P to System Q is 44:63.
Solving the combined linear rate model yields a total elapsed time of 6 hours. With this duration, System P operates for 5.5 hours producing 660 gallons, and System Q operates for 5.25 hours producing 945 gallons. This confirms that the total time is 6 hours, System Q produces 285 more gallons than System P (945 - 660 = 285), and the ratio of System P's volume to System Q's volume is 660:945, which simplifies to 44:63.

Step-by-Step Solution

1
Define the variable for total time and establish time expressions for active pumping.
Let tt be the total elapsed time in hours since both systems began setup (t0.75t \geq 0.75). System P actively pumps for (t0.5)(t - 0.5) hours, and System Q actively pumps for (t0.75)(t - 0.75) hours.
Setup overhead delays the start of pumping, so active pumping duration equals total elapsed time minus setup time.
2
Set up and solve the linear rate equation for combined total volume.
120(t0.5)+180(t0.75)=1605    120t60+180t135=1605    300t195=1605    300t=1800    t=6120(t - 0.5) + 180(t - 0.75) = 1605 \implies 120t - 60 + 180t - 135 = 1605 \implies 300t - 195 = 1605 \implies 300t = 1800 \implies t = 6 hours.
The sum of the volumes produced by both systems must equal the target total of 1,605 gallons.
3
Calculate individual pumping times and volumes produced by each system.
System P: active time =5.5= 5.5 hours, volume =120×5.5=660= 120 \times 5.5 = 660 gallons. System Q: active time =5.25= 5.25 hours, volume =180×5.25=945= 180 \times 5.25 = 945 gallons.
Individual volumes are required to evaluate statements regarding volume differences, percentages, and ratios.
4
Evaluate each given statement against the calculated values.
Elapsed time is 66 hours (True). Volume difference is 945660=285945 - 660 = 285 gallons (True). Active pumping time for P is 5.55.5 hours, not 5.255.25 hours (False). Percentage for Q is 945/160558.88%<60%945 / 1605 \approx 58.88\% < 60\% (False). Ratio P to Q is 660:945=44:63660 : 945 = 44 : 63 (True).
Determines which of the statements must be selected.

Key Concept

Linear Modeling with Combined Work Rates and Staggered Start Times
Question 1691Question

In the xyxy-plane, line L1L_1 is given by the equation ax+3y=12ax + 3y = 12, where aa is a constant. Line L2L_2 is perpendicular to line L1L_1 and passes through the point (4,1)(4, -1). If the xx-intercept of line L2L_2 is double its yy-intercept, and both intercepts of line L2L_2 are non-zero, what is the value of aa?

Show answer & explanation

Answer: 6-6

Answer

6-6
Rearranging L1:ax+3y=12L_1: ax + 3y = 12 into slope-intercept form gives y=a3x+4y = -\frac{a}{3}x + 4, yielding a slope of m1=a3m_1 = -\frac{a}{3}. The perpendicular line L2L_2 has a slope of m2=3am_2 = \frac{3}{a}. Using the point (4,1)(4, -1), the equation for L2L_2 is y+1=3a(x4)y + 1 = \frac{3}{a}(x - 4), which simplifies to y=3ax12+aay = \frac{3}{a}x - \frac{12+a}{a}. Setting x=0x = 0 gives the yy-intercept y0=12+aay_0 = -\frac{12+a}{a}, and setting y=0y = 0 gives the xx-intercept x0=12+a3x_0 = \frac{12+a}{3}. Equating x0=2y0x_0 = 2 y_0 yields 12+a3=212+aa\frac{12+a}{3} = -2\frac{12+a}{a}. Canceling the non-zero term (12+a)(12+a) gives 13=2a\frac{1}{3} = -\frac{2}{a}, which leads to a=6a = -6.

Step-by-Step Solution

1
Determine the slope of line L1L_1 and line L2L_2
Slope of L1L_1 is m1=a3m_1 = -\frac{a}{3}, so the slope of perpendicular line L2L_2 is m2=3am_2 = \frac{3}{a}.
Perpendicular lines have slopes that are negative reciprocals of each other.
2
Write the equation of line L2L_2 using point-slope form
y(1)=3a(x4)    y=3ax12a1=3ax(12+aa)y - (-1) = \frac{3}{a}(x - 4) \implies y = \frac{3}{a}x - \frac{12}{a} - 1 = \frac{3}{a}x - \left(\frac{12 + a}{a}\right).
Line L2L_2 passes through (4,1)(4, -1) with slope m2=3am_2 = \frac{3}{a}.
3
Find the xx-intercept and yy-intercept of line L2L_2
The yy-intercept is y0=12+aay_0 = -\frac{12 + a}{a}. Setting y=0y = 0 gives 0=3ax12+aa    x0=12+a30 = \frac{3}{a}x - \frac{12 + a}{a} \implies x_0 = \frac{12 + a}{3}.
Intercepts occur where x=0x = 0 (for yy-intercept) and y=0y = 0 (for xx-intercept).
4
Set up and solve the given relation x0=2y0x_0 = 2 y_0
12+a3=2(12+aa)\frac{12 + a}{3} = 2 \left( -\frac{12 + a}{a} \right). Since the intercepts are non-zero, 12+a012 + a \neq 0. Dividing both sides by (12+a)(12 + a) gives 13=2a    a=6\frac{1}{3} = -\frac{2}{a} \implies a = -6.
The problem states the xx-intercept is double the yy-intercept.

Key Concept

Perpendicular Slopes and Line Intercepts
Estimated Time:2m 0s
Question 1692Question

Let f(x)=x2+bx+cf(x) = x^2 + bx + c, where bb and cc are integers. The equation f(x)=0f(x) = 0 has two distinct real roots, α\alpha and β\beta. If α+β=αβ\alpha + \beta = \alpha\beta and c>0c > 0, which of the following statements must be true? Indicate all such statements.

Select all that apply

Show answer & explanation

Answer: The constant cc is strictly greater than 4.; Both roots α\alpha and β\beta are positive.; The vertex of the parabola y=f(x)y = f(x) lies in Quadrant IV of the xy-plane.

Answer

The statements asserting that the constant cc is strictly greater than 4, both roots are positive, and the vertex lies in Quadrant IV must all be true.
By Vieta's formulas, α+β=b\alpha + \beta = -b and αβ=c\alpha\beta = c. Equating sum and product gives b=cb = -c. The discriminant Δ=c24c>0\Delta = c^2 - 4c > 0 requires c>4c > 4 because c>0c > 0. Since sum and product of the roots equal c>0c > 0, both roots are positive. The vertex coordinates (c/2,c(c4)/4)(c/2, -c(c-4)/4) have a positive x-value and a negative y-value, placing the vertex in Quadrant IV.

Step-by-Step Solution

1
Apply Vieta's formulas and establish the relationship between coefficients
α+β=b\alpha + \beta = -b and αβ=c\alpha\beta = c. Setting them equal gives b=c    b=c-b = c \implies b = -c.
The stem specifies that the sum of the roots equals their product.
2
Analyze the discriminant for distinct real roots
Δ=b24c=(c)24c=c(c4)>0\Delta = b^2 - 4c = (-c)^2 - 4c = c(c - 4) > 0. Since c>0c > 0, c4>0    c>4c - 4 > 0 \implies c > 4.
Two distinct real roots require a strictly positive discriminant.
3
Determine the signs of the roots
α+β=c>0\alpha + \beta = c > 0 and αβ=c>0\alpha\beta = c > 0, implying α>0\alpha > 0 and β>0\beta > 0.
If the sum and product of two real numbers are both positive, both numbers must be positive.
4
Find the location of the parabola's vertex
xv=c2>0x_v = \frac{c}{2} > 0 and yv=c(c4)4<0y_v = -\frac{c(c-4)}{4} < 0, placing the vertex in Quadrant IV.
A point with a positive x-coordinate and negative y-coordinate resides in the fourth quadrant.
5
Evaluate the remaining options regarding bb and αβ|\alpha - \beta|
b=c<4b = -c < -4 (negative), and αβ=2    c=2+22|\alpha - \beta| = 2 \implies c = 2 + 2\sqrt{2}, which is not an integer.
These evaluations disprove the statements that bb is positive and that αβ|\alpha - \beta| can equal 2.

Key Concept

Quadratic Root Properties and Vieta's Formulas
Question 1693Question

Based on the explicit continuation signal in the sentence below, fill in the blank with the appropriate word that completes the sentence logically.

Fill in the blanks below

In cognitive psychology, researchers noted that severe sleep deprivation does not merely impair immediate attentional control; indeed, by disrupting key stages of sleep architecture, it consistently the consolidation of complex spatial memories.
Show answer & explanation

Answer

A word meaning 'impedes', 'hinders', 'hampers', or 'thwarts'.
The phrase 'does not merely...; indeed,' acts as an explicit continuation and intensification signal. Because the initial clause establishes that sleep deprivation has a harmful effect ('impair'), the second clause must amplify this negative effect. Thus, a word meaning to hinder or obstruct, such as 'impedes', 'hinders', or 'hampers', is required to maintain contextual and structural coherence.

Step-by-Step Solution

1
Analyze the sentence structure and identify transition signals.
The construct 'does not merely...; indeed,' serves as an explicit continuation and intensification signal. This shows that the second clause must extend and reinforce the idea introduced in the first clause.
Continuation signals maintain the semantic direction of the sentence and amplify the established tone.
2
Determine the required meaning and tone for the blank.
The first clause notes a negative effect ('impair immediate attentional control'). Therefore, the blank following 'indeed, by disrupting...' must express a negative outcome of similar or greater intensity regarding memory consolidation.
The word filling the blank must signify obstruction, hindrance, or damage to align logically with the causal clause.

Key Concept

Interpreting Continuation and Causal Structural Signals
Estimated Time:1m 0s
Question 1694Question

In the xyxy-plane, line kk has a slope of 34\frac{3}{4} and passes through the point (2,1)(2, 1). Line kk intersects the line x=10x = 10 at point PP. What is the distance between point PP and the point (2,1)(2, 1)?

Show answer & explanation

Answer: 10

Answer

10
Point P lies on the line x = 10, so its x-coordinate is 10. The horizontal change from x = 2 to x = 10 is 8 units. Given that line k has slope 3/4, the corresponding vertical change is (3/4)(8) = 6 units. Therefore, point P has coordinates (10, 7). The distance between (2, 1) and (10, 7) is sqrt((10 - 2)^2 + (7 - 1)^2) = sqrt(64 + 36) = sqrt(100) = 10.

Step-by-Step Solution

1
Determine the coordinates of point P
P is located at (10, 7)
Since P lies on the line x = 10, its x-coordinate is 10. The horizontal distance from (2, 1) to P is 10 - 2 = 8. Using the slope m = 3/4, the vertical change is (3/4) * 8 = 6, so the y-coordinate of P is 1 + 6 = 7.
2
Calculate the distance between (2, 1) and (10, 7)
The distance is 10
Using the distance formula sqrt((10 - 2)^2 + (7 - 1)^2) = sqrt(8^2 + 6^2) = sqrt(64 + 36) = sqrt(100) = 10.

Key Concept

Slope definition and distance formula in coordinate geometry
Estimated Time:1m 30s
Question 1695Question

A laboratory processes two types of chemical samples, Type A and Type B. Processing each Type A sample requires 4040 minutes and costs $30\$30, while processing each Type B sample requires 3030 minutes and costs $50\$50. On a given day, the laboratory spent a total of 2020 hours processing these two types of samples at a total cost of $1,450\$1,450. How many more Type B samples were processed than Type A samples?

Show answer & explanation

Answer: 5

Answer

5 more Type B samples were processed than Type A samples.
The correct answer is 5. By defining xx as the number of Type A samples and yy as the number of Type B samples, we construct the time equation 40x+30y=1,20040x + 30y = 1,200 and cost equation 30x+50y=1,45030x + 50y = 1,450. Solving this system yields x=15x = 15 and y=20y = 20. The difference yx=2015=5y - x = 20 - 15 = 5.

Step-by-Step Solution

1
Define variables and convert units to maintain consistency.
Let xx be the number of Type A samples and yy be the number of Type B samples. Total time available is 20 hours×60 minutes/hour=1,200 minutes20 \text{ hours} \times 60 \text{ minutes/hour} = 1,200 \text{ minutes}.
Time specifications for individual samples are given in minutes, so total time must also be in minutes.
2
Set up a system of two linear equations representing total time and total cost.
Time equation: 40x+30y=1,200    4x+3y=12040x + 30y = 1,200 \implies 4x + 3y = 120. Cost equation: 30x+50y=1,450    3x+5y=14530x + 50y = 1,450 \implies 3x + 5y = 145.
The total processing time is the sum of time spent on each sample type, and total cost is the sum of costs for each sample type.
3
Solve the system of equations using elimination.
Multiply the time equation by 3: 12x+9y=36012x + 9y = 360. Multiply the cost equation by 4: 12x+20y=58012x + 20y = 580. Subtracting the first from the second gives 11y=220    y=2011y = 220 \implies y = 20. Substitute y=20y = 20 into 4x+3(20)=120    4x=60    x=154x + 3(20) = 120 \implies 4x = 60 \implies x = 15.
Eliminating xx allows direct calculation of yy, which then yields xx.
4
Calculate the difference requested by the problem.
Difference = yx=2015=5y - x = 20 - 15 = 5.
The question specifically asks for how many more Type B samples were processed than Type A samples.

Key Concept

Formulating and solving systems of linear equations from real-world rate and budget constraints.
Estimated Time:1m 45s
Question 1696Question

For all real numbers xx, the function gg is defined by g(x)=cx+5g(x) = cx + 5, where cc is a constant. The custom operation \diamond is defined for all real numbers aa and bb by ab=g(a+b)g(ab)a \diamond b = g(a+b) - g(a-b). If 31=123 \diamond 1 = 12, what is the value of g(4)g(4)?

Show answer & explanation

Answer: 29

Answer

29
Applying the function definition g(x)=cx+5g(x) = cx + 5 to the custom operation yields ab=[c(a+b)+5][c(ab)+5]=2bca \diamond b = [c(a+b)+5] - [c(a-b)+5] = 2bc. Substituting a=3a=3 and b=1b=1 into 31=123 \diamond 1 = 12 gives 2(1)c=122(1)c = 12, so c=6c = 6. Consequently, g(x)=6x+5g(x) = 6x + 5, and evaluating at x=4x = 4 yields g(4)=6(4)+5=29g(4) = 6(4) + 5 = 29.

Step-by-Step Solution

1
Substitute (a+b)(a+b) and (ab)(a-b) into the function definition g(x)=cx+5g(x) = cx + 5 to simplify aba \diamond b.
ab=[c(a+b)+5][c(ab)+5]=2bca \diamond b = [c(a+b) + 5] - [c(a-b) + 5] = 2bc.
Applying the definition of the custom binary operation in terms of function gg eliminates the constant term 55.
2
Use the given equality 31=123 \diamond 1 = 12 to determine the constant cc.
2(1)c=12    2c=12    c=62(1)c = 12 \implies 2c = 12 \implies c = 6.
Plugging a=3a=3 and b=1b=1 into 2bc=122bc = 12 yields an equation in terms of cc.
3
Evaluate g(4)g(4) using c=6c = 6.
g(4)=6(4)+5=29g(4) = 6(4) + 5 = 29.
Substituting x=4x = 4 into g(x)=6x+5g(x) = 6x + 5 calculates the required numerical value.

Key Concept

Functions and Custom Symbol Operations
Estimated Time:1m 30s
Question 1697Question

A environmental monitoring group collected 200200 soil samples from a nature reserve and recorded their pH levels in the frequency table below:

pH Level RangeNumber of Samples
5.05.95.0 – 5.94040
6.06.96.0 – 6.97070
7.07.97.0 – 7.95050
8.08.98.0 – 8.93030
9.09.99.0 – 9.91010

What percent of the soil samples with a pH level of at least 6.06.0 have a pH level in the range 6.06.0 to 7.97.9?

Show answer & explanation

Answer: 75.00%75.00\%

Answer

75.00%75.00\%
To find the desired percentage, first restrict the sample space to all soil samples having a pH level of at least 6.06.0. Adding the frequencies for 6.06.96.0–6.9 (7070), 7.07.97.0–7.9 (5050), 8.08.98.0–8.9 (3030), and 9.09.99.0–9.9 (1010) gives a base total of 160160 samples. Next, find the number of samples within that group that fall in the range 6.06.0 to 7.97.9, which is 70+50=12070 + 50 = 120. The percentage is calculated as (120/160)×100%=75.00%(120 / 160) \times 100\% = 75.00\%.

Step-by-Step Solution

1
Determine the conditional base population (samples with pH 6.0\ge 6.0).
Sum of frequencies for ranges 6.06.96.0-6.9, 7.07.97.0-7.9, 8.08.98.0-8.9, and 9.09.99.0-9.9: 70+50+30+10=16070 + 50 + 30 + 10 = 160.
The question asks 'of the soil samples with a pH level of at least 6.0', which restricts the total base to these four intervals.
2
Determine the target frequency (samples with pH in range 6.06.0 to 7.97.9).
Sum of frequencies for ranges 6.06.96.0-6.9 and 7.07.97.0-7.9: 70+50=12070 + 50 = 120.
This captures all qualifying samples within the specified target interval.
3
Calculate the conditional percentage.
120160×100%=0.75×100%=75.00%\frac{120}{160} \times 100\% = 0.75 \times 100\% = 75.00\%.
Divide the target sub-group count by the conditional base count and convert to a percentage.

Key Concept

Conditional Relative Frequency in Grouped Data Tables
Estimated Time:1m 30s
Question 1698Question

An academic conference has 7 consecutive presentation time slots. A committee must assign 7 presentations—3 in Biology (BB), 2 in Chemistry (CC), and 2 in Physics (PP)—to these slots subject to the following conditions:

1. Presentations of the same discipline are indistinguishable (only the subject sequence matters).
2. No two Biology presentations may be scheduled in consecutive time slots.
3. The two Physics presentations must be scheduled in consecutive time slots.

How many different subject-sequence schedules for the 7 presentation time slots satisfy all of these conditions?

Show answer & explanation

Answer: 1212

Answer

12
To satisfy the condition that the two Physics presentations are consecutive, we combine them into a single block (PP)(PP). We then arrange the non-Biology items—two Chemistry presentations CC and one block (PP)(PP)—which can be ordered in 3!2!=3\frac{3!}{2!} = 3 distinct ways. These 3 items create 4 potential gaps (before the first item, between items, and after the last item). To ensure no two Biology presentations are adjacent, we place one Biology presentation into each of 3 chosen gaps out of the 4 available spaces, which can be done in (43)=4\binom{4}{3} = 4 ways. By the Fundamental Counting Principle, the total number of valid subject-sequence schedules is 3×4=123 \times 4 = 12.

Step-by-Step Solution

1
Group the adjacent Physics presentations into a single block
The two Physics presentations (P,P)(P, P) form a single block (PP)(PP). The set of non-Biology items consists of two indistinguishable CC's and one (PP)(PP) block, making 3 items in total.
Since the two Physics presentations must be scheduled in consecutive slots, treating them as a single unit guarantees they stay adjacent.
2
Calculate the number of distinct arrangements of the non-Biology items
The number of distinct arrangements of {C,C,(PP)}\{C, C, (PP)\} is 3!2!1!=3\frac{3!}{2!1!} = 3 ways.
The 2 Chemistry presentations are identical, so we divide the total permutations (3!3!) by 2!2! to account for indistinguishability.
3
Apply the gap method to place the non-adjacent Biology presentations
Any sequence of the 3 non-Biology items creates 4 available spaces (gaps), including the two ends: _item1_item2_item3_\_ \text{item}_1 \_ \text{item}_2 \_ \text{item}_3 \_. Choosing 3 gaps out of 4 yields (43)=4\binom{4}{3} = 4 ways to insert the 3 identical BB presentations.
Placing at most one Biology presentation in each gap guarantees no two Biology presentations are consecutive.
4
Apply the Fundamental Counting Principle
Total valid schedules = 3×4=123 \times 4 = 12.
The choices of arranging non-Biology items and selecting gaps for Biology items are independent.

Key Concept

Combinatorics with Adjacency Restrictions and Indistinguishable Objects
Question 1699Question

An executive education program surveyed 400400 professional candidates regarding their enrollment in three specialized tracks: Artificial Intelligence (AA), Financial Technology (FF), and Sustainable Energy (SS).

The survey revealed the following data:
- 4040 candidates were enrolled in none of the three tracks.
- 210210 candidates were enrolled in Artificial Intelligence.
- 180180 candidates were enrolled in Financial Technology.
- 150150 candidates were enrolled in Sustainable Energy.
- 9090 candidates were enrolled in both Artificial Intelligence and Financial Technology.
- 7070 candidates were enrolled in both Financial Technology and Sustainable Energy.
- 6060 candidates were enrolled in both Artificial Intelligence and Sustainable Energy.

How many candidates were enrolled in exactly one of the three tracks?

Show answer & explanation

Answer: 220220

Answer

The number of candidates enrolled in exactly one of the three tracks is 220220.
To find the number of candidates enrolled in exactly one track, we first apply the Principle of Inclusion-Exclusion to find the triple intersection AFS|A \cap F \cap S|: AFS=A+F+S(AF+FS+AS)+AFS|A \cup F \cup S| = |A| + |F| + |S| - (|A \cap F| + |F \cap S| + |A \cap S|) + |A \cap F \cap S|. Substituting known values gives 360=210+180+150220+AFS360 = 210 + 180 + 150 - 220 + |A \cap F \cap S|, so AFS=40|A \cap F \cap S| = 40. Isolating mutually exclusive regions yields 100100 candidates in Artificial Intelligence only, 6060 in Financial Technology only, and 6060 in Sustainable Energy only. Summing these gives 100+60+60=220100 + 60 + 60 = 220.

Step-by-Step Solution

1
Determine the number of candidates enrolled in at least one track.
AFS=40040=360|A \cup F \cup S| = 400 - 40 = 360
Candidates in none of the tracks must be subtracted from the total survey population.
2
Calculate the number of candidates enrolled in all three tracks (x=AFSx = |A \cap F \cap S|) using the Principle of Inclusion-Exclusion.
360=210+180+150(90+70+60)+x    360=320+x    x=40360 = 210 + 180 + 150 - (90 + 70 + 60) + x \implies 360 = 320 + x \implies x = 40
The sum of individual sets overcounts pairwise intersections and undercounts the triple intersection.
3
Calculate the counts for regions representing enrollment in exactly two tracks.
AF only=9040=50A \cap F \text{ only} = 90 - 40 = 50, FS only=7040=30F \cap S \text{ only} = 70 - 40 = 30, AS only=6040=20A \cap S \text{ only} = 60 - 40 = 20
Subtracting the triple intersection from each pairwise intersection isolates candidates enrolled in precisely two tracks.
4
Calculate the counts for candidates enrolled in exactly one track and sum them.
A only=210(50+20+40)=100A \text{ only} = 210 - (50 + 20 + 40) = 100; F only=180(50+30+40)=60F \text{ only} = 180 - (50 + 30 + 40) = 60; S only=150(20+30+40)=60S \text{ only} = 150 - (20 + 30 + 40) = 60. Total =100+60+60=220= 100 + 60 + 60 = 220.
Subtracting all overlap regions from each set total yields the single-track enrollment.

Key Concept

Principle of Inclusion-Exclusion for Three Sets
Question 1700Question

A fair six-sided die with faces numbered 11 through 66 is rolled twice. What is the probability of rolling a 44 on the first roll and an odd number on the second roll?

Show answer & explanation

Answer: 112\frac{1}{12}

Answer

112\frac{1}{12}
Because the outcome of the first die roll does not affect the outcome of the second die roll, the two events are independent. The probability of rolling a 44 on the first roll is 16\frac{1}{6}, and the probability of rolling an odd number (1,3,1, 3, or 55) on the second roll is 36=12\frac{3}{6} = \frac{1}{2}. Multiplying these individual probabilities together yields 16×12=112\frac{1}{6} \times \frac{1}{2} = \frac{1}{12}.

Step-by-Step Solution

1
Determine the probability of the first event (rolling a 4).
There is 11 favorable outcome out of 66 possible outcomes, so P(First roll is 4)=16P(\text{First roll is } 4) = \frac{1}{6}.
Each face of a fair six-sided die is equally likely to land face up.
2
Determine the probability of the second event (rolling an odd number).
The odd numbers are 1,3,1, 3, and 55, giving 33 favorable outcomes out of 66 total outcomes, so P(Second roll is odd)=36=12P(\text{Second roll is odd}) = \frac{3}{6} = \frac{1}{2}.
Half of the outcomes on a standard six-sided die are odd.
3
Calculate the joint probability of both independent events occurring.
P(4 on first AND odd on second)=16×12=112P(\text{4 on first AND odd on second}) = \frac{1}{6} \times \frac{1}{2} = \frac{1}{12}.
For independent events AA and BB, the multiplication rule states that P(A and B)=P(A)×P(B)P(A \text{ and } B) = P(A) \times P(B).

Key Concept

Probability of Independent Events
Estimated Time:1m 0s
PreviousPage 85 / 107Next
All practice questions — GRE General Test | Examkin