All practice questions

612 questions

Question 221Question

A local gym charges a one-time registration fee plus a constant monthly fee. The total cost, CC, in dollars, for a membership of mm months is modeled by the equation C=35m+50C = 35m + 50. What is the one-time registration fee, in dollars, for the gym?

Show answer & explanation

Answer: 50

Answer

The one-time registration fee is 50 dollars.
In the linear model C=35m+50C = 35m + 50, the constant term 5050 represents the value of the function when m=0m = 0. In this context, m=0m = 0 corresponds to 00 months of membership, meaning no monthly fees have been incurred yet. Therefore, the value of 5050 represents the initial, one-time registration fee.

Step-by-Step Solution

1
Analyze the linear equation C=35m+50C = 35m + 50 to identify the slope and the y-intercept.
The slope is 3535 (the coefficient of mm) and the y-intercept is 5050 (the constant term).
In a linear equation of the form y=mx+by = mx + b, the constant bb represents the value of yy when x=0x = 0 (the y-intercept), and the coefficient mm represents the rate of change (the slope).
2
Interpret the meaning of the y-intercept in the given context.
At m=0m = 0 months, the total cost CC is C=35(0)+50=50C = 35(0) + 50 = 50 dollars.
The cost at 00 months represents the upfront, one-time fee before any monthly fees are added, which is the registration fee.

Key Concept

Interpreting the y-intercept of a linear function in a real-world context.
Question 222Question

In the quadratic equation x2kx+36=0x^2 - kx + 36 = 0, kk is a positive constant. If the equation has exactly one real solution, what is the value of kk?

Show answer & explanation

Answer: 12

Answer

The value of kk is 1212.
The quadratic equation x2kx+36=0x^2 - kx + 36 = 0 has exactly one real solution when its discriminant is equal to zero. The discriminant of ax2+bx+c=0ax^2 + bx + c = 0 is b24acb^2 - 4ac. For this equation, a=1a = 1, b=kb = -k, and c=36c = 36. Setting the discriminant to zero gives (k)24(1)(36)=0(-k)^2 - 4(1)(36) = 0, which simplifies to k2144=0k^2 - 144 = 0. Solving for kk gives k2=144k^2 = 144, so k=12k = 12 or k=12k = -12. Since the problem states that kk is a positive constant, the correct value of kk is 1212.

Step-by-Step Solution

1
Identify the coefficients of the quadratic equation x2kx+36=0x^2 - kx + 36 = 0.
a=1a = 1, b=kb = -k, and c=36c = 36.
To apply the discriminant formula, we need the values of aa, bb, and cc.
2
Set the discriminant Δ=b24ac\Delta = b^2 - 4ac to 00.
(k)24(1)(36)=0(-k)^2 - 4(1)(36) = 0.
A quadratic equation has exactly one real solution if and only if its discriminant is equal to zero.
3
Solve the equation for kk.
k2144=0    k2=144    k=12k^2 - 144 = 0 \implies k^2 = 144 \implies k = 12 (since kk is a positive constant).
Solving the equation yields k=±12k = \pm 12, and we select the positive value as specified in the problem.

Key Concept

Discriminant of a quadratic equation
Question 223Question

A parabola in the xyxy-plane has its vertex at (3,8)(3, 8) and passes through the point (5,16)(5, 16). If the equation of the parabola is written in the form y=a(x3)2+8y = a(x - 3)^2 + 8, what is the value of the constant aa?

Show answer & explanation

Answer: 2

Answer

2
Substituting the coordinates (5,16)(5, 16) into y=a(x3)2+8y = a(x - 3)^2 + 8 yields 16=a(53)2+816 = a(5 - 3)^2 + 8. Simplifying the term (53)2(5 - 3)^2 gives 44, leading to the equation 16=4a+816 = 4a + 8. Subtracting 8 from both sides gives 8=4a8 = 4a, and dividing by 4 gives the final answer of 2.

Step-by-Step Solution

1
Substitute the point (5,16)(5, 16) into the equation.
16=a(53)2+816 = a(5 - 3)^2 + 8
Since the parabola passes through the point (5,16)(5, 16), these coordinates must satisfy the equation.
2
Simplify the squared term.
16=4a+816 = 4a + 8
Subtract 3 from 5 to get 2, and square 2 to get 4.
3
Solve for the constant aa.
a=2a = 2
Subtract 8 from both sides to get 8=4a8 = 4a, then divide by 4 to find aa.

Key Concept

Determining a constant in a quadratic function given its vertex form and a point on the graph.
Question 224Question

An online service provider offers two monthly subscription plans. Under Plan A, the customer pays a flat monthly fee of CC dollars. Under Plan B, the monthly cost, in dollars, is determined by the expression 1.5(20x)0.8(3x5)1.5(20 - x) - 0.8(3x - 5), where xx is the number of premium features the customer uses. The provider wants Plan B to be strictly cheaper than Plan A for any customer who uses more than 4 premium features. If CC is an integer, what is the minimum possible value of CC?

Show answer & explanation

Answer: 19

Answer

19
To find the minimum integer value of CC, we simplify Plan B's cost expression to 343.9x34 - 3.9x and set up the inequality 343.9x<C34 - 3.9x < C. Solving for xx by dividing by 3.9-3.9 and reversing the inequality sign gives x>34C3.9x > \frac{34 - C}{3.9}. For Plan B to be cheaper than Plan A for all customers using more than 4 features, the solution set x>34C3.9x > \frac{34 - C}{3.9} must contain the interval x>4x > 4. This requires the boundary point to be at most 4, so 34C3.94\frac{34 - C}{3.9} \le 4. Solving this inequality yields C18.4C \ge 18.4. The smallest integer value greater than or equal to 18.418.4 is 19.

Step-by-Step Solution

1
Simplify the cost expression for Plan B
343.9x34 - 3.9x
To combine like terms and express Plan B's cost in standard linear form.
2
Set up the inequality stating Plan B is strictly cheaper than Plan A
343.9x<C34 - 3.9x < C
Plan B is cheaper than Plan A when its cost is less than CC dollars.
3
Solve the inequality for xx in terms of CC
x>34C3.9x > \frac{34 - C}{3.9}
Isolating xx allows us to find the threshold number of premium features, remembering to reverse the inequality direction when dividing by the negative coefficient 3.9-3.9.
4
Relate the threshold condition to the given minimum number of premium features
34C3.94\frac{34 - C}{3.9} \le 4
For Plan B to be cheaper for any x>4x > 4, the solution interval x>34C3.9x > \frac{34 - C}{3.9} must cover the entire interval x>4x > 4. Thus, the boundary point must be at most 4.
5
Solve the boundary inequality for CC
C18.4C \ge 18.4
Multiplying by 3.93.9 and isolating CC gives the lower bound for the cost of Plan A.
6
Find the minimum integer value for CC
19
Since CC must be an integer and at least 18.418.4, the smallest integer that satisfies this inequality is 19.

Key Concept

Solving linear inequalities in one variable with parameter constraints and real-world conditions.
Question 225Question

If 25a=125b25^a = 125^b, where aa and bb are positive constants, what is the value of ab\frac{a}{b}?

Show answer & explanation

Answer: 1.5

Answer

1.5
To find the value of ab\frac{a}{b}, we can rewrite the bases of the equation 25a=125b25^a = 125^b using a common base of 5: (52)a=(53)b(5^2)^a = (5^3)^b. Applying the exponent power rule gives 52a=53b5^{2a} = 5^{3b}. Since the bases are identical, their exponents must be equal, so 2a=3b2a = 3b. Dividing both sides of this equation by 2b2b yields the ratio ab=32\frac{a}{b} = \frac{3}{2}, which is 1.51.5.

Step-by-Step Solution

1
Express the bases as powers of 5
(52)a=(53)b(5^2)^a = (5^3)^b
To solve the equation, express both sides with a common base of 5 since 25=5225 = 5^2 and 125=53125 = 5^3.
2
Apply the power rule of exponents
52a=53b5^{2a} = 5^{3b}
According to the exponent rules, (xm)n=xmn(x^m)^n = x^{mn}.
3
Set the exponents equal to each other
2a=3b2a = 3b
Because the bases on both sides of the equation are equal and positive, their exponents must also be equal.
4
Solve for the ratio
ab=1.5\frac{a}{b} = 1.5
Divide both sides of the equation 2a=3b2a = 3b by 2b2b to isolate the ratio ab\frac{a}{b}.

Key Concept

Solving exponential equations by expressing bases in terms of a common base and equating exponents.
Question 226Question

In the quadratic equation 8x2kx+27=08x^2 - kx + 27 = 0, where kk is a positive constant, one of the roots is the square of the other root. What is the value of kk?

Show answer & explanation

Answer: 30

Answer

30
For the quadratic equation 8x2kx+27=08x^2 - kx + 27 = 0, Vieta's formulas state that the product of the roots is 278\frac{27}{8} and the sum of the roots is k8\frac{k}{8}. Letting the roots be rr and r2r^2, we obtain the equation r3=278r^3 = \frac{27}{8}, which gives r=32r = \frac{3}{2}. The other root is r2=94r^2 = \frac{9}{4}. Summing these roots gives 32+94=154\frac{3}{2} + \frac{9}{4} = \frac{15}{4}. Equating this sum to the formula for the sum of the roots yields k8=154\frac{k}{8} = \frac{15}{4}, which simplifies to k=30k = 30.

Step-by-Step Solution

1
Determine the product of the roots using Vieta's formulas.
The product of the roots is r1r2=278r_1 r_2 = \frac{27}{8}.
For any quadratic equation ax2+bx+c=0ax^2 + bx + c = 0, the product of its roots is given by ca\frac{c}{a}.
2
Use the root relationship to solve for one of the roots.
r23=278    r2=32r_2^3 = \frac{27}{8} \implies r_2 = \frac{3}{2}.
Substituting r1=r22r_1 = r_2^2 into the product equation yields r23=278r_2^3 = \frac{27}{8}.
3
Determine the value of the second root.
r1=(32)2=94r_1 = \left(\frac{3}{2}\right)^2 = \frac{9}{4}.
The first root is the square of the second root.
4
Calculate the sum of the two roots.
r1+r2=94+32=154r_1 + r_2 = \frac{9}{4} + \frac{3}{2} = \frac{15}{4}.
The sum of the roots is needed to relate back to the linear coefficient of the quadratic equation.
5
Solve for the constant kk using the sum of the roots.
k8=154    k=30\frac{k}{8} = \frac{15}{4} \implies k = 30.
By Vieta's formulas, the sum of the roots is ba=k8-\frac{b}{a} = \frac{k}{8}.

Key Concept

Quadratic Equations and Vieta's Formulas
Question 227Question

An athlete participates in a charity event where they earn money by swimming laps in a pool and running laps on a track. The athlete earns ss dollars for each lap swum and rr dollars for each lap run. Completing 10 laps in the pool and 15 laps on the track raises a total of 135.Completing12lapsinthepooland20lapsonthetrackraisesatotalof135. Completing 12 laps in the pool and 20 laps on the track raises a total of 176. What is the value of rr?

Show answer & explanation

Answer: 7

Answer

The value of rr is 7.
The correct answer is 7. To find this, we translate the word problem into a system of two linear equations: 10s+15r=13510s + 15r = 135 and 12s+20r=17612s + 20r = 176. Simplifying these equations by dividing by their common factors yields 2s+3r=272s + 3r = 27 and 3s+5r=443s + 5r = 44. Multiplying the first equation by 3 gives 6s+9r=816s + 9r = 81, and multiplying the second equation by 2 gives 6s+10r=886s + 10r = 88. Subtracting the two equations eliminates ss and gives r=7r = 7.

Step-by-Step Solution

1
Write the system of linear equations representing the athlete's earnings.
The system is:
10s+15r=13510s + 15r = 135
12s+20r=17612s + 20r = 176
To represent the relationships between the number of laps completed and the total amount raised.
2
Simplify both equations to work with smaller coefficients.
Divide the first equation by 5:
2s+3r=272s + 3r = 27
Divide the second equation by 4:
3s+5r=443s + 5r = 44
Simplifying equations reduces the likelihood of arithmetic errors.
3
Eliminate the variable ss to solve for rr.
Multiply the first simplified equation by 3 and the second by 2:
3(2s+3r)=3(27)    6s+9r=813(2s + 3r) = 3(27) \implies 6s + 9r = 81
2(3s+5r)=2(44)    6s+10r=882(3s + 5r) = 2(44) \implies 6s + 10r = 88
Subtract the first equation from the second:
(6s+10r)(6s+9r)=8881    r=7(6s + 10r) - (6s + 9r) = 88 - 81 \implies r = 7
Using the elimination method allows us to solve directly for the target variable, rr.

Key Concept

Solving a system of linear equations in two variables using elimination or substitution.
Question 228Question
The system of equations below consists of a linear equation and a quadratic equation:
y2x=5y=x23x1\begin{aligned} y - 2x &= 5 \\ y &= x^2 - 3x - 1 \end{aligned}
Let (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) represent the two distinct real coordinate points where the graphs of these equations intersect. If y1>y2y_1 > y_2, what is the value of x1x2x_1 - x_2?
Show answer & explanation

Answer: 7

Answer

7
Solving the system algebraically by expressing yy as 2x+52x + 5 and substituting it into the quadratic equation leads to x25x6=0x^2 - 5x - 6 = 0. Factoring this equation yields x=6x = 6 and x=1x = -1. Evaluating these values in the linear equation gives the coordinates (6,17)(6, 17) and (1,3)(-1, 3). Since 17>317 > 3, the point (6,17)(6, 17) corresponds to (x1,y1)(x_1, y_1) and (1,3)(-1, 3) corresponds to (x2,y2)(x_2, y_2). The difference x1x2x_1 - x_2 is equal to 6(1)=76 - (-1) = 7.

Step-by-Step Solution

1
Solve for yy in the linear equation to express it in terms of xx.
y=2x+5y = 2x + 5
This allows for substitution into the quadratic equation to eliminate one variable.
2
Substitute 2x+52x + 5 for yy in the quadratic equation.
2x+5=x23x12x + 5 = x^2 - 3x - 1
To create a single-variable quadratic equation in terms of xx.
3
Rearrange the equation by subtracting 2x2x and 55 from both sides to set it equal to zero.
x25x6=0x^2 - 5x - 6 = 0
Setting the quadratic equation to zero is the standard first step to find its roots.
4
Factor the quadratic trinomial.
(x6)(x+1)=0(x - 6)(x + 1) = 0, which gives x=6x = 6 and x=1x = -1.
Factoring finds the xx-coordinates of the points of intersection.
5
Substitute the xx-values back into the linear equation y=2x+5y = 2x + 5 to determine the corresponding yy-values.
For x=6x = 6, y=2(6)+5=17y = 2(6) + 5 = 17. For x=1x = -1, y=2(1)+5=3y = 2(-1) + 5 = 3. The intersection points are (6,17)(6, 17) and (1,3)(-1, 3).
This defines the full coordinate pairs of the system's solutions.
6
Apply the condition y1>y2y_1 > y_2 to identify (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2).
Since 17>317 > 3, the first solution is (x1,y1)=(6,17)(x_1, y_1) = (6, 17) and the second solution is (x2,y2)=(1,3)(x_2, y_2) = (-1, 3).
This aligns the coordinate values with the variables defined in the problem constraint.
7
Calculate the value of x1x2x_1 - x_2.
6(1)=76 - (-1) = 7
Subtracting a negative value is equivalent to adding its absolute value, yielding the final required answer.

Key Concept

Nonlinear Systems of Equations
Question 229Question
In the system of equations below, kk is a constant.
x2+y2+8y=9x2+y=k\begin{aligned} x^2 + y^2 + 8y &= 9 \\ x^2 + y &= k \end{aligned}
If the system has exactly 3 distinct real solutions (x,y)(x, y), what is the value of kk?
Show answer & explanation

Answer: 1

Answer

The value of kk is 1.
Substituting x2=kyx^2 = k - y into x2+y2+8y=9x^2 + y^2 + 8y = 9 gives y2+7y+k9=0y^2 + 7y + k - 9 = 0. For the system to have exactly 3 distinct real solutions, the vertex of the parabola y=x2+ky = -x^2 + k must lie on the circle, which corresponds to the root y=ky = k. Substituting y=ky = k into the quadratic equation yields k2+8k9=0k^2 + 8k - 9 = 0, which gives k=1k = 1 or k=9k = -9. For k=1k = 1, the roots of the quadratic are y=1y = 1 and y=8y = -8. The root y=1y = 1 yields 1 real solution, (0,1)(0, 1), and the root y=8y = -8 yields 2 real solutions, (3,8)(3, -8) and (3,8)(-3, -8), for a total of 3 real solutions. For k=9k = -9, the roots are y=9y = -9 and y=2y = 2. The root y=2y = 2 does not yield any real solutions for xx because 2>92 > -9, so the system has only 1 real solution. Thus, k=1k = 1.

Step-by-Step Solution

1
Express x2x^2 in terms of yy and kk from the second equation.
x2=kyx^2 = k - y (with constraint yky \le k for real xx)
To prepare for substitution into the first equation and establish the boundary condition for real solutions.
2
Substitute x2=kyx^2 = k - y into the first equation.
y2+7y+k9=0y^2 + 7y + k - 9 = 0
To create a single quadratic equation in terms of yy.
3
Analyze the conditions on the roots of the quadratic equation to get exactly 3 distinct real solutions.
One root must equal kk and the other must be less than kk.
A root y=ky = k yields 1 real solution for xx (x=0x = 0), while a root y<ky < k yields 2 real solutions (x=±kyx = \pm\sqrt{k-y}).
4
Find the candidate values of kk by setting y=ky = k in the quadratic equation.
k2+8k9=0    k=1k^2 + 8k - 9 = 0 \implies k = 1 or k=9k = -9
To find the values of kk where the parabola's vertex lies on the circle.
5
Verify which candidate value of kk satisfies all conditions.
For k=1k = 1, the roots are y=1y = 1 and y=8<1y = -8 < 1 (3 solutions). For k=9k = -9, the roots are y=9y = -9 and y=2>9y = 2 > -9 (1 solution). Therefore, k=1k = 1.
To ensure the second root is strictly less than kk, guaranteeing exactly 3 solutions.

Key Concept

Analyzing the number of solutions in a nonlinear system of equations using algebraic substitution and boundary constraints.
Estimated Time:3m 0s
Question 230Question

An online retailer uses a linear relationship to determine the shipping cost of an order based on the total weight of the items in the order. The table below shows the shipping cost, yy, in dollars, for an order with a total weight of xx pounds.

Weight (xx pounds)Shipping Cost (yy dollars)
229.509.50
6617.5017.50

What is the shipping cost, in dollars, for an order with a total weight of 1111 pounds?

Show answer & explanation

Answer: 27.5

Answer

The correct shipping cost for an order weighing 11 pounds is 27.5 dollars.
The linear relationship has a constant rate of change (slope). Using the coordinates from the table, (2,9.50)(2, 9.50) and (6,17.50)(6, 17.50), the slope mm is calculated as 17.509.5062=84=2\frac{17.50 - 9.50}{6 - 2} = \frac{8}{4} = 2. Using the point-slope form, the equation of the line is y9.50=2(x2)y - 9.50 = 2(x - 2), which simplifies to y=2x+5.50y = 2x + 5.50. Substituting x=11x = 11 gives y=2(11)+5.50=27.5y = 2(11) + 5.50 = 27.5.

Step-by-Step Solution

1
Calculate the slope (rate of change) of the linear relationship.
m=2m = 2
Determines the rate at which the shipping cost increases per additional pound of weight.
2
Formulate the linear equation representing the relationship.
y=2x+5.50y = 2x + 5.50
Establishes a functional relationship to calculate costs for any given weight.
3
Evaluate the function at the target weight of 11 pounds.
y=27.5y = 27.5
Determines the final cost of shipping for the specified weight of 11 pounds.

Key Concept

Determining and evaluating linear functions represented in tabular form
Estimated Time:1m 30s
Question 231Question

The function ff is defined by f(x)=a3xf(x) = a \cdot 3^x, where aa is a constant. If f(2)=45f(2) = 45, what is the value of f(1)f(1)?

Show answer & explanation

Answer: 15

Answer

15
To find the value of f(1)f(1), we first determine the value of the constant aa. We are given that f(2)=45f(2) = 45, so substituting x=2x = 2 into the function definition f(x)=a3xf(x) = a \cdot 3^x gives 45=a3245 = a \cdot 3^2. Simplifying 323^2 to 99 yields 45=9a45 = 9a, which means a=5a = 5. Now that we know a=5a = 5, we can write the function as f(x)=53xf(x) = 5 \cdot 3^x. To find f(1)f(1), we substitute x=1x = 1 into this equation, yielding f(1)=531=15f(1) = 5 \cdot 3^1 = 15.

Step-by-Step Solution

1
Substitute the given point (2,45)(2, 45) into the function equation to solve for aa.
a=5a = 5
Since f(2)=45f(2) = 45, we have 45=a32=9a45 = a \cdot 3^2 = 9a, which gives a=5a = 5.
2
Evaluate the function at x=1x = 1 using the value of a=5a = 5.
f(1)=15f(1) = 15
Substituting a=5a = 5 and x=1x = 1 into f(x)=a3xf(x) = a \cdot 3^x gives f(1)=531=15f(1) = 5 \cdot 3^1 = 15.

Key Concept

Evaluating and solving exponential functions given initial conditions or points.
Question 232Question

A deep-sea research submersible's internal cabin pressure, PP, in atmospheres (atm\text{atm}), is modeled by a linear function of its depth below the ocean surface, dd, in meters. At the surface (d=0d = 0), the internal pressure is 1.0 atm1.0\text{ atm}. For every increase in depth of 100 meters100\text{ meters}, the internal pressure increases by 0.05 atm0.05\text{ atm}. The submersible descends from the surface at a constant rate of 2.5 meters per second2.5\text{ meters per second}. What is the rate of increase of the internal cabin pressure, in atm\text{atm} per hour, as the submersible descends?

Show answer & explanation

Answer: 4.5

Answer

The rate of increase of the internal cabin pressure is 4.54.5 atmospheres per hour.
The rate of change of internal pressure with depth is 0.05 atm100 m=0.0005 atm/m\frac{0.05\text{ atm}}{100\text{ m}} = 0.0005\text{ atm/m}. Since the submersible descends at a rate of 2.5 m/s2.5\text{ m/s}, we convert this rate of depth change to hours: 2.5 m/s×3600 s/hr=9000 m/hr2.5\text{ m/s} \times 3600\text{ s/hr} = 9000\text{ m/hr}. Multiplying the pressure change per meter by the depth change per hour gives the rate of change of the internal pressure per hour: 0.0005 atm/m×9000 m/hr=4.5 atm/hr0.0005\text{ atm/m} \times 9000\text{ m/hr} = 4.5\text{ atm/hr}.

Step-by-Step Solution

1
Calculate the rate of pressure increase per meter of depth.
0.0005 atm/m0.0005\text{ atm/m}
The pressure increases by 0.05 atm0.05\text{ atm} for every 100 meters100\text{ meters} of depth, giving a rate of change of 0.05 atm100 m=0.0005 atm/m\frac{0.05\text{ atm}}{100\text{ m}} = 0.0005\text{ atm/m}.
2
Determine the distance descended by the submersible in one hour.
9000 meters9000\text{ meters}
With 3600 seconds3600\text{ seconds} in one hour and a descent speed of 2.5 m/s2.5\text{ m/s}, the submersible descends a total of 2.5 m/s×3600 s=9000 meters2.5\text{ m/s} \times 3600\text{ s} = 9000\text{ meters} in one hour.
3
Calculate the rate of internal pressure increase per hour.
4.5 atm/hr4.5\text{ atm/hr}
Multiply the rate of change of pressure per meter (0.0005 atm/m0.0005\text{ atm/m}) by the hourly descent distance (9000 m9000\text{ m}) to obtain 0.0005×9000=4.5 atm/hr0.0005 \times 9000 = 4.5\text{ atm/hr}.

Key Concept

Interpreting Linear Relationships in Context

Alternative Method

Write the cabin pressure as a function of time tt, in seconds: P(t)=1.0+0.0005(2.5t)=1.0+0.00125tP(t) = 1.0 + 0.0005(2.5t) = 1.0 + 0.00125t. The slope of this line, 0.00125 atm/s0.00125\text{ atm/s}, represents the rate of increase per second. To convert this rate to hours, multiply by 3600 seconds/hour3600\text{ seconds/hour}: 0.00125×3600=4.5 atm/hr0.00125 \times 3600 = 4.5\text{ atm/hr}.
Estimated Time:2m 0s
Question 233Question

In the xyxy-plane, the graph of the linear equation 3x+4y=k3x + 4y = k, where kk is a positive constant, is tangent to the circle with equation x2+y22x4y=20x^2 + y^2 - 2x - 4y = 20. What is the value of kk?

Show answer & explanation

Answer: 36

Answer

The value of the constant kk is 3636.
To find the value of kk where the line 3x+4y=k3x + 4y = k is tangent to the circle, we first rewrite the circle's equation x2+y22x4y=20x^2 + y^2 - 2x - 4y = 20 in standard form by completing the square: (x22x+1)+(y24y+4)=20+1+4(x^2 - 2x + 1) + (y^2 - 4y + 4) = 20 + 1 + 4, which simplifies to (x1)2+(y2)2=25(x - 1)^2 + (y - 2)^2 = 25. This is a circle centered at (1,2)(1, 2) with a radius of 55. A line is tangent to a circle if the perpendicular distance from the center of the circle to the line is equal to the radius of the circle. Using the distance formula Ax0+By0CA2+B2\frac{|Ax_0 + By_0 - C|}{\sqrt{A^2 + B^2}} for the point (1,2)(1, 2) and the line 3x+4yk=03x + 4y - k = 0, we set up the equation: 3(1)+4(2)k32+42=5\frac{|3(1) + 4(2) - k|}{\sqrt{3^2 + 4^2}} = 5. This simplifies to 11k5=5\frac{|11 - k|}{5} = 5, or 11k=25|11 - k| = 25. Solving the absolute value equation gives 11k=25k=1411 - k = 25 \Rightarrow k = -14 and 11k=25k=3611 - k = -25 \Rightarrow k = 36. Since the problem specifies that kk is a positive constant, the correct answer is 3636.

Step-by-Step Solution

1
Rewrite the circle's equation by completing the square for both variables.
(x1)2+(y2)2=25(x - 1)^2 + (y - 2)^2 = 25
To identify the center and radius of the circle.
2
Identify the center and radius from the standard form of the circle's equation.
Center is (1,2)(1, 2) and radius is 55.
The standard form of a circle is (xh)2+(yk)2=r2(x-h)^2 + (y-k)^2 = r^2.
3
Apply the condition for tangency: the perpendicular distance from the center (1,2)(1, 2) to the line 3x+4yk=03x + 4y - k = 0 must equal the radius 55.
3(1)+4(2)k32+42=5\frac{|3(1) + 4(2) - k|}{\sqrt{3^2 + 4^2}} = 5
A line is tangent to a circle if and only if the distance from the center to the line equals the radius.
4
Simplify the distance equation and solve the resulting absolute value equation for kk.
11k=25|11 - k| = 25, yielding k=14k = -14 or k=36k = 36.
To find all mathematically possible values of the constant kk.
5
Select the positive value for kk as specified by the problem constraints.
k=36k = 36
The problem states that kk is a positive constant.

Key Concept

The relationship between a line and a circle in a nonlinear system, specifically using the distance from the center to a tangent line to solve for an unknown constant.
Question 234Question

During a chemistry experiment, the temperature of a liquid increases at a constant rate. The temperature of the liquid is 24C24^\circ\text{C} at 55 minutes after the experiment starts, and 48C48^\circ\text{C} at 1515 minutes after the experiment starts. The temperature TT, in degrees Celsius, of the liquid tt minutes after the experiment starts can be modeled by the equation T=mt+bT = mt + b, where mm and bb are constants. What is the value of bb?

Show answer & explanation

Answer: 12

Answer

12
The correct answer is 12. By translating the given information into two points on the line, (5,24)(5, 24) and (15,48)(15, 48), we can find the slope m=4824155=2.4m = \frac{48 - 24}{15 - 5} = 2.4. Substituting this slope and the point (5,24)(5, 24) into T=mt+bT = mt + b yields 24=2.4(5)+b24 = 2.4(5) + b, which simplifies to 24=12+b24 = 12 + b. Solving for bb gives b=12b = 12.

Step-by-Step Solution

1
Identify the data points representing the relationship between time and temperature.
The two data points are (t1,T1)=(5,24)(t_1, T_1) = (5, 24) and (t2,T2)=(15,48)(t_2, T_2) = (15, 48).
These points represent coordinates (t,T)(t, T) on the line representing the temperature over time.
2
Calculate the slope mm of the linear equation.
m=4824155=2410=2.4m = \frac{48 - 24}{15 - 5} = \frac{24}{10} = 2.4
The slope represents the constant rate of temperature increase per minute.
3
Substitute the slope mm and the coordinates of one point into the equation T=mt+bT = mt + b to solve for the y-intercept bb.
24=2.4(5)+b    24=12+b    b=1224 = 2.4(5) + b \implies 24 = 12 + b \implies b = 12
This determines the value of the constant bb, which corresponds to the initial temperature of the liquid.

Key Concept

Determining the y-intercept of a linear model in two variables given two points.
Question 235Question

If 22x+222x=122^{2x+2} - 2^{2x} = 12 for some real number xx, what is the value of 24x2^{4x}?

Show answer & explanation

Answer: 16

Answer

16
By applying the product rule of exponents, the expression 22x+22^{2x+2} can be rewritten as 22x222^{2x} \cdot 2^2, or 422x4 \cdot 2^{2x}. Substituting this into the given equation yields 422x22x=124 \cdot 2^{2x} - 2^{2x} = 12. Factoring out 22x2^{2x} gives 22x(41)=122^{2x}(4 - 1) = 12, which simplifies to 322x=123 \cdot 2^{2x} = 12. Dividing both sides of the equation by 3 results in 22x=42^{2x} = 4. Since 24x2^{4x} can be written as (22x)2(2^{2x})^2, substituting 4 for 22x2^{2x} gives 42=164^2 = 16. Alternatively, solving 22x=42^{2x} = 4 gives 2x=22x = 2, which means x=1x = 1. Substituting x=1x = 1 into 24x2^{4x} yields 24(1)=24=162^{4(1)} = 2^4 = 16.

Step-by-Step Solution

1
Rewrite 22x+22^{2x+2} using exponent properties.
22x+2=22x22=422x2^{2x+2} = 2^{2x} \cdot 2^2 = 4 \cdot 2^{2x}
To express both exponential terms with the same base power, allowing them to be factored or combined.
2
Substitute this back into the equation and factor out the common term 22x2^{2x}.
22x(41)=12    322x=122^{2x}(4 - 1) = 12 \implies 3 \cdot 2^{2x} = 12
To isolate the exponential expression.
3
Solve for 22x2^{2x} by dividing both sides of the equation by 3.
22x=42^{2x} = 4
To find the value of the exponential term.
4
Express 24x2^{4x} in terms of 22x2^{2x} and evaluate.
24x=(22x)2=42=162^{4x} = (2^{2x})^2 = 4^2 = 16
To find the final requested value using the exponent rule (am)n=amn(a^m)^n = a^{mn}.

Key Concept

Factoring exponential equations and applying power of a power exponent rules
Question 236Question

A projectile is launched from a platform. Its height h(t)h(t), in meters, tt seconds after launch is modeled by the function h(t)=5t2+bt+12h(t) = -5t^2 + bt + 12, where bb is a positive constant. If the projectile reaches a maximum height of 3232 meters, what is the value of bb?

Show answer & explanation

Answer: 20

Answer

The correct answer is 20.
To find the maximum height of the projectile, we locate the vertex of the quadratic function h(t)=5t2+bt+12h(t) = -5t^2 + bt + 12. The tt-coordinate of the vertex is given by t=B2A=b2(5)=b10t = -\frac{B}{2A} = -\frac{b}{2(-5)} = \frac{b}{10}. Substituting t=b10t = \frac{b}{10} into h(t)h(t) and setting the height to 3232 meters gives 5(b10)2+b(b10)+12=32-5\left(\frac{b}{10}\right)^2 + b\left(\frac{b}{10}\right) + 12 = 32. Simplifying this equation results in b220+b210=20-\frac{b^2}{20} + \frac{b^2}{10} = 20, which reduces to b220=20\frac{b^2}{20} = 20. Solving for bb gives b2=400b^2 = 400. Because bb must be a positive constant, b=20b = 20.

Step-by-Step Solution

1
Identify the time tt at which the maximum height occurs using the vertex formula t=B2At = -\frac{B}{2A} for the quadratic function h(t)=At2+Bt+Ch(t) = At^2 + Bt + C.
t=b10t = \frac{b}{10}
The vertex of a downward-opening parabola represents its maximum value. For h(t)=5t2+bt+12h(t) = -5t^2 + bt + 12, the coefficients are A=5A = -5 and B=bB = b.
2
Substitute the time t=b10t = \frac{b}{10} back into the height function h(t)h(t) and set the expression equal to the maximum height of 3232 meters.
5(b10)2+b(b10)+12=32-5\left(\frac{b}{10}\right)^2 + b\left(\frac{b}{10}\right) + 12 = 32
At the maximum height, the height of the projectile is 3232 meters, which corresponds to the value of the function at the vertex time.
3
Simplify the equation to solve for b2b^2.
b220=20\frac{b^2}{20} = 20
Squaring the fraction yields 5(b2100)+b210+12=32-5\left(\frac{b^2}{100}\right) + \frac{b^2}{10} + 12 = 32. Simplifying the coefficients leads to b220+b210=20-\frac{b^2}{20} + \frac{b^2}{10} = 20, which simplifies to b220=20\frac{b^2}{20} = 20.
4
Solve the equation for bb.
b=20b = 20
Multiplying both sides by 2020 gives b2=400b^2 = 400. Taking the square root of both sides gives b=±20b = \pm 20. Since bb is specified to be a positive constant, b=20b = 20.

Key Concept

Finding the vertex of a quadratic function to determine maximum values in a real-world context.
Estimated Time:2m 0s
Question 237Question

A point (x,y)(x, y) in the coordinate plane satisfies the system of inequalities below.

y2x4y \geq 2x - 4
yx+5y \leq -x + 5
x0x \geq 0
y0y \geq 0

What is the maximum possible value of xx for this point?

Show answer & explanation

Answer: 3

Answer

The maximum possible value of xx that satisfies the system of inequalities is 3.
To find the maximum possible value of xx for a point satisfying the system of inequalities, we identify the vertices of the region. The upper-right boundary of the region is formed by the intersection of the lines y=2x4y = 2x - 4 and y=x+5y = -x + 5. Solving 2x4=x+52x - 4 = -x + 5 gives 3x=9    x=33x = 9 \implies x = 3. At this point, y=3+5=2y = -3 + 5 = 2, which satisfies the constraints x0x \geq 0 and y0y \geq 0. The other boundary vertices of the region are (0,0)(0, 0), (2,0)(2, 0), and (0,5)(0, 5). Comparing the x-coordinates of these vertices (00, 22, and 33), we see that the maximum possible value of xx is 33.

Step-by-Step Solution

1
Find the intersection point of the boundary lines y=2x4y = 2x - 4 and y=x+5y = -x + 5.
x=3x = 3
Setting the two boundary line equations equal to each other (2x4=x+52x - 4 = -x + 5) allows us to find the x-coordinate where the boundaries cross.
2
Substitute x=3x = 3 back into one of the boundary equations to find the y-coordinate.
y=2y = 2
This yields the intersection point (3,2)(3, 2) which lies on both boundary lines.
3
Verify that the intersection point (3,2)(3, 2) satisfies the other constraints: x0x \geq 0 and y0y \geq 0.
303 \geq 0 and 202 \geq 0 (both true)
The point must lie within the first quadrant to be a valid solution.
4
Determine the remaining boundary vertices of the solution region in the first quadrant.
Vertices are (0,0)(0, 0), (0,5)(0, 5), (2,0)(2, 0), and (3,2)(3, 2).
Comparing all vertices will confirm if (3,2)(3, 2) indeed provides the maximum value of xx.

Key Concept

Systems of Linear Inequalities in Two Variables
Question 238Question
xy=3y=x27x+12\begin{aligned} x - y &= 3 \\ y &= x^2 - 7x + 12 \end{aligned}

If (x,y)(x, y) is a solution to the system of equations above and y>0y > 0, what is the value of xyxy?

Show answer & explanation

Answer: 10

Answer

10
By substituting the linear equation y=x3y = x - 3 into the quadratic equation, we obtain a single quadratic equation x28x+15=0x^2 - 8x + 15 = 0. Factoring this equation yields the solutions x=3x = 3 and x=5x = 5. The corresponding yy-coordinates are y=0y = 0 and y=2y = 2, respectively. Since the problem specifies that y>0y > 0, we choose the solution (5,2)(5, 2). The product of the coordinates is 52=105 \cdot 2 = 10.

Step-by-Step Solution

1
Express yy in terms of xx from the linear equation.
y=x3y = x - 3
This allows for substitution into the second equation.
2
Substitute y=x3y = x - 3 into the quadratic equation.
x3=x27x+12x - 3 = x^2 - 7x + 12
To create a single quadratic equation in terms of xx.
3
Rearrange the equation into standard quadratic form ax2+bx+c=0ax^2 + bx + c = 0.
x28x+15=0x^2 - 8x + 15 = 0
Subtracting xx and adding 33 to both sides enables factoring.
4
Factor the quadratic expression.
(x3)(x5)=0(x - 3)(x - 5) = 0
To find the roots of the equation, which are x=3x = 3 and x=5x = 5.
5
Find the corresponding yy-values for each xx-value.
For x=3x = 3, y=33=0y = 3 - 3 = 0. For x=5x = 5, y=53=2y = 5 - 3 = 2.
To obtain the complete coordinate pairs of the intersection points.
6
Apply the constraint y>0y > 0 to select the correct solution pair.
The solution (5,2)(5, 2) is selected since its yy-coordinate is greater than 00.
The other solution, (3,0)(3, 0), has y=0y = 0, which does not satisfy the constraint y>0y > 0.
7
Calculate the value of xyxy for the chosen solution.
xy=52=10xy = 5 \cdot 2 = 10
To find the final requested value.

Key Concept

Solving a nonlinear system of equations containing a linear equation and a quadratic equation by substitution.
Estimated Time:1m 30s
Question 239Question

If 4x1=84^{x - 1} = 8, what is the value of xx?

Show answer & explanation

Answer: 2.5

Answer

2.5 (or 5/2)
The correct answer is 2.5 (or 5/2). By expressing 4 as 222^2 and 8 as 232^3, the equation is rewritten as (22)x1=23(2^2)^{x-1} = 2^3. Applying the exponent power rule simplifies this to 22x2=232^{2x-2} = 2^3. Equating the exponents yields the linear equation 2x2=32x-2 = 3. Solving for xx gives 2x=52x = 5, which results in x=2.5x = 2.5 or 5/25/2.

Step-by-Step Solution

1
Rewrite both sides of the equation with a common base of 2.
(22)x1=23(2^2)^{x-1} = 2^3
Expressing both bases as powers of 2 allows us to equate the exponents later.
2
Apply the power of a power exponent rule (am)n=amn(a^m)^n = a^{mn} to the left side.
22x2=232^{2x-2} = 2^3
Multiplying the exponent 2 by the exponent (x1)(x-1) simplifies the expression to 2(x1)=2x22(x-1) = 2x-2.
3
Equate the exponents and solve the linear equation for xx.
x=2.5x = 2.5
Since the bases are identical, their exponents must be equal, giving 2x2=32x-2 = 3, which simplifies to 2x=52x = 5.

Key Concept

Solving exponential equations by finding a common base.
Question 240Question

The function ff is defined by f(x)=x210x+29f(x) = x^2 - 10x + 29. For what value of xx does f(x)f(x) reach its minimum value?

Show answer & explanation

Answer: 5

Answer

The function reaches its minimum value at x=5x = 5.
A quadratic function defined by f(x)=ax2+bx+cf(x) = ax^2 + bx + c where a>0a > 0 reaches its minimum value at its vertex. The xx-coordinate of the vertex is calculated using the formula x=b2ax = -\frac{b}{2a}. For f(x)=x210x+29f(x) = x^2 - 10x + 29, the coefficients are a=1a = 1 and b=10b = -10. Substituting these values into the formula gives x=102(1)=5x = -\frac{-10}{2(1)} = 5.

Step-by-Step Solution

1
Identify the coefficients of the quadratic function in standard form f(x)=ax2+bx+cf(x) = ax^2 + bx + c.
For f(x)=x210x+29f(x) = x^2 - 10x + 29, the coefficients are a=1a = 1 and b=10b = -10.
To use the vertex formula x=b2ax = -\frac{b}{2a}.
2
Apply the vertex formula to calculate the xx-coordinate where the function reaches its minimum.
x=5x = 5.
Since the coefficient of x2x^2 is positive (a=1a = 1), the parabola opens upward, and its minimum value occurs at the vertex.

Key Concept

Finding the x-coordinate of the vertex of a quadratic function
PreviousPage 12 / 31Next
All practice questions — SAT | Examkin