All practice questions

5556 questions

Question 1921Question

For a certain value of xx, the expression 25x+3\frac{2}{5}x + 3 is equal to 1111. What is the value of 2x+52x + 5?

Show answer & explanation

Answer: 45

Answer

45
To find the value of 2x+52x + 5, we first isolate the variable xx in the equation 25x+3=11\frac{2}{5}x + 3 = 11. Subtracting 33 from both sides gives 25x=8\frac{2}{5}x = 8. Multiplying both sides by the reciprocal of the coefficient, 52\frac{5}{2}, yields x=8×52=20x = 8 \times \frac{5}{2} = 20. Finally, substituting x=20x = 20 into the expression 2x+52x + 5 gives 2(20)+5=40+5=452(20) + 5 = 40 + 5 = 45.

Step-by-Step Solution

1
Set up the equation based on the text and subtract 3 from both sides of the equation to isolate the variable term.
25x=8\frac{2}{5}x = 8
To solve for xx, we first need to isolate the term containing xx.
2
Multiply both sides of the equation by 52\frac{5}{2} to solve for xx.
x=20x = 20
Multiplying by the reciprocal of the coefficient cancels the fraction, leaving xx isolated.
3
Substitute x=20x = 20 into the expression 2x+52x + 5.
2(20)+5=452(20) + 5 = 45
The question asks for the value of 2x+52x + 5, so we evaluate it using the solved value of xx.

Key Concept

Solving Linear Equations

Alternative Method

We can also multiply the entire equation by 55 first to eliminate the fraction: 2x+15=552x + 15 = 55. Subtracting 1515 from both sides gives 2x=402x = 40. Since the target expression is 2x+52x + 5, we can simply add 55 to both sides of 2x=402x = 40 to get 2x+5=452x + 5 = 45, avoiding the need to solve for xx directly.
Estimated Time:45s
Question 1922Question

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 1923Question

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 1924Question

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 1925Question
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 1926Question

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 1927Question

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 1928Question

A local bakery sells chocolate chip cookies for 1.50eachandoatmealraisincookiesfor1.50 each and oatmeal raisin cookies for 1.25 each. The table below shows the number of cookies sold on Monday and Tuesday:

DayChocolate ChipOatmeal Raisin
Monday80806060
Tuesday95957070

If the sales data is represented by the matrix S=[80609570]S = \begin{bmatrix} 80 & 60 \\ 95 & 70 \end{bmatrix} and the prices are represented by the matrix P=[1.501.25]P = \begin{bmatrix} 1.50 \\ 1.25 \end{bmatrix}, which of the following matrices represents the total revenue, in dollars, generated on Monday and Tuesday, respectively?

Show answer & explanation

Answer: [195.00230.00]\begin{bmatrix} 195.00 \\ 230.00 \end{bmatrix}

Answer

The matrix representing the revenue is [195.00230.00]\begin{bmatrix} 195.00 \\ 230.00 \end{bmatrix}
The correct matrix is obtained by performing standard matrix multiplication of SS (dimensions 2×22 \times 2) and PP (dimensions 2×12 \times 1). The resulting matrix has dimensions 2×12 \times 1. The first element is the sum of the products of the first row of SS and the column of PP: 80×1.50+60×1.25=120+75=19580 \times 1.50 + 60 \times 1.25 = 120 + 75 = 195. The second element is the sum of the products of the second row of SS and the column of PP: 95×1.50+70×1.25=142.50+87.50=23095 \times 1.50 + 70 \times 1.25 = 142.50 + 87.50 = 230. This gives the matrix containing the values 195.00 and 230.00.

Step-by-Step Solution

1
Set up the matrix multiplication of sales and prices
Multiply the 2×22 \times 2 sales matrix SS by the 2×12 \times 1 price matrix PP: S×P=[80609570][1.501.25]S \times P = \begin{bmatrix} 80 & 60 \\ 95 & 70 \end{bmatrix} \begin{bmatrix} 1.50 \\ 1.25 \end{bmatrix}
Matrix multiplication aligns the quantities sold of each item with their respective unit prices to calculate the total revenue per day.
2
Perform the matrix multiplication for each row
Monday's revenue is 80×1.50+60×1.25=120+75=19580 \times 1.50 + 60 \times 1.25 = 120 + 75 = 195. Tuesday's revenue is 95×1.50+70×1.25=142.50+87.50=23095 \times 1.50 + 70 \times 1.25 = 142.50 + 87.50 = 230.
Multiplying the elements of each row in the first matrix by the corresponding elements in the column of the second matrix, and then summing them, calculates the dot product for each day.
3
Write the results in a 2×12 \times 1 matrix
The final product matrix is [195.00230.00]\begin{bmatrix} 195.00 \\ 230.00 \end{bmatrix}.
The product of a 2×22 \times 2 matrix and a 2×12 \times 1 matrix is a 2×12 \times 1 matrix containing the total values for each row.

Key Concept

Matrix Multiplication in Word Problems
Question 1929Question

For the functions f(x)=x23f(x) = |x - 2| - 3 and g(x)=x22xg(x) = x^2 - 2x, what is the sum of all real values of xx for which g(f(x))=0g(f(x)) = 0?

Show answer & explanation

Answer: 8

Answer

The sum of all real values of xx is 8.
To solve g(f(x))=0g(f(x)) = 0, we substitute f(x)f(x) as the variable in g(x)g(x), obtaining (f(x))22f(x)=0(f(x))^2 - 2f(x) = 0. Factoring this equation yields f(x)(f(x)2)=0f(x)(f(x) - 2) = 0, giving two cases: f(x)=0f(x) = 0 or f(x)=2f(x) = 2. For the first case, x23=0|x - 2| - 3 = 0 simplifies to x2=3|x - 2| = 3, which has solutions x=5x = 5 and x=1x = -1. For the second case, x23=2|x - 2| - 3 = 2 simplifies to x2=5|x - 2| = 5, which has solutions x=7x = 7 and x=3x = -3. Summing these four solutions gives 5+(1)+7+(3)=85 + (-1) + 7 + (-3) = 8.

Step-by-Step Solution

1
Substitute f(x)f(x) into g(x)g(x) to set up the composite equation g(f(x))=0g(f(x)) = 0.
g(f(x))=(f(x))22f(x)=0g(f(x)) = (f(x))^2 - 2f(x) = 0
To evaluate a function composition, the output of the inner function f(x)f(x) becomes the input of the outer function g(x)g(x).
2
Factor the quadratic equation in terms of f(x)f(x).
f(x)(f(x)2)=0f(x)(f(x) - 2) = 0, which means f(x)=0f(x) = 0 or f(x)=2f(x) = 2.
Factoring allows us to split the quadratic equation into two separate linear cases.
3
Substitute f(x)=x23f(x) = |x - 2| - 3 into the first case, f(x)=0f(x) = 0, and solve for xx.
x23=0x2=3x2=3|x - 2| - 3 = 0 \Rightarrow |x - 2| = 3 \Rightarrow x - 2 = 3 or x2=3x - 2 = -3, yielding x=5x = 5 and x=1x = -1.
An absolute value equation u=c|u| = c has two cases: u=cu = c and u=cu = -c when c0c \geq 0.
4
Substitute f(x)=x23f(x) = |x - 2| - 3 into the second case, f(x)=2f(x) = 2, and solve for xx.
x23=2x2=5x2=5|x - 2| - 3 = 2 \Rightarrow |x - 2| = 5 \Rightarrow x - 2 = 5 or x2=5x - 2 = -5, yielding x=7x = 7 and x=3x = -3.
We must solve the second case using both positive and negative scenarios for the absolute value.
5
Calculate the sum of all four real solutions.
5+(1)+7+(3)=85 + (-1) + 7 + (-3) = 8
The question asks for the sum of all real values of xx that satisfy the composite equation.

Key Concept

Function Composition and Absolute Value Equations

Alternative Method

Instead of expanding the algebraic expressions, substitute a temporary variable u=f(x)u = f(x) into g(u)=0g(u) = 0 to get u22u=0u^2 - 2u = 0, which easily factors to u=0u = 0 or u=2u = 2. Then, substitute f(x)f(x) back to solve x23=0|x - 2| - 3 = 0 and x23=2|x - 2| - 3 = 2.
Estimated Time:1m 30s
Question 1930Question

In the quadratic equation ax2+bx+c=0a x^2 + b x + c = 0, the coefficients aa, bb, and cc are real numbers, and a=23a = \frac{2}{3}. If one of the roots of this equation is x=12i2x = \frac{1}{2} - i\sqrt{2}, where i=1i = \sqrt{-1}, what is the value of the product bcbc?

Show answer & explanation

Answer: 1-1

Answer

1-1
For any quadratic equation with real coefficients, if a complex number is a root, its conjugate must also be a root. Thus, the two roots are x1=12i2x_1 = \frac{1}{2} - i\sqrt{2} and x2=12+i2x_2 = \frac{1}{2} + i\sqrt{2}. Using Vieta's formulas, the sum of the roots is x1+x2=1=bax_1 + x_2 = 1 = -\frac{b}{a}, which gives b=23b = -\frac{2}{3}. The product of the roots is x1x2=142i2=94=cax_1 x_2 = \frac{1}{4} - 2i^2 = \frac{9}{4} = \frac{c}{a}, which gives c=32c = \frac{3}{2}. The product bcbc is therefore (23)(32)=1(-\frac{2}{3})(\frac{3}{2}) = -1.

Step-by-Step Solution

1
Find the second root of the quadratic equation.
The second root is x2=12+i2x_2 = \frac{1}{2} + i\sqrt{2}.
Since the quadratic equation has real coefficients, complex roots must occur in conjugate pairs.
2
Calculate the sum of the roots to find the coefficient bb.
b=23b = -\frac{2}{3}
The sum of the roots is x1+x2=(12i2)+(12+i2)=1x_1 + x_2 = (\frac{1}{2} - i\sqrt{2}) + (\frac{1}{2} + i\sqrt{2}) = 1. By Vieta's formulas, x1+x2=bax_1 + x_2 = -\frac{b}{a}. Substituting a=23a = \frac{2}{3} gives 1=b2/3    b=231 = -\frac{b}{2/3} \implies b = -\frac{2}{3}.
3
Calculate the product of the roots to find the coefficient cc.
c=32c = \frac{3}{2}
The product of the roots is x1x2=(12i2)(12+i2)=(12)2(i2)2=142i2x_1 x_2 = (\frac{1}{2} - i\sqrt{2})(\frac{1}{2} + i\sqrt{2}) = (\frac{1}{2})^2 - (i\sqrt{2})^2 = \frac{1}{4} - 2i^2. Since i2=1i^2 = -1, the product is \frac{1}{4} - 2(-1) = \frac{9}{4}.ByVietasformulas,. By Vieta's formulas, x_1 x_2 = \frac{c}{a}.Substituting. Substituting a = \frac{2}{3}gives94=c2/3    c=32 gives \frac{9}{4} = \frac{c}{2/3} \implies c = \frac{3}{2}.
4
Calculate the product bcbc.
bc=1bc = -1
Multiplying the values of bb and cc gives bc=(23)(32)=1bc = (-\frac{2}{3})(\frac{3}{2}) = -1.

Key Concept

Relating the roots of a quadratic equation with real coefficients to its coefficients via Vieta's formulas and the Complex Conjugate Root Theorem.
Question 1931Question

A line and a parabola intersect at a point (x,y)(x, y) in the first quadrant of the standard (x,y)(x, y) coordinate plane. If the equation of the line is y=x+1y = x + 1 and the equation of the parabola is y=(x1)2y = (x - 1)^2, what is the value of x+yx + y?

Show answer & explanation

Answer: 7

Answer

7
To find the intersection point, we set the two equations equal to each other: (x1)2=x+1(x - 1)^2 = x + 1. Expanding the left side gives x22x+1=x+1x^2 - 2x + 1 = x + 1. Subtracting x+1x + 1 from both sides yields x23x=0x^2 - 3x = 0. Factoring gives x(x3)=0x(x - 3) = 0, so x=0x = 0 or x=3x = 3. The first quadrant requires positive coordinates, so we choose x=3x = 3. Substituting this back into either equation gives y=3+1=4y = 3 + 1 = 4. Thus, the intersection point is (3,4)(3, 4), and the sum of the coordinates is 3+4=73 + 4 = 7.

Step-by-Step Solution

1
Set the two equations equal to find the x-coordinates of the intersection points.
(x1)2=x+1(x - 1)^2 = x + 1
Since both equations are equal to yy, their right-hand sides must be equal at the points of intersection.
2
Expand the quadratic expression and simplify the equation.
x22x+1=x+1    x23x=0x^2 - 2x + 1 = x + 1 \implies x^2 - 3x = 0
Expanding the binomial (x1)2(x-1)^2 yields x22x+1x^2 - 2x + 1. Subtracting xx and 11 from both sides simplifies the equation to standard quadratic form.
3
Factor the quadratic equation to solve for xx.
x(x3)=0    x=0x(x - 3) = 0 \implies x = 0 or x=3x = 3
Factoring out the greatest common factor xx allows us to find the roots of the equation.
4
Determine which solution lies in the first quadrant and calculate the corresponding y-coordinate.
x=3    y=3+1=4x = 3 \implies y = 3 + 1 = 4
The first quadrant requires both coordinates to be strictly positive. The solution x=0x = 0 gives (0,1)(0, 1), which is on the y-axis. Thus, we must use x=3x = 3, which gives (3,4)(3, 4).
5
Calculate the sum x+yx + y.
3+4=73 + 4 = 7
The question asks for the value of x+yx + y for the first-quadrant intersection point.

Key Concept

Solving systems of linear and non-linear equations by substitution, factoring quadratic equations, and applying coordinate plane quadrant constraints.
Estimated Time:1m 0s
Question 1932Question

A logistics company determines that its daily operating cost, CC (in dollars), for a delivery truck satisfies the inequality a(2C3)3+54Ca278\frac{a(2C - 3)}{3} + \frac{5}{4} \leq \frac{C - a}{2} - \frac{7}{8}, where aa is a constant regional fuel efficiency parameter such that a<2a < -2. Which of the following represents the range of possible operating costs CC?

Show answer & explanation

Answer: C5112a1216aC \geq \frac{51 - 12a}{12 - 16a}

Answer

The range of possible operating costs is C5112a1216aC \geq \frac{51 - 12a}{12 - 16a}.
To solve the inequality, we first eliminate the denominators by multiplying the entire inequality by 24, resulting in 8a(2C3)+3012(Ca)218a(2C - 3) + 30 \leq 12(C - a) - 21. Expanding both sides and gathering all terms with CC on the left gives (16a12)C12a51(16a - 12)C \leq 12a - 51. Because a<2a < -2, the coefficient 16a1216a - 12 is negative. Dividing by a negative number reverses the inequality direction, giving C12a5116a12C \geq \frac{12a - 51}{16a - 12}. Multiplying the numerator and denominator by 1-1 yields the correct solution.

Step-by-Step Solution

1
Clear the denominators by multiplying all terms by the least common multiple of 3, 4, 2, and 8, which is 24.
8a(2C3)+3012(Ca)218a(2C - 3) + 30 \leq 12(C - a) - 21
Eliminating fractions simplifies the algebraic manipulation of the linear inequality.
2
Expand both sides of the inequality.
16aC24a+3012C12a2116aC - 24a + 30 \leq 12C - 12a - 21
Distributing terms allows grouping the variable CC and the constants.
3
Isolate the terms containing CC on the left side and all other terms on the right side.
16aC12C12a5116aC - 12C \leq 12a - 51
Grouping like terms is necessary to solve for CC.
4
Factor out CC on the left side.
(16a12)C12a51(16a - 12)C \leq 12a - 51
This isolates the variable CC with a single coefficient.
5
Determine the sign of the coefficient (16a12)(16a - 12) based on the condition a<2a < -2.
Since a<2a < -2, we have 16a<3216a < -32, which implies 16a12<4416a - 12 < -44. Thus, the coefficient is negative.
Knowing whether the coefficient is positive or negative determines whether the inequality sign must flip upon division.
6
Divide both sides by (16a12)(16a - 12) and reverse the inequality sign.
C12a5116a12C \geq \frac{12a - 51}{16a - 12}
Dividing an inequality by a negative number requires reversing the direction of the inequality sign.
7
Simplify the resulting fraction by multiplying the numerator and denominator by 1-1.
C5112a1216aC \geq \frac{51 - 12a}{12 - 16a}
This yields the simplified final expression matching the target choice.

Key Concept

Solving linear inequalities involving fractions and variable parameters, with strict application of the inequality sign-flip rule when dividing by a negative algebraic term.
Estimated Time:3m 0s
Question 1933Question

A chemist is preparing a mixture. The volume of acid, VV in liters, required for a specific reaction satisfies the equation:

35(2V7)12(V+4)=110(3V2)\frac{3}{5}(2V - 7) - \frac{1}{2}(V + 4) = \frac{1}{10}(3V - 2)

What is the value of the expression 4V+34V + 3?

Show answer & explanation

Answer: 63

Answer

The value of the expression is 63.
The correct answer is 63. Multiplying both sides of the equation by the least common denominator of 10 eliminates the fractions and yields 6(2V7)5(V+4)=3V26(2V - 7) - 5(V + 4) = 3V - 2. Distributing the factors results in 12V425V20=3V212V - 42 - 5V - 20 = 3V - 2, which simplifies to 7V62=3V27V - 62 = 3V - 2. Subtracting 3V3V and adding 62 to both sides produces 4V=604V = 60, which gives V=15V = 15. Substituting 15 into the expression 4V+34V + 3 results in 4(15)+3=634(15) + 3 = 63.

Step-by-Step Solution

1
Multiply the entire equation by the least common denominator (LCD) to eliminate the fractions.
6(2V7)5(V+4)=1(3V2)6(2V - 7) - 5(V + 4) = 1(3V - 2)
The denominators are 5, 2, and 10, so the LCD is 10.
2
Distribute the constants on the left side of the equation.
12V425V20=3V212V - 42 - 5V - 20 = 3V - 2
Distributing 6 to (2V7)(2V - 7) yields 12V4212V - 42, and distributing 5-5 to (V+4)(V + 4) yields 5V20-5V - 20.
3
Combine like terms on the left side of the equation.
7V62=3V27V - 62 = 3V - 2
Combining the variable terms gives 12V5V=7V12V - 5V = 7V, and combining the constant terms gives 4220=62-42 - 20 = -62.
4
Isolate the variable term by performing inverse operations.
4V=604V = 60
Subtract 3V3V from both sides to get 4V4V, and add 62 to both sides to get 60.
5
Solve for VV by dividing both sides of the equation.
V=15V = 15
Dividing 60 by 4 yields 15.
6
Substitute the value of VV into the requested expression.
4(15)+3=634(15) + 3 = 63
The question asks for the value of the expression 4V+34V + 3, not the value of VV.

Key Concept

Solving multi-step linear equations containing fractions by finding a common denominator, distributing terms correctly, and evaluating algebraic expressions.
Estimated Time:2m 0s
Question 1934Question

For all real numbers pp and qq, which of the following is equivalent to the expression 2p2(p3q)3q(p2q2)(2p35p2q)2p^2(p - 3q) - 3q(p^2 - q^2) - (2p^3 - 5p^2q)?

Show answer & explanation

Answer: 4p2q+3q3-4p^2q + 3q^3

Answer

4p2q+3q3-4p^2q + 3q^3
The correct answer is obtained by distributing all factors and negative signs, then combining the coefficients of the like terms. This yields 4p2q+3q3-4p^2q + 3q^3.

Step-by-Step Solution

1
Distribute the term 2p22p^2 into the first parenthesis, 3q-3q into the second parenthesis, and the negative sign into the third parenthesis.
2p2(p3q)=2p36p2q2p^2(p - 3q) = 2p^3 - 6p^2q
3q(p2q2)=3p2q+3q3-3q(p^2 - q^2) = -3p^2q + 3q^3
(2p35p2q)=2p3+5p2q-(2p^3 - 5p^2q) = -2p^3 + 5p^2q
Expanding the terms removes the parentheses and prepares the expression for combining like terms.
2
Combine the expanded parts into a single expression and group the like terms together.
(2p32p3)+(6p2q3p2q+5p2q)+3q3(2p^3 - 2p^3) + (-6p^2q - 3p^2q + 5p^2q) + 3q^3
Grouping terms with identical variable parts makes combining coefficients straightforward.
3
Simplify the coefficients for each group of like terms.
0p3+(63+5)p2q+3q3=4p2q+3q30p^3 + (-6 - 3 + 5)p^2q + 3q^3 = -4p^2q + 3q^3
Simplifying the combined coefficients yields the final, simplified expression.

Key Concept

Simplifying Expressions and Combining Like Terms
Question 1935Question

A geometric sequence has a first term of 14\frac{1}{4} and a common ratio of 12\frac{1}{2}. What is the 4th term of this sequence?

Show answer & explanation

Answer: 132\frac{1}{32}

Answer

132\frac{1}{32}
The correct answer is found by substituting a1=14a_1 = \frac{1}{4}, r=12r = \frac{1}{2}, and n=4n = 4 into the geometric sequence formula an=a1rn1a_n = a_1 \cdot r^{n-1}. This gives a4=14(12)3=1418=132a_4 = \frac{1}{4} \cdot (\frac{1}{2})^3 = \frac{1}{4} \cdot \frac{1}{8} = \frac{1}{32}.

Step-by-Step Solution

1
Identify the given components of the geometric sequence.
The first term is a1=14a_1 = \frac{1}{4} and the common ratio is r=12r = \frac{1}{2}. We want to find the 4th term, so n=4n = 4.
Before performing any calculations, we must identify the values of the variables needed for the geometric sequence formula.
2
Substitute the values into the general formula for the nn-th term of a geometric sequence, an=a1rn1a_n = a_1 \cdot r^{n-1}.
a4=14(12)41=14(12)3a_4 = \frac{1}{4} \cdot \left(\frac{1}{2}\right)^{4-1} = \frac{1}{4} \cdot \left(\frac{1}{2}\right)^3
This formula relates the nn-th term to the first term and the common ratio.
3
Evaluate the exponent first, and then multiply the fractions.
a4=1418=132a_4 = \frac{1}{4} \cdot \frac{1}{8} = \frac{1}{32}
Following the order of operations, we raise the common ratio to the 3rd power before multiplying by the first term.

Key Concept

Finding the nn-th term of a geometric sequence using the general formula an=a1rn1a_n = a_1 \cdot r^{n-1}.
Question 1936Question

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 1937Question

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 1938Question

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 1939Question

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 1940Question

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.
PreviousPage 97 / 278Next
All practice questions — ACT | Examkin