Intermediate Algebra

272 questions

Question 221Question

An infinite geometric series has a first term of 1212 and a sum of 88. What is the common ratio of this series?

Show answer & explanation

Answer: 12-\frac{1}{2}

Answer

The correct common ratio is 12-\frac{1}{2}.
The correct answer is 12-\frac{1}{2}. The formula for the sum of an infinite geometric series is S=a11rS = \frac{a_1}{1 - r}. Substituting the first term a1=12a_1 = 12 and the sum S=8S = 8 gives 8=121r8 = \frac{12}{1 - r}. Multiplying both sides by 1r1 - r yields 8(1r)=128(1 - r) = 12, which simplifies to 88r=128 - 8r = 12. Subtracting 88 from both sides gives 8r=4-8r = 4. Dividing by 8-8 gives r=12r = -\frac{1}{2}. Since 12<1|-\frac{1}{2}| < 1, the series converges.

Step-by-Step Solution

1
Write the formula for the sum of an infinite geometric series.
S=a11rS = \frac{a_1}{1 - r}
This formula relates the sum (SS), the first term (a1a_1), and the common ratio (rr) of an infinite geometric series where r<1|r| < 1.
2
Substitute the given values into the formula.
8=121r8 = \frac{12}{1 - r}
Replacing SS with 88 and a1a_1 with 1212 leaves the common ratio rr as the only unknown variable.
3
Solve for the common ratio rr.
8(1r)=1288r=128r=4r=48=128(1 - r) = 12 \Rightarrow 8 - 8r = 12 \Rightarrow -8r = 4 \Rightarrow r = -\frac{4}{8} = -\frac{1}{2}
Multiplying by the denominator and isolating rr yields the value of the common ratio.

Key Concept

Sum of an infinite geometric series

Alternative Method

Test the given choices by substituting each value of rr back into the sum formula S=121rS = \frac{12}{1 - r} to see which one yields a sum of 88. For example, testing 12-\frac{1}{2} gives 121(0.5)=121.5=8\frac{12}{1 - (-0.5)} = \frac{12}{1.5} = 8, which matches the given sum.
Estimated Time:1m 0s
Question 222Question

A geometric sequence consists of positive terms. The first term of the sequence is 33, and the sum of the first 33 terms is 3939. What is the value of the 44 th term of this sequence?

Show answer & explanation

Answer: 81

Answer

81
The sum of the first three terms of a geometric sequence is given by S3=a1(1+r+r2)S_3 = a_1(1 + r + r^2). Substituting the first term a1=3a_1 = 3 and the sum S3=39S_3 = 39 gives 3(1+r+r2)=393(1 + r + r^2) = 39, which simplifies to r2+r12=0r^2 + r - 12 = 0. Factoring this quadratic equation yields (r3)(r+4)=0(r - 3)(r + 4) = 0. Since the sequence consists of positive terms, the common ratio must be positive, which gives r=3r = 3. The fourth term of the sequence is then calculated using the formula a4=a1r3=333=81a_4 = a_1 r^3 = 3 \cdot 3^3 = 81.

Step-by-Step Solution

1
Write the expression for the sum of the first 3 terms of a geometric sequence and set it equal to the given sum.
S3=a1(1+r+r2)=3(1+r+r2)=39S_3 = a_1(1 + r + r^2) = 3(1 + r + r^2) = 39
This sets up the equation needed to solve for the common ratio of the sequence.
2
Divide both sides of the equation by 3 and solve the resulting quadratic equation for the common ratio rr.
1+r+r2=13    r2+r12=0    (r3)(r+4)=0    r=31 + r + r^2 = 13 \implies r^2 + r - 12 = 0 \implies (r - 3)(r + 4) = 0 \implies r = 3 (since terms must be positive)
This determines the common ratio of the geometric sequence.
3
Use the formula for the nn-th term of a geometric sequence, an=a1rn1a_n = a_1 r^{n-1}, to find the value of the 4th term.
a4=333=327=81a_4 = 3 \cdot 3^3 = 3 \cdot 27 = 81
This computes the final value requested by the question.

Key Concept

Geometric sequence formulas for the sum of a finite number of terms and the n-th term
Estimated Time:1m 30s
Question 223Question

In the standard (x,y)(x, y) coordinate plane, the circle defined by x2+y2=26x^2 + y^2 = 26 and the line defined by y=x4y = x - 4 intersect at two points. What is the distance between these two points of intersection?

Show answer & explanation

Answer: 626\sqrt{2}

Answer

626\sqrt{2}
Solving the system of equations by substituting y=x4y = x - 4 into x2+y2=26x^2 + y^2 = 26 yields 2x28x10=02x^2 - 8x - 10 = 0, which simplifies to x24x5=0x^2 - 4x - 5 = 0. Factoring gives (x5)(x+1)=0(x-5)(x+1) = 0, leading to the points (5,1)(5, 1) and (1,5)(-1, -5). The distance between these points is 62+62=62\sqrt{6^2 + 6^2} = 6\sqrt{2}.

Step-by-Step Solution

1
Substitute the linear equation into the circle equation.
x2+(x4)2=26x^2 + (x - 4)^2 = 26
This reduces the system to a single equation in terms of xx.
2
Expand the squared binomial and simplify the quadratic equation.
2x28x10=02x^2 - 8x - 10 = 0, which simplifies to x24x5=0x^2 - 4x - 5 = 0.
Expanding (x4)2(x - 4)^2 yields x28x+16x^2 - 8x + 16. Setting the equation to zero allows us to solve for xx.
3
Factor the quadratic equation to find the xx-coordinates.
x=5x = 5 or x=1x = -1.
The factored form is (x5)(x+1)=0(x - 5)(x + 1) = 0.
4
Substitute the xx-values back into the linear equation to find the corresponding yy-coordinates.
The intersection points are (5,1)(5, 1) and (1,5)(-1, -5).
For x=5x = 5, y=54=1y = 5 - 4 = 1. For x=1x = -1, y=14=5y = -1 - 4 = -5.
5
Apply the distance formula to find the straight-line distance between the two points.
626\sqrt{2}
The distance is (5(1))2+(1(5))2=62+62=72=62\sqrt{(5 - (-1))^2 + (1 - (-5))^2} = \sqrt{6^2 + 6^2} = \sqrt{72} = 6\sqrt{2}.

Key Concept

Solving systems of linear and non-linear (circular) equations by substitution and finding the distance between intersection points.
Question 224Question

A geometric sequence has a first term of 232^3 and a common ratio of 222^2. What is the value of the 5th term of this sequence?

Show answer & explanation

Answer: 2,0482,048

Answer

The 5th term of the geometric sequence is 2,0482,048.
To find the 5th term of a geometric sequence, we use the formula an=a1rn1a_n = a_1 \cdot r^{n-1}. Substituting the given first term a1=23=8a_1 = 2^3 = 8 and the common ratio r=22=4r = 2^2 = 4 for n=5n = 5 gives a5=23(22)4a_5 = 2^3 \cdot (2^2)^4. Applying the power of a power rule, (22)4=22×4=28(2^2)^4 = 2^{2 \times 4} = 2^8. Then, multiplying the bases by adding the exponents gives 2328=23+8=2112^3 \cdot 2^8 = 2^{3+8} = 2^{11}, which evaluates to 2,0482,048.

Step-by-Step Solution

1
Identify the given values and the formula for the nn-th term of a geometric sequence.
The first term is a1=23=8a_1 = 2^3 = 8, the common ratio is r=22=4r = 2^2 = 4, and we need to find the term for n=5n = 5 using the formula an=a1rn1a_n = a_1 \cdot r^{n-1}.
Knowing the correct formula is necessary to compute the specific term of a geometric sequence.
2
Substitute the values into the formula to express the 5th term in terms of base 2.
a5=23(22)51=23(22)4a_5 = 2^3 \cdot (2^2)^{5-1} = 2^3 \cdot (2^2)^4
This substitutes the specific term number and sequence parameters into the general term formula.
3
Simplify the exponential expression and calculate the final numerical value.
a5=2328=23+8=211=2,048a_5 = 2^3 \cdot 2^8 = 2^{3+8} = 2^{11} = 2,048
Applying exponent rules (multiplying powers of a power and adding exponents when multiplying like bases) allows us to evaluate the expression to a single number.

Key Concept

Finding a specific term in a geometric sequence using exponential properties
Estimated Time:1m 0s
Question 225Question

A parabola is defined by the equation y=x24x+3y = x^2 - 4x + 3, and a line is defined by the equation y=x+7y = -x + 7. The parabola and the line intersect at two points in the standard (x,y)(x, y) coordinate plane. What is the distance between these two points of intersection?

Show answer & explanation

Answer: 525\sqrt{2}

Answer

525\sqrt{2}
The correct answer is the value representing the straight-line distance between the two intersection points. Setting the equations equal to each other gives x23x4=0x^2 - 3x - 4 = 0, which factors to (x4)(x+1)=0(x - 4)(x + 1) = 0. This yields x=4x = 4 and x=1x = -1. Evaluating these in y=x+7y = -x + 7 yields the points (4,3)(4, 3) and (1,8)(-1, 8). The distance between them is (4(1))2+(38)2=25+25=50=52\sqrt{(4 - (-1))^2 + (3 - 8)^2} = \sqrt{25 + 25} = \sqrt{50} = 5\sqrt{2}.

Step-by-Step Solution

1
Set the equations of the parabola and line equal to each other to find the xx-coordinates of the intersection points.
x24x+3=x+7x^2 - 4x + 3 = -x + 7
Intersection points must satisfy both equations simultaneously.
2
Rearrange the equation into standard quadratic form and factor it to solve for xx.
x23x4=0    (x4)(x+1)=0    x=4x^2 - 3x - 4 = 0 \implies (x - 4)(x + 1) = 0 \implies x = 4 or x=1x = -1
Factoring the quadratic equation gives the roots which correspond to the xx-coordinates of the intersection points.
3
Substitute the xx-values back into the linear equation to determine the corresponding yy-coordinates.
For x=4x = 4, y=(4)+7=3y = -(4) + 7 = 3, yielding point (4,3)(4, 3). For x=1x = -1, y=(1)+7=8y = -(-1) + 7 = 8, yielding point (1,8)(-1, 8).
Substituting into the simpler linear equation provides the yy-coordinates of the intersection points.
4
Apply the distance formula to calculate the distance between (4,3)(4, 3) and (1,8)(-1, 8).
d=(4(1))2+(38)2=52+(5)2=25+25=50=52d = \sqrt{(4 - (-1))^2 + (3 - 8)^2} = \sqrt{5^2 + (-5)^2} = \sqrt{25 + 25} = \sqrt{50} = 5\sqrt{2}
The distance formula calculates the straight-line distance between two coordinates in the coordinate plane.

Key Concept

Systems of Linear and Non-Linear Equations
Question 226Question

A recipe calls for 12\frac{1}{2} cup of sugar on the first day of a fermentation process. Each day after that, the ratio of the sugar added on that day to the sugar added on the previous day is 1:31:3. What is the total amount of sugar, in cups, added during the first 3 days?

Show answer & explanation

Answer: 1318\frac{13}{18}

Answer

The total amount of sugar added is 1318\frac{13}{18} cups.
The correct answer is 1318\frac{13}{18}. The sugar added on Day 1 is 12\frac{1}{2} cup. Since the ratio between consecutive days is 1:31:3, the common ratio is r=13r = \frac{1}{3}. This gives a Day 2 amount of 12×13=16\frac{1}{2} \times \frac{1}{3} = \frac{1}{6} cup, and a Day 3 amount of 16×13=118\frac{1}{6} \times \frac{1}{3} = \frac{1}{18} cup. Summing these three amounts using a common denominator of 18 yields 918+318+118=1318\frac{9}{18} + \frac{3}{18} + \frac{1}{18} = \frac{13}{18} cups.

Step-by-Step Solution

1
Identify the type of sequence and the first term.
The first term is a1=12a_1 = \frac{1}{2}. The sequence is geometric because the ratio between the amounts added on consecutive days is constant.
The problem states that the ratio of sugar added on consecutive days is 1:31:3, which establishes a common ratio for a geometric sequence.
2
Determine the common ratio and find the terms for the second and third days.
The common ratio is r=13r = \frac{1}{3}. The second term is a2=12×13=16a_2 = \frac{1}{2} \times \frac{1}{3} = \frac{1}{6}, and the third term is a3=16×13=118a_3 = \frac{1}{6} \times \frac{1}{3} = \frac{1}{18}.
Each subsequent term of a geometric sequence is found by multiplying the previous term by the common ratio.
3
Calculate the sum of the first three terms.
The total sum is S3=12+16+118=918+318+118=1318S_3 = \frac{1}{2} + \frac{1}{6} + \frac{1}{18} = \frac{9}{18} + \frac{3}{18} + \frac{1}{18} = \frac{13}{18}.
Finding the total amount requires summing the individual amounts added over the three days using a common denominator of 18.

Key Concept

Sum of a finite geometric series

Alternative Method

Instead of calculating and adding the individual terms, you can use the sum of a finite geometric series formula: Sn=a1(1rn)1rS_n = \frac{a_1(1-r^n)}{1-r}. Substituting a1=12a_1 = \frac{1}{2}, r=13r = \frac{1}{3}, and n=3n=3 yields: S3=12(1(13)3)113=12(1127)23=12(2627)23=1327×32=1318S_3 = \frac{\frac{1}{2}\left(1 - \left(\frac{1}{3}\right)^3\right)}{1 - \frac{1}{3}} = \frac{\frac{1}{2}\left(1 - \frac{1}{27}\right)}{\frac{2}{3}} = \frac{\frac{1}{2}\left(\frac{26}{27}\right)}{\frac{2}{3}} = \frac{13}{27} \times \frac{3}{2} = \frac{13}{18}.
Estimated Time:1m 30s
Question 227Question

The first term of an arithmetic sequence is 12\frac{1}{2}, and the third term of the sequence is 56\frac{5}{6}. What is the sum of the first 6 terms of this sequence?

Show answer & explanation

Answer: 112\frac{11}{2}

Answer

The sum of the first 6 terms is 112\frac{11}{2}.
To find the sum of the first 6 terms, we first determine the common difference dd from the given terms: a3=a1+2d56=12+2d2d=13d=16a_3 = a_1 + 2d \Rightarrow \frac{5}{6} = \frac{1}{2} + 2d \Rightarrow 2d = \frac{1}{3} \Rightarrow d = \frac{1}{6}. Then, we apply the arithmetic series sum formula: S6=62[2(12)+5(16)]=3[1+56]=3(116)=112S_6 = \frac{6}{2}[2(\frac{1}{2}) + 5(\frac{1}{6})] = 3[1 + \frac{5}{6}] = 3(\frac{11}{6}) = \frac{11}{2}.

Step-by-Step Solution

1
Find the common difference dd using the formula for the nn-th term of an arithmetic sequence an=a1+(n1)da_n = a_1 + (n - 1)d with the given values a1=12a_1 = \frac{1}{2} and a3=56a_3 = \frac{5}{6}.
2d=56122d=13d=162d = \frac{5}{6} - \frac{1}{2} \Rightarrow 2d = \frac{1}{3} \Rightarrow d = \frac{1}{6}
We need to find the common difference to determine the subsequent terms and calculate the sum of the sequence.
2
Use the sum formula Sn=n2[2a1+(n1)d]S_n = \frac{n}{2}[2a_1 + (n - 1)d] with n=6n = 6, a1=12a_1 = \frac{1}{2}, and d=16d = \frac{1}{6} to find the sum of the first 6 terms.
S6=62[2(12)+(61)(16)]=3[1+56]=3(116)=112S_6 = \frac{6}{2}[2(\frac{1}{2}) + (6 - 1)(\frac{1}{6})] = 3[1 + \frac{5}{6}] = 3(\frac{11}{6}) = \frac{11}{2}
This formula sums the first 6 terms of the arithmetic sequence directly.

Key Concept

Sum of the first nn terms of an arithmetic sequence using fractional terms

Alternative Method

Alternatively, you can list the first 6 terms of the sequence and add them directly: 36,46,56,66,76,86\frac{3}{6}, \frac{4}{6}, \frac{5}{6}, \frac{6}{6}, \frac{7}{6}, \frac{8}{6}. Adding these gives 336=112\frac{33}{6} = \frac{11}{2}.
Estimated Time:1m 30s
Question 228Question

One of the solutions to the quadratic equation 2x2kx+18=02x^2 - kx + 18 = 0 is exactly four times the other solution. If kk is a positive constant, what is the value of kk?

Show answer & explanation

Answer: 15

Answer

15
By representing the roots as rr and 4r4r, we can use Vieta's formulas to find that the product of the roots is 4r2=94r^2 = 9, which gives r=1.5r = 1.5. The sum of the roots is 5r=k/25r = k/2, which gives k=10(1.5)=15k = 10(1.5) = 15.

Step-by-Step Solution

1
Represent the roots of the quadratic equation.
Let the two solutions be rr and 4r4r, where rr is a real number.
We are given that one solution is exactly four times the other.
2
Apply Vieta's formulas for the product of the roots.
r4r=4r2=182=9r \cdot 4r = 4r^2 = \frac{18}{2} = 9
For a quadratic equation ax2+bx+c=0ax^2 + bx + c = 0, the product of the roots is equal to ca\frac{c}{a}.
3
Solve for the root rr.
r2=94r=1.5r^2 = \frac{9}{4} \Rightarrow r = 1.5 (since kk is positive, rr must be positive)
Solving the equation 4r2=94r^2 = 9 gives r=±1.5r = \pm 1.5. Since the sum of the roots is positive, we select the positive root.
4
Apply Vieta's formulas for the sum of the roots to find kk.
r+4r=5r=k2=k2k=10r=10(1.5)=15r + 4r = 5r = -\frac{-k}{2} = \frac{k}{2} \Rightarrow k = 10r = 10(1.5) = 15
For a quadratic equation ax2+bx+c=0ax^2 + bx + c = 0, the sum of the roots is equal to ba-\frac{b}{a}.

Key Concept

Using Vieta's formulas to relate the roots of a quadratic equation to its coefficients.
Question 229Question

On the first day of a research project, a student analyzes 14\frac{1}{4} of a dataset. On each subsequent day, the student analyzes a fraction of the dataset that is exactly 23\frac{2}{3} of the fraction analyzed on the previous day. What fraction of the dataset does the student analyze on the 4th day of the project?

Show answer & explanation

Answer: 227\frac{2}{27}

Answer

The fraction of the dataset analyzed on the 4th day is 227\frac{2}{27}.
The problem describes a geometric sequence where the first term is the fraction of the dataset analyzed on the first day, which is 14\frac{1}{4}, and the common ratio is the multiplier for each subsequent day, which is 23\frac{2}{3}. The general formula for the nn-th term of a geometric sequence is an=a1rn1a_n = a_1 \cdot r^{n-1}. For the 4th day, we evaluate a4=14(23)41=14(23)3=14827=227a_4 = \frac{1}{4} \cdot \left(\frac{2}{3}\right)^{4-1} = \frac{1}{4} \cdot \left(\frac{2}{3}\right)^3 = \frac{1}{4} \cdot \frac{8}{27} = \frac{2}{27}.

Step-by-Step Solution

1
Identify the type of sequence and its parameters from the word problem.
This is a geometric sequence with the first term a1=14a_1 = \frac{1}{4} and a common ratio r=23r = \frac{2}{3}.
Each day's fraction is a constant multiple of the previous day's fraction, which characterizes a geometric sequence.
2
Set up the formula for the nn-th term of a geometric sequence to find the term for the 4th day.
an=a1rn1    a4=14(23)41a_n = a_1 \cdot r^{n-1} \implies a_4 = \frac{1}{4} \cdot \left(\frac{2}{3}\right)^{4-1}
To find the fraction analyzed on the 4th day, we evaluate the 4th term of the sequence (n=4n = 4).
3
Simplify the exponent and calculate the final fraction.
a4=14(23)3=14827=227a_4 = \frac{1}{4} \cdot \left(\frac{2}{3}\right)^3 = \frac{1}{4} \cdot \frac{8}{27} = \frac{2}{27}
Performing exponentiation before multiplication satisfies the order of operations and yields the correct fraction.

Key Concept

Modeling real-world scenarios using the general term formula of geometric sequences.
Question 230Question

A rectangular painting is 22 feet wide and 66 feet long. A wooden frame of uniform width xx feet is placed around the painting. If the total area of the painting and the frame is 2121 square feet, what is the width of the frame, in feet?

Show answer & explanation

Answer: 0.5

Answer

The correct width of the frame is 0.5 feet.
The correct answer is 0.5 feet. To find the width of the frame, we define the total dimensions of the framed painting as (2+2x)(2 + 2x) and (6+2x)(6 + 2x). Setting their product equal to the total area of 21 square feet gives the quadratic equation 4x2+16x9=04x^2 + 16x - 9 = 0. Solving this using the quadratic formula yields x=0.5x = 0.5 and x=4.5x = -4.5. Since a physical width must be positive, the width of the frame is 0.5 feet.

Step-by-Step Solution

1
Set up the equation for the total area. The painting's dimensions are 22 feet by 66 feet. Adding a frame of uniform width xx on all sides increases both the width and the length by 2x2x.
The total dimensions are (2+2x)(2 + 2x) and (6+2x)(6 + 2x), and the total area is given by the equation: (2+2x)(6+2x)=21(2 + 2x)(6 + 2x) = 21.
To find the width of the frame, we must relate the final total area to the dimensions of the painting plus the frame.
2
Expand the equation and write it in standard quadratic form ax2+bx+c=0ax^2 + bx + c = 0.
12+4x+12x+4x2=21    4x2+16x+12=21    4x2+16x9=012 + 4x + 12x + 4x^2 = 21 \implies 4x^2 + 16x + 12 = 21 \implies 4x^2 + 16x - 9 = 0.
Standard form is required to apply the quadratic formula or to factor the quadratic expression.
3
Solve the quadratic equation 4x2+16x9=04x^2 + 16x - 9 = 0 using the quadratic formula: x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}.
x=16±1624(4)(9)2(4)=16±256+1448=16±4008=16±208x = \frac{-16 \pm \sqrt{16^2 - 4(4)(-9)}}{2(4)} = \frac{-16 \pm \sqrt{256 + 144}}{8} = \frac{-16 \pm \sqrt{400}}{8} = \frac{-16 \pm 20}{8}.
This formula provides the solutions to any quadratic equation.
4
Calculate the two possible values for xx and select the physically meaningful one.
x=16+208=0.5x = \frac{-16 + 20}{8} = 0.5 or x=16208=4.5x = \frac{-16 - 20}{8} = -4.5. Since width must be positive, the only valid solution is x=0.5x = 0.5.
A physical measurement like width cannot be negative.

Key Concept

Quadratic Equations and the Quadratic Formula
Question 231Question

For the quadratic equation 2x2+bx+16=02x^2 + bx + 16 = 0, where bb is a positive constant, the sum of the squares of the two complex solutions is equal to 7-7. What is the value of bb?

Show answer & explanation

Answer: 6

Answer

The value of the positive constant bb is 66.
By Vieta's formulas, the sum of the roots of the quadratic equation 2x2+bx+16=02x^2 + bx + 16 = 0 is b2-\frac{b}{2} and the product is 88. Using the identity x12+x22=(x1+x2)22x1x2x_1^2 + x_2^2 = (x_1 + x_2)^2 - 2x_1 x_2, we substitute 7-7 for the sum of the squares, yielding 7=(b2)22(8)-7 = \left(-\frac{b}{2}\right)^2 - 2(8). This simplifies to 7=b2416-7 = \frac{b^2}{4} - 16, which leads to b24=9\frac{b^2}{4} = 9 and b2=36b^2 = 36. Since bb is a positive constant, b=6b = 6.

Step-by-Step Solution

1
Find the sum and product of the roots in terms of bb using Vieta's formulas.
x1+x2=b2x_1 + x_2 = -\frac{b}{2} and x1x2=8x_1 x_2 = 8
Vieta's formulas state that for a quadratic equation ax2+bx+c=0ax^2 + bx + c = 0, the sum of the roots is ba-\frac{b}{a} and the product of the roots is ca\frac{c}{a}.
2
Relate the sum of the squares of the roots to their sum and product.
x12+x22=(x1+x2)22x1x2x_1^2 + x_2^2 = (x_1 + x_2)^2 - 2x_1 x_2
This algebraic identity allows us to express the sum of the squares of the roots using the sum and product of the roots.
3
Substitute the known values into the identity and solve for bb.
7=(b2)22(8)    7=b2416    b24=9    b2=36    b=6-7 = \left(-\frac{b}{2}\right)^2 - 2(8) \implies -7 = \frac{b^2}{4} - 16 \implies \frac{b^2}{4} = 9 \implies b^2 = 36 \implies b = 6
Substituting the given sum of squares (7-7), sum (b2-\frac{b}{2}), and product (88) produces a single-variable equation that can be solved for the positive constant bb.

Key Concept

Using Vieta's formulas and algebraic identities to relate the roots of a quadratic equation to its coefficients.
Question 232Question

In the standard (x,y)(x, y) coordinate plane, the graph of the parabola y=x25x+2y = x^2 - 5x + 2 intersects the line 2xy=42x - y = 4 at two points, (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2). What is the value of x1x2+y1y2x_1 x_2 + y_1 y_2?

Show answer & explanation

Answer: -10

Answer

The value of x1x2+y1y2x_1 x_2 + y_1 y_2 is 10-10.
The correct answer is 10-10. To find the intersection points, substitute the linear equation y=2x4y = 2x - 4 into the quadratic equation y=x25x+2y = x^2 - 5x + 2, which simplifies to x27x+6=0x^2 - 7x + 6 = 0. Factoring gives (x1)(x6)=0(x-1)(x-6) = 0, yielding xx-coordinates x1=1x_1 = 1 and x2=6x_2 = 6. Substituting these back into the linear equation gives the corresponding yy-coordinates y1=2y_1 = -2 and y2=8y_2 = 8. Evaluating the requested expression gives (1)(6)+(2)(8)=616=10(1)(6) + (-2)(8) = 6 - 16 = -10.

Step-by-Step Solution

1
Isolate yy in the linear equation.
y=2x4y = 2x - 4
This allows for substitution into the quadratic equation.
2
Substitute y=2x4y = 2x - 4 into the quadratic equation y=x25x+2y = x^2 - 5x + 2.
2x4=x25x+22x - 4 = x^2 - 5x + 2
Setting the two equations equal to each other helps find the x-coordinates of the intersection points.
3
Rearrange the equation into standard quadratic form.
x27x+6=0x^2 - 7x + 6 = 0
This sets up the equation for factoring.
4
Factor the quadratic equation.
(x1)(x6)=0(x-1)(x-6) = 0
Factoring reveals the solutions for the x-coordinates.
5
Solve for the two x-coordinates.
x1=1x_1 = 1 and x2=6x_2 = 6
These are the x-coordinates of the two intersection points.
6
Find the corresponding y-coordinates by substituting the x-values back into the linear equation.
For x1=1x_1 = 1: y1=2(1)4=2y_1 = 2(1) - 4 = -2. For x2=6x_2 = 6: y2=2(6)4=8y_2 = 2(6) - 4 = 8.
This gives the full coordinate pairs: (1,2)(1, -2) and (6,8)(6, 8).
7
Calculate the value of the expression x1x2+y1y2x_1 x_2 + y_1 y_2.
(1)(6)+(2)(8)=616=10(1)(6) + (-2)(8) = 6 - 16 = -10
This provides the final required value.

Key Concept

Solving systems of linear and quadratic equations by substitution and evaluating expressions of their coordinate solutions.
Estimated Time:1m 30s
Question 233Question

A geometric sequence has a second term of 32-\frac{3}{2} and a fifth term of 1212. What is the eighth term of this sequence?

Show answer & explanation

Answer: 96-96

Answer

96-96
The correct term is 96-96. First, find the common ratio rr by taking the ratio of the fifth term to the second term: a5a2=a1r4a1r=r3\frac{a_5}{a_2} = \frac{a_1 r^4}{a_1 r} = r^3. Substituting the given values, r3=123/2=8r^3 = \frac{12}{-3/2} = -8, which gives r=2r = -2. To find the eighth term, multiply the fifth term by the common ratio cubed: a8=a5r3=12×(2)3=12×(8)=96a_8 = a_5 r^3 = 12 \times (-2)^3 = 12 \times (-8) = -96.

Step-by-Step Solution

1
Set up the ratio between the fifth term and the second term using the geometric sequence formula an=a1rn1a_n = a_1 r^{n-1}.
a5a2=a1r4a1r=r3\frac{a_5}{a_2} = \frac{a_1 r^4}{a_1 r} = r^3
This allows us to isolate the common ratio rr without needing to calculate the first term a1a_1 first.
2
Substitute the given values into the ratio and solve for rr.
r3=123/2=12×(23)=8r=2r^3 = \frac{12}{-3/2} = 12 \times \left(-\frac{2}{3}\right) = -8 \Rightarrow r = -2
Finding the common ratio is necessary to compute any subsequent terms in the sequence.
3
Use the common ratio to find the eighth term a8a_8 by multiplying the fifth term a5a_5 by r3r^3.
a8=a5r85=12×(2)3=12×(8)=96a_8 = a_5 r^{8-5} = 12 \times (-2)^3 = 12 \times (-8) = -96
Since a8=a5r3a_8 = a_5 r^3, multiplying 1212 by 8-8 directly gives the eighth term.

Key Concept

Finding terms in a geometric sequence using the common ratio.
Question 234Question

A line is defined by the equation y=2x+ky = 2x + k, where kk is a constant. A parabola is defined by the equation y=x24x+14y = x^2 - 4x + 14. If the line and the parabola intersect at exactly one point in the standard (x,y)(x, y) coordinate plane, what is the value of kk?

Show answer & explanation

Answer: 5

Answer

The value of the constant kk must be 5.
To find the intersection of the line and the parabola, set their equations equal to each other: x24x+14=2x+kx^2 - 4x + 14 = 2x + k. Rearranging this into standard quadratic form gives x26x+(14k)=0x^2 - 6x + (14 - k) = 0. For the system to have exactly one solution, the discriminant of this quadratic equation must be zero. The discriminant is b24ac=(6)24(1)(14k)=3656+4k=4k20b^2 - 4ac = (-6)^2 - 4(1)(14 - k) = 36 - 56 + 4k = 4k - 20. Setting 4k20=04k - 20 = 0 yields k=5k = 5.

Step-by-Step Solution

1
Equate the linear and quadratic expressions to find their intersection.
x24x+14=2x+kx^2 - 4x + 14 = 2x + k
Setting the two equations equal to each other allows us to find the xx-coordinates of any intersection points.
2
Rearrange the terms to write the equation in standard quadratic form, ax2+bx+c=0ax^2 + bx + c = 0.
x26x+(14k)=0x^2 - 6x + (14 - k) = 0
Subtracting 2x2x and kk from both sides simplifies the equation into a quadratic form where a=1a = 1, b=6b = -6, and c=14kc = 14 - k.
3
Apply the condition for exactly one intersection point by setting the discriminant to zero.
(6)24(1)(14k)=0(-6)^2 - 4(1)(14 - k) = 0
A quadratic equation has exactly one real root if and only if its discriminant, b24acb^2 - 4ac, is equal to zero.
4
Solve the linear equation for kk.
k=5k = 5
Expanding the equation yields 3656+4k=036 - 56 + 4k = 0, which simplifies to 4k20=04k - 20 = 0, leading to k=5k = 5.

Key Concept

Determining the condition for a linear equation to be tangent to a quadratic equation by setting the discriminant of their intersection equation to zero.
Question 235Question

An arithmetic sequence has a first term of 22 and a common difference of dd. A geometric sequence has a first term of 44 and a common ratio of rr. The third term of the arithmetic sequence is equal to the third term of the geometric sequence. If d=rd = r and d1d \neq 1, what is the value of dd?

Show answer & explanation

Answer: 12-\frac{1}{2}

Answer

12-\frac{1}{2}
The correct answer is 12-\frac{1}{2}. The third term of the arithmetic sequence is a3=a1+2d=2+2da_3 = a_1 + 2d = 2 + 2d. The third term of the geometric sequence is g3=g1r2=4r2g_3 = g_1 r^2 = 4r^2. Given that d=rd = r, we set the two terms equal: 2+2d=4d22 + 2d = 4d^2. Rearranging and dividing by 22 yields 2d2d1=02d^2 - d - 1 = 0, which factors as (2d+1)(d1)=0(2d + 1)(d - 1) = 0. Since the problem specifies that d1d \neq 1, the only valid solution is d=12d = -\frac{1}{2}.

Step-by-Step Solution

1
Write the formulas for the third term of both the arithmetic and geometric sequences.
For the arithmetic sequence: a3=a1+(31)d=2+2da_3 = a_1 + (3 - 1)d = 2 + 2d. For the geometric sequence: g3=g1r31=4r2g_3 = g_1 \cdot r^{3 - 1} = 4r^2.
This establishes the algebraic expressions for the third terms using the given first terms.
2
Substitute dd for rr and set the two expressions equal to each other.
Since d=rd = r, we substitute dd into the geometric term to get g3=4d2g_3 = 4d^2. Setting them equal gives 2+2d=4d22 + 2d = 4d^2.
The problem states that the third terms are equal and that the common difference equals the common ratio.
3
Solve the quadratic equation 4d22d2=04d^2 - 2d - 2 = 0 for dd.
Divide the equation by 22 to get 2d2d1=02d^2 - d - 1 = 0. Factoring this gives (2d+1)(d1)=0(2d + 1)(d - 1) = 0. The roots are d=12d = -\frac{1}{2} and d=1d = 1. Since the problem specifies d1d \neq 1, we have d=12d = -\frac{1}{2}.
Solving the quadratic equation gives the possible values of the common difference, and the constraint rules out d=1d = 1.

Key Concept

Relating arithmetic and geometric sequence terms and solving the resulting quadratic equation.

Alternative Method

Instead of factoring, the quadratic formula can be used to solve 2d2d1=02d^2 - d - 1 = 0: d=(1)±(1)24(2)(1)2(2)=1±94=1±34d = \frac{-(-1) \pm \sqrt{(-1)^2 - 4(2)(-1)}}{2(2)} = \frac{1 \pm \sqrt{9}}{4} = \frac{1 \pm 3}{4}. This yields d=1d = 1 and d=12d = -\frac{1}{2}. Since the problem specifies d1d \neq 1, the only valid solution is d=12d = -\frac{1}{2}.
Estimated Time:1m 30s
Question 236Question

If kk is a non-zero constant, for what value of kk does the quadratic equation (x3)2=kx(x - 3)^2 = kx have exactly one real solution?

Show answer & explanation

Answer: 12-12

Answer

12-12
Expanding (x3)2(x - 3)^2 yields x26x+9=kxx^2 - 6x + 9 = kx. Subtracting kxkx from both sides and grouping like terms gives x2(6+k)x+9=0x^2 - (6 + k)x + 9 = 0. For a quadratic equation to have exactly one real solution, its discriminant must be equal to zero. Thus, we set ((6+k))24(1)(9)=0(-(6+k))^2 - 4(1)(9) = 0, which simplifies to (6+k)236=0(6+k)^2 - 36 = 0. Taking the square root of both sides gives 6+k=66 + k = 6 or 6+k=66 + k = -6. Solving these equations gives k=0k = 0 or k=12k = -12. Since the problem specifies that kk is a non-zero constant, the correct value is 12-12.

Step-by-Step Solution

1
Expand the squared binomial on the left side of the equation.
x26x+9=kxx^2 - 6x + 9 = kx
Expanding the binomial (x3)2(x - 3)^2 allows us to rewrite the equation in a form where we can group terms.
2
Move kxkx to the left side and group the xx terms to write the equation in standard quadratic form ax2+bx+c=0ax^2 + bx + c = 0.
x2(6+k)x+9=0x^2 - (6 + k)x + 9 = 0, where a=1a = 1, b=(6+k)b = -(6 + k), and c=9c = 9.
The coefficients aa, bb, and cc must be identified from the standard quadratic form to calculate the discriminant.
3
Set the discriminant b24acb^2 - 4ac equal to 00 and solve for kk.
((6+k))24(1)(9)=0    (6+k)236=0    (6+k)2=36    6+k=±6(-(6+k))^2 - 4(1)(9) = 0 \implies (6+k)^2 - 36 = 0 \implies (6+k)^2 = 36 \implies 6+k = \pm 6. This yields k=0k = 0 or k=12k = -12. Since kk is non-zero, k=12k = -12.
A quadratic equation has exactly one real solution if and only if its discriminant is equal to zero.

Key Concept

Using the discriminant (b24ac=0b^2 - 4ac = 0) to determine when a quadratic equation has exactly one real solution.

Alternative Method

Alternatively, one can recognize that the equation (x3)2=kx(x-3)^2 = kx can be written as x2(6+k)x+9=0x^2 - (6+k)x + 9 = 0. For a quadratic equation with a leading coefficient of 11 and a constant term of 99 to have exactly one real solution, it must be a perfect square trinomial. A perfect square trinomial of the form x2+bx+9x^2 + bx + 9 must have b=±6b = \pm 6. Setting the middle coefficient equal to these values gives (6+k)=6    k=12-(6+k) = 6 \implies k = -12 or (6+k)=6    k=0-(6+k) = -6 \implies k = 0. Since kk is non-zero, k=12k = -12.
Estimated Time:1m 30s
Question 237Question

In the standard (x,y)(x, y) coordinate plane, a circular running track is modeled by the equation (x2)2+(y3)2=25(x - 2)^2 + (y - 3)^2 = 25. A straight pathway, modeled by the line y=2x1y = 2x - 1, cuts through the track. What is the distance, in coordinate units, between the two points where the pathway intersects the track?

Show answer & explanation

Answer: 1010

Answer

The distance between the two intersection points is 1010.
The circle (x2)2+(y3)2=25(x - 2)^2 + (y - 3)^2 = 25 has a center of (2,3)(2, 3) and a radius of r=5r = 5. Since the line y=2x1y = 2x - 1 passes through (2,3)(2, 3), the line contains a diameter of the circle. The distance between the two intersection points is therefore the diameter of the circle, which is 2r=102r = 10.

Step-by-Step Solution

1
Identify the center and radius of the circle from its equation (x2)2+(y3)2=25(x - 2)^2 + (y - 3)^2 = 25.
The center is (2,3)(2, 3) and the radius is r=25=5r = \sqrt{25} = 5.
To understand the geometry of the circle and find its radius.
2
Determine if the line y=2x1y = 2x - 1 passes through the center of the circle (2,3)(2, 3) by substituting the coordinates into the equation.
3=2(2)1    3=33 = 2(2) - 1 \implies 3 = 3, which is true.
If the line passes through the center, the distance between the intersection points is simply the diameter of the circle.
3
Calculate the diameter of the circle.
Diameter=2r=2(5)=10\text{Diameter} = 2r = 2(5) = 10.
The distance between two opposite points on a circle passing through the center is equal to the diameter.

Key Concept

Systems of Linear and Non-Linear Equations
Question 238Question

The quadratic equation 0.4x22x+c=00.4x^2 - 2x + c = 0 has two real solutions. If the difference between these two solutions is exactly 33, what is the value of cc?

Show answer & explanation

Answer: 1.6

Answer

1.6
By using the relation between the roots of a quadratic equation ax2+bx+c=0ax^2 + bx + c = 0, we find that the difference of the roots is given by x1x2=b24aca|x_1 - x_2| = \frac{\sqrt{b^2 - 4ac}}{|a|}. Substituting a=0.4a = 0.4, b=2b = -2, and the difference of 33 yields 3=41.6c0.43 = \frac{\sqrt{4 - 1.6c}}{0.4}. Multiplying by 0.40.4 and squaring both sides gives 1.44=41.6c1.44 = 4 - 1.6c. Solving this linear equation gives c=1.6c = 1.6. We can verify this result by substituting c=1.6c = 1.6 back into the original equation: 0.4x22x+1.6=00.4x^2 - 2x + 1.6 = 0 simplifies to x25x+4=0x^2 - 5x + 4 = 0, which factors as (x1)(x4)=0(x-1)(x-4) = 0. The roots are 11 and 44, and their difference is 41=34 - 1 = 3.

Step-by-Step Solution

1
Identify the coefficients of the quadratic equation.
a=0.4a = 0.4, b=2b = -2, and the constant term is cc.
To apply formulas relating the roots to the coefficients of the equation.
2
Apply the formula for the difference of the roots.
x1x2=b24aca|x_1 - x_2| = \frac{\sqrt{b^2 - 4ac}}{|a|}
The problem states the difference between the two solutions is 33.
3
Substitute the known values into the formula and solve.
3=(2)24(0.4)c0.41.2=41.6c3 = \frac{\sqrt{(-2)^2 - 4(0.4)c}}{0.4} \Rightarrow 1.2 = \sqrt{4 - 1.6c}
To isolate the square root expression containing the unknown variable.
4
Square both sides and solve the linear equation for cc.
1.44=41.6c1.6c=2.56c=1.61.44 = 4 - 1.6c \Rightarrow 1.6c = 2.56 \Rightarrow c = 1.6
To eliminate the square root and find the value of cc.

Key Concept

Quadratic Equations and the Quadratic Formula
Estimated Time:1m 30s
Question 239Question

For the quadratic equation 1.5x25x+c=01.5x^2 - 5x + c = 0, where cc is a real constant, the equation has two non-real complex solutions. Which of the following inequalities represents all possible values of cc?

Show answer & explanation

Answer: c>256c > \frac{25}{6}

Answer

c>256c > \frac{25}{6}
For a quadratic equation to have two non-real complex solutions, its discriminant must be negative. Substituting a=1.5a = 1.5, b=5b = -5, and the constant cc into the discriminant formula b24ac<0b^2 - 4ac < 0 gives 256c<025 - 6c < 0. Solving this inequality results in the requirement that the constant must be strictly greater than twenty-five sixths.

Step-by-Step Solution

1
Identify the coefficients of the quadratic equation 1.5x25x+c=01.5x^2 - 5x + c = 0 in the standard form ax2+bx+c=0ax^2 + bx + c = 0.
a=1.5a = 1.5, b=5b = -5, and c=cc = c.
These coefficients are required to compute the discriminant.
2
Set up the condition for the quadratic equation to have two non-real complex solutions using the discriminant Δ=b24ac\Delta = b^2 - 4ac.
The discriminant must be strictly negative: (5)24(1.5)(c)<0(-5)^2 - 4(1.5)(c) < 0.
A quadratic equation has non-real complex solutions if and only if its discriminant is negative.
3
Simplify the inequality and solve for cc.
256c<0    25<6c    c>25625 - 6c < 0 \implies 25 < 6c \implies c > \frac{25}{6}.
Isolating cc yields the range of values that satisfy the condition.

Key Concept

A quadratic equation ax2+bx+c=0ax^2 + bx + c = 0 has two non-real complex solutions if and only if its discriminant, Δ=b24ac\Delta = b^2 - 4ac, is strictly less than zero.
Estimated Time:1m 30s
Question 240Question

A circle in the standard (x,y)(x, y) coordinate plane is described by the equation x2+y2=25x^2 + y^2 = 25. A line is described by the equation 3x4y=c3x - 4y = c, where cc is a positive constant. If the system of these two equations has exactly one real solution for (x,y)(x, y), what is the value of cc?

Show answer & explanation

Answer: 25

Answer

The value of cc is 2525.
The correct answer is 2525. The equation x2+y2=25x^2 + y^2 = 25 represents a circle centered at (0,0)(0, 0) with a radius of 55. For the system of equations to have exactly one real solution, the line 3x4y=c3x - 4y = c must be tangent to the circle. The perpendicular distance from the center (0,0)(0,0) to the line 3x4yc=03x - 4y - c = 0 is given by 3(0)4(0)c32+(4)2=c5\frac{|3(0) - 4(0) - c|}{\sqrt{3^2 + (-4)^2}} = \frac{|c|}{5}. Setting this distance equal to the radius of the circle yields c5=5\frac{|c|}{5} = 5, which gives c=25|c| = 25. Since cc is specified as a positive constant, cc must be 2525.

Step-by-Step Solution

1
Find the center and radius of the circle.
Center is (0,0)(0, 0) and radius is r=5r = 5.
The circle equation x2+y2=25x^2 + y^2 = 25 is in the standard form x2+y2=r2x^2 + y^2 = r^2 centered at the origin with radius r=25=5r = \sqrt{25} = 5.
2
Set up the condition for tangency (exactly one real solution).
The perpendicular distance from the center (0,0)(0,0) to the line 3x4yc=03x - 4y - c = 0 must equal the radius 55.
A line intersects a circle at exactly one point if and only if the line is tangent to the circle.
3
Apply the point-to-line distance formula.
Distance d=3(0)4(0)c32+(4)2=c5d = \frac{|3(0) - 4(0) - c|}{\sqrt{3^2 + (-4)^2}} = \frac{|c|}{5}.
The formula for the distance from (x0,y0)(x_0, y_0) to the line Ax+By+C=0Ax + By + C = 0 is d=Ax0+By0+CA2+B2d = \frac{|Ax_0 + By_0 + C|}{\sqrt{A^2 + B^2}}.
4
Solve for the positive constant cc.
c=25c = 25
Setting the distance c5\frac{|c|}{5} equal to the radius 55 gives c=25|c| = 25. Since cc is a positive constant, c=25c = 25.

Key Concept

Determining conditions for tangency in a system of linear and circular equations.

Alternative Method

Instead of using the geometric distance formula, the system can be solved algebraically by substitution. Express yy in terms of xx from the linear equation: y=3xc4y = \frac{3x - c}{4}. Substitute this expression into the circle's equation: x2+(3xc4)2=25x^2 + \left(\frac{3x - c}{4}\right)^2 = 25. Expand the terms and multiply by 1616 to clear the denominator: 16x2+9x26cx+c2=40016x^2 + 9x^2 - 6cx + c^2 = 400, which simplifies to the quadratic equation 25x26cx+(c2400)=025x^2 - 6cx + (c^2 - 400) = 0. For the system to have exactly one solution, this quadratic equation must have a discriminant equal to zero. Calculate the discriminant: D=(6c)24(25)(c2400)=36c2100c2+40000=64c2+40000=0D = (-6c)^2 - 4(25)(c^2 - 400) = 36c^2 - 100c^2 + 40000 = -64c^2 + 40000 = 0. Solving for cc yields 64c2=40000    c2=62564c^2 = 40000 \implies c^2 = 625. Since cc is a positive constant, c=25c = 25.
Estimated Time:1m 30s
PreviousPage 12 / 14Next
Intermediate Algebra Practice Questions — ACT — Page 12 | Examkin