All practice questions

541 questions

Question 301Question

In a triangle, the lengths of the sides are xx, yy, and zz, where xx, yy, and zz are integers such that x<y<zx < y < z. If x=7x = 7 and the perimeter of the triangle is 3232, what is the number of possible integer values for zz?

Show answer & explanation

Answer: 3

Answer

There are exactly 3 possible integer values for the side length z.
The correct answer is 3. By expressing the second side as y=25zy = 25 - z and applying the ordering constraint 7<25z<z7 < 25 - z < z, we determine that 12.5<z<1812.5 < z < 18. Applying the Triangle Inequality Theorem (7+y>z7 + y > z) yields the restriction z<16z < 16. Combining these conditions restricts the integer values of zz to {13,14,15}\{13, 14, 15\}, which counts to exactly 3 possible values.

Step-by-Step Solution

1
Express the side length yy in terms of zz.
y=25zy = 25 - z
The perimeter of the triangle is the sum of the side lengths: x+y+z=32x + y + z = 32. Substituting x=7x = 7 gives 7+y+z=327 + y + z = 32, which simplifies to y=25zy = 25 - z.
2
Apply the given inequality constraint x<y<zx < y < z to find initial bounds for zz.
12.5<z<1812.5 < z < 18
Substituting x=7x = 7 and y=25zy = 25 - z into x<y<zx < y < z yields 7<25z<z7 < 25 - z < z. The left inequality 7<25z7 < 25 - z simplifies to z<18z < 18. The right inequality 25z<z25 - z < z simplifies to 25<2z25 < 2z, or z>12.5z > 12.5.
3
Apply the Triangle Inequality Theorem to establish the final constraint on zz.
z<16z < 16
Since zz is the longest side, the sum of the two shorter sides must be strictly greater than zz: x+y>zx + y > z. Substituting x=7x = 7 and y=25zy = 25 - z gives 7+25z>z7 + 25 - z > z, which simplifies to 32>2z32 > 2z, or z<16z < 16.
4
Combine all constraints and count the valid integer values for zz.
3 possible values (13,14,1513, 14, 15)
Combining the bounds from the steps gives 12.5<z<1612.5 < z < 16. The integers satisfying this inequality are 1313, 1414, and 1515, which gives a total of 3 possible integer values.

Key Concept

Triangle Inequality Theorem and algebraic constraints on side lengths
Question 302Question

A shipping company charges a rate based on the weight of a package. The total cost CC, in dollars, to ship a package of weight ww pounds is given by the formula C=58(w2)+6.50C = \frac{5}{8}(w - 2) + 6.50 for packages weighing more than 22 pounds. If the shipping cost for a certain package is $14.00\$14.00, what is the weight of the package, in pounds?

Show answer & explanation

Answer: 14

Answer

The weight of the package is 14 pounds.
Substituting C=14.00C = 14.00 into the formula gives 14.00=58(w2)+6.5014.00 = \frac{5}{8}(w - 2) + 6.50. Subtracting 6.506.50 from both sides yields 7.50=58(w2)7.50 = \frac{5}{8}(w - 2). Multiplying both sides by the reciprocal 85\frac{8}{5} yields 12=w212 = w - 2. Finally, adding 22 to both sides gives the weight w=14w = 14 pounds.

Step-by-Step Solution

1
Substitute the total shipping cost into the formula.
14.00=58(w2)+6.5014.00 = \frac{5}{8}(w - 2) + 6.50
Since the shipping cost CC is given as 14.0014.00, we substitute this value into the formula to solve for the unknown weight ww.
2
Subtract 6.506.50 from both sides of the equation.
7.50=58(w2)7.50 = \frac{5}{8}(w - 2)
Subtracting 6.506.50 isolates the term containing the variable ww on the right side of the equation.
3
Multiply both sides of the equation by the reciprocal of the fraction.
12=w212 = w - 2
Multiplying by 85\frac{8}{5} eliminates the fractional coefficient of 58\frac{5}{8} on the right side.
4
Add 22 to both sides of the equation to solve for ww.
w=14w = 14
Adding 22 isolates the variable ww, giving the final weight of the package.

Key Concept

Solving linear equations with fractional and decimal terms
Estimated Time:1m 30s
Question 303Question

A line segment in the standard (x,y)(x, y) coordinate plane has endpoints at A(1,10)A(-1, 10) and B(7,2)B(7, -2). If point MM is the midpoint of this segment, what is the distance from MM to the origin (0,0)(0, 0)?

Show answer & explanation

Answer: 5

Answer

The distance from the midpoint MM to the origin is 5.
To find the distance from the midpoint MM to the origin (0,0)(0,0), we first determine the coordinates of MM by taking the average of the coordinates of A(1,10)A(-1, 10) and B(7,2)B(7, -2). This results in M(1+72,10+(2)2)=(3,4)M\left(\frac{-1+7}{2}, \frac{10+(-2)}{2}\right) = (3, 4). Next, we apply the distance formula between M(3,4)M(3,4) and the origin (0,0)(0,0) to get (30)2+(40)2=9+16=25=5\sqrt{(3-0)^2 + (4-0)^2} = \sqrt{9+16} = \sqrt{25} = 5.

Step-by-Step Solution

1
Calculate the coordinates of the midpoint MM of the segment ABAB.
The midpoint is M(3,4)M(3, 4).
The midpoint formula is M=(x1+x22,y1+y22)M = \left(\frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2}\right). Substituting the coordinates of A(1,10)A(-1, 10) and B(7,2)B(7, -2) gives the x-coordinate as 1+72=3\frac{-1 + 7}{2} = 3 and the y-coordinate as 10+(2)2=4\frac{10 + (-2)}{2} = 4.
2
Calculate the distance from the midpoint M(3,4)M(3, 4) to the origin (0,0)(0, 0).
The distance is 5.
The distance formula is d=(x2x1)2+(y2y1)2d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}. Substituting the coordinates of M(3,4)M(3, 4) and the origin (0,0)(0, 0) gives d=(30)2+(40)2=9+16=25=5d = \sqrt{(3 - 0)^2 + (4 - 0)^2} = \sqrt{9 + 16} = \sqrt{25} = 5.

Key Concept

Using the midpoint formula to find the center point of a line segment, and then using the distance formula to find the length between that point and another specified coordinate.
Question 304Question

In a right triangle, the length of the side opposite the 6060^\circ angle is 636\sqrt{3} centimeters. What is the length, in centimeters, of the hypotenuse of this triangle?

Show answer & explanation

Answer: 12

Answer

The length of the hypotenuse is 1212 centimeters.
In a 30609030^\circ-60^\circ-90^\circ special right triangle, the sides opposite the 3030^\circ angle, the 6060^\circ angle, and the 9090^\circ (hypotenuse) angle are in the ratio x:x3:2xx : x\sqrt{3} : 2x. Given that the side opposite the 6060^\circ angle is 636\sqrt{3} centimeters, we have x3=63x\sqrt{3} = 6\sqrt{3}, which means x=6x = 6. The hypotenuse is 2x=2(6)=122x = 2(6) = 12 centimeters.

Step-by-Step Solution

1
Determine the type of special right triangle.
A 30609030^\circ-60^\circ-90^\circ right triangle.
Since the triangle is a right triangle and has a 6060^\circ angle, the remaining angle must be 1809060=30180^\circ - 90^\circ - 60^\circ = 30^\circ.
2
Set up the relation for the side lengths using the ratio of a 30609030^\circ-60^\circ-90^\circ triangle.
The side opposite the 6060^\circ angle is x3x\sqrt{3} centimeters, where xx is the length of the side opposite the 3030^\circ angle.
In any 30609030^\circ-60^\circ-90^\circ triangle, the side lengths are in the ratio 1:3:21 : \sqrt{3} : 2.
3
Solve for the base variable xx.
x=6x = 6
We are given that the side opposite the 6060^\circ angle is 636\sqrt{3} centimeters, so x3=63x\sqrt{3} = 6\sqrt{3}.
4
Calculate the length of the hypotenuse.
The hypotenuse is 2x=2(6)=122x = 2(6) = 12 centimeters.
The hypotenuse of a 30609030^\circ-60^\circ-90^\circ triangle is twice the length of the shorter leg, which is 2x2x.

Key Concept

Using the side length ratios of a 30609030^\circ-60^\circ-90^\circ special right triangle to find missing lengths.
Question 305Question

A straight line graphed on a coordinate grid has a slope of 1.251.25 and passes through the point (4,11)(4, 11). If the point (k,4)(k, -4) also lies on this line, what is the value of kk?

Show answer & explanation

Answer: -8

Answer

The value of kk is 8-8.
The correct answer is 8-8. By using the point-slope formula of a line, we determine the equation to be y11=1.25(x4)y - 11 = 1.25(x - 4). Substituting the coordinates of the point (k,4)(k, -4) yields the equation 411=1.25(k4)-4 - 11 = 1.25(k - 4). Solving this equation results in k=8k = -8.

Step-by-Step Solution

1
Use the point-slope formula of a line, yy1=m(xx1)y - y_1 = m(x - x_1), to write the equation of the line.
y11=1.25(x4)y - 11 = 1.25(x - 4)
We are given the slope m=1.25m = 1.25 and a point (4,11)(4, 11) on the line.
2
Substitute the coordinates of the second point, (k,4)(k, -4), into the line's equation.
411=1.25(k4)-4 - 11 = 1.25(k - 4)
Since the point (k,4)(k, -4) lies on the line, its coordinates must satisfy the line's equation.
3
Solve the equation for kk.
k=8k = -8
Simplify the left side to get 15=1.25(k4)-15 = 1.25(k - 4), divide both sides by 1.251.25 to get 12=k4-12 = k - 4, and add 44 to both sides to find k=8k = -8.

Key Concept

Writing and solving linear equations using point-slope form.
Question 306Question

A regular hexagon ABCDEFABCDEF has a side length of 88 centimeters. A point PP lies on the side CDCD such that the ratio of the length of CPCP to the length of PDPD is 1:31:3. What is the length, in centimeters, of the segment APAP?

Show answer & explanation

Answer: 14

Answer

The length of the segment APAP is 1414 centimeters.
The correct answer is 1414. Dropping a perpendicular from PP to the main diagonal ADAD creates a 30609030^\circ-60^\circ-90^\circ triangle PHD\triangle PHD with hypotenuse PD=6PD = 6. The legs are DH=3DH = 3 and PH=33PH = 3\sqrt{3}. This leaves AH=13AH = 13. Applying the Pythagorean Theorem to the right triangle AHP\triangle AHP with legs 1313 and 333\sqrt{3} yields AP=132+(33)2=14AP = \sqrt{13^2 + (3\sqrt{3})^2} = 14.

Step-by-Step Solution

1
Determine the length of the main diagonal ADAD of the regular hexagon.
AD=16AD = 16 cm
In a regular hexagon with side length ss, the main diagonal connecting opposite vertices has a length of 2s2s. Given s=8s = 8, we find AD=2×8=16AD = 2 \times 8 = 16.
2
Calculate the length of the segment PDPD on the side CDCD.
PD=6PD = 6 cm
The point PP divides the side CDCD of length 88 in the ratio CP:PD=1:3CP:PD = 1:3. Thus, PD=31+3×8=6PD = \frac{3}{1+3} \times 8 = 6.
3
Identify the angles and type of triangle formed by dropping a perpendicular from PP to diagonal ADAD.
PHD\triangle PHD is a 30609030^\circ-60^\circ-90^\circ right triangle.
The diagonal ADAD bisects the interior angle CDE=120\angle CDE = 120^\circ of the regular hexagon, making ADC=60\angle ADC = 60^\circ. Since PHADPH \perp AD, the triangle PHD\triangle PHD has angles 9090^\circ, 6060^\circ, and 3030^\circ.
4
Find the lengths of the legs DHDH and PHPH of the special right triangle PHD\triangle PHD.
DH=3DH = 3 cm and PH=33PH = 3\sqrt{3} cm
Using the ratios of a 30609030^\circ-60^\circ-90^\circ triangle with hypotenuse PD=6PD = 6, the leg adjacent to the 6060^\circ angle is DH=6cos(60)=3DH = 6 \cos(60^\circ) = 3, and the leg opposite to the 6060^\circ angle is PH=6sin(60)=33PH = 6 \sin(60^\circ) = 3\sqrt{3}.
5
Calculate the length of the segment AHAH.
AH=13AH = 13 cm
Since HH lies on the diagonal ADAD, we subtract the length of DHDH from the total length of the diagonal: AH=ADDH=163=13AH = AD - DH = 16 - 3 = 13.
6
Apply the Pythagorean Theorem to the right triangle AHP\triangle AHP to find the length of APAP.
AP=14AP = 14 cm
In the right triangle AHP\triangle AHP with legs AH=13AH = 13 and PH=33PH = 3\sqrt{3}, the hypotenuse is AP=AH2+PH2=132+(33)2=169+27=196=14AP = \sqrt{AH^2 + PH^2} = \sqrt{13^2 + (3\sqrt{3})^2} = \sqrt{169 + 27} = \sqrt{196} = 14.

Key Concept

Applying special right triangle ratios and the Pythagorean Theorem in multi-step geometric figures.
Question 307Question

A line, L1L_1, is perpendicular to a second line whose equation is 5x2y=155x - 2y = 15. The line L1L_1 intersects the yy-axis at (0,12)(0, 12) and passes through the midpoint of a line segment with endpoints at (3,k)(3, k) and (7,6)(7, 6) in the standard (x,y)(x, y) coordinate plane. What is the value of kk?

Show answer & explanation

Answer: 14

Answer

The correct value of kk is 14.
The slope of the line 5x2y=155x - 2y = 15 is found by solving for yy, yielding y=52x7.5y = \frac{5}{2}x - 7.5. The slope of any perpendicular line is the negative reciprocal of 52\frac{5}{2}, which is 25-\frac{2}{5}. Given the yy-intercept (0,12)(0, 12), the equation of the perpendicular line L1L_1 is y=25x+12y = -\frac{2}{5}x + 12. The midpoint of the segment with endpoints (3,k)(3, k) and (7,6)(7, 6) is calculated as (3+72,k+62)=(5,k+62)\left(\frac{3+7}{2}, \frac{k+6}{2}\right) = \left(5, \frac{k+6}{2}\right). Since the midpoint lies on L1L_1, substituting x=5x = 5 into the line equation gives y=25(5)+12=10y = -\frac{2}{5}(5) + 12 = 10. Equating this to the midpoint's yy-coordinate expression gives k+62=10\frac{k+6}{2} = 10, which solves to k=14k = 14.

Step-by-Step Solution

1
Find the slope of the line 5x2y=155x - 2y = 15 by converting it to slope-intercept form (y=mx+by = mx + b).
The slope of the line is 52\frac{5}{2}.
Rewriting the equation as 2y=5x+15-2y = -5x + 15 and dividing by 2-2 isolates yy and reveals the slope.
2
Determine the perpendicular slope for line L1L_1.
The slope of L1L_1 is 25-\frac{2}{5}.
Perpendicular lines have slopes that are negative reciprocals of one another.
3
Formulate the equation of line L1L_1 using its slope and the given yy-intercept (0,12)(0, 12).
The equation of L1L_1 is y=25x+12y = -\frac{2}{5}x + 12.
The slope-intercept form is y=mx+by = mx + b, where mm is the slope and bb is the yy-coordinate of the yy-intercept.
4
Find the midpoint of the line segment with endpoints (3,k)(3, k) and (7,6)(7, 6) in terms of kk.
The midpoint is (5,k+62)\left(5, \frac{k+6}{2}\right).
The midpoint formula calculates the average of the xx-coordinates and the average of the yy-coordinates.
5
Substitute the midpoint coordinates into the equation of L1L_1 and solve for kk.
k=14k = 14
Since the midpoint lies on line L1L_1, substituting its xx and yy values into the equation must satisfy the equality.

Key Concept

Using perpendicular slopes and the midpoint formula to determine unknown coordinate values.
Question 308Question

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

A landscape architect is designing a park layout. The total area of the park is represented by the polynomial A(t)=(2t3)(3t2+4t1)A(t) = (2t - 3)(3t^2 + 4t - 1) square meters, while the area allocated for a parking lot is represented by P(t)=2t2(3t5)P(t) = 2t^2(3t - 5) square meters, where tt represents a scaling factor. The remaining green space in the park is modeled by the polynomial g(t)=A(t)P(t)g(t) = A(t) - P(t). When g(t)g(t) is written in the standard form at3+bt2+ct+dat^3 + bt^2 + ct + d, where aa, bb, cc, and dd are constants, what is the value of bb?

Show answer & explanation

Answer: 9

Answer

The value of bb, the coefficient of the t2t^2 term in the standard form of g(t)g(t), is 99.
Expanding the polynomials gives A(t)=6t3t214t+3A(t) = 6t^3 - t^2 - 14t + 3 and P(t)=6t310t2P(t) = 6t^3 - 10t^2. Subtracting P(t)P(t) from A(t)A(t) yields g(t)=(6t3t214t+3)(6t310t2)=9t214t+3g(t) = (6t^3 - t^2 - 14t + 3) - (6t^3 - 10t^2) = 9t^2 - 14t + 3. In the standard form at3+bt2+ct+dat^3 + bt^2 + ct + d, the coefficient bb of the t2t^2 term is 99.

Step-by-Step Solution

1
Expand the polynomial A(t)=(2t3)(3t2+4t1)A(t) = (2t - 3)(3t^2 + 4t - 1)
6t3t214t+36t^3 - t^2 - 14t + 3
To represent the total area as a single polynomial in standard form before subtraction.
2
Expand the polynomial P(t)=2t2(3t5)P(t) = 2t^2(3t - 5)
6t310t26t^3 - 10t^2
To represent the parking lot area as a simplified polynomial in standard form.
3
Subtract P(t)P(t) from A(t)A(t) to find the green space polynomial g(t)g(t)
9t214t+39t^2 - 14t + 3
Subtracting P(t)P(t) from A(t)A(t) requires distributing the negative sign to both terms, yielding t2(10t2)=9t2-t^2 - (-10t^2) = 9t^2.
4
Identify the coefficient bb of the t2t^2 term in at3+bt2+ct+dat^3 + bt^2 + ct + d
99
Comparing g(t)=9t214t+3g(t) = 9t^2 - 14t + 3 to the standard cubic form reveals that a=0a = 0 and b=9b = 9.

Key Concept

Polynomial operations including expansion of products and subtraction with negative sign distribution
Question 310Question

A line in the standard (x,y)(x, y) coordinate plane has a yy-intercept that is 44 units greater than its slope. If the line passes through the point (5,2)(5, -2), what is the yy-intercept of the line?

Show answer & explanation

Answer: 3

Answer

The correct answer is 3.
The yy-intercept is found by setting up the equation using the given point and the relationship between the slope and the yy-intercept, yielding b=3b = 3.

Step-by-Step Solution

1
Define the relationship between the slope mm and the yy-intercept bb.
m=b4m = b - 4
The problem states the yy-intercept is 44 units greater than the slope, so b=m+4b = m + 4.
2
Substitute the point (5,2)(5, -2) and the slope expression into the slope-intercept equation y=mx+by = mx + b.
2=(b4)(5)+b-2 = (b - 4)(5) + b
The line passes through the point (5,2)(5, -2), so its coordinates must satisfy the line's equation.
3
Solve the algebraic equation for bb.
b=3b = 3
Expanding and simplifying the equation yields 2=6b20-2 = 6b - 20, which gives 6b=186b = 18, and dividing by 66 results in b=3b = 3.

Key Concept

Linear Equations and Graphing
Question 311Question

In the standard (x,y)(x, y) coordinate plane, a triangle has vertices at A(2,3)A(-2, -3), B(6,1)B(6, 1), and C(1,6)C(1, 6). The length of the altitude from vertex CC to side ABAB can be written in the simplified radical form aba\sqrt{b}, where aa and bb are positive integers. What is the value of a+ba + b?

Show answer & explanation

Answer: 8

Answer

The final answer is 8.
The altitude length of the triangle is 353\sqrt{5}. In this simplified radical form, the coefficient aa is 3 and the radicand bb is 5. Summing these values gives 3+5=83 + 5 = 8.

Step-by-Step Solution

1
Calculate the area of triangle ABCABC using the shoelace formula or by bounding the triangle in a rectangle.
Area = 30
The area is needed to determine the altitude length using the area formula of a triangle.
2
Calculate the length of the base side ABAB using the distance formula.
AB=45AB = 4\sqrt{5}
The base length is required to solve for the height perpendicular to it.
3
Set up the triangle area formula Area=12×base×heightArea = \frac{1}{2} \times \text{base} \times \text{height} to find the height hh.
h=35h = 3\sqrt{5}
This solves for the length of the altitude from vertex CC to side ABAB.
4
Identify aa and bb from the simplified radical form ab=35a\sqrt{b} = 3\sqrt{5} and calculate a+ba + b.
8
To provide the final requested sum.

Key Concept

Calculating the altitude of a triangle in the coordinate plane by relating its area and side lengths.
Question 312Question

In right triangle ABCABC, the hypotenuse ACAC has a length of 1515 centimeters, and leg ABAB has a length of 99 centimeters. What is the length, in centimeters, of leg BCBC?

Show answer & explanation

Answer: 12

Answer

The length of leg BCBC is 1212 centimeters.
The length of leg BCBC is found using the Pythagorean Theorem, AB2+BC2=AC2AB^2 + BC^2 = AC^2. Substituting the given values gives 92+BC2=1529^2 + BC^2 = 15^2, which simplifies to 81+BC2=22581 + BC^2 = 225. Subtracting 81 from both sides yields BC2=144BC^2 = 144. Taking the square root of 144 gives the correct length of 12 centimeters.

Step-by-Step Solution

1
Identify the given dimensions and apply the Pythagorean Theorem.
AB2+BC2=AC2AB^2 + BC^2 = AC^2
For any right triangle, the sum of the squares of the lengths of the legs is equal to the square of the length of the hypotenuse.
2
Substitute the known values AB=9AB = 9 and AC=15AC = 15 into the equation.
92+BC2=1529^2 + BC^2 = 15^2
The hypotenuse ACAC is the side opposite the right angle, and ABAB is one of the legs.
3
Simplify the squared terms.
81+BC2=22581 + BC^2 = 225
Squaring 9 yields 81, and squaring 15 yields 225.
4
Isolate the unknown term by subtracting 81 from both sides.
BC2=144BC^2 = 144
Subtracting 81 from both sides isolates BC2BC^2 on the left side of the equation.
5
Take the square root of both sides to solve for the leg length.
BC=12BC = 12
Taking the square root of 144 gives the side length, which must be positive.

Key Concept

Pythagorean Theorem
Question 313Question

A circle in the standard (x,y)(x, y) coordinate plane has a diameter with one endpoint at (3,5)(-3, 5) and its center at (2,7)(2, -7). What is the yy-coordinate of the other endpoint of the diameter?

Show answer & explanation

Answer: -19

Answer

The y-coordinate of the other endpoint of the diameter is -19.
Because the center of a circle is the midpoint of any diameter, the midpoint formula applies. For the y-coordinate, the equation is ym=y1+y22y_m = \frac{y_1 + y_2}{2}. Substituting the y-coordinate of the given endpoint (55) and the center (7-7) yields 7=5+y22-7 = \frac{5 + y_2}{2}. Multiplying both sides by 2 gives 14=5+y2-14 = 5 + y_2. Subtracting 5 from both sides results in 19-19.

Step-by-Step Solution

1
Identify the relationship between the circle's center and its diameter.
The center of the circle, (2,7)(2, -7), is the midpoint of the diameter.
By definition, the center of a circle bisects any diameter, making it the midpoint of the diameter's endpoints.
2
Apply the midpoint formula to set up an equation for the y-coordinate.
ym=y1+y22y_m = \frac{y_1 + y_2}{2}
The y-coordinate of a midpoint is the average of the y-coordinates of the two endpoints.
3
Substitute the given values into the formula and solve for the unknown y-coordinate.
y2=19y_2 = -19
Substituting the given y-coordinates yields 7=5+y22-7 = \frac{5 + y_2}{2}. Multiplying by 2 gives 14=5+y2-14 = 5 + y_2, and subtracting 5 from both sides yields 19-19.

Key Concept

Finding a missing endpoint given the midpoint and one endpoint
Estimated Time:1m 0s
Question 314Question

A marathon runner plans to run a total of dd miles this week. The runner schedules 23(d6)\frac{2}{3}(d - 6) miles of the run on soft dirt trails and 0.4(d+15)0.4(d + 15) miles on asphalt roads. If the runner completes only these two segments for a total of 3434 miles, what is the value of dd?

Show answer & explanation

Answer: 30

Answer

The value of dd is 30.
The value of dd that satisfies the equation is 3030 because substituting 3030 back into the original equation yields a true statement: 23(306)+0.4(30+15)=16+18=34\frac{2}{3}(30 - 6) + 0.4(30 + 15) = 16 + 18 = 34.

Step-by-Step Solution

1
Set up the equation based on the given information: the trail running distance plus the road running distance equals the total distance.
23(d6)+0.4(d+15)=34\frac{2}{3}(d - 6) + 0.4(d + 15) = 34
This relates the individual segment distances to the total planned mileage of 3434 miles.
2
Distribute the coefficients to eliminate the parentheses.
23d4+0.4d+6=34\frac{2}{3}d - 4 + 0.4d + 6 = 34
Distributing 23\frac{2}{3} to (d6)(d-6) gives 23d4\frac{2}{3}d - 4, and distributing 0.40.4 to (d+15)(d+15) gives 0.4d+60.4d + 6.
3
Combine the constant terms on the left side of the equation.
23d+0.4d+2=34\frac{2}{3}d + 0.4d + 2 = 34
Combining the constants 4-4 and 66 yields 22.
4
Subtract 2 from both sides of the equation to isolate the variable terms.
23d+0.4d=32\frac{2}{3}d + 0.4d = 32
Subtracting 22 from both sides simplifies the equation to have variable terms on one side and constant terms on the other.
5
Convert the decimal 0.40.4 to a fraction to combine the coefficients of dd.
23d+25d=32\frac{2}{3}d + \frac{2}{5}d = 32
Converting 0.40.4 to 410=25\frac{4}{10} = \frac{2}{5} allows us to work with a common denominator.
6
Find a common denominator to add the fractions.
1015d+615d=321615d=32\frac{10}{15}d + \frac{6}{15}d = 32 \Rightarrow \frac{16}{15}d = 32
The least common multiple of 33 and 55 is 1515.
7
Multiply both sides of the equation by the reciprocal of the coefficient of dd to solve for dd.
d=32×1516d=2×15d=30d = 32 \times \frac{15}{16} \Rightarrow d = 2 \times 15 \Rightarrow d = 30
Multiplying by 1516\frac{15}{16} isolates dd on the left side of the equation.

Key Concept

Solving linear equations involving fractions and decimals by distributing, combining like terms, and isolating the variable.

Alternative Method

Instead of converting the decimal 0.40.4 to a fraction, you can multiply the entire equation by a common multiple like 1515 to eliminate both the fraction and the decimal: 15[23(d6)+0.4(d+15)]=15(34)10(d6)+6(d+15)=51010d60+6d+90=51016d+30=51016d=480d=3015 \left[ \frac{2}{3}(d - 6) + 0.4(d + 15) \right] = 15(34) \Rightarrow 10(d - 6) + 6(d + 15) = 510 \Rightarrow 10d - 60 + 6d + 90 = 510 \Rightarrow 16d + 30 = 510 \Rightarrow 16d = 480 \Rightarrow d = 30. This method avoids working with fractional coefficients.
Estimated Time:1m 30s
Question 315Question

The volume of a water tank, in cubic feet, is given by the polynomial V(t)=3t(2t1)(t+4)V(t) = 3t(2t - 1)(t + 4), where tt represents the time in hours since the pump was turned on. When the polynomial is written in standard form, what is the coefficient of the t2t^2 term?

Show answer & explanation

Answer: 21

Answer

21
To find the coefficient of the t2t^2 term, we perform polynomial multiplication on the expression V(t)=3t(2t1)(t+4)V(t) = 3t(2t - 1)(t + 4). First, multiplying the binomials (2t1)(t+4)(2t - 1)(t + 4) yields 2t2+7t42t^2 + 7t - 4. Next, distributing the 3t3t term to the trinomial yields 6t3+21t212t6t^3 + 21t^2 - 12t. The coefficient of the t2t^2 term in this standard form polynomial is 21.

Step-by-Step Solution

1
Expand the product of the two binomials (2t1)(t+4)(2t - 1)(t + 4).
2t2+7t42t^2 + 7t - 4
Use the distributive property (FOIL) to multiply the binomials: 2t(t)+2t(4)1(t)1(4)=2t2+8tt4=2t2+7t42t(t) + 2t(4) - 1(t) - 1(4) = 2t^2 + 8t - t - 4 = 2t^2 + 7t - 4.
2
Multiply the resulting trinomial by the monomial 3t3t.
6t3+21t212t6t^3 + 21t^2 - 12t
Distribute 3t3t to each term: 3t(2t2)+3t(7t)+3t(4)=6t3+21t212t3t(2t^2) + 3t(7t) + 3t(-4) = 6t^3 + 21t^2 - 12t.
3
Identify the coefficient of the t2t^2 term.
21
The coefficient is the numerical factor of the t2t^2 term, which is 21.

Key Concept

Operations on Polynomials
Question 316Question

In acute triangle PQRPQR, an altitude PSPS is drawn from vertex PP perpendicular to side QRQR at point SS. The measure of PQS\angle PQS is 6060^\circ, the length of segment PQPQ is 2424, and the length of segment PRPR is 3939. What is the length of side QRQR?

Show answer & explanation

Answer: 45

Answer

The length of side QRQR is 4545.
The altitude divides the acute triangle into two right triangles. In the first right triangle, PQS\triangle PQS, the angles are 3030^\circ, 6060^\circ, and 9090^\circ, with a hypotenuse of 2424. This makes the adjacent leg QS=12QS = 12 and the shared altitude PS=123PS = 12\sqrt{3}. In the second right triangle, PRS\triangle PRS, the hypotenuse is 3939 and one leg is 12312\sqrt{3}. Using the Pythagorean Theorem, we find the other leg SR=392(123)2=1521432=1089=33SR = \sqrt{39^2 - (12\sqrt{3})^2} = \sqrt{1521 - 432} = \sqrt{1089} = 33. Summing the two segments gives the total length of side QR=12+33=45QR = 12 + 33 = 45.

Step-by-Step Solution

1
Identify the two right triangles formed by the altitude.
The altitude PSPS divides PQR\triangle PQR into two adjacent right triangles: PQS\triangle PQS and PRS\triangle PRS, which share the side PSPS.
Establishing these right triangles allows us to apply right-triangle trigonometric ratios and the Pythagorean Theorem.
2
Use the properties of the 30-60-9030^\circ\text{-}60^\circ\text{-}90^\circ triangle PQS\triangle PQS to find QSQS and PSPS.
QS=12QS = 12 and PS=123PS = 12\sqrt{3}.
In a 30-60-9030^\circ\text{-}60^\circ\text{-}90^\circ triangle, the leg opposite the 3030^\circ angle is half the hypotenuse, and the leg opposite the 6060^\circ angle is 3\sqrt{3} times the shorter leg. Here, hypotenuse PQ=24PQ = 24, so QS=12QS = 12 and PS=123PS = 12\sqrt{3}.
3
Apply the Pythagorean Theorem to PRS\triangle PRS to find SRSR.
SR=33SR = 33.
In right triangle PRS\triangle PRS, the hypotenuse is PR=39PR = 39. By the Pythagorean Theorem, PS2+SR2=PR2PS^2 + SR^2 = PR^2. Squaring the sides gives (123)2+SR2=392    432+SR2=1521(12\sqrt{3})^2 + SR^2 = 39^2 \implies 432 + SR^2 = 1521. Solving for SRSR gives SR2=1089    SR=33SR^2 = 1089 \implies SR = 33.
4
Sum the segments QSQS and SRSR to find the total length of QRQR.
QR=45QR = 45.
Because PQR\triangle PQR is an acute triangle, the altitude PSPS lands at a point SS on the segment QRQR, meaning QR=QS+SRQR = QS + SR. Adding the lengths gives 12+33=4512 + 33 = 45.

Key Concept

Applying properties of 30-60-9030^\circ\text{-}60^\circ\text{-}90^\circ special right triangles and the Pythagorean Theorem in multi-step geometric figures.
Estimated Time:2m 30s
Question 317Question

In the standard (x,y)(x, y) coordinate plane, a circle is defined by the equation x2+y210x4y=0x^2 + y^2 - 10x - 4y = 0. The line y=xy = x intersects the circle at the origin (0,0)(0, 0) and at a second point PP. What is the xx-coordinate of point PP?

Show answer & explanation

Answer: 7

Answer

The correct answer is 7.
To find the points of intersection between the circle and the line, we substitute the line's equation y=xy = x into the circle's equation x2+y210x4y=0x^2 + y^2 - 10x - 4y = 0. This substitution yields 2x214x=02x^2 - 14x = 0. Factoring out 2x2x gives 2x(x7)=02x(x - 7) = 0, which has solutions x=0x = 0 and x=7x = 7. The solution x=0x = 0 corresponds to the origin (0,0)(0, 0). Therefore, the xx-coordinate of the second point PP is 77.

Step-by-Step Solution

1
Substitute y=xy = x into the equation of the circle.
x2+x210x4x=0x^2 + x^2 - 10x - 4x = 0
Since the line is y=xy = x, any point of intersection must satisfy both equations.
2
Combine like terms to simplify the quadratic equation.
2x214x=02x^2 - 14x = 0
Grouping the quadratic and linear terms yields a single equation in terms of xx.
3
Factor the quadratic equation.
2x(x7)=02x(x - 7) = 0
Factoring allows us to identify the individual roots of the equation.
4
Solve for xx and identify the value for point PP.
x=7x = 7
The solution x=0x = 0 corresponds to the origin. Thus, the xx-coordinate of the second point PP must be 77.

Key Concept

Finding points of intersection between a line and a circle in the coordinate plane.
Question 318Question

In a right triangle, the measure of one of the acute angles is 3030^\circ. If the side opposite this 3030^\circ angle has a length of 6.56.5 inches, what is the length, in inches, of the hypotenuse?

Show answer & explanation

Answer: 13

Answer

The length of the hypotenuse is 1313 inches.
In a 3030^\circ-6060^\circ-9090^\circ special right triangle, the length of the hypotenuse is exactly twice the length of the shorter leg (the side opposite the 3030^\circ angle). Given that the shorter leg has a length of 6.56.5 inches, the hypotenuse has a length of 2×6.5=132 \times 6.5 = 13 inches.

Step-by-Step Solution

1
Determine the relationship between the given side and the hypotenuse using special right triangle properties.
The triangle is a 3030^\circ-6060^\circ-9090^\circ right triangle, meaning the hypotenuse is twice the length of the shorter leg.
By geometric theorem, the sides of a 3030^\circ-6060^\circ-9090^\circ triangle are in the ratio 1:3:21 : \sqrt{3} : 2, with the shortest side opposite the 3030^\circ angle and the longest side being the hypotenuse.
2
Multiply the length of the side opposite the 3030^\circ angle by 2.
6.5 inches×2=13 inches6.5 \text{ inches} \times 2 = 13 \text{ inches}
Doubling the shorter leg length of 6.56.5 inches gives the length of the hypotenuse.

Key Concept

In a 3030^\circ-6060^\circ-9090^\circ special right triangle, the length of the hypotenuse is always twice the length of the shorter leg (the side opposite the 3030^\circ angle).
Question 319Question

Line AA passes through the points (3,4)(-3, 4) and (5,8)(5, 8) in a coordinate plane. Line BB is perpendicular to Line AA and passes through the point (2,1)(2, -1). What is the yy-coordinate of the point where Line BB crosses the yy-axis?

Show answer & explanation

Answer: 3

Answer

The correct answer is 3.
The correct answer is 3. Finding the slope of the first line gives 0.5. The negative reciprocal of 0.5 is -2, which is the slope of the perpendicular line. Setting up the slope equation between the point (2, -1) and the y-intercept (0, 3) confirms the y-coordinate is indeed 3.

Step-by-Step Solution

1
Calculate the slope of Line A.
The slope of Line A is 0.5.
Using the slope formula m=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1} for points (3,4)(-3, 4) and (5,8)(5, 8) gives mA=845(3)=48=0.5m_A = \frac{8 - 4}{5 - (-3)} = \frac{4}{8} = 0.5.
2
Find the slope of Line B.
The slope of Line B is -2.
Because Line B is perpendicular to Line A, its slope must be the negative reciprocal of the slope of Line A: mB=10.5=2m_B = -\frac{1}{0.5} = -2.
3
Determine the y-intercept of Line B.
The y-coordinate of the y-intercept is 3.
Line B passes through (2,1)(2, -1) and (0,b)(0, b). Using the slope formula: b(1)02=2    b+12=2    b+1=4    b=3\frac{b - (-1)}{0 - 2} = -2 \implies \frac{b + 1}{-2} = -2 \implies b + 1 = 4 \implies b = 3.

Key Concept

The slope of a line measures its steepness, calculated as the change in yy divided by the change in xx. Perpendicular lines have slopes that are negative reciprocals of each other.

Alternative Method

Instead of using the slope formula directly to solve for the y-intercept, write the equation of Line B in point-slope form: yy1=m(xx1)y - y_1 = m(x - x_1). Substituting the point (2,1)(2, -1) and slope 2-2 gives y(1)=2(x2)y - (-1) = -2(x - 2), which simplifies to y+1=2x+4y + 1 = -2x + 4, or y=2x+3y = -2x + 3. To find the y-intercept, set x=0x = 0, which yields y=3y = 3.
Estimated Time:1m 30s
Question 320Question

In ABC\triangle ABC, point DD lies on side BCBC such that AD=BDAD = BD. If the measure of ADC\angle ADC is 112112^\circ and the measure of BAC\angle BAC is 8585^\circ, what is the measure of C\angle C, in degrees?

Show answer & explanation

Answer: 39

Answer

The measure of C\angle C is 3939^\circ.
The measure of C\angle C is found by first calculating the interior angle ADB=180112=68\angle ADB = 180^\circ - 112^\circ = 68^\circ since BDCBDC forms a straight line. Because AD=BDAD = BD, ABD\triangle ABD is isosceles with B=BAD\angle B = \angle BAD. Using the angle sum of ABD\triangle ABD, we have 2(B)+68=1802(\angle B) + 68^\circ = 180^\circ, which yields B=56\angle B = 56^\circ. Finally, using the angle sum of ABC\triangle ABC, we calculate C=180(85+56)=39\angle C = 180^\circ - (85^\circ + 56^\circ) = 39^\circ.

Step-by-Step Solution

1
Find the measure of ADB\angle ADB using the linear pair relationship with ADC\angle ADC.
ADB=68\angle ADB = 68^\circ
Angles on a straight line add up to 180180^\circ. Since DD lies on BCBC, ADB+ADC=180\angle ADB + \angle ADC = 180^\circ.
2
Calculate the measure of B\angle B using the properties of the isosceles triangle ABDABD.
B=56\angle B = 56^\circ
Since AD=BDAD = BD, the base angles opposite to these sides are equal: BAD=B\angle BAD = \angle B. The sum of angles in ABD\triangle ABD is 180180^\circ, so 2(B)+68=1802(\angle B) + 68^\circ = 180^\circ.
3
Find the measure of C\angle C using the triangle angle sum theorem on the large triangle ABCABC.
C=39\angle C = 39^\circ
The sum of the angles in ABC\triangle ABC is 180180^\circ, meaning BAC+B+C=180\angle BAC + \angle B + \angle C = 180^\circ. Substituting the known values gives 85+56+C=18085^\circ + 56^\circ + \angle C = 180^\circ.

Key Concept

Using the Isosceles Triangle Theorem, the Triangle Angle Sum Theorem, and linear pairs to trace unknown angles in a geometric figure.

Practice More

Try finding the missing angles when a transversal cuts two parallel lines that form a triangle with a third intersecting line.

Alternative Method

Instead of finding B\angle B first and then solving for C\angle C in ABC\triangle ABC, we can find the angle DAC\angle DAC first. Since ADC=112\angle ADC = 112^\circ is an exterior angle to ABD\triangle ABD, we have ADC=B+BAD\angle ADC = \angle B + \angle BAD. Since B=BAD\angle B = \angle BAD, we get 2(BAD)=112    BAD=562(\angle BAD) = 112^\circ \implies \angle BAD = 56^\circ. Because BAC=85\angle BAC = 85^\circ, we have DAC=8556=29\angle DAC = 85^\circ - 56^\circ = 29^\circ. Now looking at ADC\triangle ADC, we can solve for C\angle C directly: C=180(112+29)=39\angle C = 180^\circ - (112^\circ + 29^\circ) = 39^\circ.
Estimated Time:1m 30s
PreviousPage 16 / 28Next
All practice questions — ACT | Examkin