All practice questions

612 questions

Question 281Question

If xx and yy are positive numbers with x>1x > 1 that satisfy the system of equations below, what is the value of xx?

xy=212x^y = 2^{12}
(2x)y2=28(2x)^{y-2} = 2^8
Show answer & explanation

Answer: 8

Answer

The correct answer is 8.
The correct answer is 8. By manipulating the system of equations, we can express the second equation in terms of xyx^y. Substituting the value 2122^{12} for xyx^y allows us to express xx in terms of yy as x=2(y+2)/2x = 2^{(y+2)/2}. Substituting this back into the first equation results in the quadratic equation y2+2y24=0y^2 + 2y - 24 = 0. Since yy must be positive, we find y=4y = 4. Using this value of yy, we solve for xx and obtain x=8x = 8, which is greater than 1, satisfying all given conditions.

Step-by-Step Solution

1
Distribute the exponent in the second equation: (2x)y2=28(2x)^{y-2} = 2^8.
2y2xy2=282^{y-2} \cdot x^{y-2} = 2^8
Applying the power of a product rule: (ab)n=anbn(ab)^n = a^n b^n.
2
Multiply both sides of the equation by x2x^2 to align with the term xyx^y.
2y2xy=28x22^{y-2} \cdot x^y = 2^8 \cdot x^2
Since xy2x2=xy2+2=xyx^{y-2} \cdot x^2 = x^{y-2+2} = x^y, this allows us to substitute the value of xyx^y from the first equation.
3
Substitute xy=212x^y = 2^{12} into the equation.
2y2212=28x22^{y-2} \cdot 2^{12} = 2^8 \cdot x^2
This uses the given system's first equation to eliminate the xyx^y term.
4
Simplify the left side and divide both sides by 282^8 to isolate x2x^2.
x2=2y+2x^2 = 2^{y+2}
2y2212=2y+102^{y-2} \cdot 2^{12} = 2^{y+10}. Dividing both sides by 282^8 yields 2y+108=2y+22^{y+10-8} = 2^{y+2}.
5
Take the square root of both sides to find an expression for xx.
x=2y+22x = 2^{\frac{y+2}{2}}
Since x>1x > 1, we take the positive root: x=(2y+2)1/2=2y+22x = (2^{y+2})^{1/2} = 2^{\frac{y+2}{2}}.
6
Substitute the expression for xx back into the first equation xy=212x^y = 2^{12}.
(2y+22)y=212\left(2^{\frac{y+2}{2}}\right)^y = 2^{12}
This yields a single equation in terms of yy.
7
Equate the exponents and solve the resulting quadratic equation for yy.
y=4y = 4 (since y>0y > 0)
The equation is 2y2+2y2=212    y2+2y2=12    y2+2y24=0    (y+6)(y4)=02^{\frac{y^2+2y}{2}} = 2^{12} \implies \frac{y^2+2y}{2} = 12 \implies y^2+2y-24=0 \implies (y+6)(y-4)=0. Since yy must be positive, y=4y = 4.
8
Substitute y=4y = 4 back into the expression for xx.
x=8x = 8
x=24+22=23=8x = 2^{\frac{4+2}{2}} = 2^3 = 8.

Key Concept

Solving systems of exponential equations by equating bases, applying exponent rules, and solving quadratic equations.
Question 282Question

A biologist is studying a population of bacteria that triples in size every 4 hours. The population of the bacteria tt hours after the start of the study can be modeled by the function P(t)=P03ktP(t) = P_0 \cdot 3^{kt}, where P0P_0 is the initial population and kk is a constant. What is the value of kk?

Show answer & explanation

Answer: 0.25

Answer

The correct answer is 0.25 (or 1/4).
The population triples every 4 hours, meaning that after tt hours, the population has tripled t4\frac{t}{4} times. Thus, the growth model is P(t)=P03t4P(t) = P_0 \cdot 3^{\frac{t}{4}}. Comparing this to the given expression P(t)=P03ktP(t) = P_0 \cdot 3^{kt}, we get kt=t4kt = \frac{t}{4}. Dividing both sides by tt yields k=14k = \frac{1}{4}, or 0.250.25.

Step-by-Step Solution

1
Write the general formula for exponential growth where the population triples every 4 hours.
P(t)=P03t4P(t) = P_0 \cdot 3^{\frac{t}{4}}
If a population triples every 4 hours, it will be multiplied by 3 a total of t4\frac{t}{4} times after tt hours.
2
Set the exponent of the general model equal to the exponent of the given model.
kt=t4kt = \frac{t}{4}
Both models represent the same population growth function, so their exponents must be equal.
3
Solve for the constant kk.
k=14k = \frac{1}{4} (or 0.250.25)
Divide both sides of the equation by tt.

Key Concept

Exponential growth functions and representing time intervals in the exponent.
Question 283Question

If 16x1104x2+1=016^{x-1} - 10 \cdot 4^{x-2} + 1 = 0, what is the sum of all values of xx that satisfy the equation?

Show answer & explanation

Answer: 2

Answer

The sum of all values of xx that satisfy the equation is 2.
By writing 16x116^{x-1} as (4x)216\frac{(4^x)^2}{16} and 104x210 \cdot 4^{x-2} as 104x16\frac{10 \cdot 4^x}{16}, multiplying the entire equation by 16 yields (4x)210(4x)+16=0(4^x)^2 - 10(4^x) + 16 = 0. Factoring this quadratic equation gives (4x2)(4x8)=0(4^x - 2)(4^x - 8) = 0, which yields 4x=24^x = 2 and 4x=84^x = 8. Solving these exponential equations results in x=0.5x = 0.5 and x=1.5x = 1.5. Adding these values together gives 0.5+1.5=20.5 + 1.5 = 2.

Step-by-Step Solution

1
Express each exponential term in the equation using a base of 4.
42x16104x16+1=0\frac{4^{2x}}{16} - \frac{10 \cdot 4^x}{16} + 1 = 0
Since 16=4216 = 4^2, we can write 16x1=(42)x1=42x2=42x1616^{x-1} = (4^2)^{x-1} = 4^{2x-2} = \frac{4^{2x}}{16}. Similarly, 4x2=4x164^{x-2} = \frac{4^x}{16}.
2
Multiply every term in the equation by 16 to eliminate the fractions.
42x104x+16=04^{2x} - 10 \cdot 4^x + 16 = 0
This simplifies the expression into a standard polynomial form that is quadratic in terms of 4x4^x.
3
Use the substitution u=4xu = 4^x (where u>0u > 0) to transform the equation into a quadratic equation in terms of uu, and solve it.
u210u+16=0    (u2)(u8)=0    u=2u^2 - 10u + 16 = 0 \implies (u - 2)(u - 8) = 0 \implies u = 2 or u=8u = 8
Substituting uu allows us to factor the quadratic expression using standard factoring techniques.
4
Substitute 4x4^x back for uu and solve for xx using base 2 conversion.
For u=2u = 2: 4x=2    22x=21    x=0.54^x = 2 \implies 2^{2x} = 2^1 \implies x = 0.5. For u=8u = 8: 4x=8    22x=23    x=1.54^x = 8 \implies 2^{2x} = 2^3 \implies x = 1.5.
We must convert the solutions for the intermediate variable uu back to the original variable xx.
5
Calculate the sum of all found values of xx.
0.5+1.5=20.5 + 1.5 = 2
The question asks for the sum of all real values of xx that satisfy the equation.

Key Concept

Solving exponential equations of quadratic form by using variable substitution and exponent laws.
Question 284Question

If 20x3=4\frac{20}{x - 3} = 4, what is the value of x+2x + 2?

Show answer & explanation

Answer: 10

Answer

10
To solve the equation 20x3=4\frac{20}{x - 3} = 4, multiply both sides by x3x - 3 to get 20=4(x3)20 = 4(x - 3). Distributing the 4 gives 20=4x1220 = 4x - 12. Adding 12 to both sides yields 32=4x32 = 4x, and dividing by 4 gives x=8x = 8. Substituting x=8x = 8 into the expression x+2x + 2 gives 8+2=108 + 2 = 10.

Step-by-Step Solution

1
Multiply both sides of the equation by the denominator x3x - 3.
20=4(x3)20 = 4(x - 3)
To eliminate the fraction and rewrite the rational equation in linear form.
2
Distribute the constant on the right side of the equation.
20=4x1220 = 4x - 12
To remove the parentheses by multiplying 4 by both xx and 3-3.
3
Add 12 to both sides of the equation.
32=4x32 = 4x
To isolate the term with the variable xx on one side of the equation.
4
Divide both sides of the equation by 4.
x=8x = 8
To solve for the variable xx.
5
Substitute the value of xx into the expression x+2x + 2.
1010
The question asks for the value of the expression x+2x + 2 rather than just the variable xx.

Key Concept

Solving rational equations by clearing the denominator and isolating the variable to evaluate algebraic expressions.
Question 285Question

An agricultural drone is spraying liquid fertilizer on a field at a constant rate. The total amount of fertilizer remaining in the drone's tank, in liters, can be modeled by a linear function of the time, in minutes, since the drone began spraying. After 33 minutes of spraying, 8484 liters of fertilizer remain in the tank. After 88 minutes of spraying, 5454 liters of fertilizer remain in the tank. How many minutes of spraying will it take for the tank to become completely empty?

Show answer & explanation

Answer: 17

Answer

17
The correct answer is 17. The volume of fertilizer in the tank decreases at a constant rate of 6 liters per minute. Since 84 liters remain after 3 minutes, the initial volume of fertilizer in the tank was 102 liters. Dividing the initial volume of 102 liters by the rate of 6 liters per minute yields 17 minutes for the tank to be completely empty.

Step-by-Step Solution

1
Calculate the constant rate of change (slope) of the remaining fertilizer volume.
-6 liters per minute
The slope formula is used with the two data points representing time and volume: (3,84)(3, 84) and (8,54)(8, 54).
2
Determine the initial volume of fertilizer in the tank (y-intercept).
102 liters
Using the slope-intercept form F(t)=mt+bF(t) = mt + b, we substitute the slope m=6m = -6 and the point (3,84)(3, 84) to solve for bb.
3
Find the time when the volume of remaining fertilizer reaches 0.
17 minutes
Setting the linear function equal to 0 and solving for time gives the total duration until the tank is empty.

Key Concept

Linear Functions and Graphs
Question 286Question

In the system of quadratic equations below, cc is an integer constant:

2x211x+c=02x^2 - 11x + c = 0
x215x+4c=0x^2 - 15x + 4c = 0

If the first equation has two distinct real solutions and the second equation has no real solutions, what is the value of cc?

Show answer & explanation

Answer: 15

Answer

15
For the first equation 2x211x+c=02x^2 - 11x + c = 0 to have two distinct real solutions, its discriminant must be positive: Δ1=(11)24(2)(c)=1218c>0\Delta_1 = (-11)^2 - 4(2)(c) = 121 - 8c > 0, which gives c<15.125c < 15.125. For the second equation x215x+4c=0x^2 - 15x + 4c = 0 to have no real solutions, its discriminant must be negative: Δ2=(15)24(1)(4c)=22516c<0\Delta_2 = (-15)^2 - 4(1)(4c) = 225 - 16c < 0, which gives c>14.0625c > 14.0625. The only integer cc that satisfies the inequality 14.0625<c<15.12514.0625 < c < 15.125 is 1515.

Step-by-Step Solution

1
Set up the inequality for the first equation's discriminant to have two distinct real solutions.
c<15.125c < 15.125
A quadratic equation ax2+bx+c=0ax^2 + bx + c = 0 has two distinct real solutions if its discriminant, b24acb^2 - 4ac, is greater than zero. For 2x211x+c=02x^2 - 11x + c = 0, this means (11)24(2)(c)>0(-11)^2 - 4(2)(c) > 0, simplifying to 1218c>0121 - 8c > 0, or c<15.125c < 15.125.
2
Set up the inequality for the second equation's discriminant to have no real solutions.
c>14.0625c > 14.0625
A quadratic equation has no real solutions if its discriminant is less than zero. For x215x+4c=0x^2 - 15x + 4c = 0, the discriminant is (15)24(1)(4c)<0(-15)^2 - 4(1)(4c) < 0, simplifying to 22516c<0225 - 16c < 0, or c>14.0625c > 14.0625.
3
Find the integer value of cc that satisfies both inequalities.
c=15c = 15
Combining the results from the previous steps, we get 14.0625<c<15.12514.0625 < c < 15.125. Since cc is specified to be an integer, the only integer that lies in this open interval is 1515.

Key Concept

Using the discriminant to determine the number of real solutions of quadratic equations
Question 287Question

At a local farmer's market, a vendor sells two types of fruit baskets: a standard basket and a deluxe basket. The standard basket contains 33 apples and 22 oranges. The deluxe basket contains 55 apples and 44 oranges. If a customer bought a combination of these baskets containing a total of 3131 apples and 2222 oranges, what is the total number of baskets the customer bought?

Show answer & explanation

Answer: 9

Answer

The total number of baskets the customer bought is 9.
The correct answer is obtained by setting up a system of equations where ss is the number of standard baskets and dd is the number of deluxe baskets. The equations 3s+5d=313s + 5d = 31 and 2s+4d=222s + 4d = 22 represent the totals of apples and oranges respectively. Dividing the second equation by 2 gives s+2d=11s + 2d = 11, which can be rearranged to s=112ds = 11 - 2d. Substituting this expression into the first equation yields 3(112d)+5d=313(11 - 2d) + 5d = 31, which simplifies to 33d=3133 - d = 31, meaning d=2d = 2. Substituting d=2d = 2 back gives s=7s = 7. The total number of baskets is the sum of both types, 7+2=97 + 2 = 9.

Step-by-Step Solution

1
Define variables and set up the system of linear equations.
Let ss be the number of standard baskets and dd be the number of deluxe baskets. The equations are: 3s+5d=313s + 5d = 31 (for apples) and 2s+4d=222s + 4d = 22 (for oranges).
To represent the relationships between the number of baskets and the total quantities of fruits mathematically.
2
Solve the system of equations using substitution.
From the second equation, dividing by 2 yields s+2d=11s + 2d = 11, so s=112ds = 11 - 2d. Substituting this into the first equation gives 3(112d)+5d=313(11 - 2d) + 5d = 31, which simplifies to 33d=3133 - d = 31, leading to d=2d = 2.
To find the number of deluxe baskets purchased.
3
Calculate the number of standard baskets and sum the two counts to find the total number of baskets.
Substitute d=2d = 2 into s=112ds = 11 - 2d to get s=7s = 7. The total number of baskets is s+d=7+2=9s + d = 7 + 2 = 9.
To answer the specific question asking for the total number of baskets bought.

Key Concept

Systems of Linear Equations
Question 288Question

If xx28x+2=8x24\frac{x}{x - 2} - \frac{8}{x + 2} = \frac{8}{x^2 - 4}, what is the value of xx?

Show answer & explanation

Answer: 4

Answer

4
To solve the rational equation, multiply both sides by the least common denominator, x24x^2 - 4. This results in the equation x(x+2)8(x2)=8x(x + 2) - 8(x - 2) = 8. Expanding and combining like terms yields the quadratic equation x26x+8=0x^2 - 6x + 8 = 0. Factoring this equation gives (x2)(x4)=0(x - 2)(x - 4) = 0, which yields the potential solutions x=2x = 2 and x=4x = 4. However, x=2x = 2 must be excluded because it makes the denominators of the original equation equal to zero. Therefore, the only valid solution is x=4x = 4.

Step-by-Step Solution

1
Determine the least common denominator (LCD) for the terms in the equation.
The LCD is (x2)(x+2)=x24(x - 2)(x + 2) = x^2 - 4.
Multiplying the entire equation by the LCD clears all rational expressions.
2
Multiply the entire equation by the LCD to eliminate the denominators.
x(x+2)8(x2)=8x(x + 2) - 8(x - 2) = 8
This simplifies the rational equation into a polynomial equation.
3
Expand, simplify, and solve the resulting quadratic equation.
x26x+8=0(x2)(x4)=0x=2 or x=4x^2 - 6x + 8 = 0 \Rightarrow (x - 2)(x - 4) = 0 \Rightarrow x = 2 \text{ or } x = 4
Factoring the quadratic equation gives the potential solutions.
4
Substitute each potential solution into the original equation to check for extraneous solutions.
Substituting x=2x = 2 leads to division by zero, making the expression undefined. Substituting x=4x = 4 yields a valid identity: 4286=23\frac{4}{2} - \frac{8}{6} = \frac{2}{3}. Therefore, x=4x = 4 is the only valid solution.
Values that make any denominator in the original equation equal to zero must be excluded.

Key Concept

Solving rational equations and checking for extraneous solutions.
Question 289Question

In the xyxy-plane, the line with equation ax+4y=36ax + 4y = 36, where aa is a constant, has a yy-intercept of (0,p)(0, p) and an xx-intercept of (q,0)(q, 0), where pp and qq are positive integers. If p+q=15p + q = 15, what is the value of aa?

Show answer & explanation

Answer: 6

Answer

6
To find the value of aa, we first determine the yy-intercept of the line by setting x=0x = 0 in the equation ax+4y=36ax + 4y = 36. This gives 4y=364y = 36, so y=9y = 9. Thus, the yy-intercept is (0,9)(0, 9), which means p=9p = 9. Using the given relationship p+q=15p + q = 15, we substitute p=9p = 9 to find q=6q = 6. The xx-intercept is therefore (6,0)(6, 0). Substituting these coordinates back into the line's equation gives a(6)+4(0)=36a(6) + 4(0) = 36, which simplifies to 6a=366a = 36. Solving for aa yields a=6a = 6.

Step-by-Step Solution

1
Set x=0x = 0 in the equation ax+4y=36ax + 4y = 36 to find the yy-intercept.
4y=36    y=94y = 36 \implies y = 9, so p=9p = 9.
The yy-intercept of a graph is the point where x=0x = 0.
2
Substitute p=9p = 9 into the equation p+q=15p + q = 15 to solve for qq.
9+q=15    q=69 + q = 15 \implies q = 6.
We are given that the sum of the yy-coordinate of the yy-intercept and the xx-coordinate of the xx-intercept is 1515.
3
Substitute the xx-intercept (6,0)(6, 0) into the equation ax+4y=36ax + 4y = 36 to solve for aa.
a(6)+4(0)=36    6a=36    a=6a(6) + 4(0) = 36 \implies 6a = 36 \implies a = 6.
Since the xx-intercept is (q,0)(q, 0) and q=6q = 6, the point (6,0)(6, 0) must satisfy the equation of the line.

Key Concept

Finding and using intercepts of a linear equation in two variables.
Question 290Question

If the polynomial p(x)=x2kx+12p(x) = x^2 - kx + 12 is divisible by x3x - 3, where kk is a constant, what is the value of kk?

Show answer & explanation

Answer: 7

Answer

7
According to the Factor Theorem, if a polynomial p(x)p(x) is divisible by xcx - c, then p(c)=0p(c) = 0. For the polynomial p(x)=x2kx+12p(x) = x^2 - kx + 12 to be divisible by x3x - 3, we must have p(3)=0p(3) = 0. Substituting x=3x = 3 into the polynomial gives 32k(3)+12=03^2 - k(3) + 12 = 0. Simplifying this equation yields 93k+12=09 - 3k + 12 = 0, which combines to 213k=021 - 3k = 0. Solving for kk gives 3k=213k = 21, which simplifies to k=7k = 7.

Step-by-Step Solution

1
Apply the Factor Theorem to find the root of the polynomial.
Since x3x - 3 is a factor of p(x)p(x), evaluating the polynomial at x=3x = 3 must equal 0, so p(3)=0p(3) = 0.
The Factor Theorem states that xcx - c is a factor of a polynomial p(x)p(x) if and only if p(c)=0p(c) = 0.
2
Substitute x=3x = 3 into p(x)=x2kx+12p(x) = x^2 - kx + 12 and set it equal to 0.
32k(3)+12=03^2 - k(3) + 12 = 0
This sets up an algebraic equation to solve for the unknown constant kk.
3
Simplify the equation and solve for kk.
93k+12=0    213k=0    3k=21    k=79 - 3k + 12 = 0 \implies 21 - 3k = 0 \implies 3k = 21 \implies k = 7
Combine like terms and isolate kk using basic algebraic operations.

Key Concept

The Factor Theorem states that a polynomial p(x)p(x) has a factor (xc)(x - c) if and only if p(c)=0p(c) = 0.
Question 291Question

The graph of the quadratic function ff in the xyxy-plane is a parabola with vertex (3,12)(3, 12). If the graph passes through the point (5,8)(5, 8), what is the yy-value of the point on the graph where x=1x = 1?

Show answer & explanation

Answer: 8

Answer

The correct answer is 88.
The vertex of the parabola is given as (3,12)(3, 12), which means the axis of symmetry is the line x=3x = 3. Since a parabola is symmetric with respect to its axis of symmetry, any two points on the parabola that are equidistant from this line must share the same yy-coordinate. The given point has an xx-coordinate of 55, which is 53=25 - 3 = 2 units to the right of the axis of symmetry. The target point has an xx-coordinate of 11, which is 31=23 - 1 = 2 units to the left of the axis of symmetry. Because both points are exactly 22 units away from the axis of symmetry, their yy-coordinates are equal. Therefore, the yy-value of the point where x=1x = 1 is 88.

Step-by-Step Solution

1
Determine the axis of symmetry of the parabola.
The axis of symmetry is the vertical line x=3x = 3.
The vertex of a parabola (h,k)(h, k) always lies on its axis of symmetry, which is x=hx = h.
2
Find the horizontal distance from the axis of symmetry to the given point.
The distance from x=3x = 3 to x=5x = 5 is 53=2|5 - 3| = 2 units.
This measures how far the point is horizontally from the line of symmetry.
3
Find the horizontal distance from the axis of symmetry to the target point.
The distance from x=3x = 3 to x=1x = 1 is 13=2|1 - 3| = 2 units.
This determines if the target point is symmetric to the given point.
4
Equate the y-values using symmetry.
The yy-value at x=1x = 1 is 88.
Because both x=5x = 5 and x=1x = 1 are 22 units away from the axis of symmetry, their corresponding yy-values must be identical.

Key Concept

Symmetry of Quadratic Graphs
Question 292Question

A botanist models the rate of water transpiration of a plant species under various temperature conditions. The table below shows the estimated transpiration rate, RR, in milligrams of water per square decimeter of leaf area per hour (mg/(dm2h)\text{mg}/(\text{dm}^2\cdot\text{h})), at various ambient temperatures, tt, in degrees Celsius (C^\circ\text{C}).

Temperature (tt)Transpiration rate (RR)
151584.584.5
2020108.5108.5
2525132.5132.5
3030156.5156.5

The relationship between the ambient temperature and the transpiration rate is linear. Based on the model, what is the estimated increase in the transpiration rate, in milligrams of water per square meter of leaf area per minute, for each increase of 11 degree Celsius in the ambient temperature? (Note: 1 square meter=100 square decimeters1\text{ square meter} = 100\text{ square decimeters})

Show answer & explanation

Answer: 8

Answer

8
To find the estimated increase in transpiration rate per degree Celsius in the new units, we first determine the rate of change in the original units from the table. The change in temperature is 2015=5C20 - 15 = 5^\circ\text{C}, and the corresponding change in transpiration rate is 108.584.5=24 mg/(dm2h)108.5 - 84.5 = 24\text{ mg}/(\text{dm}^2\cdot\text{h}). The rate of change is 245=4.8 mg/(dm2h)\frac{24}{5} = 4.8\text{ mg}/(\text{dm}^2\cdot\text{h}) per 1C1^\circ\text{C} temperature increase. Converting this rate to square meters, we multiply by 100100 because 1 square meter=100 square decimeters1\text{ square meter} = 100\text{ square decimeters}, giving 480 mg/(m2h)480\text{ mg}/(\text{m}^2\cdot\text{h}). Finally, to convert to minutes, we divide by 6060 because 1 hour=60 minutes1\text{ hour} = 60\text{ minutes}, which yields 48060=8 mg/(m2min)\frac{480}{60} = 8\text{ mg}/(\text{m}^2\cdot\text{min}) per 1C1^\circ\text{C} temperature increase.

Step-by-Step Solution

1
Find the rate of change of the transpiration rate with respect to temperature from the given data table.
Slope = 4.8 mg/(dm2h)4.8\text{ mg}/(\text{dm}^2\cdot\text{h}) per 1C1^\circ\text{C}
The rate of change represents the increase in transpiration rate for each 1C1^\circ\text{C} increase in temperature in the original units.
2
Convert the unit of area in the rate of change from square decimeters to square meters.
Rate = 480 mg/(m2h)480\text{ mg}/(\text{m}^2\cdot\text{h}) per 1C1^\circ\text{C}
Since 1 square meter=100 square decimeters1\text{ square meter} = 100\text{ square decimeters}, the rate per square meter is 100100 times the rate per square decimeter.
3
Convert the unit of time in the rate of change from hours to minutes.
Rate = 8 mg/(m2min)8\text{ mg}/(\text{m}^2\cdot\text{min}) per 1C1^\circ\text{C}
Since there are 6060 minutes in an hour, dividing the hourly rate by 6060 gives the rate per minute.

Key Concept

Interpreting the slope of a linear relationship in context and performing unit conversions.
Estimated Time:2m 30s
Question 293Question

In the xyxy-plane, the graph of the quadratic function f(x)=ax2+bx+cf(x) = ax^2 + bx + c, where aa, bb, and cc are constants, has vertex (3,12)(3, 12) and passes through the point (1,0)(1, 0). The function gg is defined by g(x)=f(x+d)4g(x) = f(x + d) - 4, where dd is a constant. If the yy-intercept of the graph of gg is (0,5)(0, 5) and the vertex of the graph of gg lies in the second quadrant, what is the value of dd?

Show answer & explanation

Answer: 4

Answer

The value of dd is 4.
First, the equation of the function f(x)f(x) is determined in vertex form. Since the vertex of ff is (3,12)(3, 12), we write f(x)=a(x3)2+12f(x) = a(x - 3)^2 + 12. Substituting the point (1,0)(1, 0) into this equation gives 0=a(13)2+120 = a(1 - 3)^2 + 12, which yields a=3a = -3. Thus, f(x)=3(x3)2+12f(x) = -3(x - 3)^2 + 12. The transformation g(x)=f(x+d)4g(x) = f(x + d) - 4 shifts the graph of ff left by dd units and down by 4 units, so the vertex of the graph of gg is (3d,8)(3 - d, 8). For this vertex to lie in the second quadrant, the xx-coordinate must be negative, meaning 3d<03 - d < 0, or d>3d > 3. The yy-intercept of gg is (0,5)(0, 5), so g(0)=5g(0) = 5. Since g(0)=f(d)4g(0) = f(d) - 4, we have f(d)=9f(d) = 9. Substituting dd into f(x)f(x) gives 3(d3)2+12=9-3(d - 3)^2 + 12 = 9, which simplifies to (d3)2=1(d - 3)^2 = 1. Solving for dd gives d=4d = 4 or d=2d = 2. Since d>3d > 3, the value of dd must be 4.

Step-by-Step Solution

1
Write the function f(x)f(x) in vertex form and substitute the point (1,0)(1, 0) to solve for aa.
f(x)=3(x3)2+12f(x) = -3(x - 3)^2 + 12
The vertex (h,k)(h, k) is given as (3,12)(3, 12), and the point (1,0)(1, 0) lies on the graph.
2
Determine the vertex of g(x)g(x) based on the horizontal and vertical translations of f(x)f(x).
The vertex of gg is (3d,8)(3 - d, 8).
The transformation g(x)=f(x+d)4g(x) = f(x + d) - 4 shifts the vertex of f(x)f(x) left by dd units and down by 4 units.
3
Establish the constraint on dd using the quadrant of the vertex of gg.
d>3d > 3
For the vertex (3d,8)(3 - d, 8) to lie in the second quadrant, the xx-coordinate must be negative.
4
Set up an equation for dd using the yy-intercept of g(x)g(x).
f(d)=9f(d) = 9
The yy-intercept is (0,5)(0, 5), so g(0)=5g(0) = 5. Substituting this into g(x)=f(x+d)4g(x) = f(x + d) - 4 gives 5=f(d)45 = f(d) - 4.
5
Solve f(d)=9f(d) = 9 for dd.
d=2d = 2 or d=4d = 4
Substituting dd into f(x)f(x) gives 3(d3)2+12=9-3(d - 3)^2 + 12 = 9, which simplifies to (d3)2=1(d - 3)^2 = 1.
6
Select the correct value of dd that satisfies the quadrant constraint.
d=4d = 4
Since d>3d > 3, the value d=2d = 2 is discarded, leaving d=4d = 4 as the only valid solution.

Key Concept

Vertex form and transformations of quadratic functions
Question 294Question

For all positive real numbers xx and yy, the expression (4x3y2)216x8y6\frac{(4x^3 y^2)^2}{\sqrt{16x^8 y^6}} can be written in the equivalent form axbycax^b y^c, where aa, bb, and cc are positive constants. What is the value of a+b+ca + b + c?

Show answer & explanation

Answer: 7

Answer

7
The expression simplifies to 4x2y14x^2 y^1 by applying the power of a product rule to the numerator to get 16x6y416x^6 y^4, and simplifying the radical in the denominator to get 4x4y34x^4 y^3. Dividing the terms yields 4x2y14x^2 y^1. Identifying the coefficients and exponents gives a=4a = 4, b=2b = 2, and c=1c = 1. The sum of these values is 4+2+1=74 + 2 + 1 = 7.

Step-by-Step Solution

1
Simplify the numerator of the expression.
(4x3y2)2=16x6y4(4x^3 y^2)^2 = 16x^6 y^4
Apply the power of a product rule (ab)n=anbn(ab)^n = a^n b^n and the power of a power rule (am)n=amn(a^m)^n = a^{mn}.
2
Simplify the denominator of the expression.
16x8y6=4x4y3\sqrt{16x^8 y^6} = 4x^4 y^3
Take the square root of the coefficient and apply fractional exponent rules for positive variables: 16=4\sqrt{16} = 4, x8=x8/2=x4\sqrt{x^8} = x^{8/2} = x^4, and y6=y6/2=y3\sqrt{y^6} = y^{6/2} = y^3.
3
Divide the numerator by the denominator.
16x6y44x4y3=4x2y1\frac{16x^6 y^4}{4x^4 y^3} = 4x^2 y^1
Divide the coefficients and subtract the exponents of the corresponding variables: 164=4\frac{16}{4} = 4, x64=x2x^{6-4} = x^2, and y43=y1y^{4-3} = y^1.
4
Identify the values of aa, bb, and cc, and sum them.
a=4a = 4, b=2b = 2, c=1c = 1, and a+b+c=7a + b + c = 7
Match the simplified form 4x2y14x^2 y^1 to axbycax^b y^c to find aa, bb, and cc, then calculate their sum.

Key Concept

Simplifying equivalent algebraic expressions using exponent rules and radical properties.
Estimated Time:1m 30s
Question 295Question

If x82x=0\frac{x}{8} - \frac{2}{x} = 0 and x>0x > 0, what is the value of xx?

Show answer & explanation

Answer: 4

Answer

4
The correct answer is 4. Adding the term 2x\frac{2}{x} to both sides of the equation yields x8=2x\frac{x}{8} = \frac{2}{x}. Cross-multiplying the terms gives x2=16x^2 = 16. Solving for xx by taking the square root of both sides gives x=4x = 4 or x=4x = -4. Since the question specifies that x>0x > 0, the negative value is discarded, leaving 4 as the only valid solution.

Step-by-Step Solution

1
Add 2x\frac{2}{x} to both sides of the equation.
x8=2x\frac{x}{8} = \frac{2}{x}
To isolate the rational terms on opposite sides of the equation.
2
Cross-multiply the terms.
x2=16x^2 = 16
To eliminate the denominators and form a quadratic equation.
3
Solve for xx by taking the square root of both sides.
x=4x = 4 or x=4x = -4
Taking the square root of 16 yields both positive and negative solutions.
4
Apply the constraint x>0x > 0.
x=4x = 4
The question specifies that xx must be greater than 0, which excludes the negative solution.

Key Concept

Solving rational equations by isolating terms, cross-multiplying, and applying given constraints.
Question 296Question

A parabola passes through the point (0,12)(0, 12) on the yy-axis and intersects the xx-axis at two distinct points, PP and QQ. The line connecting PP to the yy-intercept has a slope of 22, while the line connecting QQ to the yy-intercept has a slope of 6-6. What is the maximum yy-value achieved by this parabola?

Show answer & explanation

Answer: 16

Answer

The maximum yy-value achieved by the parabola is 16.
The slopes of the lines connecting the xx-intercepts P(x1,0)P(x_1, 0) and Q(x2,0)Q(x_2, 0) to the yy-intercept C(0,12)C(0, 12) determine their coordinates. The slope of the line through PP and CC is 1200x1=2\frac{12 - 0}{0 - x_1} = 2, which gives x1=6x_1 = -6. The slope of the line through QQ and CC is 1200x2=6\frac{12 - 0}{0 - x_2} = -6, which gives x2=2x_2 = 2. The factored form of the parabola is y=a(x+6)(x2)y = a(x + 6)(x - 2). Using the yy-intercept C(0,12)C(0, 12), we find 12=a(6)(2)12 = a(6)(-2), meaning a=1a = -1. The xx-coordinate of the vertex is the midpoint of the intercepts, which is 6+22=2\frac{-6 + 2}{2} = -2. Substituting x=2x = -2 into the equation gives y=(2+6)(22)=16y = -(-2 + 6)(-2 - 2) = 16. Since the leading coefficient is negative, this represents the maximum yy-value.

Step-by-Step Solution

1
Find the coordinates of P(x1,0)P(x_1, 0) and Q(x2,0)Q(x_2, 0) using the slopes of the lines from these points to the yy-intercept C(0,12)C(0, 12).
P=(6,0)P = (-6, 0) and Q=(2,0)Q = (2, 0)
The slope formula between (x1,0)(x_1, 0) and (0,12)(0, 12) is 1200x1=2\frac{12 - 0}{0 - x_1} = 2, which gives x1=6x_1 = -6. Similarly, for the second line, 1200x2=6\frac{12 - 0}{0 - x_2} = -6, which gives x2=2x_2 = 2.
2
Write the quadratic equation in factored form using the xx-intercepts.
y=a(x+6)(x2)y = a(x + 6)(x - 2)
Since the parabola intersects the xx-axis at (6,0)(-6, 0) and (2,0)(2, 0), these points are the roots of the quadratic function.
3
Solve for the leading coefficient aa by substituting the yy-intercept (0,12)(0, 12) into the equation.
a=1a = -1
Substituting x=0x = 0 and y=12y = 12 gives 12=a(0+6)(02)12 = a(0 + 6)(0 - 2), which simplifies to 12=12a12 = -12a, so a=1a = -1.
4
Determine the xx-coordinate of the vertex.
x=2x = -2
The axis of symmetry of a parabola lies exactly midway between its xx-intercepts: x=6+22=2x = \frac{-6 + 2}{2} = -2.
5
Calculate the maximum yy-value by evaluating the function at the xx-coordinate of the vertex.
y=16y = 16
Substituting x=2x = -2 into y=(x+6)(x2)y = -(x + 6)(x - 2) gives y=(2+6)(22)=(4)(4)=16y = -(-2 + 6)(-2 - 2) = -(4)(-4) = 16.

Key Concept

Using xx-intercepts and coordinate geometry to find the vertex of a parabola.
Question 297Question

A landscaping company sells two types of soil mixtures: a basic mixture and a premium mixture. Each bag of basic mixture contains 44 pounds of compost and 88 pounds of sand. Each bag of premium mixture contains 66 pounds of compost and 55 pounds of sand. A landscaper purchases a combination of bags containing a total of 4646 pounds of compost and 5757 pounds of sand. How many bags of premium mixture did the landscaper purchase?

Show answer & explanation

Answer: 5

Answer

5
The system of equations representing the scenario is 4b+6p=464b + 6p = 46 for compost and 8b+5p=578b + 5p = 57 for sand, where bb represents the number of bags of basic mixture and pp represents the number of bags of premium mixture. Multiplying the first equation by 22 gives 8b+12p=928b + 12p = 92. Subtracting the second equation from this yields (8b+12p)(8b+5p)=9257(8b + 12p) - (8b + 5p) = 92 - 57, which simplifies to 7p=357p = 35. Dividing by 77 gives p=5p = 5. Thus, the landscaper purchased 55 bags of premium mixture.

Step-by-Step Solution

1
Define variables and write the system of equations based on the given context.
Let bb represent the number of basic mixture bags and pp represent the number of premium mixture bags. The system is:
4b+6p=468b+5p=57\begin{aligned} 4b + 6p &= 46 \\ 8b + 5p &= 57 \end{aligned}
Translating the word problem into a system of linear equations is necessary to solve for the unknowns.
2
Multiply the first equation by 22 to facilitate the elimination method.
8b+12p=928b + 12p = 92
Aligning the coefficients of bb allows us to eliminate bb by subtracting the two equations.
3
Subtract the second equation from the new equation.
(8b+12p)(8b+5p)=9257    7p=35(8b + 12p) - (8b + 5p) = 92 - 57 \implies 7p = 35
This isolates the variable pp by eliminating the variable bb.
4
Solve for pp.
p=5p = 5
Dividing both sides of the equation by 77 gives the final number of premium mixture bags.

Key Concept

Solving systems of linear equations in context
Question 298Question

A commercial bakery uses a mixing bowl that initially contains some flour. A machine adds flour to the bowl at a constant rate. After the machine has been running for 88 minutes, the total mass of the flour in the bowl is 1414 kilograms. After the machine has been running for 2020 minutes, the total mass of the flour in the bowl is 2929 kilograms. The relationship between the total mass of the flour in the bowl, MM, in kilograms, and the time the machine has been running, tt, in minutes, is linear. What is the mass of the flour, in kilograms, in the bowl before the machine starts running?

Show answer & explanation

Answer: 4

Answer

4
The relationship between the total mass of the flour, MM, and the time, tt, is linear and can be represented by the equation M=mt+bM = mt + b, where mm is the rate at which flour is added and bb is the initial mass of the flour in the bowl. Using the two given points, (8,14)(8, 14) and (20,29)(20, 29), the slope mm is calculated as m=2914208=1512=1.25m = \frac{29 - 14}{20 - 8} = \frac{15}{12} = 1.25 kilograms per minute. Substituting m=1.25m = 1.25 and the point (8,14)(8, 14) into the linear equation gives 14=1.25(8)+b14 = 1.25(8) + b, which simplifies to 14=10+b14 = 10 + b. Solving for bb yields b=4b = 4. Therefore, the mass of the flour in the bowl before the machine starts running is 44 kilograms.

Step-by-Step Solution

1
Find the rate of change (slope) of the linear relationship.
The rate is 1.251.25 kilograms per minute.
The slope of a linear relationship represents the constant rate at which flour is added to the bowl.
2
Set up the linear equation and solve for the y-intercept.
The initial mass is 44 kilograms.
The y-intercept represents the initial mass of the flour in the bowl at t=0t = 0 minutes.

Key Concept

Interpreting the y-intercept of a linear relationship in context
Question 299Question

In the xyxy-plane, the graph of a linear function ff passes through the points (k,2k+3)(k, 2k + 3) and (2k,5k1)(2k, 5k - 1), where kk is a constant. If the yy-intercept of the graph of ff is 9-9, what is the value of kk?

Show answer & explanation

Answer: 16

Answer

The value of kk is 16.
The value of kk is 16 because when k=16k = 16, the points on the graph are (16,35)(16, 35) and (32,79)(32, 79). The slope of the line is 79353216=2.75\frac{79 - 35}{32 - 16} = 2.75. The equation of the line in slope-intercept form is y=2.75x+by = 2.75x + b. Using the point (16,35)(16, 35), we get 35=2.75(16)+b    35=44+b    b=935 = 2.75(16) + b \implies 35 = 44 + b \implies b = -9, which matches the given yy-intercept of 9-9.

Step-by-Step Solution

1
Calculate the slope of the line in terms of kk using the two given points (k,2k+3)(k, 2k + 3) and (2k,5k1)(2k, 5k - 1).
The slope mm is 3k4k\frac{3k - 4}{k}.
The slope of a line passing through (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) is given by m=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1}.
2
Use the yy-intercept of 9-9, which corresponds to the point (0,9)(0, -9), along with the point (k,2k+3)(k, 2k + 3) to write another expression for the slope.
The slope mm is 2k+12k\frac{2k + 12}{k}.
The slope must be constant for all points on the line, so the slope between the yy-intercept and one of the points must equal the slope between the two points.
3
Equate the two slope expressions and solve for kk.
k=16k = 16
Setting the two expressions for the slope equal to each other gives 3k4k=2k+12k\frac{3k - 4}{k} = \frac{2k + 12}{k}. Multiplying by kk on both sides yields 3k4=2k+123k - 4 = 2k + 12, which simplifies to k=16k = 16.

Key Concept

Linear Functions and Graphs
Question 300Question

In the xyxy-plane, a line passes through the point (5,1)(5, -1) and has a slope of 25\frac{2}{5}. If the line also passes through the point (15,p)(15, p), what is the value of pp?

Show answer & explanation

Answer: 3

Answer

The value of pp is 33.
To find the value of pp, the equation of the line can be established using the point-slope form: yy1=m(xx1)y - y_1 = m(x - x_1). Substituting the given slope m=25m = \frac{2}{5} and the point (5,1)(5, -1) gives y(1)=25(x5)y - (-1) = \frac{2}{5}(x - 5). Simplifying this yields y+1=25x2y + 1 = \frac{2}{5}x - 2, which reduces to y=25x3y = \frac{2}{5}x - 3. Substituting the point (15,p)(15, p) into this equation gives p=25(15)3=63=3p = \frac{2}{5}(15) - 3 = 6 - 3 = 3.

Step-by-Step Solution

1
Determine the equation of the line using point-slope form.
y=25x3y = \frac{2}{5}x - 3
The equation of a line with slope mm passing through a point (x1,y1)(x_1, y_1) is yy1=m(xx1)y - y_1 = m(x - x_1). Substituting m=25m = \frac{2}{5} and the point (5,1)(5, -1) gives y(1)=25(x5)y - (-1) = \frac{2}{5}(x - 5). Simplifying this equation results in y+1=25x2y + 1 = \frac{2}{5}x - 2, which becomes y=25x3y = \frac{2}{5}x - 3.
2
Substitute the point (15,p)(15, p) into the linear equation.
p=3p = 3
Since the line passes through the point (15,p)(15, p), the coordinates must satisfy the equation of the line. Substituting x=15x = 15 and y=py = p into y=25x3y = \frac{2}{5}x - 3 gives p=25(15)3p = \frac{2}{5}(15) - 3, which simplifies to p=63=3p = 6 - 3 = 3.

Key Concept

Using the slope and a point on a line to find another coordinate along the same line.
PreviousPage 15 / 31Next
All practice questions — SAT | Examkin