All practice questions

5556 questions

Question 2221Question

If a>1.5a > 1.5 is a real number that satisfies the equation 4a3(2a+1)+8=04^a - 3(2^{a+1}) + 8 = 0, what is the value of aa?

Show answer & explanation

Answer: 2

Answer

The correct answer is 2.
Substituting u=2au = 2^a turns the equation into u26u+8=0u^2 - 6u + 8 = 0. Factoring gives (u2)(u4)=0(u-2)(u-4)=0, meaning u=2u=2 or u=4u=4. Reversing the substitution gives 2a=2    a=12^a = 2 \implies a=1 and 2a=4    a=22^a = 4 \implies a=2. Since a>1.5a > 1.5, the correct value is 2.

Step-by-Step Solution

1
Express the equation in terms of base 2.
(2a)26(2a)+8=0(2^a)^2 - 6(2^a) + 8 = 0
Since 4 is 222^2 and 2a+1=22a2^{a+1} = 2 \cdot 2^a, expressing all terms in base 2 allows for algebraic substitution.
2
Substitute u=2au = 2^a to form a quadratic equation.
u26u+8=0u^2 - 6u + 8 = 0
Substitution simplifies the exponential equation into a standard quadratic form.
3
Factor the quadratic equation.
(u2)(u4)=0(u-2)(u-4) = 0
Factoring allows us to find the roots of the quadratic equation.
4
Solve for the variable aa.
a=1a = 1 or a=2a = 2
Solving 2a=22^a = 2 yields a=1a = 1, and solving 2a=42^a = 4 yields a=2a = 2.
5
Apply the given constraint on aa.
a=2a = 2
The problem states that a>1.5a > 1.5, so a=1a = 1 is discarded and a=2a = 2 is the correct value.

Key Concept

Solving exponential equations using quadratic substitution

Alternative Method

Instead of using substitution, test values for aa. Since a>1.5a > 1.5, testing small integer values starting with a=2a=2 shows 423(23)+8=1624+8=04^2 - 3(2^3) + 8 = 16 - 24 + 8 = 0, validating that a=2a=2 is the solution.
Estimated Time:1m 30s
Question 2222Question

A community theater group sells tickets for a play. Student tickets cost 1212 each, and adult tickets cost 1818 each. For a Friday night performance, the theater sold a total of 150150 tickets. The revenue from the adult tickets sold was 360360 more than the revenue from the student tickets sold. What is the absolute difference between the number of student tickets and the number of adult tickets sold for this performance?

Show answer & explanation

Answer: 6

Answer

6
The correct answer is 6. By setting the number of student tickets to ss, the number of adult tickets is 150s150 - s. Setting up the revenue relationship gives 18(150s)=12s+36018(150 - s) = 12s + 360. Solving this equation gives s=78s = 78 student tickets and 15078=72150 - 78 = 72 adult tickets. The absolute difference between the two values is 7872=678 - 72 = 6.

Step-by-Step Solution

1
Define variables for the unknown quantities.
Let ss be the number of student tickets sold. Since the total number of tickets sold was 150150, the number of adult tickets sold is 150s150 - s.
Establishing single-variable representations allows us to model the entire situation using one equation.
2
Write an equation representing the revenue relationship.
The revenue from student tickets is 12s12s and the revenue from adult tickets is 18(150s)18(150 - s). The equation is: 18(150s)=12s+36018(150 - s) = 12s + 360.
The problem states that the adult ticket revenue was 360360 more than the student ticket revenue.
3
Solve the linear equation for ss.
270018s=12s+360    2340=30s    s=782700 - 18s = 12s + 360 \implies 2340 = 30s \implies s = 78.
Solving the equation gives the exact number of student tickets sold.
4
Calculate the number of adult tickets sold.
Adult tickets sold = 15078=72150 - 78 = 72.
Subtracting the number of student tickets from the total ticket count yields the number of adult tickets.
5
Find the absolute difference between the two quantities.
7872=6|78 - 72| = 6.
The question asks for the absolute difference between the number of student tickets and the number of adult tickets sold.

Key Concept

Translating and Solving Algebraic Word Problems
Estimated Time:1m 30s
Question 2223Question

A square PQRSPQRS has vertices at P(2,2)P(2, 2), Q(6,2)Q(6, 2), R(6,6)R(6, 6), and S(2,6)S(2, 6) in the coordinate plane. The square is first rotated 9090^\circ counterclockwise about the origin, and then translated such that the final image of vertex RR is located at (1,5)(1, 5). What are the coordinates of the final image of vertex PP after this sequence of transformations?

Show answer & explanation

Answer: (5,1)(5, 1)

Answer

(5,1)(5, 1)
To find the coordinates of the final image of vertex P, we perform the transformations step-by-step. First, a 9090^\circ counterclockwise rotation about the origin maps any point (x,y)(x, y) to (y,x)(-y, x). Under this rotation, P(2,2)P(2, 2) maps to P(2,2)P'(-2, 2) and R(6,6)R(6, 6) maps to R(6,6)R'(-6, 6). Second, we find the translation vector by comparing the rotated vertex R(6,6)R'(-6, 6) to its final position R(1,5)R''(1, 5). The change in the x-coordinate is 1(6)=71 - (-6) = 7, and the change in the y-coordinate is 56=15 - 6 = -1. This represents a translation of 77 units right and 11 unit down, or the vector (7,1)(7, -1). Finally, applying this translation to the intermediate point P(2,2)P'(-2, 2) gives P(2+7,21)=(5,1)P''(-2 + 7, 2 - 1) = (5, 1).

Step-by-Step Solution

1
Apply the 9090^\circ counterclockwise rotation about the origin to the vertices P(2,2)P(2, 2) and R(6,6)R(6, 6).
Using the rotation rule (x,y)(y,x)(x, y) \rightarrow (-y, x), vertex P(2,2)P(2, 2) maps to P(2,2)P'(-2, 2) and vertex R(6,6)R(6, 6) maps to R(6,6)R'(-6, 6).
This establishes the intermediate positions of the vertices before the translation is applied.
2
Determine the translation vector (h,k)(h, k) that maps the intermediate point R(6,6)R'(-6, 6) to the final point R(1,5)R''(1, 5).
Solving the equations 6+h=1-6 + h = 1 and 6+k=56 + k = 5 gives h=7h = 7 and k=1k = -1. The translation vector is (7,1)(7, -1).
The translation shifts all points in the plane by the same distance and direction.
3
Apply the translation vector (7,1)(7, -1) to the intermediate vertex P(2,2)P'(-2, 2) to find the final image PP''.
P=(2+7,21)=(5,1)P'' = (-2 + 7, 2 - 1) = (5, 1).
Applying the same translation to the rotated position of vertex P yields its final coordinates.

Key Concept

Composite transformations in the coordinate plane
Estimated Time:2m 0s
Question 2224Question

If ww and zz are positive real numbers and kk is a constant such that the expression (w3/2z1)4(wzk)2\frac{(w^{3/2} z^{-1})^4}{(w z^k)^2} is equivalent to w4z6w^4 z^6, what is the value of kk?

Show answer & explanation

Answer: -5

Answer

The value of kk is 5-5.
Applying the exponent rules, the expression simplifies to w4z42kw^4 z^{-4-2k}. Equating the exponent of zz to the exponent in the target expression w4z6w^4 z^6 gives 42k=6-4-2k = 6, which solves to k=5k = -5.

Step-by-Step Solution

1
Apply the power of a product rule to the expression in the numerator
(w3/2z1)4=w6z4(w^{3/2} z^{-1})^4 = w^6 z^{-4}
When raising a product to a power, multiply the exponent of each factor by the outer exponent: (xayb)c=xacybc(x^a y^b)^c = x^{ac} y^{bc}.
2
Apply the power of a product rule to the expression in the denominator
(wzk)2=w2z2k(w z^k)^2 = w^2 z^{2k}
Multiply the exponent of each factor in the denominator by 22.
3
Divide the numerator by the denominator using the quotient rule for exponents
w6z4w2z2k=w4z42k\frac{w^6 z^{-4}}{w^2 z^{2k}} = w^4 z^{-4-2k}
When dividing terms with the same base, subtract the exponent in the denominator from the exponent in the numerator: xaxb=xab\frac{x^a}{x^b} = x^{a-b}.
4
Equate the exponent of zz in the simplified expression to the exponent of zz in the target expression
-4 - 2k = 6
Since the simplified expression is equivalent to w4z6w^4 z^6, the exponents of the corresponding variable bases must be equal.
5
Solve the linear equation for kk
k=5k = -5
Add 44 to both sides of the equation to get 2k=10-2k = 10, then divide both sides by 2-2.

Key Concept

Properties of Exponents in Algebraic Expressions
Question 2225Question

Two volunteer teams, Team A and Team B, are packing food boxes for a local shelter. Team A packs at a constant rate of 1515 boxes per hour and begins packing at 8:00 a.m. Team B packs at a constant rate of 2020 boxes per hour and begins packing at 9:30 a.m. If both teams pack continuously at their respective rates, how many hours after Team A begins will both teams have packed the same total number of boxes?

Show answer & explanation

Answer: 6

Answer

Both teams will have packed the same total number of boxes 66 hours after Team A begins.
The correct answer is 66. Let xx be the number of hours Team A packs. Team B begins 1.5 hours later, so Team B packs for x1.5x - 1.5 hours. Setting their total boxes packed equal gives 15x=20(x1.5)15x = 20(x - 1.5). Distributing yields 15x=20x3015x = 20x - 30. Subtracting 20x20x from both sides gives 5x=30-5x = -30, which simplifies to x=6x = 6.

Step-by-Step Solution

1
Define the variable for time and identify the time difference.
Let xx be the number of hours Team A packs. Since Team B starts 1 hour and 30 minutes (which is 1.51.5 hours) later, Team B's time is represented as x1.5x - 1.5 hours.
Establishing correct algebraic representations for time is necessary to set up the equation.
2
Set up an equation equating the total boxes packed by both teams.
The equation is 15x=20(x1.5)15x = 20(x - 1.5).
Since both teams pack a constant number of boxes per hour, multiplying their rate by their active time gives the total boxes packed.
3
Solve the linear equation for xx.
Distribute the 20: 15x=20x3015x = 20x - 30. Subtract 20x20x from both sides: 5x=30-5x = -30. Divide by 5-5: x=6x = 6.
Solving the equation gives the number of hours after Team A starts when their packed boxes are equal.

Key Concept

Translating real-world rates and time shifts into linear equations and solving them.
Question 2226Question

In the standard (x,y)(x, y) coordinate plane, a line segment has midpoint M(4,1)M(4, 1) and one endpoint P(x,5)P(x, 5). If the total length of the line segment is 1010 units, and x<4x < 4, what is the value of xx?

Show answer & explanation

Answer: 1

Answer

1
The midpoint MM divides the line segment into two equal segments, meaning the distance from endpoint PP to midpoint MM is half of the total length of the segment, 102=5\frac{10}{2} = 5 units. Applying the distance formula between P(x,5)P(x, 5) and M(4,1)M(4, 1) gives (x4)2+(51)2=5\sqrt{(x - 4)^2 + (5 - 1)^2} = 5. Squaring both sides yields (x4)2+16=25(x - 4)^2 + 16 = 25, which simplifies to (x4)2=9(x - 4)^2 = 9. Solving for xx gives x4=3x - 4 = 3 or x4=3x - 4 = -3, meaning x=7x = 7 or x=1x = 1. The problem specifies that x<4x < 4, so the only valid value is 11.

Step-by-Step Solution

1
Find the distance from the endpoint to the midpoint.
The distance PMPM is 55 units.
The midpoint divides the line segment into two equal parts, so the distance from any endpoint to the midpoint is half of the total length of the segment: 102=5\frac{10}{2} = 5.
2
Set up the distance formula equation for the segment PMPM.
(x4)2+(51)2=5\sqrt{(x - 4)^2 + (5 - 1)^2} = 5
Using the coordinates of P(x,5)P(x, 5) and M(4,1)M(4, 1) with the distance formula d=(x2x1)2+(y2y1)2d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}.
3
Simplify the equation and square both sides.
(x4)2+16=25(x - 4)^2 + 16 = 25
Calculating (51)2=16(5 - 1)^2 = 16 and squaring both sides of the equation to eliminate the radical.
4
Isolate the squared term and solve for xx.
x=7x = 7 or x=1x = 1
Subtracting 1616 from both sides gives (x4)2=9(x - 4)^2 = 9. Taking the square root gives x4=3x - 4 = 3 or x4=3x - 4 = -3, yielding x=7x = 7 or x=1x = 1.
5
Apply the constraint x<4x < 4.
x=1x = 1
Since the question states that x<4x < 4, we choose x=1x = 1 instead of x=7x = 7.

Key Concept

The midpoint divides a segment into two segments of equal length, and the distance between two points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) is given by (x2x1)2+(y2y1)2\sqrt{(x_2-x_1)^2 + (y_2-y_1)^2}.
Question 2227Question

In the standard (x,y)(x, y) coordinate plane, a line passes through the point (3,1)(3, 1) and has a slope of 23-\frac{2}{3}. If the line intersects the xx-axis at the point (p,0)(p, 0), what is the value of pp?

Show answer & explanation

Answer: 4.5

Answer

The value of pp is 4.54.5.
The line equation is y1=23(x3)y - 1 = -\frac{2}{3}(x - 3). By substituting y=0y = 0 for the xx-intercept, the equation becomes 1=23(p3)-1 = -\frac{2}{3}(p - 3). Multiplying both sides by 3-3 gives 3=2(p3)3 = 2(p - 3), which simplifies to 2p=92p = 9, resulting in p=4.5p = 4.5.

Step-by-Step Solution

1
Write the point-slope equation of the line.
y1=23(x3)y - 1 = -\frac{2}{3}(x - 3)
We use the point-slope form yy1=m(xx1)y - y_1 = m(x - x_1) with the point (3,1)(3, 1) and slope 23-\frac{2}{3}.
2
Substitute the point (p,0)(p, 0) into the line's equation.
1=23(p3)-1 = -\frac{2}{3}(p - 3)
The xx-intercept (p,0)(p, 0) lies on the line, so its coordinates must satisfy the equation of the line.
3
Solve for the variable pp.
p=4.5p = 4.5
Multiply by 3-3 to get 3=2(p3)3 = 2(p - 3), add 66 to both sides to get 2p=92p = 9, and divide by 22.

Key Concept

Linear equations and graphing, specifically point-slope form and x-intercept calculation.
Question 2228Question

An ellipse in the standard (x,y)(x, y) coordinate plane is defined by the equation (x4)2169+(y+3)2144=1\frac{(x-4)^2}{169} + \frac{(y+3)^2}{144} = 1. What is the distance between the two foci of this ellipse?

Show answer & explanation

Answer: 10

Answer

The distance between the two foci of the ellipse is 10.
By comparing the given equation to the standard form of an ellipse, we find a2=169a^2 = 169 and b2=144b^2 = 144. The distance from the center to each focus, cc, is given by c=a2b2=169144=25=5c = \sqrt{a^2 - b^2} = \sqrt{169 - 144} = \sqrt{25} = 5. The total distance between the two foci is 2c=2(5)=102c = 2(5) = 10.

Step-by-Step Solution

1
Identify a2a^2 and b2b^2 from the given equation of the ellipse.
a2=169a^2 = 169 and b2=144b^2 = 144
The standard equation of a horizontal ellipse is (xh)2a2+(yk)2b2=1\frac{(x-h)^2}{a^2} + \frac{(y-k)^2}{b^2} = 1, where a2a^2 is the larger denominator.
2
Calculate the value of cc, the distance from the center to a focus.
c=5c = 5
For an ellipse, the focal distance cc is related to the semi-major axis aa and semi-minor axis bb by the equation c2=a2b2c^2 = a^2 - b^2.
3
Calculate the distance between the two foci, which is 2c2c.
10
The distance between the two foci of an ellipse is twice the distance from the center to each focus (2c2c).

Key Concept

Focal distance of an ellipse
Estimated Time:1m 15s
Question 2229Question

The measures of the interior angles of a triangle are in the ratio 2:3:52:3:5. What is the measure, in degrees, of the largest exterior angle of this triangle?

Show answer & explanation

Answer: 144144^\circ

Answer

144144^\circ
The sum of the interior angles of a triangle is 180180^\circ. Given the ratio 2:3:52:3:5, the angles are 2x2x, 3x3x, and 5x5x. Adding these gives 10x=18010x = 180^\circ, which solves to x=18x = 18^\circ. The smallest interior angle is 2(18)=362(18^\circ) = 36^\circ. Since an exterior angle is supplementary to its adjacent interior angle, the largest exterior angle is the supplement of the smallest interior angle: 18036=144180^\circ - 36^\circ = 144^\circ.

Step-by-Step Solution

1
Represent the three interior angles of the triangle in terms of a variable xx based on the given ratio.
The angles can be expressed as 2x2x, 3x3x, and 5x5x.
A ratio of 2:3:52:3:5 means the angles are multiples of a common factor xx.
2
Set up and solve an equation for xx using the triangle angle sum theorem.
2x+3x+5x=180    10x=180    x=182x + 3x + 5x = 180^\circ \implies 10x = 180^\circ \implies x = 18^\circ.
The sum of the interior angles of any triangle is always 180180^\circ.
3
Determine the measures of all three interior angles.
The angles are 2(18)=362(18^\circ) = 36^\circ, 3(18)=543(18^\circ) = 54^\circ, and 5(18)=905(18^\circ) = 90^\circ.
This identifies the individual interior angle measures to find the smallest one.
4
Calculate the measure of the largest exterior angle by finding the supplement of the smallest interior angle.
18036=144180^\circ - 36^\circ = 144^\circ.
An interior angle and its adjacent exterior angle form a linear pair and sum to 180180^\circ. To maximize the exterior angle, we must subtract the smallest interior angle.

Key Concept

Interior and exterior angle relationships in triangles and ratio partitioning

Alternative Method

By the Exterior Angle Theorem, an exterior angle of a triangle equals the sum of the two non-adjacent interior angles. To find the largest exterior angle, sum the two largest interior angles. The two largest interior angles in ratio units are 33 parts and 55 parts, summing to 88 parts. Since the total sum of the interior angles is 1010 parts (180180^\circ), each part is 1818^\circ. Thus, the largest exterior angle is 8×18=1448 \times 18^\circ = 144^\circ.
Estimated Time:1m 0s
Question 2230Question

What is the complete solution set, expressed in interval notation, for the inequality 23t4>2\left| \frac{2-3t}{4} \right| > 2?

Show answer & explanation

Answer: (,2)(103,)(-\infty, -2) \cup \left(\frac{10}{3}, \infty\right)

Answer

The complete solution set is (,2)(103,)(-\infty, -2) \cup \left(\frac{10}{3}, \infty\right)
The correct answer shows (,2)(103,)(-\infty, -2) \cup \left(\frac{10}{3}, \infty\right) because solving the absolute value inequality 23t>8|2-3t| > 8 requires splitting it into two inequalities: 23t>82-3t > 8 and 23t<82-3t < -8. Solving the first yields t<2t < -2 after reversing the inequality sign when dividing by 3-3. Solving the second yields t>103t > \frac{10}{3} after also reversing the inequality sign. The union of these two intervals is (,2)(103,)(-\infty, -2) \cup \left(\frac{10}{3}, \infty\right).

Step-by-Step Solution

1
Multiply both sides of the inequality by 44 to isolate the absolute value term.
23t>8|2-3t| > 8
Eliminating the denominator simplifies the absolute value expression.
2
Split the absolute value inequality into two separate linear inequalities representing the positive and negative cases.
23t>82-3t > 8 or 23t<82-3t < -8
An absolute value greater than a positive number cc is equivalent to the expression being greater than cc or less than c-c.
3
Solve the first inequality: subtract 22 from both sides, then divide by 3-3 and reverse the inequality sign.
3t>6    t<2-3t > 6 \implies t < -2
Dividing an inequality by a negative number requires flipping the inequality sign.
4
Solve the second inequality: subtract 22 from both sides, then divide by 3-3 and reverse the inequality sign.
3t<10    t>103-3t < -10 \implies t > \frac{10}{3}
Dividing an inequality by a negative number requires flipping the inequality sign.
5
Combine the two solutions using interval notation.
(,2)(103,)(-\infty, -2) \cup \left(\frac{10}{3}, \infty\right)
The union of the two intervals represents the complete set of values that satisfy either inequality.

Key Concept

Solving absolute value inequalities of the form ax+b>c|ax+b| > c by splitting them into two cases and reversing the inequality sign when dividing by a negative number.
Estimated Time:1m 30s
Question 2231Question

In the standard (x,y)(x, y) coordinate plane, a line with a non-zero slope mm passes through the point (8,2)(8, 2). If the product of the line's xx-intercept and its yy-intercept is 6464, what is the value of mm?

Show answer & explanation

Answer: -0.25

Answer

The value of the slope mm is 0.25-0.25 (or 14-\frac{1}{4}).
By writing the line as y=mx+by = mx + b, the given point (8,2)(8, 2) establishes that b=28mb = 2 - 8m. Since the xx-intercept is bm-\frac{b}{m}, the product of the intercepts is b2m-\frac{b^2}{m}. Setting this product to 6464 gives (28m)2m=64-\frac{(2-8m)^2}{m} = 64, which simplifies to the quadratic equation 16m2+8m+1=016m^2 + 8m + 1 = 0. Factoring this perfect square trinomial gives (4m+1)2=0(4m + 1)^2 = 0, which yields the unique solution m=0.25m = -0.25.

Step-by-Step Solution

1
Express the yy-intercept in terms of mm.
b=28mb = 2 - 8m
The line equation is y=mx+by = mx + b and it passes through (8,2)(8, 2), so 2=8(m)+b2 = 8(m) + b.
2
Express the xx-intercept in terms of mm.
x=bmx = -\frac{b}{m}
The xx-intercept is the value of xx when y=0y = 0 in the line equation y=mx+by = mx + b.
3
Write the product of the intercepts and set it equal to 6464.
b2=64mb^2 = -64m
The product of the intercepts is b(bm)=b2m=64b \cdot \left(-\frac{b}{m}\right) = -\frac{b^2}{m} = 64.
4
Substitute b=28mb = 2 - 8m into the product equation and simplify to a quadratic equation.
64m2+32m+4=064m^2 + 32m + 4 = 0
Substituting bb gives (28m)2=64m(2 - 8m)^2 = -64m. Expanding and combining like terms yields the quadratic equation.
5
Solve the quadratic equation for mm.
m=0.25m = -0.25
Dividing by 44 gives 16m2+8m+1=(4m+1)2=016m^2 + 8m + 1 = (4m + 1)^2 = 0, which has the single real solution m=0.25m = -0.25.

Key Concept

Using linear equation forms, point-slope relationships, and intercept properties to solve coordinate geometry problems.
Question 2232Question

In the standard (x,y)(x, y) coordinate plane, what is the distance between the points (1,12)(1, \frac{1}{2}) and (5,72)(5, \frac{7}{2})?

Show answer & explanation

Answer: 55

Answer

The distance between the two points is 55.
The distance dd between (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) is given by the formula d=(x2x1)2+(y2y1)2d = \sqrt{(x_2-x_1)^2 + (y_2-y_1)^2}. Substituting (1,12)(1, \frac{1}{2}) and (5,72)(5, \frac{7}{2}) gives d=(51)2+(7212)2=42+32=16+9=25=5d = \sqrt{(5-1)^2 + (\frac{7}{2} - \frac{1}{2})^2} = \sqrt{4^2 + 3^2} = \sqrt{16 + 9} = \sqrt{25} = 5.

Step-by-Step Solution

1
Calculate the horizontal change (difference in xx-coordinates)
x2x1=51=4x_2 - x_1 = 5 - 1 = 4
This determines the horizontal leg of the right triangle formed between the two points.
2
Calculate the vertical change (difference in yy-coordinates)
y2y1=7212=62=3y_2 - y_1 = \frac{7}{2} - \frac{1}{2} = \frac{6}{2} = 3
This determines the vertical leg of the right triangle formed between the two points.
3
Apply the Pythagorean theorem (distance formula) to find the distance dd
d=42+32=16+9=25=5d = \sqrt{4^2 + 3^2} = \sqrt{16 + 9} = \sqrt{25} = 5
The straight-line distance is the hypotenuse of the right triangle with legs of lengths 4 and 3.

Key Concept

The Distance Formula
Estimated Time:45s
Question 2233Question

Line PP is perpendicular to a line with a slope of 33. If line PP passes through the point (2,4)(2, 4), what is the yy-intercept of line PP?

Show answer & explanation

Answer: 143\frac{14}{3}

Answer

The yy-intercept of line PP is 143\frac{14}{3}.
The slope of a line perpendicular to a line with a slope of 33 is its negative reciprocal, 13-\frac{1}{3}. Using the point-slope form with the point (2,4)(2, 4) gives the equation y4=13(x2)y - 4 = -\frac{1}{3}(x - 2). Setting x=0x = 0 to find the yy-intercept yields y4=23y - 4 = \frac{2}{3}, which simplifies to y=143y = \frac{14}{3}.

Step-by-Step Solution

1
Determine the slope of line PP.
The slope of line PP is 13-\frac{1}{3}.
Perpendicular lines have slopes that are negative reciprocals. The negative reciprocal of 33 is 13-\frac{1}{3}.
2
Write the equation of line PP in point-slope form using the point (2,4)(2, 4).
y4=13(x2)y - 4 = -\frac{1}{3}(x - 2)
The point-slope form is yy1=m(xx1)y - y_1 = m(x - x_1), where mm is the slope and (x1,y1)(x_1, y_1) is the given point.
3
Solve for the yy-intercept by setting x=0x = 0.
y=143y = \frac{14}{3}
The yy-intercept occurs where x=0x = 0. Substituting x=0x = 0 gives y4=13(02)y4=23y=23+4=143y - 4 = -\frac{1}{3}(0 - 2) \Rightarrow y - 4 = \frac{2}{3} \Rightarrow y = \frac{2}{3} + 4 = \frac{14}{3}.

Key Concept

Perpendicular lines have slopes that are negative reciprocals of each other.
Question 2234Question

In the standard (x,y)(x,y) coordinate plane, a right isosceles triangle PQRPQR has its right angle at vertex Q(2,1)Q(2, -1) and another vertex at P(1,3)P(-1, 3). If the third vertex R(x,y)R(x, y) is located in the first quadrant, what is the value of 3xy3x - y?

Show answer & explanation

Answer: 16

Answer

16
The correct answer is 16. To find the coordinates of vertex R(x,y)R(x, y), we find that the vector QP=(3,4)\vec{QP} = (-3, 4) has a length of 5 and a slope of 4/3-4/3. Since PQR\triangle PQR is a right isosceles triangle with the right angle at QQ, the segment QRQR must be perpendicular to QPQP (slope of 3/43/4) and equal in length (QR=5QR = 5). This yields two possible locations for RR: (6,2)(6, 2) and (2,4)(-2, -4). Because RR must lie in the first quadrant, its coordinates are (6,2)(6, 2). Evaluating 3xy3x - y gives 3(6)2=163(6) - 2 = 16.

Step-by-Step Solution

1
Calculate the vector QP\vec{QP} and the length of segment QPQP.
QP=PQ=(12,3(1))=(3,4)\vec{QP} = P - Q = (-1 - 2, 3 - (-1)) = (-3, 4). The distance is QP=(3)2+42=5QP = \sqrt{(-3)^2 + 4^2} = 5.
Since the triangle is right isosceles with the right angle at QQ, the leg QRQR must be perpendicular to QPQP and have the same length of 5.
2
Find the slope of QPQP and determine the slope of the perpendicular line containing QRQR.
Slope of QP=3(1)12=43QP = \frac{3 - (-1)}{-1 - 2} = -\frac{4}{3}. The perpendicular slope of QRQR is the negative reciprocal, which is 34\frac{3}{4}.
Perpendicular lines on the coordinate plane have slopes that are negative reciprocals of each other.
3
Determine the possible coordinates of RR by scaling the unit perpendicular vector.
The vector QR\vec{QR} must be of the form (4k,3k)(4k, 3k) for some scalar kk. Since the length is 5, (4k)2+(3k)2=25    25k2=25    k=±1(4k)^2 + (3k)^2 = 25 \implies 25k^2 = 25 \implies k = \pm 1. This yields two possible coordinates for RR: R=(2+4,1+3)=(6,2)R = (2+4, -1+3) = (6, 2) or R=(24,13)=(2,4)R = (2-4, -1-3) = (-2, -4).
Using the slope components and the distance constraint ensures QRQR is perpendicular and equal in length to QPQP.
4
Apply the quadrant constraint and evaluate the final expression 3xy3x - y.
Since RR is in the first quadrant, R=(6,2)R = (6, 2) with x=6,y=2x=6, y=2. Thus, 3xy=3(6)2=163x - y = 3(6) - 2 = 16.
The coordinates of a point in the first quadrant must both be positive.

Key Concept

Using slopes, vectors, and distance formulas to determine the vertices of geometric figures on the coordinate plane.
Question 2235Question

In ABC\triangle ABC, the measures of the three exterior angles (one at each vertex) are in the ratio 4:5:64:5:6. What is the measure of the smallest interior angle of ABC\triangle ABC?

Show answer & explanation

Answer: 3636^\circ

Answer

The correct answer is 3636^\circ.
The correct answer is 3636^\circ. The sum of the three exterior angles of a triangle is 360360^\circ. Given the ratio 4:5:64:5:6, we set up the equation 4k+5k+6k=3604k + 5k + 6k = 360^\circ, which simplifies to 15k=36015k = 360^\circ, yielding k=24k = 24^\circ. The largest exterior angle is 6(24)=1446(24^\circ) = 144^\circ. Since the interior and exterior angles at a vertex are supplementary, the smallest interior angle corresponds to the largest exterior angle, which is 180144=36180^\circ - 144^\circ = 36^\circ.

Step-by-Step Solution

1
Recall the sum of the exterior angles of a triangle.
The sum of the exterior angles of any convex polygon (including a triangle) is 360360^\circ.
This is a fundamental geometric property of exterior angles.
2
Set up an algebraic equation to find the value of each part in the ratio.
Let the measures of the exterior angles be 4k4k, 5k5k, and 6k6k. Then: 4k+5k+6k=360    15k=360    k=244k + 5k + 6k = 360^\circ \implies 15k = 360^\circ \implies k = 24^\circ.
The sum of the ratio parts must equal the total sum of the exterior angles.
3
Identify which exterior angle corresponds to the smallest interior angle.
Since an interior angle and its adjacent exterior angle are supplementary (180180^\circ sum), the smallest interior angle must correspond to the largest exterior angle, which is 6k=6(24)=1446k = 6(24^\circ) = 144^\circ.
As the exterior angle increases, the supplementary interior angle decreases.
4
Calculate the smallest interior angle.
180144=36180^\circ - 144^\circ = 36^\circ.
Subtracting the largest exterior angle from 180180^\circ yields the smallest interior angle.

Key Concept

The sum of the exterior angles of a triangle is 360360^\circ, and the interior and exterior angles at each vertex are supplementary.
Estimated Time:1m 30s
Question 2236Question

A drone's position on a coordinate grid is represented by the point (3,5)(3, -5). If the drone undergoes a translation of 44 units to the left and 22 units up, what are the coordinates of its new position on the grid?

Show answer & explanation

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

Answer

(1,3)(-1, -3)
The correct answer is (1,3)(-1, -3). A horizontal translation of 44 units left subtracts 44 from the original xx-coordinate of 33, resulting in a new xx-coordinate of 34=13 - 4 = -1. A vertical translation of 22 units up adds 22 to the original yy-coordinate of 5-5, resulting in a new yy-coordinate of 5+2=3-5 + 2 = -3. This places the drone at (1,3)(-1, -3).

Step-by-Step Solution

1
Calculate the new x-coordinate
x=34=1x' = 3 - 4 = -1
Translating 44 units to the left means subtracting 44 from the initial xx-coordinate of 33.
2
Calculate the new y-coordinate
y=5+2=3y' = -5 + 2 = -3
Translating 22 units up means adding 22 to the initial yy-coordinate of 5-5.
3
Combine the new coordinates to write the final position
(1,3)(-1, -3)
Combining the calculated xx-coordinate and yy-coordinate yields the final position of the drone.

Key Concept

Performing translations in the coordinate plane
Estimated Time:45s
Question 2237Question

In the standard (x,y)(x, y) coordinate plane, triangle XYZXYZ has vertices X(1,2)X(1, 2), Y(4,2)Y(4, 2), and Z(1,6)Z(1, 6). The triangle is reflected across the line y=xy = x, and then the resulting image is dilated by a scale factor of 33 with the center of dilation at (2,1)(2, 1) to form triangle XYZX''Y''Z''. What are the coordinates of the vertex ZZ''?

Show answer & explanation

Answer: (14,1)(14, 1)

Answer

The correct coordinates of the vertex ZZ'' are (14,1)(14, 1).
The correct coordinate pair is (14,1)(14, 1). Swapping the coordinates of Z(1,6)Z(1, 6) across the reflection line y=xy = x gives Z(6,1)Z'(6, 1). The dilation of Z(6,1)Z'(6, 1) by a scale factor of 3 relative to the center (2,1)(2, 1) involves scaling the displacement vector (4,0)(4, 0) to (12,0)(12, 0) and adding the center back, resulting in (14,1)(14, 1).

Step-by-Step Solution

1
Reflect the point Z(1,6)Z(1, 6) across the line y=xy = x.
The intermediate image is Z(6,1)Z'(6, 1).
Reflecting a point across the line y=xy = x swaps its xx- and yy-coordinates.
2
Calculate the displacement of Z(6,1)Z'(6, 1) relative to the center of dilation (2,1)(2, 1).
(62,11)=(4,0)(6 - 2, 1 - 1) = (4, 0).
To perform a dilation centered at a point other than the origin, the point's coordinate must first be measured relative to the center.
3
Multiply the displacement by the scale factor of 33.
3×(4,0)=(12,0)3 \times (4, 0) = (12, 0).
Dilation scales the distance from the center of dilation by the given factor.
4
Add the scaled displacement back to the center of dilation (2,1)(2, 1) to find the final absolute coordinates.
(2+12,1+0)=(14,1)(2 + 12, 1 + 0) = (14, 1).
This translates the relative coordinates back into the standard coordinate plane.

Key Concept

Applying composite transformations in the coordinate plane, specifically combining a line reflection and a dilation about a non-origin center.
Estimated Time:2m 0s
Question 2238Question

An exterior angle of a triangle measures 135135^\circ. The two nonadjacent interior angles of the triangle have measures in the ratio 2:32:3. What is the measure, in degrees, of the largest interior angle of the triangle?

Show answer & explanation

Answer: 81

Answer

The measure of the largest interior angle of the triangle is 81 degrees.
According to the Exterior Angle Theorem, the sum of the two nonadjacent interior angles equals the measure of the exterior angle: 2x+3x=1352x + 3x = 135, which simplifies to 5x=1355x = 135 and gives x=27x = 27. The nonadjacent interior angles are 2(27)=542(27) = 54^\circ and 3(27)=813(27) = 81^\circ. The adjacent interior angle is 180135=45180^\circ - 135^\circ = 45^\circ. Comparing the three angles (4545^\circ, 5454^\circ, 8181^\circ), the largest is 8181^\circ.

Step-by-Step Solution

1
Use the Exterior Angle Theorem to relate the two nonadjacent interior angles to the given exterior angle.
Equation: 2x+3x=1352x + 3x = 135
The theorem states that the measure of an exterior angle of a triangle is equal to the sum of the measures of its two nonadjacent interior angles.
2
Solve the linear equation for xx.
x=27x = 27
Combine like terms to get 5x=1355x = 135, then divide both sides by 5.
3
Calculate the measures of the two nonadjacent interior angles.
First angle: 2(27)=542(27) = 54^\circ; Second angle: 3(27)=813(27) = 81^\circ
Multiply each part of the ratio by the scale factor x=27x = 27.
4
Calculate the measure of the remaining interior angle.
Adjacent angle: 180135=45180^\circ - 135^\circ = 45^\circ
An interior angle and its adjacent exterior angle lie on a straight line and are supplementary (they sum to 180180^\circ).
5
Compare the three interior angle measures to find the largest.
The largest angle is 8181^\circ.
Comparing 4545^\circ, 5454^\circ, and 8181^\circ shows that 8181^\circ is the maximum value.

Key Concept

Exterior Angle Theorem and interior angle relationships in a triangle

Alternative Method

Find the adjacent interior angle first: 180135=45180^\circ - 135^\circ = 45^\circ. Since the sum of all interior angles in a triangle is 180180^\circ, the sum of the remaining two interior angles must be 18045=135180^\circ - 45^\circ = 135^\circ. Set up the ratio equation 2x+3x=1352x + 3x = 135 and solve for xx to find the other two angles.
Estimated Time:1m 15s
Question 2239Question

A local community garden allocates a plot of land for different types of vegetables. Tomatoes occupy 25\frac{2}{5} of the total area, peppers occupy 13\frac{1}{3} of the total area, and the remaining 80 square feet are planted with herbs. What is the total area, in square feet, of the community garden plot?

Show answer & explanation

Answer: 300

Answer

300 square feet
Let xx be the total area of the garden plot. Since the garden is divided into tomatoes (25\frac{2}{5} of the total area), peppers (13\frac{1}{3} of the total area), and herbs (8080 square feet), the sum of these parts equals the total area: 25x+13x+80=x\frac{2}{5}x + \frac{1}{3}x + 80 = x. Finding a common denominator of 15 for the fractions gives 615x+515x+80=x\frac{6}{15}x + \frac{5}{15}x + 80 = x, which simplifies to 1115x+80=x\frac{11}{15}x + 80 = x. Subtracting 1115x\frac{11}{15}x from both sides yields 80=415x80 = \frac{4}{15}x. Multiplying both sides by the reciprocal 154\frac{15}{4} gives x=80×154=300x = 80 \times \frac{15}{4} = 300 square feet.

Step-by-Step Solution

1
Define the variable and translate the given fractions and numbers into an equation. Let xx represent the total area of the garden plot.
25x+13x+80=x\frac{2}{5}x + \frac{1}{3}x + 80 = x
The sum of the areas of the tomato plot, the pepper plot, and the herb plot must equal the total area of the garden.
2
Find a common denominator to combine the fractional coefficients of xx. The least common multiple of 5 and 3 is 15. Convert 25\frac{2}{5} and 13\frac{1}{3} to fractions with a denominator of 15.
615x+515x+80=x    1115x+80=x\frac{6}{15}x + \frac{5}{15}x + 80 = x \implies \frac{11}{15}x + 80 = x
Combining like terms simplifies the expression to help isolate the variable.
3
Subtract 1115x\frac{11}{15}x from both sides of the equation to group all xx terms on one side.
80=x1115x    80=415x80 = x - \frac{11}{15}x \implies 80 = \frac{4}{15}x
This isolates the constant term on one side of the equation.
4
Multiply both sides of the equation by the reciprocal of 415\frac{4}{15}, which is 154\frac{15}{4}, to solve for xx.
x=80×154=20×15=300x = 80 \times \frac{15}{4} = 20 \times 15 = 300
This yields the value of the total area of the garden plot.

Key Concept

Solving linear equations in one variable with fractional coefficients
Question 2240Question

A pet care service, Canine Care, charges a flat monthly registration fee of 25plus25 plus 15 per dog walk. A competing service, Paws & Claws, charges a flat monthly registration fee of 45plus45 plus 10 per dog walk. If a client's total monthly cost with Canine Care is $30 more than their total monthly cost with Paws & Claws for the same number of walks, how many dog walks did the client's dog receive during that month?

Show answer & explanation

Answer: 10

Answer

The client's dog received 10 dog walks during the month.
The correct answer is 10. By translating the verbal descriptions into algebraic expressions, we find that Canine Care's monthly cost is 15w+2515w + 25 and Paws & Claws' monthly cost is 10w+4510w + 45. Setting up the equation where Canine Care is 3030 more than Paws & Claws gives 15w+25=10w+45+3015w + 25 = 10w + 45 + 30. Simplifying the right side results in 15w+25=10w+7515w + 25 = 10w + 75. Subtracting 10w10w from both sides gives 5w+25=755w + 25 = 75. Subtracting 2525 from both sides gives 5w=505w = 50, and dividing by 55 yields w=10w = 10.

Step-by-Step Solution

1
Define the variable and write the cost expression for Canine Care.
15w+2515w + 25, where ww is the number of walks.
To represent the total monthly cost of Canine Care algebraically based on the flat fee and per-walk rate.
2
Write the cost expression for Paws & Claws.
10w+4510w + 45, where ww is the number of walks.
To represent the total monthly cost of Paws & Claws algebraically based on the flat fee and per-walk rate.
3
Set up the equation relating the two costs.
15w+25=10w+45+3015w + 25 = 10w + 45 + 30
The problem states the cost of Canine Care is $30 more than the cost of Paws & Claws.
4
Simplify the equation and solve for ww.
5w=50w=105w = 50 \Rightarrow w = 10
Combine like terms and isolate the variable ww to find the number of dog walks.

Key Concept

Translating and Solving Algebraic Word Problems
PreviousPage 112 / 278Next
All practice questions — ACT | Examkin