All practice questions

541 questions

Question 121Question

For what value of kk does the equation 15(kx3)13(2x5)=2\frac{1}{5}(kx - 3) - \frac{1}{3}(2x - 5) = 2 have a solution of x=7x = 7?

Show answer & explanation

Answer: 4

Answer

The value of kk is 44.
Substituting x=7x = 7 reduces the equation to 15(7k3)3=2\frac{1}{5}(7k - 3) - 3 = 2. Adding 3 to both sides yields 15(7k3)=5\frac{1}{5}(7k - 3) = 5. Multiplying by 5 gives 7k3=257k - 3 = 25. Adding 3 gives 7k=287k = 28, which results in k=4k = 4.

Step-by-Step Solution

1
Substitute x=7x = 7 into the equation.
15(7k3)13(2(7)5)=2\frac{1}{5}(7k - 3) - \frac{1}{3}(2(7) - 5) = 2
Since x=7x = 7 is given as a solution, substituting it into the equation must make the equality true.
2
Evaluate and simplify the expression in the second term.
13(145)=13(9)=3\frac{1}{3}(14 - 5) = \frac{1}{3}(9) = 3
Follow the order of operations by simplifying the expression inside the parentheses first.
3
Isolate the fractional term containing the variable kk.
15(7k3)3=2    15(7k3)=5\frac{1}{5}(7k - 3) - 3 = 2 \implies \frac{1}{5}(7k - 3) = 5
Add 3 to both sides of the equation to eliminate the subtraction of 3.
4
Clear the fraction and solve the remaining linear equation for kk.
7k3=25    7k=28    k=47k - 3 = 25 \implies 7k = 28 \implies k = 4
Multiply both sides by 5 to eliminate the denominator, add 3 to isolate the term with kk, and divide by 7.

Key Concept

Solving multi-step linear equations containing parameters and fractions.
Estimated Time:1m 30s
Question 122Question

Let matrix A=(2513)A = \begin{pmatrix} 2 & 5 \\ -1 & 3 \end{pmatrix} and matrix B=(4231)B = \begin{pmatrix} 4 & -2 \\ 3 & 1 \end{pmatrix}. If matrix C=2A+3BC = 2A + 3B, what is the value of the entry in the second row and first column of matrix CC?

Show answer & explanation

Answer: 7

Answer

The entry in the second row and first column of matrix CC is 7.
The entry in the second row, first column of matrix CC, denoted as c2,1c_{2,1}, is calculated by multiplying the corresponding entry in matrix AA (a2,1=1a_{2,1} = -1) by 2 and the corresponding entry in matrix BB (b2,1=3b_{2,1} = 3) by 3, and then adding the results: 2(1)+3(3)=2+9=72(-1) + 3(3) = -2 + 9 = 7.

Step-by-Step Solution

1
Locate the element in the second row, first column of both matrices AA and BB.
The element in the second row, first column of AA (designated a2,1a_{2,1}) is 1-1, and the element in the second row, first column of BB (designated b2,1b_{2,1}) is 33.
To find a specific entry in the resulting matrix C=2A+3BC = 2A + 3B, we perform the scalar multiplication and addition operations on the corresponding entries in the same position of matrices AA and BB.
2
Multiply the corresponding elements by their respective scalar factors.
For matrix AA, 2×(1)=22 \times (-1) = -2. For matrix BB, 3×3=93 \times 3 = 9.
Scalar multiplication requires multiplying each individual entry of a matrix by the given scalar factor.
3
Add the two resulting values to find the entry for matrix CC.
-2 + 9 = 7
Matrix addition is performed by adding the corresponding elements of the matrices.

Key Concept

Matrix scalar multiplication and addition of corresponding elements
Estimated Time:45s
Question 123Question

The algebraic expression (x2)ax4\frac{(x^2)^a}{x^{-4}} is equivalent to x10x^{10} for all non-zero real numbers xx. What is the value of aa?

Show answer & explanation

Answer: 3

Answer

The correct answer is 3.
The correct value for aa is 33. Applying the power of a power rule to (x2)a(x^2)^a yields x2ax^{2a}. Then, applying the quotient rule to x2ax4\frac{x^{2a}}{x^{-4}} yields x2a(4)=x2a+4x^{2a - (-4)} = x^{2a+4}. Equating the exponents gives 2a+4=102a + 4 = 10, which solves to a=3a = 3.

Step-by-Step Solution

1
Apply the power of a power property to the numerator.
(x2)a=x2a(x^2)^a = x^{2a}
When raising a power to another power, multiply the exponents: (xm)n=xmn(x^m)^n = x^{mn}.
2
Apply the quotient property of exponents to simplify the fraction.
x2ax4=x2a(4)=x2a+4\frac{x^{2a}}{x^{-4}} = x^{2a - (-4)} = x^{2a + 4}
When dividing exponential expressions with the same base, subtract the exponent in the denominator from the exponent in the numerator: xmxn=xmn\frac{x^m}{x^n} = x^{m-n}.
3
Set the resulting exponent equal to the exponent of the equivalent expression and solve for aa.
2a+4=10    2a=6    a=32a + 4 = 10 \implies 2a = 6 \implies a = 3
Since the bases are identical and the expressions are equivalent, their exponents must be equal.

Key Concept

Properties of Exponents in Algebraic Expressions
Question 124Question

A line with a positive slope passes through the point (0,4)(0, -4) and is tangent to the circle x2+y2=4x^2 + y^2 = 4. If this same line is also tangent to the parabola y=x2+ky = x^2 + k, what is the value of the constant kk?

Show answer & explanation

Answer: -3.25

Answer

The constant kk must be 3.25-3.25.
By writing the equation of the line passing through (0,4)(0, -4) as y=mx4y = mx - 4 and applying the condition that it is tangent to the circle x2+y2=4x^2 + y^2 = 4, we find the positive slope is m=3m = \sqrt{3}. Substituting this tangent line y=3x4y = \sqrt{3}x - 4 into the parabola equation y=x2+ky = x^2 + k yields the quadratic equation x23x+(k+4)=0x^2 - \sqrt{3}x + (k + 4) = 0. For the line to be tangent to the parabola, the discriminant of this equation must be zero, which gives 34(k+4)=03 - 4(k + 4) = 0, leading to the final value k=3.25k = -3.25.

Step-by-Step Solution

1
Set up the equation of the line passing through (0,4)(0, -4) and substitute it into the equation of the circle.
x2+(mx4)2=4    (1+m2)x28mx+12=0x^2 + (mx - 4)^2 = 4 \implies (1 + m^2)x^2 - 8mx + 12 = 0
This establishes the quadratic equation representing the intersection points of the line and the circle.
2
Solve for the slope mm by setting the discriminant of the intersection equation to zero.
(8m)24(1+m2)(12)=0    64m24848m2=0    16m2=48    m=3(-8m)^2 - 4(1 + m^2)(12) = 0 \implies 64m^2 - 48 - 48m^2 = 0 \implies 16m^2 = 48 \implies m = \sqrt{3}
Since the line is tangent to the circle, the intersection equation must have exactly one real solution, meaning its discriminant is zero. The positive root is selected because the slope is specified as positive.
3
Equate the line y=3x4y = \sqrt{3}x - 4 and the parabola y=x2+ky = x^2 + k to analyze their intersection.
x23x+(k+4)=0x^2 - \sqrt{3}x + (k + 4) = 0
This sets up the quadratic equation for the intersection points between the tangent line and the parabola.
4
Solve for kk by setting the discriminant of this second quadratic equation to zero.
(3)24(1)(k+4)=0    34k16=0    134k=0    k=3.25(-\sqrt{3})^2 - 4(1)(k + 4) = 0 \implies 3 - 4k - 16 = 0 \implies -13 - 4k = 0 \implies k = -3.25
For the line to be tangent to the parabola, the system must have exactly one solution, meaning the discriminant of their intersection equation must be zero.

Key Concept

Systems of Linear and Non-Linear Equations
Question 125Question

Let the functions ff and gg be defined by f(x)=3x+4f(x) = \sqrt{3x + 4} and g(x)=x22g(x) = x^2 - 2. What is the positive value of xx for which the composite function value f(g(x))=5f(g(x)) = 5?

Show answer & explanation

Answer: 3

Answer

3
The correct answer is 3. We set f(g(x))=5f(g(x)) = 5, which translates to 3g(x)+4=5\sqrt{3g(x) + 4} = 5. Squaring both sides yields 3g(x)+4=253g(x) + 4 = 25. Solving for g(x)g(x) gives 3g(x)=213g(x) = 21, which simplifies to g(x)=7g(x) = 7. Substituting g(x)=x22g(x) = x^2 - 2 into this equation gives x22=7x^2 - 2 = 7, which simplifies to x2=9x^2 = 9. Taking the square root of both sides gives x=3x = 3 or x=3x = -3. Since the question specifies the positive value of xx, the correct answer is 3.

Step-by-Step Solution

1
Substitute the inner function g(x)g(x) into the outer function f(x)f(x) to express f(g(x))=5f(g(x)) = 5
3g(x)+4=5\sqrt{3g(x) + 4} = 5
Setting up the initial composite equation to isolate the inner function g(x)g(x)
2
Square both sides of the equation and isolate g(x)g(x)
3g(x)+4=25    3g(x)=21    g(x)=73g(x) + 4 = 25 \implies 3g(x) = 21 \implies g(x) = 7
Eliminating the radical allows us to determine the required output value of g(x)g(x)
3
Substitute the formula for g(x)g(x) into the equation and solve for xx
x22=7    x2=9    x=3x^2 - 2 = 7 \implies x^2 = 9 \implies x = 3 or x=3x = -3
Finding the input values of xx that satisfy the condition for g(x)g(x)
4
Select the positive value from the solution set
x=3x = 3
The question specifically requests the positive value of xx

Key Concept

Evaluating and solving composite function equations by working from the outside function inward

Alternative Method

Instead of solving from the outside in, we can first construct the symbolic expression for f(g(x))f(g(x)) by substituting g(x)g(x) directly: f(g(x))=3(x22)+4=3x26+4=3x22f(g(x)) = \sqrt{3(x^2 - 2) + 4} = \sqrt{3x^2 - 6 + 4} = \sqrt{3x^2 - 2}. Setting this equal to 5 yields 3x22=5\sqrt{3x^2 - 2} = 5. Squaring both sides gives 3x22=25    3x2=27    x2=9    x=±33x^2 - 2 = 25 \implies 3x^2 = 27 \implies x^2 = 9 \implies x = \pm 3. The positive solution is 3.
Estimated Time:1m 30s
Question 126Question

An online store sells digital songs for $1.20\$1.20 each. A customer uses a discount code to get $3.00\$3.00 off the total purchase. If the customer's total cost after using the discount code is $15.00\$15.00, how many digital songs did the customer purchase?

Show answer & explanation

Answer: 15

Answer

The customer purchased 15 songs.
The word problem translates directly to the linear equation 1.20s3.00=15.001.20s - 3.00 = 15.00, where ss is the number of songs. Adding 3.003.00 to both sides of the equation yields 1.20s=18.001.20s = 18.00. Dividing both sides by 1.201.20 yields s=15s = 15.

Step-by-Step Solution

1
Define the variable and set up the equation.
Let ss be the number of digital songs purchased. The cost of ss songs is 1.20s1.20s. Subtracting the discount of $3.00\$3.00 gives the equation: 1.20s3.00=15.001.20s - 3.00 = 15.00.
We must represent the cost of the songs and the discount algebraically to equal the final payment.
2
Isolate the variable term.
1.20s=18.001.20s = 18.00
Adding 3.003.00 to both sides of the equation simplifies the equation by canceling the subtraction of 3.003.00.
3
Solve for the variable.
s=15s = 15
Dividing both sides of the equation by 1.201.20 isolates ss to find the total number of songs.

Key Concept

Translating real-world scenarios with linear relationships into algebraic equations and solving them.
Question 127Question
For all positive real numbers xx and yy, the expression
(3x2y3)3(2x1y2)2(6x3y2)2\frac{(3x^2 y^{-3})^3 \cdot (2x^{-1} y^2)^2}{(6x^3 y^{-2})^2}
can be simplified to the form AxaybA x^a y^b, where AA, aa, and bb are integers. What is the value of the sum A+a+bA + a + b?
Show answer & explanation

Answer: 0

Answer

The value of the sum A+a+bA + a + b is 0.
By applying the rules of exponents systematically, the expression simplifies to 3x2y13 x^{-2} y^{-1}. Comparing this to AxaybA x^a y^b yields A=3A = 3, a=2a = -2, and b=1b = -1. The sum is 3+(2)+(1)=03 + (-2) + (-1) = 0.

Step-by-Step Solution

1
Simplify the first term in the numerator
27x6y927x^6y^{-9}
Apply the power of a product rule and power of a power rule to (3x2y3)3(3x^2 y^{-3})^3.
2
Simplify the second term in the numerator
4x2y44x^{-2}y^4
Apply the power of a product rule and power of a power rule to (2x1y2)2(2x^{-1} y^2)^2.
3
Multiply the simplified terms in the numerator together
108x4y5108x^4y^{-5}
Multiply coefficients and add the exponents of like bases.
4
Simplify the denominator
36x6y436x^6y^{-4}
Apply the power of a product rule and power of a power rule to (6x3y2)2(6x^3 y^{-2})^2.
5
Divide the numerator by the denominator
3x2y13x^{-2}y^{-1}
Divide the coefficients and subtract the denominator exponents from the numerator exponents for like bases.
6
Sum the constants AA, aa, and bb
0
Identify A=3A = 3, a=2a = -2, b=1b = -1 from the expression 3x2y13x^{-2}y^{-1}, and calculate 3+(2)+(1)=03 + (-2) + (-1) = 0.

Key Concept

Properties of Exponents in Algebraic Expressions
Question 128Question

If 2.5(x4)=152.5(x - 4) = 15, what is the value of xx?

Show answer & explanation

Answer: 10

Answer

The value of xx is 1010.
To solve the equation 2.5(x4)=152.5(x - 4) = 15, divide both sides by 2.52.5 to obtain x4=6x - 4 = 6. Then, add 44 to both sides to get the final solution of x=10x = 10. Alternatively, distribute 2.52.5 to get 2.5x10=152.5x - 10 = 15, add 1010 to both sides to get 2.5x=252.5x = 25, and divide by 2.52.5 to get x=10x = 10.

Step-by-Step Solution

1
Divide both sides of the equation by 2.52.5.
x4=6x - 4 = 6
To isolate the parenthetical term on the left side of the equation.
2
Add 44 to both sides of the equation.
x=10x = 10
To isolate the variable xx.

Key Concept

Solving multi-step linear equations using inverse operations.

Alternative Method

Distribute 2.52.5 to get 2.5x10=152.5x - 10 = 15. Add 1010 to both sides of the equation to get 2.5x=252.5x = 25. Divide both sides by 2.52.5 to find x=10x = 10.
Estimated Time:45s
Question 129Question

A circle in the standard (x,y)(x, y) coordinate plane is defined by the equation x2+y2=10x^2 + y^2 = 10. The line y=3xy = 3x intersects the circle at a point (x,y)(x, y) in the first quadrant. What is the value of x+yx + y?

Show answer & explanation

Answer: 4

Answer

The correct answer is 4.
Substituting y=3xy = 3x into the equation x2+y2=10x^2 + y^2 = 10 yields x2+(3x)2=10x^2 + (3x)^2 = 10. Simplifying this expression gives x2+9x2=10x^2 + 9x^2 = 10, which combines to 10x2=1010x^2 = 10. Dividing both sides by 10 results in x2=1x^2 = 1. Since the point of intersection lies in the first quadrant, we take the positive square root, so x=1x = 1. Substituting x=1x = 1 back into y=3xy = 3x gives y=3(1)=3y = 3(1) = 3. The sum of the coordinates is x+y=1+3=4x + y = 1 + 3 = 4.

Step-by-Step Solution

1
Substitute the linear expression for yy into the equation of the circle.
x2+(3x)2=10x^2 + (3x)^2 = 10
Substituting one equation into another allows us to solve for a single variable.
2
Simplify the equation and solve for xx.
10x2=10x2=1x=110x^2 = 10 \Rightarrow x^2 = 1 \Rightarrow x = 1
Combining like terms gives 10x2=1010x^2 = 10, which simplifies to x2=1x^2 = 1. Since the intersection point is in the first quadrant, xx must be positive.
3
Substitute the value of xx back into the linear equation to find yy.
y=3(1)=3y = 3(1) = 3
Using the value of xx in the linear equation determines the corresponding yy-coordinate.
4
Calculate the sum of the coordinates x+yx + y.
1+3=41 + 3 = 4
The question asks for the value of the sum of the coordinates of the intersection point.

Key Concept

Solving a system of linear and non-linear (circular) equations using substitution.
Question 130Question

If the polynomial 2x2+kx122x^2 + kx - 12 can be factored as the product of two binomials with integer coefficients, what is the greatest possible integer value of kk?

Show answer & explanation

Answer: 23

Answer

The greatest possible integer value of kk is 23.
The greatest possible value of kk is 23. This is found by setting the factored form of the expression as (2x+a)(x+b)=2x2+(2b+a)x+ab(2x + a)(x + b) = 2x^2 + (2b + a)x + ab. We find that ab=12ab = -12 and k=2b+ak = 2b + a. The possible integer pairs for (a,b)(a, b) that multiply to 12-12 are tested to find the maximum sum of 2b+a2b + a. The maximum is achieved when b=12b = 12 and a=1a = -1, yielding 2(12)1=232(12) - 1 = 23.

Step-by-Step Solution

1
Set up the algebraic representation for the binomial factors with integer coefficients.
The polynomial must factor into the form (2x+a)(x+b)(2x + a)(x + b) where aa and bb are integers.
Since the leading coefficient is 2 (a prime number), the coefficients of the linear terms in the binomial factors must be 2 and 1 to obtain a product of 2x22x^2.
2
Expand the product of the binomials to relate the parameters aa and bb to the original expression.
(2x+a)(x+b)=2x2+(2b+a)x+ab(2x + a)(x + b) = 2x^2 + (2b + a)x + ab, which implies ab=12ab = -12 and k=2b+ak = 2b + a.
By equating the coefficients of corresponding terms in the expanded expression and the original polynomial, we establish relationships for the constant term and the linear coefficient.
3
Analyze the factors of 12-12 to find the integer values of aa and bb that maximize the linear term coefficient.
Choosing b=12b = 12 and a=1a = -1 gives ab=12ab = -12 and results in k=2(12)+(1)=23k = 2(12) + (-1) = 23.
To maximize 2b+a2b + a, we choose the largest possible positive factor of 12-12 for the term multiplied by 2, which is 12, paired with the corresponding negative factor 1-1 for aa.

Key Concept

Factoring quadratic trinomials of the form ax2+bx+cax^2 + bx + c with a>1a > 1
Question 131Question

For the imaginary unit ii, where i2=1i^2 = -1, the complex number zz is defined as z=(1+2i)32iz = \frac{(1 + 2i)^3}{2 - i}. What is the absolute value of zz?

Show answer & explanation

Answer: 5

Answer

5
The complex number zz simplifies to 43i-4 - 3i. The absolute value of a complex number a+bia + bi is defined as a2+b2\sqrt{a^2 + b^2}, which gives (4)2+(3)2=16+9=5\sqrt{(-4)^2 + (-3)^2} = \sqrt{16 + 9} = 5. Alternatively, using properties of the modulus, z=1+2i32i=(12+22)322+(1)2=(5)35=5|z| = \frac{|1 + 2i|^3}{|2 - i|} = \frac{(\sqrt{1^2 + 2^2})^3}{\sqrt{2^2 + (-1)^2}} = \frac{(\sqrt{5})^3}{\sqrt{5}} = 5.

Step-by-Step Solution

1
Expand the numerator (1+2i)3(1 + 2i)^3
-11 - 2i
To begin simplifying the complex fraction by expanding the cubed binomial in the numerator.
2
Divide the result by the denominator 2i2 - i by multiplying both numerator and denominator by the complex conjugate 2+i2 + i
-4 - 3i
To express the quotient in standard complex form a+bia + bi.
3
Find the absolute value of the simplified complex number z=43iz = -4 - 3i
5
To calculate the final magnitude of the complex number using a+bi=a2+b2|a + bi| = \sqrt{a^2 + b^2}.

Key Concept

Complex number operations, complex division, and absolute value (modulus) of complex numbers
Question 132Question

A projectile is launched from ground level with an initial upward velocity of vv meters per second. The height of the projectile in meters after tt seconds is modeled by the equation h(t)=92t2+vth(t) = -\frac{9}{2}t^2 + vt. A sensor is placed at a height of 3232 meters. What is the minimum integer value of vv for which the projectile is at or above the height of the sensor for a duration of at least 44 seconds?

Show answer & explanation

Answer: 30

Answer

The minimum integer value of the initial upward velocity vv is 30.
The height condition h(t)32h(t) \ge 32 leads to the quadratic inequality 9t22vt+6409t^2 - 2vt + 64 \le 0. The roots t1t_1 and t2t_2 of 9t22vt+64=09t^2 - 2vt + 64 = 0 represent the boundary times. The duration above 3232 meters is the difference of the roots: t2t1=b24aca=4v223049t_2 - t_1 = \frac{\sqrt{b^2 - 4ac}}{|a|} = \frac{\sqrt{4v^2 - 2304}}{9}. Setting this to be at least 44 seconds gives 4v2230494\frac{\sqrt{4v^2 - 2304}}{9} \ge 4. Squaring both sides after multiplying by 99 yields 4v2230412964v^2 - 2304 \ge 1296, which simplifies to 4v236004v^2 \ge 3600, or v2900v^2 \ge 900. Taking the positive square root gives v30v \ge 30, meaning the minimum integer value is 3030.

Step-by-Step Solution

1
Write the inequality representing the condition that the projectile is at or above the sensor height.
9t22vt+6409t^2 - 2vt + 64 \le 0
The height function h(t)=92t2+vth(t) = -\frac{9}{2}t^2 + vt must be greater than or equal to 3232 meters.
2
Use the formula for the difference of roots to represent the time duration.
t2t1=4v223049t_2 - t_1 = \frac{\sqrt{4v^2 - 2304}}{9}
The duration of time the projectile is above the sensor is the difference between the two times at which the projectile crosses the sensor height.
3
Set the duration to be at least 44 seconds and solve for vv.
v30v \ge 30
Solving the inequality 4v2230494\frac{\sqrt{4v^2 - 2304}}{9} \ge 4 yields the range of initial velocities.
4
Find the smallest integer in the solution set.
3030
Since the velocity must be an integer and at least 3030, the minimum possible integer value is 3030.

Key Concept

Solving quadratic inequalities and finding the difference of roots using the discriminant.
Question 133Question

A company offers two monthly data storage plans. Plan A costs 32.00plus32.00 plus 0.08 per gigabyte of data stored. Plan B costs 15.00plus15.00 plus 0.14 per gigabyte for the first 150 gigabytes of data stored, and $0.12 per gigabyte for all data stored beyond the first 150 gigabytes. For how many gigabytes of data stored in a single month would the monthly cost under both plans be exactly the same?

Show answer & explanation

Answer: 350

Answer

The monthly costs under both plans are exactly the same when the data stored is 350 gigabytes.
Equating the two cost functions yields 32+0.08g=15+0.14(150)+0.12(g150)32 + 0.08g = 15 + 0.14(150) + 0.12(g - 150), which simplifies to 32+0.08g=18+0.12g32 + 0.08g = 18 + 0.12g. Solving for gg gives 0.04g=140.04g = 14, which results in g=350g = 350.

Step-by-Step Solution

1
Determine the cost function for Plan A.
CA(g)=32+0.08gC_A(g) = 32 + 0.08g
Plan A charges a flat fee of 32.00and32.00 and 0.08 per gigabyte.
2
Determine the cost function for Plan B when the usage exceeds 150 gigabytes.
CB(g)=15+0.14(150)+0.12(g150)=18+0.12gC_B(g) = 15 + 0.14(150) + 0.12(g - 150) = 18 + 0.12g
Plan B charges 15.00flat,15.00 flat, 0.14 per gigabyte for the first 150 gigabytes, and $0.12 per gigabyte for any additional usage.
3
Equate the two cost functions and solve for gg.
32+0.08g=18+0.12g    14=0.04g    g=35032 + 0.08g = 18 + 0.12g \implies 14 = 0.04g \implies g = 350
To find the usage where both plans cost the same, set their cost functions equal and isolate the variable gg.

Key Concept

Solving linear equations in real-life contexts involving piecewise rates
Question 134Question

For all real numbers xx such that x0x \neq 0 and x3x \neq 3, what is the real solution to the equation xx3+2x=3x3\frac{x}{x-3} + \frac{2}{x} = \frac{3}{x-3}?

Show answer & explanation

Answer: -2

Answer

The correct answer is -2.
Subtracting xx3\frac{x}{x-3} from both sides yields 2x=3xx3\frac{2}{x} = \frac{3-x}{x-3}. Since 3x=(x3)3-x = -(x-3), the right side simplifies to 1-1 for all x3x \neq 3. The equation becomes 2x=1\frac{2}{x} = -1, which gives x=2x = -2. Since 2-2 does not violate the domain constraints, it is the correct solution.

Step-by-Step Solution

1
Subtract xx3\frac{x}{x-3} from both sides of the equation.
2x=3xx3\frac{2}{x} = \frac{3-x}{x-3}
To group terms with common denominators on the same side.
2
Simplify the fraction on the right side of the equation.
2x=1\frac{2}{x} = -1
The numerator 3x3-x is the negative of the denominator x3x-3, so their quotient is 1-1 for all x3x \neq 3.
3
Solve the simplified equation 2x=1\frac{2}{x} = -1 for xx.
x=2x = -2
Multiplying both sides by xx yields 2=x2 = -x, and dividing by 1-1 gives x=2x = -2.
4
Check the solution against the domain restrictions x0x \neq 0 and x3x \neq 3.
The solution x=2x = -2 is valid.
Since 2-2 is neither 00 nor 33, it does not cause any denominator in the original equation to equal zero.

Key Concept

Solving rational equations by isolating terms with common denominators and checking for extraneous solutions.
Question 135Question

A large rectangle has a length of 4x+34x + 3 inches and a width of 3x23x - 2 inches. A smaller rectangular region is cut out from the center. The cut-out region has a length of 2x12x - 1 inches and a width of x5x - 5 inches. The area of the remaining region can be written as the polynomial Ax2+Bx+CAx^2 + Bx + C, where AA, BB, and CC are integers. What is the value of the coefficient BB?

Show answer & explanation

Answer: 12

Answer

The correct answer is 12, which is the coefficient of the linear term in the simplified remaining area polynomial.
The remaining area is found by subtracting the area of the smaller rectangle from the area of the larger rectangle. The area of the larger rectangle is (4x+3)(3x2)=12x2+x6(4x + 3)(3x - 2) = 12x^2 + x - 6. The area of the smaller rectangle is (2x1)(x5)=2x211x+5(2x - 1)(x - 5) = 2x^2 - 11x + 5. Subtracting the two yields (12x2+x6)(2x211x+5)=10x2+12x11(12x^2 + x - 6) - (2x^2 - 11x + 5) = 10x^2 + 12x - 11. Matching this to Ax2+Bx+CAx^2 + Bx + C, the coefficient BB of the linear term is 1212.

Step-by-Step Solution

1
Find the area of the outer rectangle.
Area = 12x2+x612x^2 + x - 6
Multiply the length (4x+3)(4x + 3) and the width (3x2)(3x - 2) using the distributive property.
2
Find the area of the inner rectangle.
Area = 2x211x+52x^2 - 11x + 5
Multiply the length (2x1)(2x - 1) and the width (x5)(x - 5) using the distributive property.
3
Subtract the inner area from the outer area to find the remaining area.
Remaining Area = 10x2+12x1110x^2 + 12x - 11
Subtract the polynomial (2x211x+5)(2x^2 - 11x + 5) from (12x2+x6)(12x^2 + x - 6) by distributing the negative sign and combining like terms.
4
Identify the coefficient BB of the xx term.
B=12B = 12
Match the simplified polynomial 10x2+12x1110x^2 + 12x - 11 with the form Ax2+Bx+CAx^2 + Bx + C.

Key Concept

Operations on Polynomials (multiplication and subtraction of polynomials)
Question 136Question

A landscaping company charges a flat equipment fee plus a fixed hourly rate for lawn maintenance. For a job that took 44 hours, the company charged a total of $190\$190. For a different job that took 77 hours, the company charged a total of $295\$295. The company also offers a package that includes a 15%15\% discount on the hourly rate, but the flat equipment fee remains the same. Under this discounted package, what is the total charge, in dollars, for a job that takes 88 hours?

Show answer & explanation

Answer: 288

Answer

The total charge for an 88-hour job under the discounted package is 288288 dollars.
By translating the problem into the equations F+4H=190F + 4H = 190 and F+7H=295F + 7H = 295, we find that the hourly rate HH is 3535 dollars and the flat fee FF is 5050 dollars. Applying a 15%15\% discount to the hourly rate yields a new rate of 29.7529.75 dollars per hour. The total cost for 88 hours is then 50+8(29.75)=28850 + 8(29.75) = 288 dollars.

Step-by-Step Solution

1
Define variables for the flat fee and hourly rate, and translate the given information into a system of linear equations.
F+4H=190F + 4H = 190 and F+7H=295F + 7H = 295, where FF is the flat fee and HH is the hourly rate.
To represent the cost structure algebraically.
2
Solve the system of equations by elimination or substitution.
H=35H = 35 and F=50F = 50.
To determine the individual cost components (flat fee and hourly rate).
3
Apply the 15%15\% discount to the hourly rate.
Hdiscounted=35×(10.15)=29.75H_{\text{discounted}} = 35 \times (1 - 0.15) = 29.75.
To find the new hourly rate under the discounted package.
4
Calculate the total cost for 88 hours of work with the flat fee and the discounted hourly rate.
Total Cost=50+8(29.75)=288\text{Total Cost} = 50 + 8(29.75) = 288.
To answer the question asking for the total charge of an 88-hour job under the discounted package.

Key Concept

Translating verbal statements into a system of linear equations and solving them to evaluate a modified expression.
Question 137Question

When the expression (5x28x+2)(2x24x9)(5x^2 - 8x + 2) - (2x^2 - 4x - 9) is written in the standard form ax2+bx+cax^2 + bx + c, where aa, bb, and cc are integers, what is the value of bb?

Show answer & explanation

Answer: -4

Answer

The correct answer is 4-4, which is the coefficient of the xx term after simplifying the expression.
To subtract polynomials, we distribute the negative sign to all terms of the polynomial being subtracted and then combine like terms. Simplifying (5x28x+2)(2x24x9)(5x^2 - 8x + 2) - (2x^2 - 4x - 9) gives 5x28x+22x2+4x+9=3x24x+115x^2 - 8x + 2 - 2x^2 + 4x + 9 = 3x^2 - 4x + 11. Comparing this to ax2+bx+cax^2 + bx + c shows that bb, the coefficient of the xx term, is 4-4.

Step-by-Step Solution

1
Distribute the subtraction sign to all terms inside the second set of parentheses.
2x2+4x+9-2x^2 + 4x + 9
Subtracting a polynomial is equivalent to adding its opposite, which means changing the sign of every term in that polynomial.
2
Group and combine like terms from both polynomials.
3x24x+113x^2 - 4x + 11
Like terms (terms with the same variable raised to the same power) can be combined by adding or subtracting their coefficients: (5x22x2)=3x2(5x^2 - 2x^2) = 3x^2, (8x+4x)=4x(-8x + 4x) = -4x, and (2+9)=11(2 + 9) = 11.
3
Compare the simplified expression to the standard form ax2+bx+cax^2 + bx + c to identify the value of bb.
b=4b = -4
In the standard form ax2+bx+cax^2 + bx + c, the coefficient of the xx term is represented by bb. In the simplified expression 3x24x+113x^2 - 4x + 11, the coefficient of xx is 4-4.

Key Concept

Polynomial Subtraction and Combining Like Terms
Question 138Question

For the functions f(x)=18x2f(x) = \frac{18}{x - 2} and g(x)=x21g(x) = x^2 - 1, what is the value of f(g(3))f(g(3))?

Show answer & explanation

Answer: 3

Answer

The value of the composite function f(g(3))f(g(3)) is 3.
To evaluate the composite function f(g(3))f(g(3)), we start by evaluating the inner function g(3)=321=8g(3) = 3^2 - 1 = 8. We then substitute this result into the outer function, giving f(8)=1882=186=3f(8) = \frac{18}{8 - 2} = \frac{18}{6} = 3.

Step-by-Step Solution

1
Evaluate the inner function g(3)g(3)
8
For any composite function of the form f(g(x))f(g(x)), the inner function g(x)g(x) must be evaluated first at the given input value.
2
Evaluate the outer function f(8)f(8)
3
Substitute the output value of the inner function as the input for the outer function f(x)f(x).

Key Concept

Function Composition and Evaluation
Estimated Time:1m 0s
Question 139Question

If the polynomial x413x2+36x^4 - 13x^2 + 36 is factored completely into the product of four linear binomials of the form (xr1)(xr2)(xr3)(xr4)(x - r_1)(x - r_2)(x - r_3)(x - r_4), where r1<r2<r3<r4r_1 < r_2 < r_3 < r_4, what is the value of the expression r1+2r2+3r3+4r4r_1 + 2r_2 + 3r_3 + 4r_4?

Show answer & explanation

Answer: 11

Answer

The value of the expression is 11.
Factoring the quartic polynomial x413x2+36x^4 - 13x^2 + 36 as a quadratic in x2x^2 yields (x29)(x24)(x^2 - 9)(x^2 - 4). Applying the difference of squares identity to each factor gives (x3)(x+3)(x2)(x+2)(x - 3)(x + 3)(x - 2)(x + 2). Matching these to the template (xr1)(xr2)(xr3)(xr4)(x - r_1)(x - r_2)(x - r_3)(x - r_4) with the condition r1<r2<r3<r4r_1 < r_2 < r_3 < r_4 yields r1=3r_1 = -3, r2=2r_2 = -2, r3=2r_3 = 2, and r4=3r_4 = 3. Evaluating the linear combination 3+2(2)+3(2)+4(3)-3 + 2(-2) + 3(2) + 4(3) results in 1111.

Step-by-Step Solution

1
Substitute u=x2u = x^2 and factor the quadratic trinomial.
u213u+36=(u9)(u4)(x29)(x24)u^2 - 13u + 36 = (u - 9)(u - 4) \Rightarrow (x^2 - 9)(x^2 - 4)
To reduce the degree of the polynomial and make it easier to factor.
2
Apply the difference of squares formula to each binomial factor.
(x3)(x+3)(x2)(x+2)(x - 3)(x + 3)(x - 2)(x + 2)
Both x29x^2 - 9 and x24x^2 - 4 are differences of squares.
3
Determine the roots r1,r2,r3,r4r_1, r_2, r_3, r_4 in ascending order.
r1=3r_1 = -3, r2=2r_2 = -2, r3=2r_3 = 2, r4=3r_4 = 3
We write each factor as (xri)(x - r_i) to find the roots, and then sort them from least to greatest according to the inequality constraint.
4
Calculate the value of the requested expression.
1111
Substitute the sorted values into the linear combination: (3)+2(2)+3(2)+4(3)=34+6+12=11(-3) + 2(-2) + 3(2) + 4(3) = -3 - 4 + 6 + 12 = 11.

Key Concept

Factoring a quartic polynomial of quadratic form followed by factoring differences of squares.
Question 140Question

If the equation 2x(x1)=3x2x(x - 1) = 3 - x is solved for xx, what is the larger of the two solutions?

Show answer & explanation

Answer: 1.5

Answer

The larger of the two solutions is 1.51.5.
Expanding the equation 2x(x1)=3x2x(x - 1) = 3 - x results in 2x22x=3x2x^2 - 2x = 3 - x. Setting this quadratic equation to zero yields 2x2x3=02x^2 - x - 3 = 0. Factoring the expression gives (2x3)(x+1)=0(2x - 3)(x + 1) = 0. Setting the first factor to zero, 2x3=02x - 3 = 0, results in x=1.5x = 1.5. Setting the second factor to zero, x+1=0x + 1 = 0, results in x=1x = -1. Comparing the two values, 1.51.5 is the larger solution.

Step-by-Step Solution

1
Expand and rearrange the equation into standard quadratic form ax2+bx+c=0ax^2 + bx + c = 0.
2x2x3=02x^2 - x - 3 = 0
A quadratic equation must be set to zero before solving it by factoring.
2
Factor the quadratic trinomial by grouping.
(2x3)(x+1)=0(2x - 3)(x + 1) = 0
Factoring allows us to apply the zero product property.
3
Set each factor to zero to solve for the roots.
x=1.5x = 1.5 and x=1x = -1
If a product equals zero, at least one of its factors must be zero.
4
Compare the solutions to find the larger value.
1.51.5
Comparing 1.51.5 and 1-1 shows that 1.51.5 is the greater value.

Key Concept

Solving quadratic equations by factoring when the leading coefficient is greater than 1
PreviousPage 7 / 28Next
All practice questions — ACT | Examkin