Intermediate Algebra

272 questions

Question 161Question

If xx and yy are real numbers such that 2x3y=242^x \cdot 3^y = 24 and 3x2y=543^x \cdot 2^y = 54, what is the value of x2+y2x^2 + y^2?

Show answer & explanation

Answer: 10

Answer

10
Multiplying the two equations gives (2x3y)(3x2y)=2454    6x+y=1296=64(2^x \cdot 3^y)(3^x \cdot 2^y) = 24 \cdot 54 \implies 6^{x+y} = 1296 = 6^4, which yields x+y=4x + y = 4. Dividing the first equation by the second equation gives \frac{2^x \cdot 3^y}{3^x \cdot 2^y} = \frac{24}{54} \implies (\frac{2}{3})^{x-y} = \frac{4}{9} = (\frac{2}{3})^2 ,whichyields, which yields x - y = 2 .Solvingthesystemofequations. Solving the system of equations x + y = 4 and and x - y = 2 gives gives x = 3 and and y = 1 .Thevalueof. The value of x^2 + y^2 istherefore is therefore 3^2 + 1^2 = 10$.

Step-by-Step Solution

1
Multiply the two equations together.
6x+y=12966^{x+y} = 1296, which simplifies to x+y=4x + y = 4.
Multiplying the equations groups bases of 2 and 3 together to form base 6, allowing us to find the sum of the variables.
2
Divide the first equation by the second equation.
(23)xy=49(\frac{2}{3})^{x-y} = \frac{4}{9}, which simplifies to xy=2x - y = 2.
Dividing the equations groups bases of 2 and 3 to form base 2/32/3, allowing us to find the difference of the variables.
3
Solve the system of equations for xx and yy.
x=3x = 3 and y=1y = 1.
Solving the linear system of equations x+y=4x + y = 4 and xy=2x - y = 2 gives the individual values of xx and yy.
4
Calculate x2+y2x^2 + y^2.
1010
Substitute the values of xx and yy into the target expression.

Key Concept

Solving systems of exponential equations using properties of exponents and bases

Alternative Method

Take the logarithm of both sides of each equation to convert them into a system of linear equations in terms of xx and yy: xlog2+ylog3=log24x \log 2 + y \log 3 = \log 24 and xlog3+ylog2=log54x \log 3 + y \log 2 = \log 54. Solving this system using elimination or substitution yields x=3x = 3 and y=1y = 1, so x2+y2=10x^2 + y^2 = 10.
Estimated Time:2m 30s
Question 162Question

For a real number aa, the quadratic equation x2+ax+(a3)2=0x^2 + ax + (a - 3)^2 = 0 has complex roots. One of these roots is 2+ib2 + i\sqrt{b}, where bb is a positive real number and i=1i = \sqrt{-1}. What is the value of a+ba + b?

Show answer & explanation

Answer: 41

Answer

The value of a+ba + b is 4141.
The correct answer is 4141. Since the quadratic equation has real coefficients, its complex roots must occur in conjugate pairs. Thus, the roots are 2+ib2 + i\sqrt{b} and 2ib2 - i\sqrt{b}. Their sum is 44, which by Vieta's formulas equals a-a, giving a=4a = -4. The product of the roots is 4+b4 + b, which equals the constant term (a3)2=(43)2=49(a - 3)^2 = (-4 - 3)^2 = 49. Solving for bb gives b=45b = 45. Therefore, a+b=4+45=41a + b = -4 + 45 = 41.

Step-by-Step Solution

1
Identify the second root using the complex conjugate root theorem.
The conjugate root is 2ib2 - i\sqrt{b}.
Since the coefficients of the quadratic equation are real, complex roots must occur in conjugate pairs.
2
Find the value of aa using the sum of the roots.
a=4a = -4
By Vieta's formulas, the sum of the roots is equal to a-a. The sum of the conjugate roots is (2+ib)+(2ib)=4(2 + i\sqrt{b}) + (2 - i\sqrt{b}) = 4, so a=4-a = 4.
3
Calculate the constant term of the quadratic equation.
The constant term is 4949.
Substitute a=4a = -4 into the constant term (a3)2(a - 3)^2 to get (43)2=(7)2=49(-4 - 3)^2 = (-7)^2 = 49.
4
Find the value of bb using the product of the roots.
b=45b = 45
By Vieta's formulas, the product of the roots is the constant term. The product is (2+ib)(2ib)=4i2b=4+b(2 + i\sqrt{b})(2 - i\sqrt{b}) = 4 - i^2 b = 4 + b (since i2=1i^2 = -1). Equating this to the constant term gives 4+b=494 + b = 49, so b=45b = 45.
5
Calculate the final value of a+ba + b.
4141
Substitute the values of aa and bb: a+b=4+45=41a + b = -4 + 45 = 41.

Key Concept

Vieta's formulas and complex conjugate roots of quadratic equations with real coefficients.
Question 163Question

If xx is a positive real number such that log2(x)log3(x)log2(x)log3(x)=1\log_2(x) \cdot \log_3(x) - \log_2(x) - \log_3(x) = 1, what is the product of all possible real values of xx?

Show answer & explanation

Answer: 66

Answer

6
The correct answer is 6. By converting the equation using the change-of-base formula into natural logarithms, we obtain the quadratic equation (lnx)2(ln2+ln3)lnxln2ln3=0(\ln x)^2 - (\ln 2 + \ln 3)\ln x - \ln 2 \cdot \ln 3 = 0. By setting w=lnxw = \ln x, we have a quadratic in terms of ww. The product of the two solutions x1x_1 and x2x_2 is x1x2=ew1ew2=ew1+w2x_1 x_2 = e^{w_1} e^{w_2} = e^{w_1 + w_2}. Using Vieta's formulas, the sum of the roots w1+w2=ln2+ln3=ln6w_1 + w_2 = \ln 2 + \ln 3 = \ln 6. Therefore, the product of the solutions is eln6=6e^{\ln 6} = 6.

Step-by-Step Solution

1
Rewrite the logarithmic equation using a common base.
Using the change-of-base formula logb(a)=lnalnb\log_b(a) = \frac{\ln a}{\ln b}, the equation becomes: (lnxln2)(lnxln3)lnxln2lnxln3=1\left(\frac{\ln x}{\ln 2}\right)\left(\frac{\ln x}{\ln 3}\right) - \frac{\ln x}{\ln 2} - \frac{\ln x}{\ln 3} = 1
This allows all logarithmic terms to be expressed in terms of the natural logarithm, making it easier to solve.
2
Eliminate denominators by multiplying the equation by ln2ln3\ln 2 \cdot \ln 3.
(lnx)2(ln3)lnx(ln2)lnx=ln2ln3(\ln x)^2 - (\ln 3)\ln x - (\ln 2)\ln x = \ln 2 \cdot \ln 3
Multiplying through by the common denominator simplifies the rational equation into a standard polynomial form.
3
Rearrange the equation into a standard quadratic form.
(lnx)2(ln2+ln3)lnxln2ln3=0(\ln x)^2 - (\ln 2 + \ln 3)\ln x - \ln 2 \cdot \ln 3 = 0
Grouping the coefficients of lnx\ln x reveals a quadratic equation of the form Aw2+Bw+C=0Aw^2 + Bw + C = 0, where w=lnxw = \ln x.
4
Define the relationship between the roots of the quadratic equation and the values of xx.
Let the two real roots of the quadratic equation be w1w_1 and w2w_2. These correspond to the solutions for xx, namely x1=ew1x_1 = e^{w_1} and x2=ew2x_2 = e^{w_2}. The product of the solutions is x1x2=ew1ew2=ew1+w2x_1 \cdot x_2 = e^{w_1} \cdot e^{w_2} = e^{w_1 + w_2}.
To find the product of the solutions for xx, we must compute the exponential of the sum of the roots of the quadratic equation.
5
Apply Vieta's formulas to find the sum of the roots w1+w2w_1 + w_2.
The sum of the roots is w1+w2=BA=(ln2+ln3)1=ln2+ln3w_1 + w_2 = -\frac{B}{A} = -\frac{-(\ln 2 + \ln 3)}{1} = \ln 2 + \ln 3. Using the logarithmic product rule, this simplifies to ln(23)=ln6\ln(2 \cdot 3) = \ln 6.
Vieta's formulas state that the sum of the roots of Aw2+Bw+C=0Aw^2 + Bw + C = 0 is BA-\frac{B}{A}.
6
Calculate the product of the real values of xx.
x1x2=eln6=6x_1 \cdot x_2 = e^{\ln 6} = 6
Substituting the sum of the roots back into the exponent gives the final product.

Key Concept

Solving equations involving logarithmic properties, change of base, and relating quadratic roots to exponential functions
Question 164Question

A cleaning service company offers two types of packages: Standard Clean and Deep Clean. The number of packages sold during the first two weeks of the month is represented by matrix QQ:

Q=[20152518]Q = \begin{bmatrix} 20 & 15 \\ 25 & 18 \end{bmatrix}

where row 1 represents Week 1, row 2 represents Week 2, column 1 represents Standard Clean packages, and column 2 represents Deep Clean packages.

The price charged and the cost to perform each package (in dollars) are represented by matrix PP:

P=[803015060]P = \begin{bmatrix} 80 & 30 \\ 150 & 60 \end{bmatrix}

where row 1 represents Standard Clean packages, row 2 represents Deep Clean packages, column 1 represents the price charged, and column 2 represents the cost.

Which of the following matrices represents the total revenue and total cost for Week 1 and Week 2, respectively?

Show answer & explanation

Answer: [3,8501,5004,7001,830]\begin{bmatrix} 3,850 & 1,500 \\ 4,700 & 1,830 \end{bmatrix}

Answer

The matrix with elements 3,850 and 1,500 in the first row, and 4,700 and 1,830 in the second row.
The matrix representing the total revenue and total cost for Week 1 and Week 2 is found by multiplying matrix QQ by matrix PP. Since QQ is a 2×22 \times 2 matrix (weeks by package types) and PP is a 2×22 \times 2 matrix (package types by financial categories), the product Q×PQ \times P yields a 2×22 \times 2 matrix representing weeks by financial categories (revenue and cost).

Calculating each element:
- Row 1, Column 1 (Week 1 Revenue): (20×80)+(15×150)=1,600+2,250=3,850(20 \times 80) + (15 \times 150) = 1,600 + 2,250 = 3,850
- Row 1, Column 2 (Week 1 Cost): (20×30)+(15×60)=600+900=1,500(20 \times 30) + (15 \times 60) = 600 + 900 = 1,500
- Row 2, Column 1 (Week 2 Revenue): (25×80)+(18×150)=2,000+2,700=4,700(25 \times 80) + (18 \times 150) = 2,000 + 2,700 = 4,700
- Row 2, Column 2 (Week 2 Cost): (25×30)+(18×60)=750+1,080=1,830(25 \times 30) + (18 \times 60) = 750 + 1,080 = 1,830

This results in the matrix:
[3,8501,5004,7001,830]\begin{bmatrix} 3,850 & 1,500 \\ 4,700 & 1,830 \end{bmatrix}

Step-by-Step Solution

1
Identify the appropriate matrix operation to combine the weekly package sales with their respective price and cost.
We need to compute the product of matrix QQ and matrix PP (Q×PQ \times P), since multiplying a 2×22 \times 2 matrix of (weeks ×\times packages) by a 2×22 \times 2 matrix of (packages ×\times financial category) results in a 2×22 \times 2 matrix of (weeks ×\times financial category).
This alignment ensures that the package types cancel out, leaving the desired weekly revenue and cost breakdown.
2
Calculate the elements of the first row of the product matrix.
Row 1, Column 1 (Week 1 Revenue): 20(80)+15(150)=1,600+2,250=3,85020(80) + 15(150) = 1,600 + 2,250 = 3,850. Row 1, Column 2 (Week 1 Cost): 20(30)+15(60)=600+900=1,50020(30) + 15(60) = 600 + 900 = 1,500.
The first row represents Week 1 revenue and cost.
3
Calculate the elements of the second row of the product matrix.
Row 2, Column 1 (Week 2 Revenue): 25(80)+18(150)=2,000+2,700=4,70025(80) + 18(150) = 2,000 + 2,700 = 4,700. Row 2, Column 2 (Week 2 Cost): 25(30)+18(60)=750+1,080=1,83025(30) + 18(60) = 750 + 1,080 = 1,830.
The second row represents Week 2 revenue and cost.

Key Concept

Matrix multiplication represents linear combinations of variables, useful for calculating total cost and revenue in multi-variable business scenarios.
Question 165Question

Let matrix A=[3251]A = \begin{bmatrix} 3 & -2 \\ 5 & 1 \end{bmatrix} and matrix B=[2323]B = \begin{bmatrix} -2 & 3 \\ 2 & -3 \end{bmatrix}. If matrix CC is defined by the equation C=3A2BC = 3A - 2B, what is the value of the element in the second row and first column of CC?

Show answer & explanation

Answer: 11

Answer

The element in the second row and first column of matrix CC is 11.
To find the element in the second row and first column of matrix CC, we apply the operations defined by C=3A2BC = 3A - 2B directly to the corresponding elements of AA and BB. The element in row 2, column 1 of matrix AA is 55, and of matrix BB is 22. Computing 3(5)2(2)3(5) - 2(2) yields 154=1115 - 4 = 11.

Step-by-Step Solution

1
Identify the elements in the second row and first column of matrices AA and BB.
A21=5A_{21} = 5 and B21=2B_{21} = 2.
To find a specific element of the resulting matrix C=3A2BC = 3A - 2B, we only need to perform the operations on the elements in the corresponding position.
2
Set up the equation for the element in the second row and first column of CC.
C21=3A212B21C_{21} = 3A_{21} - 2B_{21}
Matrix addition, subtraction, and scalar multiplication are performed element-wise.
3
Substitute the identified values into the equation and compute the result.
C21=3(5)2(2)=154=11C_{21} = 3(5) - 2(2) = 15 - 4 = 11
Evaluating the expression gives the value of the target element.

Key Concept

Matrix scalar multiplication and element-wise subtraction
Question 166Question

Let the functions ff and gg be defined by f(x)=(x3)2f(x) = (x - 3)^2 and g(x)=2x+1g(x) = 2x + 1. What is the value of the composite function f(g(2))f(g(-2))?

Show answer & explanation

Answer: 36

Answer

36
To evaluate the composite function f(g(2))f(g(-2)), evaluate from the inside out. First, evaluate the inner function g(2)=2(2)+1=3g(-2) = 2(-2) + 1 = -3. Next, substitute this output value into the outer function f(x)f(x) to get f(3)=(33)2=(6)2=36f(-3) = (-3 - 3)^2 = (-6)^2 = 36.

Step-by-Step Solution

1
Evaluate the inner function g(x)g(x) at x=2x = -2
g(2)=3g(-2) = -3
Before evaluating the outer function ff, we must determine the output of the inner function gg at the given input value.
2
Evaluate the outer function f(x)f(x) at the result of the inner function
f(3)=36f(-3) = 36
Substitute the inner output 3-3 as the input for f(x)=(x3)2f(x) = (x - 3)^2, giving (33)2=(6)2=36(-3 - 3)^2 = (-6)^2 = 36.

Key Concept

Function composition and evaluation
Estimated Time:1m 0s
Question 167Question

If the quadratic equation x2+kx+25=0x^2 + kx + 25 = 0 has exactly one real solution, and k>0k > 0, what is the value of kk?

Show answer & explanation

Answer: 10

Answer

The value of kk is 1010.
For any quadratic equation in standard form, ax2+bx+c=0ax^2 + bx + c = 0, the equation has exactly one real solution when the discriminant b24acb^2 - 4ac is equal to 00. Here, the equation is x2+kx+25=0x^2 + kx + 25 = 0, so a=1a = 1, b=kb = k, and c=25c = 25. Setting the discriminant to 00 gives k24(1)(25)=0k^2 - 4(1)(25) = 0, which simplifies to k2100=0k^2 - 100 = 0. Solving for kk yields k=±10k = \pm 10. Since we are given that k>0k > 0, the only valid solution is 1010.

Step-by-Step Solution

1
Set the discriminant of the quadratic equation to zero.
b24ac=0b^2 - 4ac = 0
A quadratic equation has exactly one real solution if and only if its discriminant is zero.
2
Identify coefficients aa, bb, and cc from the equation x2+kx+25=0x^2 + kx + 25 = 0 and substitute them into the discriminant equation.
k24(1)(25)=0k^2 - 4(1)(25) = 0
For x2+kx+25=0x^2 + kx + 25 = 0, the coefficients are a=1a=1, b=kb=k, and c=25c=25.
3
Simplify the equation and solve for kk.
k2=100k^2 = 100, so k=10k = 10 or k=10k = -10
Simplifying k2100=0k^2 - 100 = 0 gives k2=100k^2 = 100.
4
Apply the constraint k>0k > 0 to find the final value.
k=10k = 10
The problem specifies that kk must be greater than zero.

Key Concept

Using the discriminant (b24acb^2 - 4ac) of a quadratic equation to determine when there is exactly one real solution.
Estimated Time:45s
Question 168Question

A line with a positive slope passes through the point (0,5)(0, -5) and is tangent to the parabola y=x26x+11y = x^2 - 6x + 11. What is the slope of this line?

Show answer & explanation

Answer: 2

Answer

The slope of the line is 2.
The correct slope is 2. Representing the line as y=mx5y = mx - 5 and setting it equal to the parabola y=x26x+11y = x^2 - 6x + 11 results in the quadratic equation x2(6+m)x+16=0x^2 - (6 + m)x + 16 = 0. For the line to be tangent, this equation must have exactly one real solution, meaning its discriminant must equal zero: (6+m)24(1)(16)=0(6 + m)^2 - 4(1)(16) = 0. Solving this gives 6+m=86 + m = 8 or 6+m=86 + m = -8, which results in m=2m = 2 or m=14m = -14. Since the problem specifies that the slope is positive, the value of mm must be 2.

Step-by-Step Solution

1
Write the equation of the line in slope-intercept form.
y=mx5y = mx - 5, where m>0m > 0.
The line passes through (0,5)(0, -5), which represents the y-intercept of the line.
2
Equate the line and the parabola to set up the system of equations.
x26x+11=mx5x^2 - 6x + 11 = mx - 5
Setting the two expressions equal allows us to find the x-coordinates of any intersection points.
3
Rearrange the equation into standard quadratic form ax2+bx+c=0ax^2 + bx + c = 0.
x2(6+m)x+16=0x^2 - (6 + m)x + 16 = 0
Writing the equation in standard form identifies the coefficients a=1a = 1, b=(6+m)b = -(6 + m), and c=16c = 16 needed for the discriminant.
4
Apply the condition for tangency by setting the discriminant to zero.
b24ac=((6+m))24(1)(16)=0    (6+m)264=0b^2 - 4ac = (-(6 + m))^2 - 4(1)(16) = 0 \implies (6 + m)^2 - 64 = 0
A line is tangent to a parabola if they touch at exactly one point, meaning the quadratic equation has exactly one real root (discriminant equals zero).
5
Solve the quadratic equation for the slope mm and filter for the positive value.
(6+m)2=64    6+m=±8(6+m)^2 = 64 \implies 6+m = \pm 8, yielding m=2m = 2 or m=14m = -14. Since the slope is positive, m=2m = 2.
Solving the equation gives two possible slope values for tangent lines, and we select the positive slope as specified in the problem statement.

Key Concept

Determining tangency between a linear and quadratic equation by setting the discriminant of the intersection equation to zero.
Question 169Question

For all positive real numbers xx, which of the following expressions is equivalent to log3(27x4)log3(3x2)\log_3(27x^4) - \log_3(3x^2)?

Show answer & explanation

Answer: 2+2log3(x)2 + 2\log_3(x)

Answer

2+2log3(x)2 + 2\log_3(x)
The correct answer is found by applying the quotient property of logarithms to combine the terms, yielding log3(9x2)\log_3(9x^2). Then, applying the product property splits this into log3(9)+log3(x2)\log_3(9) + \log_3(x^2). Finally, evaluating log3(9)=2\log_3(9) = 2 and using the power property to rewrite log3(x2)\log_3(x^2) as 2log3(x)2\log_3(x) yields the simplified expression 2+2log3(x)2 + 2\log_3(x).

Step-by-Step Solution

1
Apply the quotient property of logarithms: logb(A)logb(B)=logb(AB)\log_b(A) - \log_b(B) = \log_b\left(\frac{A}{B}\right).
log3(27x43x2)\log_3\left(\frac{27x^4}{3x^2}\right)
To combine the two logarithmic terms into a single logarithm.
2
Simplify the algebraic expression inside the logarithm.
log3(9x2)\log_3(9x^2)
Dividing the coefficients (27÷3=927 \div 3 = 9) and subtracting the exponents of the variable xx (42=24 - 2 = 2).
3
Apply the product property of logarithms: logb(CD)=logb(C)+logb(D)\log_b(CD) = \log_b(C) + \log_b(D).
log3(9)+log3(x2)\log_3(9) + \log_3(x^2)
To separate the constant and variable parts of the logarithmic argument.
4
Evaluate the numerical logarithm and apply the power property of logarithms: logb(yk)=klogb(y)\log_b(y^k) = k\log_b(y).
2+2log3(x)2 + 2\log_3(x)
Since 32=93^2 = 9, log3(9)=2\log_3(9) = 2, and the exponent of xx can be moved in front of the logarithm as a multiplier.

Key Concept

Logarithmic and Exponential Expressions and Equations

Alternative Method

Alternatively, expand each logarithm first using the product and power properties of logarithms:
1. log3(27x4)=log3(27)+log3(x4)=3+4log3(x)\log_3(27x^4) = \log_3(27) + \log_3(x^4) = 3 + 4\log_3(x)
2. log3(3x2)=log3(3)+log3(x2)=1+2log3(x)\log_3(3x^2) = \log_3(3) + \log_3(x^2) = 1 + 2\log_3(x)
Subtracting the second expanded expression from the first yields:
(3+4log3(x))(1+2log3(x))=31+4log3(x)2log3(x)=2+2log3(x)(3 + 4\log_3(x)) - (1 + 2\log_3(x)) = 3 - 1 + 4\log_3(x) - 2\log_3(x) = 2 + 2\log_3(x).
Estimated Time:1m 30s
Question 170Question

If yy is a real number such that 312y=5|3 - \frac{1}{2}y| = 5, what is the sum of all possible values of yy?

Show answer & explanation

Answer: 12

Answer

12
Solving the equation 312y=5|3 - \frac{1}{2}y| = 5 requires setting up two cases: 312y=53 - \frac{1}{2}y = 5 and 312y=53 - \frac{1}{2}y = -5. Solving the first case gives y=4y = -4, and solving the second case gives y=16y = 16. The sum of these two solutions is 4+16=12-4 + 16 = 12.

Step-by-Step Solution

1
Set up the two equations represented by the absolute value expression.
312y=53 - \frac{1}{2}y = 5 and 312y=53 - \frac{1}{2}y = -5
An absolute value equation u=C|u| = C (where C0C \ge 0) splits into two cases: u=Cu = C and u=Cu = -C.
2
Solve the first equation 312y=53 - \frac{1}{2}y = 5.
y=4y = -4
Subtracting 3 from both sides yields 12y=2-\frac{1}{2}y = 2. Multiplying both sides by 2-2 isolates yy.
3
Solve the second equation 312y=53 - \frac{1}{2}y = -5.
y=16y = 16
Subtracting 3 from both sides yields 12y=8-\frac{1}{2}y = -8. Multiplying both sides by 2-2 isolates yy.
4
Calculate the sum of all possible values of yy.
1212
Add the two solutions together: 4+16=12-4 + 16 = 12.

Key Concept

Absolute Value Equations
Estimated Time:1m 30s
Question 171Question

Matrices CC and DD are defined as follows:

C=[412k],D=[3152]C = \begin{bmatrix} 4 & 1 \\ -2 & k \end{bmatrix}, \quad D = \begin{bmatrix} 3 & -1 \\ 5 & 2 \end{bmatrix}

If the element in the second row and first column of the product matrix CDCD is 11-11, what is the value of kk?

Show answer & explanation

Answer: -1

Answer

The value of kk is 1-1.
To find the element in the second row and first column of the product matrix CDCD, we take the dot product of the second row of CC, which is [2k]\begin{bmatrix} -2 & k \end{bmatrix}, and the first column of DD, which is [35]\begin{bmatrix} 3 \\ 5 \end{bmatrix}. This gives (2)(3)+(k)(5)=6+5k(-2)(3) + (k)(5) = -6 + 5k. Setting this equal to the given value of 11-11 yields the equation 6+5k=11-6 + 5k = -11. Adding 66 to both sides gives 5k=55k = -5, and dividing by 55 results in k=1k = -1.

Step-by-Step Solution

1
Identify the second row of matrix CC and the first column of matrix DD.
Row 2 of CC is [2k]\begin{bmatrix} -2 & k \end{bmatrix} and Column 1 of DD is [35]\begin{bmatrix} 3 \\ 5 \end{bmatrix}.
To find the element in the second row and first column of the product matrix CDCD, we must compute the dot product of the second row of the first matrix (CC) and the first column of the second matrix (DD).
2
Multiply the corresponding elements of the row and column and add the products.
The element at row 2, column 1 of CDCD is (2)(3)+(k)(5)=6+5k(-2)(3) + (k)(5) = -6 + 5k.
This defines the matrix multiplication rule for that specific position in the resulting matrix.
3
Set the expression 6+5k-6 + 5k equal to the given value of 11-11 and solve the linear equation for kk.
6+5k=11    5k=5    k=1-6 + 5k = -11 \implies 5k = -5 \implies k = -1.
Solving the equation yields the value of the unknown variable kk.

Key Concept

2x2 Matrix Multiplication
Question 172Question

If log3(x+4)=4\log_3(x + 4) = 4, what is the value of xx?

Show answer & explanation

Answer: 77

Answer

The value of xx is 77.
The correct answer is 77. To solve the equation log3(x+4)=4\log_3(x + 4) = 4, convert the equation from its logarithmic form to its exponential form. Since logb(a)=c\log_b(a) = c means bc=ab^c = a, the equation becomes 34=x+43^4 = x + 4. Calculating 343^4 yields 81. Thus, 81=x+481 = x + 4. Subtracting 4 from both sides gives x=77x = 77.

Step-by-Step Solution

1
Rewrite the logarithmic equation in exponential form.
x+4=34x + 4 = 3^4
By definition, logb(a)=c\log_b(a) = c is equivalent to bc=ab^c = a.
2
Calculate the value of the exponential expression.
34=813^4 = 81
34=3×3×3×3=813^4 = 3 \times 3 \times 3 \times 3 = 81.
3
Solve for xx by isolating the variable.
x=77x = 77
Subtract 4 from both sides of the equation: 814=7781 - 4 = 77.

Key Concept

Converting logarithmic equations to exponential form
Question 173Question

For a real constant kk, the quadratic equation x22(k2)x+(k23k+2)=0x^2 - 2(k - 2)x + (k^2 - 3k + 2) = 0 has two real roots, r1r_1 and r2r_2. What is the value of kk that minimizes the sum of the squares of these roots, r12+r22r_1^2 + r_2^2?

Show answer & explanation

Answer: 2

Answer

The value of kk that minimizes the sum of the squares of the roots is 2.
Applying Vieta's formulas and algebraic identities, the sum of the squares of the roots is expressed as 2k210k+122k^2 - 10k + 12. The discriminant condition for the roots to be real requires k2k \leq 2. Since the vertex of the upward-opening parabola 2k210k+122k^2 - 10k + 12 is at k=2.5k = 2.5, the function is strictly decreasing for all k2k \leq 2. Thus, the minimum value on the interval k2k \leq 2 occurs at the boundary k=2k = 2.

Step-by-Step Solution

1
Use Vieta's formulas to find the sum and product of the roots.
r1+r2=2(k2)r_1 + r_2 = 2(k - 2) and r1r2=k23k+2r_1 r_2 = k^2 - 3k + 2
Vieta's formulas relate the roots of a quadratic equation Ax2+Bx+C=0Ax^2 + Bx + C = 0 to its coefficients by r1+r2=B/Ar_1 + r_2 = -B/A and r1r2=C/Ar_1 r_2 = C/A.
2
Express the sum of the squares of the roots, r12+r22r_1^2 + r_2^2, in terms of kk.
r12+r22=2k210k+12r_1^2 + r_2^2 = 2k^2 - 10k + 12
Since r12+r22=(r1+r2)22r1r2r_1^2 + r_2^2 = (r_1 + r_2)^2 - 2r_1 r_2, substituting the Vieta relations gives [2(k2)]22(k23k+2)=4(k24k+4)2k2+6k4=2k210k+12[2(k-2)]^2 - 2(k^2 - 3k + 2) = 4(k^2 - 4k + 4) - 2k^2 + 6k - 4 = 2k^2 - 10k + 12.
3
Determine the condition for the quadratic equation to have real roots using the discriminant.
Δ=4k+80    k2\Delta = -4k + 8 \geq 0 \implies k \leq 2
For the roots r1r_1 and r2r_2 to be real, the discriminant Δ=B24AC\Delta = B^2 - 4AC must be greater than or equal to 0.
4
Minimize the quadratic function f(k)=2k210k+12f(k) = 2k^2 - 10k + 12 subject to the constraint k2k \leq 2.
k=2k = 2
The parabola f(k)f(k) opens upwards with its vertex at k=2.5k = 2.5. For k2k \leq 2, the function is strictly decreasing, meaning its minimum value on this interval occurs at the upper boundary, k=2k = 2.

Key Concept

Quadratic Equations and the Quadratic Formula
Question 174Question

For all real values of qq that satisfy the inequality 823q168 - 2|3q - 1| \ge -6, which of the following inequality expressions represents the complete solution set for qq?

Show answer & explanation

Answer: $2q83-2 \le q \le \frac{8}{3}

Answer

2q83-2 \le q \le \frac{8}{3}
The correct answer is the interval containing all real numbers between 2-2 and 83\frac{8}{3} inclusive. This is determined by subtracting 8 from both sides of the inequality, dividing by 2-2 (which reverses the inequality sign to yield 3q17|3q - 1| \le 7), expressing this as the compound inequality 73q17-7 \le 3q - 1 \le 7, and isolating qq.

Step-by-Step Solution

1
Subtract 8 from both sides of the inequality to isolate the absolute value term.
23q114-2|3q - 1| \ge -14
To solve for the variable, we must first isolate the term containing the absolute value by performing inverse operations.
2
Divide both sides by 2-2 and reverse the inequality sign.
3q17|3q - 1| \le 7
Dividing both sides of an inequality by a negative number requires reversing the direction of the inequality sign.
3
Rewrite the absolute value inequality as a compound inequality.
73q17-7 \le 3q - 1 \le 7
An inequality of the form xd|x| \le d (where d0d \ge 0) is equivalent to the compound inequality dxd-d \le x \le d.
4
Add 1 to all three parts of the compound inequality.
63q8-6 \le 3q \le 8
Adding 1 eliminates the constant term from the middle section of the inequality.
5
Divide all three parts by 3 to solve for qq.
2q83-2 \le q \le \frac{8}{3}
Dividing by 3 isolates the variable qq, yielding the complete solution set.

Key Concept

Solving multi-step absolute value inequalities, including reversing the inequality sign when dividing by a negative number and setting up a compound inequality to represent both positive and negative cases.
Question 175Question

A system of equations consists of the line 2xy=52x - y = 5 and the parabola y=x24x+cy = x^2 - 4x + c, where cc is a constant. If the line and the parabola intersect at two distinct points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) such that the positive difference between their xx-coordinates is 2, what is the value of cc?

Show answer & explanation

Answer: 3

Answer

3
To find the constant cc, we equate the line and the parabola equations: x24x+c=2x5x^2 - 4x + c = 2x - 5. Bringing all terms to one side gives the quadratic equation x26x+(c+5)=0x^2 - 6x + (c + 5) = 0. Applying the quadratic formula, the xx-coordinates of the intersection points are x=3±4cx = 3 \pm \sqrt{4 - c}. The positive difference between these coordinates is (3+4c)(34c)=24c(3 + \sqrt{4 - c}) - (3 - \sqrt{4 - c}) = 2\sqrt{4 - c}. Setting this difference equal to the given value of 2 gives 24c=22\sqrt{4 - c} = 2, which simplifies to 4c=1\sqrt{4 - c} = 1. Squaring both sides yields 4c=14 - c = 1, which gives c=3c = 3. This corresponds to the correct option.

Step-by-Step Solution

1
Equate the equations for the line and the parabola to set up the equation for their intersection points.
x24x+c=2x5x^2 - 4x + c = 2x - 5
The intersection points of the system of equations occur where the yy-values are equal.
2
Rearrange the equation into standard quadratic form: ax2+bx+c=0ax^2 + bx + c = 0.
x26x+(c+5)=0x^2 - 6x + (c + 5) = 0
Grouping the terms allows us to identify the coefficients: a=1a = 1, b=6b = -6, and the constant term is c+5c + 5.
3
Apply the quadratic formula to find the xx-coordinates of the intersection points in terms of cc.
x=6±(6)24(1)(c+5)2=3±4cx = \frac{6 \pm \sqrt{(-6)^2 - 4(1)(c + 5)}}{2} = 3 \pm \sqrt{4 - c}
The quadratic formula yields the roots x1=3+4cx_1 = 3 + \sqrt{4 - c} and x2=34cx_2 = 3 - \sqrt{4 - c}.
4
Set up an equation representing the positive difference between the xx-coordinates and solve for cc.
(3+4c)(34c)=2    24c=2    4c=1    4c=1    c=3(3 + \sqrt{4 - c}) - (3 - \sqrt{4 - c}) = 2 \implies 2\sqrt{4 - c} = 2 \implies \sqrt{4 - c} = 1 \implies 4 - c = 1 \implies c = 3
The difference between the two coordinates is given as 2, which allows us to isolate and solve for cc.

Key Concept

Solving systems of linear and non-linear equations by finding the intersection of a line and a parabola and using root properties to determine unknown constants

Alternative Method

Instead of using the quadratic formula, you can apply Vieta's formulas. Let the roots of x26x+(c+5)=0x^2 - 6x + (c + 5) = 0 be x1x_1 and x2x_2. Vieta's formulas state that x1+x2=6x_1 + x_2 = 6 and x1x2=c+5x_1 x_2 = c + 5. We are given that x1x2=2|x_1 - x_2| = 2. Squaring this equation gives (x1x2)2=4(x_1 - x_2)^2 = 4. Since (x1x2)2=(x1+x2)24x1x2(x_1 - x_2)^2 = (x_1 + x_2)^2 - 4x_1 x_2, we substitute the known values: 624(c+5)=4    364c20=4    164c=4    4c=12    c=36^2 - 4(c + 5) = 4 \implies 36 - 4c - 20 = 4 \implies 16 - 4c = 4 \implies 4c = 12 \implies c = 3.
Estimated Time:2m 0s
Question 176Question

An arithmetic sequence a1,a2,a3,a_1, a_2, a_3, \dots has a first term a1=aa_1 = a and a non-zero common difference dd. A geometric sequence g1,g2,g3,g_1, g_2, g_3, \dots has a first term g1=ag_1 = a and a common ratio r>1r > 1. The third term of the arithmetic sequence is equal to the second term of the geometric sequence (a3=g2a_3 = g_2), and the seventh term of the arithmetic sequence is equal to the third term of the geometric sequence (a7=g3a_7 = g_3). If the sum of the first five terms of the arithmetic sequence is 150, what is the value of the fifth term of the geometric sequence, g5g_5?

Show answer & explanation

Answer: 240

Answer

The fifth term of the geometric sequence is 240.
The correct answer is 240. The term relationships a3=g2a_3 = g_2 and a7=g3a_7 = g_3 translate to a+2d=ara + 2d = ar and a+6d=ar2a + 6d = ar^2. Expressing the first equation as 2d=a(r1)2d = a(r - 1) and substituting it into the second equation yields a+3a(r1)=ar2a + 3a(r - 1) = ar^2. Dividing by aa gives the quadratic equation r23r+2=0r^2 - 3r + 2 = 0. Since r>1r > 1, we find r=2r = 2, which implies d=a/2d = a/2. The sum of the first five terms of the arithmetic sequence is 5(a+2d)=1505(a + 2d) = 150, which simplifies to a+2d=30a + 2d = 30. Substituting d=a/2d = a/2 gives 2a=302a = 30, so a=15a = 15. The fifth term of the geometric sequence is then g5=ar4=1524=240g_5 = a \cdot r^4 = 15 \cdot 2^4 = 240.

Step-by-Step Solution

1
Express the given sequence term relationships in terms of aa, dd, and rr.
a3=a+2da_3 = a + 2d, a7=a+6da_7 = a + 6d, g2=arg_2 = ar, and g3=ar2g_3 = ar^2.
To represent the equality of terms algebraically.
2
Solve the system of equations a+2d=ara + 2d = ar and a+6d=ar2a + 6d = ar^2 for the common ratio rr.
From the first equation, 2d=a(r1)d=a(r1)22d = a(r - 1) \Rightarrow d = \frac{a(r - 1)}{2}. Substituting this into the second equation gives a+3a(r1)=ar2a + 3a(r - 1) = ar^2. Dividing by aa (since a0a \neq 0) yields r23r+2=0r^2 - 3r + 2 = 0, which factors as (r1)(r2)=0(r-1)(r-2) = 0. Since r>1r > 1, we must have r=2r = 2. Thus, d=a/2d = a/2.
To find the relationship between the arithmetic common difference, the geometric common ratio, and the first term.
3
Use the sum of the first five terms of the arithmetic sequence to solve for aa.
S5=5(a+2d)=150a+2d=30S_5 = 5(a + 2d) = 150 \Rightarrow a + 2d = 30. Substituting d=a/2d = a/2 gives a+a=302a=30a=15a + a = 30 \Rightarrow 2a = 30 \Rightarrow a = 15.
To determine the numerical value of the first term.
4
Calculate the fifth term of the geometric sequence.
g5=ar4=1524=1516=240g_5 = a \cdot r^4 = 15 \cdot 2^4 = 15 \cdot 16 = 240.
To find the requested term of the geometric sequence.

Key Concept

Solving systems of linear and exponential relationships using arithmetic and geometric sequence properties.
Question 177Question

For the functions f(x)=(x3)22f(x) = (x - 3)^2 - 2 and g(x)=3x10g(x) = |3x - 10|, what is the value of the composite function g(f(1))g(f(1))?

Show answer & explanation

Answer: 4

Answer

The correct answer is 4
Evaluating f(1)f(1) gives (13)22=(2)22=42=2(1 - 3)^2 - 2 = (-2)^2 - 2 = 4 - 2 = 2. Substituting this result into g(x)g(x) gives g(2)=3(2)10=610=4=4g(2) = |3(2) - 10| = |6 - 10| = |-4| = 4. Therefore, the value of the composite function is 4.

Step-by-Step Solution

1
Evaluate the inner function f(x)f(x) at x=1x = 1.
f(1)=(13)22=(2)22=42=2f(1) = (1 - 3)^2 - 2 = (-2)^2 - 2 = 4 - 2 = 2
To evaluate the composite function g(f(1))g(f(1)), the output of the inner function f(1)f(1) must be calculated first.
2
Substitute the output f(1)=2f(1) = 2 into the outer function g(x)g(x).
g(2)=3(2)10=610=4=4g(2) = |3(2) - 10| = |6 - 10| = |-4| = 4
The output of the inner function becomes the input for the outer function g(x)g(x).

Key Concept

Evaluating a composite function by first calculating the value of the inner function and then using that result as the input for the outer function.
Estimated Time:1m 0s
Question 178Question

If xx and yy are positive real numbers such that logx(y)=2\log_x(y) = 2 and log4(x)+log2(y)=5\log_4(x) + \log_2(y) = 5, what is the value of yy?

Show answer & explanation

Answer: 16

Answer

16
Applying the definition of logarithms to logx(y)=2\log_x(y) = 2 yields y=x2y = x^2. Substituting this relationship into the second equation gives log4(x)+log2(x2)=5\log_4(x) + \log_2(x^2) = 5. Using the change of base formula, we rewrite log4(x)\log_4(x) as log2(x)log2(4)=12log2(x)\frac{\log_2(x)}{\log_2(4)} = \frac{1}{2}\log_2(x), and using the power property, we rewrite log2(x2)\log_2(x^2) as 2log2(x)2\log_2(x). Combining the terms results in 52log2(x)=5\frac{5}{2}\log_2(x) = 5, which simplifies to log2(x)=2\log_2(x) = 2. Converting this back to exponential form gives x=22=4x = 2^2 = 4. Substituting this value back into the relation y=x2y = x^2 yields y=42=16y = 4^2 = 16.

Step-by-Step Solution

1
Apply the definition of a logarithm to the first equation.
y=x2y = x^2
By definition, logb(a)=c\log_b(a) = c is equivalent to bc=ab^c = a.
2
Substitute y=x2y = x^2 into the second equation.
log4(x)+log2(x2)=5\log_4(x) + \log_2(x^2) = 5
Substitution reduces the system to a single equation in terms of xx.
3
Express both logarithmic terms using base 2 properties.
12log2(x)+2log2(x)=5\frac{1}{2}\log_2(x) + 2\log_2(x) = 5
The change of base formula gives log4(x)=log2(x)log2(4)=12log2(x)\log_4(x) = \frac{\log_2(x)}{\log_2(4)} = \frac{1}{2}\log_2(x), and the power property gives log2(x2)=2log2(x)\log_2(x^2) = 2\log_2(x).
4
Combine the coefficients and solve for xx.
log2(x)=2x=22=4\log_2(x) = 2 \Rightarrow x = 2^2 = 4
Adding the coefficients gives 52log2(x)=5\frac{5}{2}\log_2(x) = 5. Multiplying by 25\frac{2}{5} isolates log2(x)\log_2(x) to solve for xx.
5
Calculate the value of yy using the relation from Step 1.
y=42=16y = 4^2 = 16
Since y=x2y = x^2 and x=4x = 4, evaluating the square gives the final answer.

Key Concept

Solving systems of logarithmic equations using base conversion and definition of logarithms
Estimated Time:2m 0s
Question 179Question

What is the complete solution set for the inequality 43v7|4 - 3v| \ge 7?

Show answer & explanation

Answer: v1v \le -1 or v113v \ge \frac{11}{3}

Answer

The solution set is the union of two open-ended intervals, representing all values of vv such that vv is less than or equal to 1-1 or vv is greater than or equal to 113\frac{11}{3}.
To solve the absolute value inequality 43v7|4 - 3v| \ge 7, we rewrite it as two separate inequalities: 43v74 - 3v \ge 7 or 43v74 - 3v \le -7. For the first case, subtracting 4 from both sides of 43v74 - 3v \ge 7 results in 3v3-3v \ge 3. Dividing by 3-3 and reversing the inequality sign gives v1v \le -1. For the second case, subtracting 4 from both sides of 43v74 - 3v \le -7 results in 3v11-3v \le -11. Dividing by 3-3 and reversing the inequality sign gives v113v \ge \frac{11}{3}. Combining these gives the correct solution set: v1v \le -1 or v113v \ge \frac{11}{3}.

Step-by-Step Solution

1
Set up two separate linear inequalities based on the absolute value inequality template.
43v74 - 3v \ge 7 or 43v74 - 3v \le -7
An absolute value inequality of the form AB|A| \ge B where B>0B > 0 is equivalent to the compound statement ABA \ge B or ABA \le -B.
2
Solve the first inequality: 43v74 - 3v \ge 7. Subtract 4 from both sides, then divide by 3-3 and reverse the inequality sign.
v1v \le -1
Subtracting 4 yields 3v3-3v \ge 3. Dividing by the negative number 3-3 requires reversing the direction of the inequality sign.
3
Solve the second inequality: 43v74 - 3v \le -7. Subtract 4 from both sides, then divide by 3-3 and reverse the inequality sign.
v113v \ge \frac{11}{3}
Subtracting 4 yields 3v11-3v \le -11. Dividing by the negative number 3-3 requires reversing the direction of the inequality sign.
4
Combine the individual solutions into a single compound statement.
v1v \le -1 or v113v \ge \frac{11}{3}
The solution to a 'greater than or equal to' absolute value inequality is the union of the individual solutions.

Key Concept

Solving absolute value inequalities by splitting them into two linear cases and correctly reversing the inequality sign when dividing by a negative number.

Alternative Method

Alternatively, test test-values from each interval. For instance, choosing v=0v = 0 (which is in the middle interval) yields 40=47|4 - 0| = 4 \ge 7, which is false. Choosing v=2v = -2 (which is in the left interval) yields 43(2)=10=107|4 - 3(-2)| = |10| = 10 \ge 7, which is true. Choosing v=4v = 4 (which is in the right interval since 4>1134 > \frac{11}{3}) yields 412=8=87|4 - 12| = |-8| = 8 \ge 7, which is true. This confirms the solution set must cover v1v \le -1 and v113v \ge \frac{11}{3}.
Estimated Time:1m 30s
Question 180Question

If aa, bb, and cc are positive real numbers greater than 11 such that logb(a)=32\log_b(a) = \frac{3}{2} and logc(b)=43\log_c(b) = \frac{4}{3}, what is the value of loga(abc)\log_a(abc)?

Show answer & explanation

Answer: 136\frac{13}{6}

Answer

136\frac{13}{6}
The correct answer is obtained by expanding loga(abc)\log_a(abc) into loga(a)+loga(b)+loga(c)\log_a(a) + \log_a(b) + \log_a(c). Since loga(a)=1\log_a(a) = 1 and loga(b)\log_a(b) is the reciprocal of logb(a)\log_b(a), we find loga(b)=23\log_a(b) = \frac{2}{3}. Using the chain rule of change of base, we calculate loga(c)=loga(b)logb(c)=2334=12\log_a(c) = \log_a(b) \cdot \log_b(c) = \frac{2}{3} \cdot \frac{3}{4} = \frac{1}{2}. Adding these three parts together yields 1+23+12=1361 + \frac{2}{3} + \frac{1}{2} = \frac{13}{6}.

Step-by-Step Solution

1
Apply the logarithmic product rule to expand the target expression.
loga(abc)=loga(a)+loga(b)+loga(c)\log_a(abc) = \log_a(a) + \log_a(b) + \log_a(c)
The logarithm of a product is equal to the sum of the logarithms of its individual factors.
2
Evaluate the first two terms of the expanded expression.
loga(a)=1\log_a(a) = 1, and since logb(a)=32\log_b(a) = \frac{3}{2}, we have loga(b)=1logb(a)=23\log_a(b) = \frac{1}{\log_b(a)} = \frac{2}{3}.
The logarithm of a base to itself is always 11, and the base reciprocal property states that logx(y)=1logy(x)\log_x(y) = \frac{1}{\log_y(x)}.
3
Evaluate the third term loga(c)\log_a(c) using base properties and the change of base formula.
Since logc(b)=43\log_c(b) = \frac{4}{3}, we have logb(c)=34\log_b(c) = \frac{3}{4}. Then, loga(c)=loga(b)logb(c)=2334=12\log_a(c) = \log_a(b) \cdot \log_b(c) = \frac{2}{3} \cdot \frac{3}{4} = \frac{1}{2}.
By applying the change of base formula, we can rewrite loga(c)\log_a(c) in terms of base bb as logb(c)logb(a)=loga(b)logb(c)\frac{\log_b(c)}{\log_b(a)} = \log_a(b) \cdot \log_b(c).
4
Sum the three evaluated logarithmic terms together.
1+23+12=66+46+36=1361 + \frac{2}{3} + \frac{1}{2} = \frac{6}{6} + \frac{4}{6} + \frac{3}{6} = \frac{13}{6}
Combining the values of the individual terms gives the final value of the expanded expression.

Key Concept

Properties of Logarithms and Change of Base Formula
Estimated Time:2m 0s
PreviousPage 9 / 14Next