All practice questions

5556 questions

Question 2501Question

In the standard (x,y)(x, y) coordinate plane, line L1L_1 passes through the points (2,5)(2, 5) and (6,3)(6, -3). A second line, L2L_2, is perpendicular to L1L_1 and intersects L1L_1 at its yy-intercept. What is the xx-coordinate of the xx-intercept of L2L_2?

Show answer & explanation

Answer: -18

Answer

The xx-coordinate of the xx-intercept of L2L_2 is 18-18.
First, the slope of L1L_1 is calculated as 2-2 using the slope formula. Substituting one of the points into the slope-intercept form gives the yy-intercept of L1L_1 as (0,9)(0, 9). Since L2L_2 is perpendicular to L1L_1, its slope is the negative reciprocal of 2-2, which is 12\frac{1}{2}. Since L2L_2 shares the yy-intercept (0,9)(0, 9), its equation is y=12x+9y = \frac{1}{2}x + 9. Setting y=0y = 0 to find the xx-intercept gives x=18x = -18.

Step-by-Step Solution

1
Calculate the slope of line L1L_1.
The slope of L1L_1 is 2-2.
Using the slope formula m=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1} with the given points (2,5)(2, 5) and (6,3)(6, -3) yields m1=3562=2m_1 = \frac{-3 - 5}{6 - 2} = -2.
2
Find the yy-intercept of L1L_1.
The yy-intercept is (0,9)(0, 9).
Substituting m=2m = -2 and the coordinates of (2,5)(2, 5) into the slope-intercept equation y=mx+by = mx + b gives 5=2(2)+b5 = -2(2) + b, which simplifies to b=9b = 9.
3
Find the slope of the perpendicular line, L2L_2.
The slope of L2L_2 is 12\frac{1}{2}.
Perpendicular lines have slopes that are negative reciprocals of each other. The negative reciprocal of 2-2 is 12\frac{1}{2}.
4
Determine the equation of L2L_2 and calculate its xx-intercept.
The xx-coordinate of the xx-intercept of L2L_2 is 18-18.
Since L2L_2 passes through the yy-intercept (0,9)(0, 9), its equation is y=12x+9y = \frac{1}{2}x + 9. Setting y=0y = 0 to find the xx-intercept yields 0=12x+90 = \frac{1}{2}x + 9, which solves to x=18x = -18.

Key Concept

Determining the equation and intercepts of a line perpendicular to a given line that passes through a specific shared point.
Estimated Time:1m 30s
Question 2502Question

In the standard (x,y)(x, y) coordinate plane, a line segment has endpoints A(3,k)A(-3, k) and B(5,3)B(5, 3). If the midpoint of segment ABAB lies on the xx-axis, what is the length of segment ABAB?

Show answer & explanation

Answer: 10

Answer

The length of segment ABAB is 10.
The midpoint of segment ABAB with endpoints A(3,k)A(-3, k) and B(5,3)B(5, 3) is (1,k+32)\left(1, \frac{k + 3}{2}\right). Since the midpoint lies on the xx-axis, its yy-coordinate must be 00. Solving k+32=0\frac{k + 3}{2} = 0 gives k=3k = -3. This means the endpoints are A(3,3)A(-3, -3) and B(5,3)B(5, 3). The distance between these two points is (5(3))2+(3(3))2=82+62=100=10\sqrt{(5 - (-3))^2 + (3 - (-3))^2} = \sqrt{8^2 + 6^2} = \sqrt{100} = 10.

Step-by-Step Solution

1
Set up the equation for the yy-coordinate of the midpoint.
k+32=0\frac{k + 3}{2} = 0
The midpoint of a segment with endpoints (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) has a yy-coordinate of y1+y22\frac{y_1 + y_2}{2}. Since the midpoint lies on the xx-axis, its yy-coordinate must be 00.
2
Solve the equation for kk.
k=3k = -3
Multiply both sides of the equation by 22 to get k+3=0k + 3 = 0, then subtract 33 from both sides.
3
Substitute k=3k = -3 to find the coordinates of point AA.
A(3,3)A(-3, -3)
This provides both complete endpoints, A(3,3)A(-3, -3) and B(5,3)B(5, 3), which are needed to find the distance.
4
Apply the distance formula to find the length of segment ABAB.
AB=10AB = 10
The distance formula is d=(x2x1)2+(y2y1)2d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}. Substituting the coordinates gives AB=(5(3))2+(3(3))2=82+62=64+36=100=10AB = \sqrt{(5 - (-3))^2 + (3 - (-3))^2} = \sqrt{8^2 + 6^2} = \sqrt{64 + 36} = \sqrt{100} = 10.

Key Concept

Distance and Midpoint Formulas
Question 2503Question

A geometric sequence of positive terms has a first term of 99 and a third term of 44. What is the sum of the first 44 terms of this sequence?

Show answer & explanation

Answer: 653\frac{65}{3}

Answer

The correct answer is 653\frac{65}{3}.
To find the sum of the first 4 terms of a geometric sequence with a1=9a_1 = 9 and a3=4a_3 = 4, we first determine the common ratio rr. Since a3=a1r2a_3 = a_1 \cdot r^2, we have 4=9r24 = 9 \cdot r^2, which gives r2=49r^2 = \frac{4}{9}. Because the terms are positive, r=23r = \frac{2}{3}. The first 4 terms are 99, 66, 44, and 83\frac{8}{3}. Summing these terms gives 9+6+4+83=19+83=6539 + 6 + 4 + \frac{8}{3} = 19 + \frac{8}{3} = \frac{65}{3}.

Step-by-Step Solution

1
Find the common ratio rr of the geometric sequence.
r=23r = \frac{2}{3}
Since the sequence is geometric, the third term is related to the first term by a3=a1r2a_3 = a_1 \cdot r^2. Substituting the given values yields 4=9r24 = 9 \cdot r^2, which simplifies to r2=49r^2 = \frac{4}{9}. Because all terms in the sequence are positive, rr must be positive, so r=49=23r = \sqrt{\frac{4}{9}} = \frac{2}{3}.
2
Calculate the first 4 terms of the sequence.
a1=9a_1 = 9, a2=6a_2 = 6, a3=4a_3 = 4, a4=83a_4 = \frac{8}{3}
Multiply each term by the common ratio r=23r = \frac{2}{3} to find the subsequent term: a1=9a_1 = 9, a2=923=6a_2 = 9 \cdot \frac{2}{3} = 6, a3=623=4a_3 = 6 \cdot \frac{2}{3} = 4, and a4=423=83a_4 = 4 \cdot \frac{2}{3} = \frac{8}{3}.
3
Sum the first 4 terms of the sequence.
Sum = 653\frac{65}{3}
Add the four terms: 9+6+4+83=19+83=573+83=6539 + 6 + 4 + \frac{8}{3} = 19 + \frac{8}{3} = \frac{57}{3} + \frac{8}{3} = \frac{65}{3}.

Key Concept

Calculating the sum of the first nn terms of a geometric sequence given its first and third terms.
Question 2504Question

In isosceles trapezoid ABCDABCD, the parallel bases are ABAB and CDCD. If the measure of interior angle AA is 7070^\circ, what is the measure, in degrees, of interior angle CC?

Show answer & explanation

Answer: 110

Answer

The measure of interior angle CC is 110110 degrees.
Since the trapezoid is isosceles with bases ABAB and CDCD, the base angles A\angle A and B\angle B are congruent, so B=70\angle B = 70^\circ. The consecutive interior angles along the leg BCBC are supplementary because ABCDAB \parallel CD, which means B+C=180\angle B + \angle C = 180^\circ. Solving for C\angle C gives 18070=110180^\circ - 70^\circ = 110^\circ.

Step-by-Step Solution

1
Find the measure of angle BB using the properties of an isosceles trapezoid.
B=70\angle B = 70^\circ
In an isosceles trapezoid, the angles sharing a base are congruent. Since ABAB is a base, A=B=70\angle A = \angle B = 70^\circ.
2
Calculate the measure of angle CC using the parallel lines property.
C=110\angle C = 110^\circ
Because the bases ABAB and CDCD are parallel, the consecutive interior angles B\angle B and C\angle C must sum to 180180^\circ. Therefore, C=18070=110\angle C = 180^\circ - 70^\circ = 110^\circ.

Key Concept

Properties of an isosceles trapezoid

Alternative Method

Since the sum of interior angles in any quadrilateral is 360360^\circ, and in an isosceles trapezoid the base angles are equal (A=B=70\angle A = \angle B = 70^\circ and C=D\angle C = \angle D), we can write 70+70+C+D=36070^\circ + 70^\circ + \angle C + \angle D = 360^\circ. Since C=D\angle C = \angle D, this simplifies to 140+2C=360    2C=220    C=110140^\circ + 2\angle C = 360^\circ \implies 2\angle C = 220^\circ \implies \angle C = 110^\circ.
Estimated Time:45s
Question 2505Question

In the standard (x,y)(x, y) coordinate plane, quadrilateral ABCDABCD is an isosceles trapezoid where ABAB is parallel to CDCD and the length of ADAD equals the length of BCBC. The coordinates of three of the vertices are A(0,0)A(0, 0), B(16,12)B(16, 12), and C(9,13)C(9, 13). If ABCDABCD is not a parallelogram, what is the yy-coordinate of vertex DD?

Show answer & explanation

Answer: 77

Answer

The correct yy-coordinate of vertex DD is 77.
The correct yy-coordinate is 77. The slope of base ABAB is 120160=34\frac{12-0}{16-0} = \frac{3}{4}, meaning the parallel line containing base CDCD is y=34x+254y = \frac{3}{4}x + \frac{25}{4}. The length of the leg BCBC is (916)2+(1312)2=50\sqrt{(9-16)^2 + (13-12)^2} = \sqrt{50}. Setting the distance of leg ADAD equal to 50\sqrt{50} gives the equation x2+y2=50x^2 + y^2 = 50. Substituting the line equation yields x2+(3x+254)2=50x^2 + (\frac{3x+25}{4})^2 = 50, which simplifies to the quadratic x2+6x7=0x^2 + 6x - 7 = 0. Solving for xx gives x=1x = 1 or x=7x = -7. If x=7x = -7, then y=1y = 1, which makes ABCDABCD a parallelogram. If x=1x = 1, then y=7y = 7, which successfully forms a non-parallelogram isosceles trapezoid.

Step-by-Step Solution

1
Calculate the slope of the base ABAB.
Slope m=120160=34m = \frac{12 - 0}{16 - 0} = \frac{3}{4}
Since the trapezoid has bases ABCDAB \parallel CD, the line containing segment CDCD must also have a slope of 34\frac{3}{4}.
2
Determine the equation of the line containing segment CDCD passing through C(9,13)C(9, 13).
y13=34(x9)    y=34x+254y - 13 = \frac{3}{4}(x - 9) \implies y = \frac{3}{4}x + \frac{25}{4}
Using the point-slope form with vertex CC and the parallel slope allows us to express the coordinates of DD as (x,34x+254)(x, \frac{3}{4}x + \frac{25}{4}).
3
Calculate the length of the leg BCBC using the distance formula.
BC=(916)2+(1312)2=(7)2+12=50BC = \sqrt{(9 - 16)^2 + (13 - 12)^2} = \sqrt{(-7)^2 + 1^2} = \sqrt{50}
Since the trapezoid is isosceles with AD=BCAD = BC, the distance from the origin A(0,0)A(0,0) to vertex D(x,y)D(x, y) must also satisfy AD=50AD = \sqrt{50}.
4
Set up the distance equation for ADAD and substitute the line equation for yy.
x2+y2=50    x2+(34x+254)2=50x^2 + y^2 = 50 \implies x^2 + \left(\frac{3}{4}x + \frac{25}{4}\right)^2 = 50
Substituting the relation for yy in terms of xx allows us to solve for the xx-coordinate of vertex DD.
5
Solve the quadratic equation for xx.
16x2+(9x2+150x+625)=800    25x2+150x175=0    x2+6x7=0    (x+7)(x1)=0    x=1 or x=716x^2 + (9x^2 + 150x + 625) = 800 \implies 25x^2 + 150x - 175 = 0 \implies x^2 + 6x - 7 = 0 \implies (x + 7)(x - 1) = 0 \implies x = 1 \text{ or } x = -7
The solutions to this quadratic equation yield two potential coordinates for vertex DD.
6
Find the corresponding yy-coordinates and verify the non-parallelogram condition.
If x=7x = -7, then y=1y = 1, which makes ABCDABCD a parallelogram. If x=1x = 1, then y=7y = 7, which makes ABCDABCD a non-parallelogram isosceles trapezoid.
The question specifies that ABCDABCD is not a parallelogram, so we choose the solution D(1,7)D(1, 7), giving a yy-coordinate of 77.

Key Concept

Using coordinate geometry (slopes and distances) to determine the properties and vertices of a quadrilateral.

Alternative Method

In an isosceles trapezoid, the perpendicular bisector of the base is the axis of symmetry. The midpoint of base ABAB is M(8,6)M(8, 6). Since the slope of ABAB is 34\frac{3}{4}, the slope of the perpendicular bisector is the negative reciprocal, 43-\frac{4}{3}. The equation of this perpendicular bisector is y6=43(x8)    4x+3y50=0y - 6 = -\frac{4}{3}(x - 8) \implies 4x + 3y - 50 = 0. Reflecting vertex C(9,13)C(9, 13) across this line yields vertex DD. The projection of CC onto the bisector is found by intersecting it with the parallel base line 3x4y+25=03x - 4y + 25 = 0, giving the intersection point P(5,10)P(5, 10). Reflecting CC across PP gives D=2PC=(2(5)9,2(10)13)=(1,7)D = 2P - C = (2(5) - 9, 2(10) - 13) = (1, 7), which confirms the yy-coordinate is 77.
Estimated Time:3m 0s
Question 2506Question

The sum of the measures of all but one of the interior angles of a convex polygon is 20102010^\circ. What is the measure, in degrees, of the remaining interior angle?

Show answer & explanation

Answer: 150

Answer

The measure of the remaining interior angle is 150 degrees.
The sum of the interior angles of any convex polygon with nn sides is a multiple of 180180^\circ given by (n2)×180(n-2) \times 180^\circ. Because the polygon is convex, the measure of the remaining angle must be strictly less than 180180^\circ. Thus, the total sum of all interior angles must be the smallest multiple of 180180^\circ that is strictly greater than the given sum of 20102010^\circ. Since 11×180=198011 \times 180^\circ = 1980^\circ (which is less than 20102010^\circ), the total sum must be at least 12×180=216012 \times 180^\circ = 2160^\circ. Subtracting the given sum of the other angles from this total gives 21602010=1502160^\circ - 2010^\circ = 150^\circ. Since 150150^\circ is less than 180180^\circ, this is a mathematically valid remaining angle for a convex polygon.

Step-by-Step Solution

1
Set up the inequality for the sum of the interior angles.
The total sum S=(n2)×180S = (n-2) \times 180^\circ must satisfy 2010<S<2010+1802010^\circ < S < 2010^\circ + 180^\circ, which simplifies to 2010<S<21902010^\circ < S < 2190^\circ.
Since the polygon is convex, the remaining interior angle must have a measure strictly between 00^\circ and 180180^\circ.
2
Determine the value of n2n-2 by finding the unique integer multiple.
Dividing the inequality by 180180^\circ gives 11.17<n2<12.1711.17 < n-2 < 12.17. Since nn must be an integer, n2=12n-2 = 12, which means the polygon has n=14n = 14 sides.
The number of sides of a polygon must be a whole number, so n2n-2 must be an integer.
3
Calculate the measure of the remaining interior angle.
x=(12×180)2010=21602010=150x = (12 \times 180^\circ) - 2010^\circ = 2160^\circ - 2010^\circ = 150^\circ.
Subtract the sum of the other interior angles from the total sum of the interior angles of a 14-gon.

Key Concept

The sum of the interior angles of a convex polygon with nn sides is (n2)×180(n-2) \times 180^\circ, and each interior angle of a convex polygon must measure strictly less than 180180^\circ.
Question 2507Question

A designer is creating a custom floor tile in the shape of an irregular convex pentagon. The tile has one right angle. The remaining four interior angles are in the ratio 2:3:3:42:3:3:4. What is the measure, in degrees, of the largest interior angle of this tile?

Show answer & explanation

Answer: 150150^\circ

Answer

The largest interior angle of the tile measures 150150^\circ.
The correct answer is 150150^\circ. The sum of the interior angles of a pentagon is 540540^\circ. Subtracting the right angle (9090^\circ) leaves 450450^\circ for the remaining four angles. Since they are in the ratio 2:3:3:42:3:3:4, their sum can be represented as 12y=45012y = 450^\circ, which yields y=37.5y = 37.5^\circ. The largest of these angles is 4y=1504y = 150^\circ, which is greater than the other angles (7575^\circ, 112.5112.5^\circ, and 9090^\circ).

Step-by-Step Solution

1
Calculate the sum of the interior angles of a pentagon.
The sum of the interior angles is (52)×180=3×180=540(5 - 2) \times 180^\circ = 3 \times 180^\circ = 540^\circ.
A pentagon has 5 sides, and the sum of the interior angles of any convex nn-gon is given by the formula (n2)×180(n - 2) \times 180^\circ.
2
Subtract the right angle to find the sum of the remaining four interior angles.
The sum of the remaining angles is 54090=450540^\circ - 90^\circ = 450^\circ.
One of the angles is a right angle, which measures 9090^\circ.
3
Set up an equation using the given ratio to find the value of one part of the ratio.
Let the four remaining angles be 2y2y, 3y3y, 3y3y, and 4y4y. Their sum is 2y+3y+3y+4y=12y=4502y + 3y + 3y + 4y = 12y = 450^\circ, which gives y=37.5y = 37.5^\circ.
The remaining angles are in the ratio 2:3:3:42:3:3:4, so their measures are proportional to these values.
4
Calculate the measure of the largest interior angle.
The largest angle corresponds to the largest term in the ratio, which is 4y4y. Thus, the largest angle is 4×37.5=1504 \times 37.5^\circ = 150^\circ.
The question asks for the measure of the largest interior angle.

Key Concept

The sum of the interior angles of a convex polygon with nn sides is (n2)×180(n-2) \times 180^\circ, and ratios can be used to partition a total quantity into proportional parts.
Question 2508Question

A convex polygon has nn sides. The sum of the measures of all but one of its interior angles is 20202020^\circ. What is the measure, in degrees, of the remaining interior angle?

Show answer & explanation

Answer: 140

Answer

The measure of the remaining interior angle is 140140^\circ.
For a convex polygon with nn sides, the sum of all interior angles is (n2)×180(n-2) \times 180^\circ. If we represent the remaining interior angle as xx, then the sum of all interior angles can be written as 2020+x2020^\circ + x. Because the polygon is convex, the measure of the remaining interior angle must satisfy the inequality 0<x<1800^\circ < x < 180^\circ. Substituting this into the sum expression gives the inequality 2020<(n2)×180<22002020^\circ < (n-2) \times 180^\circ < 2200^\circ. Dividing by 180180^\circ, we find 11.22<n2<12.2211.22 < n-2 < 12.22. Since n2n-2 must be an integer, n2n-2 must equal 1212, which means the total sum of the interior angles is 12×180=216012 \times 180^\circ = 2160^\circ. The remaining angle is found by subtracting 20202020^\circ from 21602160^\circ, resulting in 140140^\circ.

Step-by-Step Solution

1
Use the polygon interior angle sum formula for an nn-sided polygon.
The sum of all interior angles is (n2)×180(n-2) \times 180^\circ.
This formula connects the number of sides of a convex polygon to the total sum of its interior angles.
2
Set up an equation containing the sum of all but one angle (20202020^\circ) and the remaining angle (xx).
(n2)×180=2020+x(n-2) \times 180^\circ = 2020^\circ + x
The total sum of all interior angles is equal to the sum of the n1n-1 known angles plus the remaining angle.
3
Apply the convexity constraint 0<x<1800^\circ < x < 180^\circ to construct an inequality for the total sum of the interior angles.
2020<(n2)×180<22002020^\circ < (n-2) \times 180^\circ < 2200^\circ
Since the remaining angle must be strictly between 00^\circ and 180180^\circ for a convex polygon, adding 20202020^\circ gives the boundaries for the total sum.
4
Divide the inequality by 180180^\circ to isolate the term n2n-2.
11.22<n2<12.2211.22 < n-2 < 12.22
This determines the numerical boundaries for the integer value of n2n-2.
5
Find the unique integer value for n2n-2 and calculate the exact total sum of the interior angles.
n2=12n-2 = 12, which gives a total sum of 12×180=216012 \times 180^\circ = 2160^\circ.
Because nn must be an integer, n2n-2 must be an integer. The only integer in the interval (11.22,12.22)(11.22, 12.22) is 1212.
6
Subtract the sum of the other angles from the total sum of the interior angles to solve for xx.
x=21602020=140x = 2160^\circ - 2020^\circ = 140^\circ.
This yields the exact value of the remaining interior angle.

Key Concept

The sum of the interior angles of an nn-sided convex polygon is (n2)×180(n-2) \times 180^\circ, where each interior angle is strictly between 00^\circ and 180180^\circ.
Question 2509Question

A chemical solution in a laboratory has an initial volume of 5050 milliliters and evaporates at a rate of 72\frac{7}{2} milliliters per hour. A second chemical solution has an initial volume of 2020 milliliters and evaporates at a rate of 54\frac{5}{4} milliliters per hour. After how many hours, tt, will the volume of the first solution be at most the volume of the second solution?

Show answer & explanation

Answer: t403t \ge \frac{40}{3}

Answer

The correct solution is the set of values t403t \ge \frac{40}{3}.
Translating the problem statement gives the inequality 5072t2054t50 - \frac{7}{2}t \le 20 - \frac{5}{4}t. Subtracting 50 from both sides and adding 54t\frac{5}{4}t to both sides results in 94t30-\frac{9}{4}t \le -30. Multiplying both sides by 49-\frac{4}{9} and reversing the inequality sign because of the negative multiplier yields the correct solution, t403t \ge \frac{40}{3}.

Step-by-Step Solution

1
Write the inequality representing the physical situation.
5072t2054t50 - \frac{7}{2}t \le 20 - \frac{5}{4}t
The volume of the first solution after tt hours is 5072t50 - \frac{7}{2}t, and the volume of the second solution is 2054t20 - \frac{5}{4}t. The phrase 'at most' means the first volume must be less than or equal to the second volume.
2
Isolate the variable terms on the left side and the constant terms on the right side.
72t+54t2050-\frac{7}{2}t + \frac{5}{4}t \le 20 - 50
Grouping like terms makes it possible to simplify both sides of the inequality.
3
Find a common denominator of 4 to combine the fractions on the left side, and simplify the constant terms on the right side.
94t30-\frac{9}{4}t \le -30
Converting 72t-\frac{7}{2}t to 144t-\frac{14}{4}t allows us to add it to 54t\frac{5}{4}t, resulting in 94t-\frac{9}{4}t.
4
Multiply both sides of the inequality by 49-\frac{4}{9} to solve for tt, reversing the inequality sign because we are multiplying by a negative number.
t403t \ge \frac{40}{3}
Multiplying by the reciprocal of the coefficient isolates tt. The inequality sign must be reversed ({\le} to {\ge}) because we are multiplying by a negative value.

Key Concept

Solving Linear Inequalities
Estimated Time:1m 30s
Question 2510Question

In the standard (x,y)(x, y) coordinate plane, a rhombus ABCDABCD has vertices A(1,2)A(1, 2) and C(7,10)C(7, 10). The length of diagonal BDBD is half the length of diagonal ACAC. If the xx-coordinate of vertex BB is greater than the xx-coordinate of vertex DD, what is the yy-coordinate of vertex BB?

Show answer & explanation

Answer: 4.5

Answer

The yy-coordinate of vertex BB is 4.54.5.
By using the geometric properties of a rhombus, we know that its diagonals bisect each other perpendicularly. The midpoint of diagonal ACAC is calculated as M(4,6)M(4, 6) and its length is 1010. Consequently, the perpendicular diagonal BDBD must pass through M(4,6)M(4, 6) with a slope of 34-\frac{3}{4} (the negative reciprocal of the slope of ACAC, which is 43\frac{4}{3}). Since the length of BDBD is half the length of ACAC, the length of BDBD is 55, meaning vertices BB and DD are each a distance of 2.52.5 units away from M(4,6)M(4, 6). Solving for points along the line y6=0.75(x4)y - 6 = -0.75(x - 4) at this distance gives (6,4.5)(6, 4.5) and (2,7.5)(2, 7.5). The condition that the xx-coordinate of BB is greater than the xx-coordinate of DD uniquely determines BB to be (6,4.5)(6, 4.5), yielding a yy-coordinate of 4.54.5.

Step-by-Step Solution

1
Calculate the midpoint MM and the length of diagonal ACAC.
M=(4,6)M = (4, 6) and AC=10AC = 10.
The diagonals of a rhombus bisect each other at their midpoint and their lengths determine the proportions of the shape.
2
Find the slope and length of diagonal BDBD.
Slope of BDBD is 34-\frac{3}{4}, and length is 55.
Diagonals of a rhombus are perpendicular, meaning their slopes are negative reciprocals (m1m2=1m_1 \cdot m_2 = -1). The problem specifies that the length of BDBD is half of ACAC (10÷2=510 \div 2 = 5).
3
Set up equations to find coordinates of B(x,y)B(x, y) and D(x,y)D(x, y) that are at distance 2.52.5 from M(4,6)M(4, 6) along the line of diagonal BDBD.
(x4)2+(y6)2=6.25(x - 4)^2 + (y - 6)^2 = 6.25 and y6=0.75(x4)y - 6 = -0.75(x - 4).
Since the diagonals bisect each other, the distance from the midpoint MM to each of the remaining vertices BB and DD is half the length of diagonal BDBD (5÷2=2.55 \div 2 = 2.5).
4
Solve the system of equations for the coordinates.
P1(6,4.5)P_1(6, 4.5) and P2(2,7.5)P_2(2, 7.5).
Substituting y6y-6 into the distance equation yields (x4)2+0.5625(x4)2=6.25(x-4)^2 + 0.5625(x-4)^2 = 6.25, which simplifies to 1.5625(x4)2=6.25    (x4)2=4    x4=±21.5625(x-4)^2 = 6.25 \implies (x-4)^2 = 4 \implies x - 4 = \pm 2. Thus, x1=6x_1 = 6 (giving y1=4.5y_1 = 4.5) and x2=2x_2 = 2 (giving y2=7.5y_2 = 7.5).
5
Identify vertex BB using the given coordinate condition.
B=(6,4.5)B = (6, 4.5), so the yy-coordinate is 4.54.5.
The problem states that the xx-coordinate of BB is greater than the xx-coordinate of DD. Comparing the two solutions, the one with the larger xx-value (6>26 > 2) must belong to vertex BB.

Key Concept

Rhombus Diagonal Properties in the Coordinate Plane

Alternative Method

Alternatively, since the diagonals of a rhombus divide it into four congruent right triangles, we can determine the side length of the rhombus. The legs of these right triangles are half the diagonal lengths: 55 and 2.52.5. By the Pythagorean theorem, the square of the side length is 52+2.52=31.255^2 + 2.5^2 = 31.25. We can set up distance equations from B(x,y)B(x, y) to A(1,2)A(1, 2) and C(7,10)C(7, 10): (x1)2+(y2)2=31.25(x-1)^2 + (y-2)^2 = 31.25 and (x7)2+(y10)2=31.25(x-7)^2 + (y-10)^2 = 31.25. Subtracting the second equation from the first simplifies to the linear relation y=0.75x+9y = -0.75x + 9, which can then be substituted back into one of the quadratic equations to find x=6x = 6 or x=2x = 2, yielding y=4.5y = 4.5 or y=7.5y = 7.5.
Estimated Time:3m 0s
Question 2511Question

The endpoint AA of segment ABAB is located at (3,5)(-3, 5) in the standard (x,y)(x, y) coordinate plane. Segment ABAB is translated 4 units right and 2 units down, and then reflected across the line y=xy = -x. What are the coordinates of the image of endpoint AA after these transformations?

Show answer & explanation

Answer: (3,1)(-3, -1)

Answer

The coordinates of the image of endpoint AA are (3,1)(-3, -1).
Translating the point A(3,5)A(-3, 5) 4 units right and 2 units down gives (3+4,52)=(1,3)( -3 + 4, 5 - 2 ) = (1, 3). Reflecting the point (1,3)(1, 3) across the line y=xy = -x swaps and negates the coordinates, giving (3,1)(-3, -1).

Step-by-Step Solution

1
Apply the translation of 4 units right and 2 units down to the initial coordinates of point A(3,5)A(-3, 5).
The x-coordinate changes by +4+4 and the y-coordinate changes by 2-2: (3+4,52)=(1,3)(-3 + 4, 5 - 2) = (1, 3).
Translation shifts the coordinates directly by adding the horizontal change to xx and subtracting the vertical change from yy.
2
Apply the reflection across the line y=xy = -x to the translated point (1,3)(1, 3).
Swapping and negating both coordinates of (1,3)(1, 3) yields (3,1)(-3, -1).
The reflection rule across the line y=xy = -x maps any point (x,y)(x, y) to (y,x)(-y, -x).

Key Concept

Composite transformations in the coordinate plane involving translation and reflection across the line y=xy = -x.
Question 2512Question

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

Show answer & explanation

Answer: 2132\frac{21}{32}

Answer

The sum of the first 3 terms of this sequence is 2132\frac{21}{32}.
The sum of the first three terms of a geometric sequence is calculated by finding each individual term and then adding them together. The first term is 12\frac{1}{2}. The second term is obtained by multiplying the first term by the common ratio: 12×14=18\frac{1}{2} \times \frac{1}{4} = \frac{1}{8}. The third term is obtained by multiplying the second term by the common ratio: 18×14=132\frac{1}{8} \times \frac{1}{4} = \frac{1}{32}. To add these terms, we find a common denominator of 32: 1632+432+132=2132\frac{16}{32} + \frac{4}{32} + \frac{1}{32} = \frac{21}{32}.

Step-by-Step Solution

1
Identify the first three terms of the geometric sequence using the formula an=a1rn1a_n = a_1 \cdot r^{n-1}.
The first term a1a_1 is given as 12\frac{1}{2}. The second term is a2=1214=18a_2 = \frac{1}{2} \cdot \frac{1}{4} = \frac{1}{8}. The third term is a3=1814=132a_3 = \frac{1}{8} \cdot \frac{1}{4} = \frac{1}{32}.
Before calculating the sum, each individual term to be summed must be determined.
2
Find a common denominator to add the three fractional terms.
The least common multiple of the denominators 2, 8, and 32 is 32. Express the terms with this common denominator: a1=1632a_1 = \frac{16}{32}, a2=432a_2 = \frac{4}{32}, and a3=132a_3 = \frac{1}{32}.
Adding fractions requires a common denominator.
3
Sum the adjusted fractions.
1632+432+132=2132\frac{16}{32} + \frac{4}{32} + \frac{1}{32} = \frac{21}{32}.
This yields the total sum of the first three terms.

Key Concept

Calculating the sum of a finite geometric series by finding and summing individual terms.
Question 2513Question

A landscape architect designs a square courtyard with a side length of 4x34x - 3 meters. A square garden bed with a side length of 2x12x - 1 meters is placed in one of the corners of the courtyard. The remaining area of the courtyard is paved. If the paved area, in square meters, is represented by the polynomial ax2+bx+cax^2 + bx + c, where aa, bb, and cc are constants, what is the value of bb?

Show answer & explanation

Answer: -20

Answer

The value of bb is 20-20.
The remaining paved area is the difference between the area of the courtyard and the garden bed: (16x224x+9)(4x24x+1)=12x220x+8(16x^2 - 24x + 9) - (4x^2 - 4x + 1) = 12x^2 - 20x + 8. The coefficient of the linear xx term is 20-20.

Step-by-Step Solution

1
Find the polynomial representing the total area of the courtyard.
Atotal=(4x3)2=16x224x+9A_{\text{total}} = (4x - 3)^2 = 16x^2 - 24x + 9 square meters
The area of a square is the square of its side length. We expand (4x3)2(4x - 3)^2 using the identity (pq)2=p22pq+q2(p - q)^2 = p^2 - 2pq + q^2.
2
Find the polynomial representing the area of the garden bed.
Agarden=(2x1)2=4x24x+1A_{\text{garden}} = (2x - 1)^2 = 4x^2 - 4x + 1 square meters
The garden bed is also a square, so we expand (2x1)2(2x - 1)^2 using the binomial squaring identity.
3
Subtract the garden bed area from the total area to find the paved area.
Apaved=12x220x+8A_{\text{paved}} = 12x^2 - 20x + 8 square meters
The paved area is the difference between the two areas. We distribute the negative sign to all terms of the subtracted polynomial: (4x24x+1)=4x2+4x1-(4x^2 - 4x + 1) = -4x^2 + 4x - 1, and then combine like terms.
4
Identify the coefficient of the xx term, bb.
b=20b = -20
Comparing 12x220x+812x^2 - 20x + 8 to ax2+bx+cax^2 + bx + c, the coefficient of the linear xx term is 20-20.

Key Concept

Operations on Polynomials

Alternative Method

To find only the coefficient of the linear term, expand and subtract only the linear terms from both binomial expansions: 2(4x)(3)2(2x)(1)=24x(4x)=20x2(4x)(-3) - 2(2x)(-1) = -24x - (-4x) = -20x. The coefficient bb is therefore 20-20.
Estimated Time:1m 30s
Question 2514Question

In the figure, line L1L_1 is parallel to line L2L_2. Vertex AA of ABC\triangle ABC lies on L1L_1, and vertices BB and CC lie on L2L_2. Side ABAB is perpendicular to L2L_2. Point DD lies on L2L_2 such that CC is between BB and DD. If the measure of the exterior angle ACD\angle ACD is 132132^\circ, what is the measure, in degrees, of BAC\angle BAC?

Show answer & explanation

Answer: 42

Answer

42
The correct answer is 4242. Because ABAB is perpendicular to L2L_2, ABC\angle ABC is 9090^\circ. The exterior angle ACD\angle ACD is given as 132132^\circ, which means the adjacent interior angle ACB\angle ACB must be supplementary to it: 180132=48180^\circ - 132^\circ = 48^\circ. Since the interior angles of a triangle always sum to 180180^\circ, the remaining angle BAC\angle BAC is 180(90+48)=42180^\circ - (90^\circ + 48^\circ) = 42^\circ. Alternatively, applying the Exterior Angle Theorem, the exterior angle is equal to the sum of the two remote interior angles: ACD=ABC+BAC\angle ACD = \angle ABC + \angle BAC, so 132=90+BAC132^\circ = 90^\circ + \angle BAC, which simplifies to BAC=42\angle BAC = 42^\circ.

Step-by-Step Solution

1
Determine the measure of interior angle ABC\angle ABC.
ABC=90\angle ABC = 90^\circ
Since side ABAB is perpendicular to L2L_2, the angle it makes with L2L_2 at vertex BB is 9090^\circ.
2
Find the measure of interior angle ACB\angle ACB.
ACB=48\angle ACB = 48^\circ
The interior angle ACB\angle ACB and the exterior angle ACD\angle ACD form a linear pair along line L2L_2, making them supplementary: ACB=180132=48\angle ACB = 180^\circ - 132^\circ = 48^\circ.
3
Calculate the measure of BAC\angle BAC using the angle sum of a triangle.
4242^\circ
The interior angles of ABC\triangle ABC sum to 180180^\circ. Subtracting the known angles gives BAC=180(90+48)=42\angle BAC = 180^\circ - (90^\circ + 48^\circ) = 42^\circ.

Key Concept

Triangle Angle Sum Theorem and Supplementary Angle Relationships
Question 2515Question

In the standard (x,y)(x, y) coordinate plane, a triangle has a vertex at T(1,4)T(-1, 4). The triangle is reflected across the yy-axis, and then dilated by a scale factor of 22 with the center of dilation at the point (3,1)(3, 1). What are the coordinates of the image of vertex TT after this sequence of transformations?

Show answer & explanation

Answer: (1,7)(-1, 7)

Answer

The correct coordinates of the image of vertex TT are (1,7)(-1, 7).
The correct coordinates are found by first reflecting the vertex across the yy-axis to get (1,4)(1, 4), and then applying the dilation formula relative to the center (3,1)(3, 1) with a scale factor of 22, which yields (1,7)(-1, 7).

Step-by-Step Solution

1
Reflect the vertex T(1,4)T(-1, 4) across the yy-axis.
T(1,4)T'(1, 4)
Reflecting a point (x,y)(x, y) across the yy-axis maps it to (x,y)(-x, y), which changes the sign of the x-coordinate of T(1,4)T(-1, 4) to get (1,4)(1, 4).
2
Apply the dilation with a scale factor of 22 centered at (3,1)(3, 1) to the reflected point T(1,4)T'(1, 4).
T(1,7)T''(-1, 7)
The dilation formula for a point (x,y)(x, y) with scale factor kk and center (h,kc)(h, k_c) is (h+k(xh),kc+k(ykc))(h + k(x - h), k_c + k(y - k_c)). Substituting x=1x = 1, y=4y = 4, k=2k = 2, h=3h = 3, and kc=1k_c = 1 yields the x-coordinate 3+2(13)=13 + 2(1 - 3) = -1 and the y-coordinate 1+2(41)=71 + 2(4 - 1) = 7.

Key Concept

Composite transformations in the coordinate plane involving reflections and non-origin-centered dilations.

Alternative Method

Instead of calculating algebraically, you can sketch the transformations on a grid. Plot T(1,4)T(-1, 4), reflect it across the y-axis to find T(1,4)T'(1, 4). Mark the center of dilation at P(3,1)P(3, 1). Find the vector from PP to TT', which is 22 units left and 33 units up. Double this vector to 44 units left and 66 units up from P(3,1)P(3, 1), which lands at (1,7)(-1, 7).
Estimated Time:1m 30s
Question 2516Question

In rhombus ABCDABCD, the diagonals ACAC and BDBD intersect at point EE. If the length of segment AEAE is 33 inches and the length of segment BEBE is 44 inches, what is the perimeter, in inches, of the rhombus?

Show answer & explanation

Answer: 20

Answer

The perimeter of the rhombus is 20 inches.
The diagonals of a rhombus are perpendicular and bisect each other, forming four right triangles at their intersection. In right triangle AEBAEB, the legs are AE=3AE = 3 inches and BE=4BE = 4 inches. Using the Pythagorean theorem, the hypotenuse (which is the side ABAB of the rhombus) is 32+42=5\sqrt{3^2 + 4^2} = 5 inches. Because a rhombus has four sides of equal length, the perimeter is 4×5=204 \times 5 = 20 inches.

Step-by-Step Solution

1
Identify the properties of the diagonals of a rhombus.
The diagonals of a rhombus are perpendicular bisectors of each other. This means they intersect at a 9090^\circ angle and divide each other into equal halves.
This allows us to model the relationship between the diagonals and the sides using right triangles.
2
Calculate the side length of the rhombus using the Pythagorean theorem.
In the right triangle AEBAEB formed by the intersection of the diagonals, the legs are AE=3AE = 3 inches and BE=4BE = 4 inches. The side ABAB is the hypotenuse: AB=32+42=9+16=25=5AB = \sqrt{3^2 + 4^2} = \sqrt{9 + 16} = \sqrt{25} = 5 inches.
Knowing the side length is necessary to find the perimeter of the rhombus.
3
Calculate the perimeter of the rhombus.
Since all four sides of a rhombus are equal in length, the perimeter is 4×5=204 \times 5 = 20 inches.
The perimeter of any polygon is the sum of its outer boundary lengths.

Key Concept

Properties of Rhombus Diagonals and Perimeter
Question 2517Question

Consider two lines in a coordinate plane: Line AA, represented by the equation 3x+ky=83x + ky = 8 for some constant kk, and Line BB, which contains the points (2,1)(2, -1) and (5,8)(5, 8). If Line AA is perpendicular to Line BB, what is the value of kk?

Show answer & explanation

Answer: 9

Answer

The value of kk is 99.
The correct answer is the value 99. First, we find the slope of Line BB using the coordinate points (2,1)(2, -1) and (5,8)(5, 8), which gives a slope of 33. Since Line AA is perpendicular to Line BB, its slope must be the negative reciprocal of 33, which is 13-\frac{1}{3}. By rewriting the equation of Line AA, 3x+ky=83x + ky = 8, in slope-intercept form, we identify its slope as 3k-\frac{3}{k}. Setting these two slope values equal gives 3k=13-\frac{3}{k} = -\frac{1}{3}, which solves to k=9k = 9.

Step-by-Step Solution

1
Calculate the slope of Line BB using the slope formula m=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1} with the points (2,1)(2, -1) and (5,8)(5, 8).
The slope of Line BB is mB=8(1)52=93=3m_B = \frac{8 - (-1)}{5 - 2} = \frac{9}{3} = 3.
Finding the slope of the given line is necessary to determine the perpendicular slope.
2
Determine the perpendicular slope of Line AA using the relationship mA=1mBm_A = -\frac{1}{m_B}.
The slope of Line AA must be mA=13m_A = -\frac{1}{3}.
Perpendicular lines have slopes that are negative reciprocals of each other.
3
Express the slope of Line AA in terms of kk by rewriting 3x+ky=83x + ky = 8 in slope-intercept form (y=mx+by = mx + b).
Subtracting 3x3x from both sides gives ky=3x+8ky = -3x + 8, and dividing by kk yields y=3kx+8ky = -\frac{3}{k}x + \frac{8}{k}. The slope is 3k-\frac{3}{k}.
This allows us to set up an equation to solve for kk.
4
Equate the slope of Line AA to the perpendicular slope found in Step 2 and solve for kk.
3k=133k=13k=9-\frac{3}{k} = -\frac{1}{3} \Rightarrow \frac{3}{k} = \frac{1}{3} \Rightarrow k = 9.
Solving this equation gives the value of kk that makes the lines perpendicular.

Key Concept

Perpendicular lines in the coordinate plane have slopes that are negative reciprocals of each other.
Estimated Time:1m 30s
Question 2518Question

A right triangle has a hypotenuse of length x+4x + 4 inches. The lengths of the two legs of the triangle are xx inches and x+2x + 2 inches. What is the value of xx?

Show answer & explanation

Answer: 6

Answer

6
The correct answer is 6 because applying the Pythagorean theorem yields the relation x2+(x+2)2=(x+4)2x^2 + (x + 2)^2 = (x + 4)^2. Expanding the binomials gives x2+x2+4x+4=x2+8x+16x^2 + x^2 + 4x + 4 = x^2 + 8x + 16, which simplifies to the quadratic equation x24x12=0x^2 - 4x - 12 = 0. Factoring this equation yields (x6)(x+2)=0(x - 6)(x + 2) = 0. Discarding the negative solution x=2x = -2 because length must be positive leaves the correct solution of 6.

Step-by-Step Solution

1
Set up the equation using the Pythagorean theorem, where the sum of the squares of the legs equals the square of the hypotenuse.
x2+(x+2)2=(x+4)2x^2 + (x + 2)^2 = (x + 4)^2
The sides of a right triangle must satisfy the Pythagorean relation a2+b2=c2a^2 + b^2 = c^2.
2
Expand the squared binomial terms on both sides of the equation.
x2+(x2+4x+4)=x2+8x+16x^2 + (x^2 + 4x + 4) = x^2 + 8x + 16
Applying the algebraic identity (a+b)2=a2+2ab+b2(a+b)^2 = a^2 + 2ab + b^2 is necessary to simplify the terms.
3
Simplify the equation and move all terms to one side to set the quadratic expression to zero.
x24x12=0x^2 - 4x - 12 = 0
Standard form (ax2+bx+c=0ax^2 + bx + c = 0) is required to solve quadratic equations.
4
Factor the quadratic equation.
(x6)(x+2)=0(x - 6)(x + 2) = 0
Factoring allows finding the roots by setting each linear binomial factor to zero.
5
Solve for xx and discard any physically impossible negative values.
x=6x = 6 (since x=2x = -2 is discarded)
A physical measurement of side length must be strictly positive.

Key Concept

Formulating and solving quadratic equations derived from the Pythagorean theorem by expanding binomials and factoring.
Question 2519Question

A designer is creating a custom tiled floor using irregular convex pentagonal tiles. In each pentagon, the measures of three of the interior angles are in the ratio 2:3:42:3:4. The other two interior angles are congruent to each other, and each is 1515^\circ less than the sum of the two smallest angles in the ratio. What is the measure, in degrees, of the largest interior angle of one of these pentagonal tiles?

Show answer & explanation

Answer: 135135^\circ

Answer

The correct answer is 135 degrees. The largest interior angle of the pentagon is one of the two congruent angles.
The correct answer is 135 degrees. The sum of the interior angles of a pentagon is 540 degrees. Representing the three angles in the ratio as 2x, 3x, and 4x gives a sum of 9x. The remaining two angles are each equal to the sum of the two smallest ratio terms minus 15, which is 5x - 15. The sum of all five angles is 19x - 30 = 540, which yields x = 30. Evaluating the angles gives 60, 90, 120, 135, and 135 degrees. The largest of these is 135 degrees.

Step-by-Step Solution

1
Determine the sum of the interior angles of a pentagon.
The sum is 540540^\circ.
The formula for the sum of the interior angles of an nn-sided polygon is (n2)×180(n-2) \times 180^\circ. For a pentagon (n=5n = 5), the sum is (52)×180=3×180=540(5-2) \times 180^\circ = 3 \times 180^\circ = 540^\circ.
2
Set up an algebraic equation representing the sum of all five interior angles.
The equation is 2x+3x+4x+2(5x15)=5402x + 3x + 4x + 2(5x - 15^\circ) = 540^\circ.
Let the three angles in the ratio 2:3:42:3:4 be represented as 2x2x, 3x3x, and 4x4x. The sum of the two smallest is 2x+3x=5x2x + 3x = 5x. Each of the other two congruent angles is 1515^\circ less than this sum, which is 5x155x - 15^\circ.
3
Solve the algebraic equation for xx.
x=30x = 30^\circ.
Simplify the equation: 9x+10x30=540    19x=570    x=309x + 10x - 30^\circ = 540^\circ \implies 19x = 570^\circ \implies x = 30^\circ.
4
Calculate the measures of all five interior angles and identify the largest.
The angles are 6060^\circ, 9090^\circ, 120120^\circ, 135135^\circ, and 135135^\circ. The largest angle is 135135^\circ.
Substitute x=30x = 30^\circ into each expression: 2(30)=602(30) = 60^\circ, 3(30)=903(30) = 90^\circ, 4(30)=1204(30) = 120^\circ, and 5(30)15=1355(30) - 15 = 135^\circ for the other two. The largest value among these is 135135^\circ.

Key Concept

Polygon interior angle sum and algebraic representation of ratios
Question 2520Question

For a certain convex polygon with nn sides, the sum of the measures of its interior angles is exactly 2424 times the measure of one exterior angle of a regular polygon with nn sides. If this polygon is regular, what is the measure, in degrees, of each of its interior angles?

Show answer & explanation

Answer: 135

Answer

135
By translating the problem description into an algebraic relationship, we establish that the sum of the interior angles, (n2)×180(n-2) \times 180^\circ, equals 2424 times the measure of a single exterior angle, 360n\frac{360^\circ}{n}. Simplifying this equation by dividing both sides by 180180 yields n2=48nn - 2 = \frac{48}{n}. Multiplying by nn creates the quadratic equation n22n48=0n^2 - 2n - 48 = 0, which factors as (n8)(n+6)=0(n-8)(n+6) = 0. Since the number of sides of a polygon must be positive, n=8n = 8. For a regular octagon (n=8n=8), the measure of each interior angle is (82)×1808=135\frac{(8-2) \times 180^\circ}{8} = 135^\circ.

Step-by-Step Solution

1
Set up the equation based on the geometric properties of polygons.
(n2)×180=24×360n(n-2) \times 180 = 24 \times \frac{360}{n}
The sum of the interior angles of a convex polygon with nn sides is (n2)×180(n-2) \times 180^\circ. The measure of one exterior angle of a regular polygon with nn sides is 360n\frac{360^\circ}{n}.
2
Simplify the equation and solve for the number of sides nn.
n22n48=0n^2 - 2n - 48 = 0, which gives n=8n = 8.
Dividing both sides by 180180 simplifies the equation to n2=48nn - 2 = \frac{48}{n}. Multiplying by nn yields the quadratic equation n(n2)=48n(n - 2) = 48, or n22n48=0n^2 - 2n - 48 = 0. Factoring gives (n8)(n+6)=0(n - 8)(n + 6) = 0. Since the number of sides must be a positive integer, n=8n = 8.
3
Calculate the measure of each interior angle of a regular octagon (n=8n = 8).
135135^\circ
The measure of each interior angle of a regular polygon is given by (n2)×180n\frac{(n-2) \times 180^\circ}{n}. Substituting n=8n = 8 yields (82)×1808=6×1808=135\frac{(8-2) \times 180^\circ}{8} = \frac{6 \times 180^\circ}{8} = 135^\circ.

Key Concept

The relationship between the sum of interior angles, the number of sides, and the exterior angles of regular polygons.
Estimated Time:2m 30s
PreviousPage 126 / 278Next
All practice questions — ACT | Examkin