All practice questions

612 questions

Question 461Question

If sin(x)=cos(38)\sin(x^\circ) = \cos(38^\circ), where 0<x<900 < x < 90, what is the value of xx?

Show answer & explanation

Answer: 52

Answer

The value of xx is 52.
Applying the co-function identity sin(θ)=cos(90θ)\sin(\theta) = \cos(90^\circ - \theta) allows us to set the argument of the sine function as the complement of the cosine's argument. Thus, x=9038=52x = 90 - 38 = 52.

Step-by-Step Solution

1
Identify the relevant trigonometric identity.
The co-function identity sin(x)=cos(90x)\sin(x^\circ) = \cos(90^\circ - x^\circ) is appropriate here.
We need to relate the sine of one angle to the cosine of another angle.
2
Equate the angle arguments using the identity.
sin(x)=cos(90x)=cos(38)\sin(x^\circ) = \cos(90^\circ - x^\circ) = \cos(38^\circ), which implies 90x=3890 - x = 38.
For acute angles, if their cosine values are equal, the angles themselves must be equal.
3
Solve the linear equation for xx.
x=9038=52x = 90 - 38 = 52.
Isolating xx gives the final answer.

Key Concept

Co-function identities relate the sine of an angle to the cosine of its complement: sin(θ)=cos(90θ)\sin(\theta) = \cos(90^\circ - \theta).
Question 462Question

A triangular banner has an area of 3030 square feet. If the height of the banner is 55 feet, what is the length, in feet, of the base of the banner?

Show answer & explanation

Answer: 12

Answer

The length of the base of the banner is 1212 feet.
To find the base of the triangular banner, apply the formula for the area of a triangle: A=12bhA = \frac{1}{2} b h. Substituting 3030 for the area AA and 55 for the height hh yields 30=12b(5)30 = \frac{1}{2} b (5), or 30=2.5b30 = 2.5b. Dividing both sides of the equation by 2.52.5 gives b=12b = 12. Therefore, the length of the base of the banner is 1212 feet.

Step-by-Step Solution

1
Recall the formula for the area of a triangle.
A=12bhA = \frac{1}{2} b h
The area of a triangle is equal to half the product of its base and height.
2
Substitute the given values into the area formula.
30=12×b×530 = \frac{1}{2} \times b \times 5
The problem provides the area (3030 square feet) and the height (55 feet).
3
Solve for the base bb.
b=12b = 12
Multiply both sides of the equation by 22 to clear the fraction, giving 60=5b60 = 5b. Then, divide both sides by 55 to find that b=12b = 12.

Key Concept

Area of a triangle
Question 463Question

A scientist measures the density of a core sample of ice as a function of depth. The density dd, in grams per cubic centimeter (g/cm3\text{g/cm}^3), of the ice at a depth of xx meters below the glacier surface is modeled by the equation d=0.0004x+0.917d = 0.0004x + 0.917. According to the model, what is the depth, in meters, at which the ice density is 0.935 g/cm30.935\text{ g/cm}^3?

Show answer & explanation

Answer: 45

Answer

The depth is 45 meters.
To find the depth at which the density is 0.935 g/cm30.935\text{ g/cm}^3, substitute 0.9350.935 for the density dd in the model equation, yielding 0.935=0.0004x+0.9170.935 = 0.0004x + 0.917. Subtracting 0.9170.917 from both sides gives 0.018=0.0004x0.018 = 0.0004x. Dividing both sides by 0.00040.0004 results in x=45x = 45. Therefore, the depth is 45 meters.

Step-by-Step Solution

1
Substitute the target density of 0.935 g/cm30.935\text{ g/cm}^3 for dd in the given model equation.
0.935=0.0004x+0.9170.935 = 0.0004x + 0.917
This sets up the linear equation to solve for the corresponding depth xx.
2
Subtract 0.9170.917 from both sides of the equation.
0.018=0.0004x0.018 = 0.0004x
This isolates the term containing the variable xx on one side of the equation.
3
Divide both sides of the equation by 0.00040.0004 to find the value of xx.
x=45x = 45
Dividing 0.0180.018 by 0.00040.0004 solves for the depth xx in meters.

Key Concept

Solving linear relationships in context for the independent variable given a value of the dependent variable.
Question 464Question

A laboratory uses two types of equipment, Instrument A and Instrument B, which both have an initial value of VV dollars when purchased at the same time (t=0t = 0 years). The value of Instrument A decreases linearly at a constant rate over time. At t=3t = 3 years, the value of Instrument A is $12,000\$12,000, and at t=6t = 6 years, its value is $8,000\$8,000. The value of Instrument B decreases exponentially at a constant annual rate. At t=2t = 2 years, the value of Instrument B is $4,000\$4,000. What is the value, in dollars, of Instrument B at t=4t = 4 years?

Show answer & explanation

Answer: 1000

Answer

1000
The correct answer is 1000. By defining the value of Instrument A linearly, we obtain the system V3d=12000V - 3d = 12000 and V6d=8000V - 6d = 8000. Solving this system yields an initial value of V=16000V = 16000. Instrument B decreases exponentially with the model VB(t)=16000btV_B(t) = 16000 \cdot b^t. Given VB(2)=4000V_B(2) = 4000, we have 16000b2=400016000 \cdot b^2 = 4000, which gives b2=0.25b^2 = 0.25. The value at t=4t = 4 is then calculated as VB(4)=VB(2)b2=40000.25=1000V_B(4) = V_B(2) \cdot b^2 = 4000 \cdot 0.25 = 1000.

Step-by-Step Solution

1
Set up a system of linear equations for Instrument A's value.
V3d=12000V - 3d = 12000 and V6d=8000V - 6d = 8000
Instrument A decreases linearly, meaning its value is modeled by VA(t)=VdtV_A(t) = V - dt.
2
Solve for the constant annual rate of decrease, dd, and the initial purchase value, VV.
d=40003d = \frac{4000}{3} and V=16000V = 16000
Subtracting the two linear equations eliminates VV, allowing us to solve for dd and subsequently substitute it back to find VV.
3
Apply the initial value V=16000V = 16000 to Instrument B's exponential decay model at t=2t = 2.
16000b2=400016000 \cdot b^2 = 4000
Instrument B decreases exponentially starting from the same initial value VV, so its model is VB(t)=VbtV_B(t) = V \cdot b^t.
4
Solve for the 2-year decay factor, b2b^2.
b2=0.25b^2 = 0.25
Dividing both sides of the equation by 1600016000 isolates the term representing the growth or decay factor over a two-year interval.
5
Calculate the value of Instrument B at t=4t = 4 years.
10001000
Multiply the value at t=2t = 2 by the 2-year decay factor b2b^2, which yields 40000.25=10004000 \cdot 0.25 = 1000.

Key Concept

Distinguishing between linear decay (constant absolute rate of change) and exponential decay (constant percentage rate of change) to set up and solve coupled system models.
Question 465Question

If sin(θ)=53\sin(\theta) = \frac{\sqrt{5}}{3} and θ\theta is an acute angle, what is the value of tan2(θ)\tan^2(\theta)?

Show answer & explanation

Answer: 1.25

Answer

The correct answer is 1.25 (or the equivalent fraction 5/4).
Using the Pythagorean identity sin2(θ)+cos2(θ)=1\sin^2(\theta) + \cos^2(\theta) = 1, we find cos2(θ)=159=49\cos^2(\theta) = 1 - \frac{5}{9} = \frac{4}{9}. Since tan(θ)=sin(θ)cos(θ)\tan(\theta) = \frac{\sin(\theta)}{\cos(\theta)}, it follows that tan2(θ)=sin2(θ)cos2(θ)=5/94/9=1.25\tan^2(\theta) = \frac{\sin^2(\theta)}{\cos^2(\theta)} = \frac{5/9}{4/9} = 1.25.

Step-by-Step Solution

1
Calculate the square of the cosine of the angle using the Pythagorean identity.
cos2(θ)=1sin2(θ)=1(53)2=159=49\cos^2(\theta) = 1 - \sin^2(\theta) = 1 - \left(\frac{\sqrt{5}}{3}\right)^2 = 1 - \frac{5}{9} = \frac{4}{9}
The Pythagorean identity states that sin2(θ)+cos2(θ)=1\sin^2(\theta) + \cos^2(\theta) = 1 for any angle θ\theta.
2
Express the tangent squared in terms of sine squared and cosine squared.
tan2(θ)=sin2(θ)cos2(θ)\tan^2(\theta) = \frac{\sin^2(\theta)}{\cos^2(\theta)}
By definition, the tangent function is the ratio of sine to cosine, so tan(θ)=sin(θ)cos(θ)\tan(\theta) = \frac{\sin(\theta)}{\cos(\theta)}.
3
Substitute the values of sin2(θ)\sin^2(\theta) and cos2(θ)\cos^2(\theta) to solve for tan2(θ)\tan^2(\theta).
tan2(θ)=5/94/9=54=1.25\tan^2(\theta) = \frac{5/9}{4/9} = \frac{5}{4} = 1.25
Plugging in the squared ratios and simplifying gives the final evaluation.

Key Concept

Pythagorean trigonometric identity and quotient identity of tangent
Question 466Question

For the function ff, selected values of xx and f(x)f(x) are shown in the table below.

xxf(x)f(x)
1-144
1122
331-1
5566

The function gg is defined by g(x)=af(x2)+5g(x) = a \cdot f(x - 2) + 5, where aa is a constant. If g(5)=3g(5) = 3, what is the value of aa?

Show answer & explanation

Answer: 2

Answer

2
Evaluating g(5)g(5) using the formula g(x)=af(x2)+5g(x) = a \cdot f(x - 2) + 5 requires finding f(52)=f(3)f(5 - 2) = f(3). From the table, f(3)=1f(3) = -1. Substituting these values yields 3=a(1)+53 = a(-1) + 5, which simplifies to a=2-a = -2, or a=2a = 2.

Step-by-Step Solution

1
Express g(5)g(5) using the given definition of g(x)g(x).
g(5)=af(3)+5g(5) = a \cdot f(3) + 5
By substituting x=5x = 5 into the definition g(x)=af(x2)+5g(x) = a \cdot f(x - 2) + 5, we obtain g(5)=af(52)+5=af(3)+5g(5) = a \cdot f(5 - 2) + 5 = a \cdot f(3) + 5.
2
Find the value of f(3)f(3) from the table.
f(3)=1f(3) = -1
Looking at the row where x=3x = 3 in the table, the corresponding output f(x)f(x) is 1-1.
3
Substitute the known values into the equation for g(5)g(5) and solve for aa.
a=2a = 2
Substitute g(5)=3g(5) = 3 and f(3)=1f(3) = -1 into the equation to get 3=a(1)+53 = a(-1) + 5. Subtracting 5 from both sides gives 2=a-2 = -a, which simplifies to a=2a = 2.

Key Concept

Evaluating a transformed function using a table of values.
Question 467Question

The graph of the quadratic function f(x)=x26x+cf(x) = x^2 - 6x + c, where cc is a constant, has its vertex at (h,k)(h, k) in the xyxy-plane. If the graph of ff is translated 33 units to the right and 22 units down, the vertex of the translated graph lies on the line y=2xy = 2x. What is the value of cc?

Show answer & explanation

Answer: 23

Answer

23
To find the constant cc, we first determine the vertex of the function f(x)=x26x+cf(x) = x^2 - 6x + c. The x-coordinate of the vertex of a parabola in the form y=ax2+bx+cy = ax^2 + bx + c is given by x=b2ax = -\frac{b}{2a}. For this function, x=62(1)=3x = -\frac{-6}{2(1)} = 3. Substituting this back into the function gives the y-coordinate of the vertex: f(3)=(3)26(3)+c=c9f(3) = (3)^2 - 6(3) + c = c - 9. Thus, the original vertex is at (3,c9)(3, c - 9). Translating the graph 33 units to the right increases the x-coordinate of the vertex by 33, making it 3+3=63 + 3 = 6. Translating the graph 22 units down decreases the y-coordinate of the vertex by 22, making it (c9)2=c11(c - 9) - 2 = c - 11. The problem states that this new vertex (6,c11)(6, c - 11) lies on the line y=2xy = 2x. Substituting these coordinates into the linear equation gives c11=2(6)c - 11 = 2(6), which simplifies to c11=12c - 11 = 12. Adding 1111 to both sides gives the value of cc as 2323.

Step-by-Step Solution

1
Find the vertex (h,k)(h, k) of the original quadratic function f(x)=x26x+cf(x) = x^2 - 6x + c.
The vertex is at (3,c9)(3, c - 9).
The x-coordinate of the vertex of a quadratic function y=ax2+bx+cy = ax^2 + bx + c is given by h=b2ah = -\frac{b}{2a}. For f(x)=x26x+cf(x) = x^2 - 6x + c, we have h=62(1)=3h = -\frac{-6}{2(1)} = 3. Substituting x=3x = 3 into the function gives the y-coordinate: k=f(3)=326(3)+c=c9k = f(3) = 3^2 - 6(3) + c = c - 9.
2
Determine the coordinates of the vertex after translating the graph 33 units to the right and 22 units down.
The new vertex is at (6,c11)(6, c - 11).
A translation of 33 units to the right increases the x-coordinate of the vertex by 33, so the new x-coordinate is 3+3=63 + 3 = 6. A translation of 22 units down decreases the y-coordinate of the vertex by 22, so the new y-coordinate is (c9)2=c11(c - 9) - 2 = c - 11.
3
Set up an equation using the line y=2xy = 2x and solve for cc.
c=23c = 23
Since the translated vertex (6,c11)(6, c - 11) lies on the line y=2xy = 2x, substituting x=6x = 6 and y=c11y = c - 11 into the line's equation must satisfy it: c11=2(6)c11=12c=23c - 11 = 2(6) \Rightarrow c - 11 = 12 \Rightarrow c = 23.

Key Concept

Determining the vertex of a quadratic function and applying translations to its graph.
Estimated Time:1m 30s
Question 468Question

In the inequality 3(2x5)+82(kx3)1-3(2x - 5) + 8 \geq 2(kx - 3) - 1, kk is a constant. If the solution set for xx is x2x \leq 2, what is the value of kk?

Show answer & explanation

Answer: 4.5

Answer

4.5
To find the value of kk, simplify both sides of the inequality: 3(2x5)+82(kx3)1-3(2x - 5) + 8 \geq 2(kx - 3) - 1 becomes 6x+232kx7-6x + 23 \geq 2kx - 7. Grouping the variable terms on the left and constants on the right gives (6+2k)x30-(6 + 2k)x \geq -30. Because the solution set is x2x \leq 2, dividing by the negative coefficient reverses the inequality sign to yield x306+2kx \leq \frac{30}{6 + 2k}. Setting the boundary value 306+2k\frac{30}{6 + 2k} equal to 2 gives the equation 30=2(6+2k)=12+4k30 = 2(6 + 2k) = 12 + 4k. Subtracting 12 from both sides gives 18=4k18 = 4k, which results in k=4.5k = 4.5.

Step-by-Step Solution

1
Simplify both sides of the inequality
6x+232kx7-6x + 23 \geq 2kx - 7
Distribute the constants on both sides: 3(2x5)+8=6x+15+8=6x+23-3(2x - 5) + 8 = -6x + 15 + 8 = -6x + 23, and 2(kx3)1=2kx61=2kx72(kx - 3) - 1 = 2kx - 6 - 1 = 2kx - 7.
2
Isolate the variable terms on the left side and constants on the right side
(6+2k)x30-(6 + 2k)x \geq -30
Subtract 2kx2kx and 2323 from both sides to get 6x2kx723-6x - 2kx \geq -7 - 23, then factor out xx to get (6+2k)x30-(6 + 2k)x \geq -30.
3
Relate the inequality to the given solution boundary
x306+2kx \leq \frac{30}{6 + 2k}
Since the solution is x2x \leq 2, dividing both sides by the negative coefficient (6+2k)-(6 + 2k) reverses the inequality sign, yielding x30(6+2k)=306+2kx \leq \frac{-30}{-(6 + 2k)} = \frac{30}{6 + 2k}.
4
Solve for kk using the boundary equation
k=4.5k = 4.5
Set the boundary expression equal to 2: 306+2k=2\frac{30}{6 + 2k} = 2. Multiply both sides by 6+2k6 + 2k to get 30=12+4k30 = 12 + 4k, which simplifies to 18=4k18 = 4k, giving k=4.5k = 4.5.

Key Concept

Solving linear inequalities in one variable involving variable coefficients and applying the inequality direction flip when dividing by a negative value.
Question 469Question

In the quadratic equation x26xk=0x^2 - 6x - k = 0, kk is a positive constant. If the solutions to the equation are x=3±17x = 3 \pm \sqrt{17}, what is the value of kk?

Show answer & explanation

Answer: 8

Answer

8
By applying the quadratic formula to x26xk=0x^2 - 6x - k = 0, we find the solutions are x=3±9+kx = 3 \pm \sqrt{9 + k}. Equating the expression inside the radical to the given solutions 3±173 \pm \sqrt{17} yields 9+k=179 + k = 17. Solving for kk gives 8.

Step-by-Step Solution

1
Identify the coefficients of the quadratic equation.
a=1a = 1, b=6b = -6, and c=kc = -k
To apply the quadratic formula, we need to know the values of aa, bb, and cc from the standard form ax2+bx+c=0ax^2 + bx + c = 0.
2
Substitute the coefficients into the quadratic formula.
x=6±(6)24(1)(k)2(1)x = \frac{6 \pm \sqrt{(-6)^2 - 4(1)(-k)}}{2(1)}
The quadratic formula x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} gives the solutions directly.
3
Simplify the expression inside the radical and divide by 2.
x=3±9+kx = 3 \pm \sqrt{9 + k}
Simplifying the radical expression allows us to easily compare it to the given solutions.
4
Compare the simplified solution to the given solution form.
9+k=179 + k = 17
Since the solutions are given as 3±173 \pm \sqrt{17}, the expression inside the radical must equal 17.
5
Solve for the constant kk.
k=8k = 8
Subtracting 9 from both sides of the equation yields the value of the constant.

Key Concept

Solving quadratic equations using the quadratic formula or by completing the square to find the relationship between coefficients and solutions.

Alternative Method

Instead of using the quadratic formula, the equation can be solved by completing the square. Rewrite the equation as x26x=kx^2 - 6x = k. Adding 9 to both sides gives x26x+9=k+9x^2 - 6x + 9 = k + 9, which can be factored as (x3)2=k+9(x - 3)^2 = k + 9. Taking the square root of both sides yields x=3±k+9x = 3 \pm \sqrt{k + 9}. Comparing this to the given solutions 3±173 \pm \sqrt{17}, we get k+9=17k + 9 = 17, so k=8k = 8.
Estimated Time:1m 30s
Question 470Question

In right triangle JKLJKL, the measure of angle KK is 9090^\circ. If cos(J)=0.28\cos(J) = 0.28, what is the value of sin(L)\sin(L)?

Show answer & explanation

Answer: 0.28

Answer

The correct answer is 0.28 (or the equivalent fraction 7/25).
In a right triangle, the two acute angles are complementary, meaning they add up to 9090^\circ. The co-function identity states that the sine of an acute angle is equal to the cosine of its complement. Therefore, in right triangle JKLJKL with right angle KK, sin(L)=cos(J)\sin(L) = \cos(J). Given that cos(J)=0.28\cos(J) = 0.28, the value of sin(L)\sin(L) must also be 0.280.28.

Step-by-Step Solution

1
Determine the relationship between angles JJ and LL.
J+L=90J + L = 90^\circ
Since the sum of angles in a triangle is 180180^\circ and angle KK is 9090^\circ, the sum of the remaining two angles must be 18090=90180^\circ - 90^\circ = 90^\circ.
2
Use the co-function trigonometric identity.
sin(L)=cos(J)\sin(L) = \cos(J)
The sine of an acute angle in a right triangle is equal to the cosine of its complementary angle.
3
Substitute the given value of cos(J)\cos(J) into the identity.
sin(L)=0.28\sin(L) = 0.28
We are given that cos(J)=0.28\cos(J) = 0.28.

Key Concept

Complementary angle trigonometric identity (co-function identity)
Question 471Question

A rectangular box has a square base with side length xx inches and a height of 55 inches. The total surface area of the box is 192192 square inches. What is the value of xx?

Show answer & explanation

Answer: 6

Answer

The value of xx is 66.
The total surface area is found by adding the areas of all six faces. The top and bottom faces are squares with side length xx, so their combined area is 2x22x^2. The four vertical sides are rectangles with dimensions xx by 55, so their combined area is 4(5x)=20x4(5x) = 20x. Setting their sum equal to the total surface area gives 2x2+20x=1922x^2 + 20x = 192. Dividing by 22 yields x2+10x96=0x^2 + 10x - 96 = 0, which factors as (x+16)(x6)=0(x + 16)(x - 6) = 0. Since xx must be positive, x=6x = 6.

Step-by-Step Solution

1
Set up the equation for the total surface area of the rectangular box.
Total Surface Area=2x2+20x=192\text{Total Surface Area} = 2x^2 + 20x = 192
The total surface area of a rectangular box with a square base of side length xx and height hh consists of two square bases (top and bottom) of area x2x^2 each, and four rectangular sides of area xhxh each. Substituting h=5h = 5 gives 2x2+4(5x)=2x2+20x2x^2 + 4(5x) = 2x^2 + 20x.
2
Simplify and set the quadratic equation to zero.
x2+10x96=0x^2 + 10x - 96 = 0
Dividing all terms by 22 simplifies the equation to x2+10x=96x^2 + 10x = 96. Subtracting 9696 from both sides sets the quadratic equation to standard form ax2+bx+c=0ax^2 + bx + c = 0.
3
Factor the quadratic equation and solve for the positive value of xx.
x=6x = 6
Factoring the equation gives (x+16)(x6)=0(x + 16)(x - 6) = 0, which yields solutions of x=16x = -16 and x=6x = 6. Since the side length of a geometric solid must be positive, we reject the negative solution.

Key Concept

Calculating the surface area of a rectangular prism and solving the resulting quadratic relationship.
Estimated Time:1m 35s
Question 472Question

A marine biologist records the dive depths, in meters, of a seal on 6 consecutive dives. The recorded depths are 52, 68, 57, 65, 48, and xx. The median of these 6 dive depths is 58 meters. What is the value of xx?

Show answer & explanation

Answer: 59

Answer

59
To find the median of a set of 6 numbers, the numbers must be listed in ascending order, and the median will be the average of the 3rd and 4th numbers. The five known numbers in ascending order are 48, 52, 57, 65, and 68. If the unknown value xx is less than or equal to 57, the 3rd and 4th numbers in the sorted list would be at most 57, which would make the median at most 57. If xx is greater than or equal to 65, the 3rd and 4th numbers in the sorted list would be 57 and 65, which would make the median 57+652=61\frac{57+65}{2} = 61. Since the median is given as 58, xx must be between 57 and 65. Thus, when the 6 numbers are sorted, the 3rd number is 57 and the 4th number is xx. Setting their average equal to 58 gives 57+x2=58\frac{57+x}{2} = 58. Multiplying both sides by 2 yields 57+x=11657 + x = 116. Subtracting 57 from both sides gives x=59x = 59.

Step-by-Step Solution

1
Order the five known depths from least to greatest.
48, 52, 57, 65, 68
To find or use the median of a dataset, the data points must first be arranged in ascending order.
2
Analyze the position of the median in a dataset of 6 values.
The median is the average of the 3rd and 4th values in the ordered list.
For an even number of data points, the median is the arithmetic mean of the two middle values.
3
Determine the constraints on xx to achieve a median of 58.
The value of xx must be between 57 and 65, making 57 the 3rd value and xx the 4th value.
If x57x \le 57, the 3rd and 4th values are both 57 or less, yielding a median of at most 57. If x65x \ge 65, the 3rd and 4th values are 57 and 65, yielding a median of 61. Thus, xx must be the 4th value.
4
Set up and solve the equation for the median.
57+x2=58    57+x=116    x=59\frac{57 + x}{2} = 58 \implies 57 + x = 116 \implies x = 59
Since the 3rd value is 57 and the 4th value is xx, their average must equal the given median of 58.

Key Concept

Calculating and interpreting the median of a dataset with an even number of values, including handling unknown variables.
Question 473Question

A scientist surveyed 1515 different forest regions and recorded the number of endangered plant species in each region. The numbers of endangered species in 1414 of the regions are:

12,15,15,16,18,20,20,22,22,22,25,28,30,3412, 15, 15, 16, 18, 20, 20, 22, 22, 22, 25, 28, 30, 34

The number of endangered species in the 15th15\text{th} region is xx, where xx is an integer greater than 2525. If the median of the numbers of endangered species for all 1515 regions is equal to the mean, what is the value of xx?

Show answer & explanation

Answer: 31

Answer

The correct answer is 31.
The correct answer is 31. The sum of the 14 known values is 299. Since the 15th value xx is greater than 25, it must be placed at or after the 12th position when all 15 values are sorted. Thus, the 8th value (the median of the 15 values) remains the same as the 8th value of the known 14 sorted values, which is 22. Setting the mean equal to the median gives 299+x15=22\frac{299 + x}{15} = 22, which simplifies to 299+x=330299 + x = 330, resulting in x=31x = 31. Since 31>2531 > 25, this is the correct value.

Step-by-Step Solution

1
Find the sum of the 14 known values.
The sum of the 14 known values is 299.
This is needed to construct the expression for the mean of the 15 values.
2
Determine the median of the 15 values given the constraint x>25x > 25.
The median is 22.
Since x>25x > 25, it will be sorted after the first 11 values (the 11th value is 25). The median of 15 values is the 8th value, which remains 22.
3
Set the mean equal to the median and solve for xx.
299+x15=22    299+x=330    x=31\frac{299 + x}{15} = 22 \implies 299 + x = 330 \implies x = 31.
This yields the value of xx that satisfies the condition that the mean equals the median.

Key Concept

Calculating and comparing the mean and median of a dataset, and analyzing how a new data point affects these measures.
Question 474Question

A truck rental company charges a daily fee of 45.00plus45.00 plus 0.75 per mile driven. A driver rents a truck for one day, has a budget of at most $150.00, and is required to drive at least 60 miles for a delivery. What is the maximum number of additional miles the driver can drive beyond the required 60 miles without exceeding the budget?

Show answer & explanation

Answer: 80

Answer

80
To find the maximum number of additional miles, we set up the inequality 45+0.75(60+a)15045 + 0.75(60 + a) \leq 150, where aa represents the number of additional miles driven. Distributing 0.750.75 yields 45+45+0.75a15045 + 45 + 0.75a \leq 150, which simplifies to 90+0.75a15090 + 0.75a \leq 150. Subtracting 9090 from both sides gives 0.75a600.75a \leq 60. Finally, dividing by 0.750.75 gives a80a \leq 80. The maximum value of aa is therefore 80.

Step-by-Step Solution

1
Set up the inequality representing the total budget constraint.
45+0.75(60+a)15045 + 0.75(60 + a) \leq 150, where aa is the number of additional miles.
The daily fee is 45,thepermilerateis45, the per-mile rate is 0.75, the driver must drive at least 60 miles plus aa additional miles, and the total cost cannot exceed the $150 budget.
2
Simplify the expression by distributing 0.750.75 and combining constant terms.
90+0.75a15090 + 0.75a \leq 150
0.75×60=450.75 \times 60 = 45, and adding the daily fee of 4545 gives 9090.
3
Isolate the variable term by subtracting 9090 from both sides.
0.75a600.75a \leq 60
This determines the remaining budget available for the additional miles.
4
Solve for aa by dividing both sides by 0.750.75.
a80a \leq 80
Dividing 6060 by 0.750.75 gives the maximum number of additional miles.

Key Concept

Solving multi-step linear inequalities in context
Question 475Question

In a certain board game, a player receives 1515 points for each quest completed, but loses 44 points for each penalty card drawn. A player completes 1212 quests and draws cc penalty cards. If the player's total score is greater than 120120 points, what is the maximum possible value of cc?

Show answer & explanation

Answer: 14

Answer

14
The player earns a base score of 15×12=18015 \times 12 = 180 points from quests, and loses 44 points for each of the cc penalty cards, resulting in a total score of 1804c180 - 4c points. Because the score must be greater than 120120, we write the inequality 1804c>120180 - 4c > 120. Subtracting 180180 from both sides yields 4c>60-4c > -60. Dividing by 4-4 and reversing the inequality sign gives c<15c < 15. Since cc must represent a whole number of cards, the maximum possible value is the largest integer less than 1515, which is 1414.

Step-by-Step Solution

1
Set up the inequality representing the score constraint.
1804c>120180 - 4c > 120
The player earns 1515 points for each of the 1212 quests (15×12=18015 \times 12 = 180) and loses 44 points for each of the cc penalty cards (4c4c), and this total must exceed 120120.
2
Isolate the variable term by subtracting 180180 from both sides.
4c>60-4c > -60
To solve for cc, we first subtract the constant term 180180 from both sides of the inequality.
3
Divide both sides by 4-4 and reverse the inequality sign.
c<15c < 15
Dividing an inequality by a negative number requires reversing the direction of the inequality sign.
4
Determine the maximum integer value for cc.
1414
Since the number of penalty cards cc must be a whole number and cc must be strictly less than 1515, the largest possible value is 1414.

Key Concept

Solving linear inequalities in one variable involving multiplication or division by a negative number and interpreting the solution set in a discrete context.
Question 476Question

A botanist is studying the transpiration rate of a certain plant species under controlled conditions. The transpiration rate TT, in grams of water vapor per square meter of leaf area per hour (g/m2/h\text{g/m}^2/\text{h}), is modeled by a linear function of the relative humidity HH, expressed as a decimal where 0.20H0.800.20 \leq H \leq 0.80. The model is represented by the equation T=4.8H+CT = -4.8H + C, where CC is a constant. Based on this model, if the relative humidity increases by 0.150.15, what is the corresponding decrease in the transpiration rate, in g/m2/h\text{g/m}^2/\text{h}?

Show answer & explanation

Answer: 0.72

Answer

The correct answer is 0.72.
In the linear equation T=4.8H+CT = -4.8H + C, the coefficient of HH (which is 4.8-4.8) represents the slope of the line. The slope indicates that for every increase of 1.01.0 in the relative humidity HH, the transpiration rate TT decreases by 4.84.8 grams of water vapor per square meter of leaf area per hour. To find the decrease in transpiration rate corresponding to an increase of 0.150.15 in relative humidity, multiply the rate of change by the change in relative humidity: 4.8×0.15=0.724.8 \times 0.15 = 0.72. Thus, the transpiration rate decreases by 0.720.72 grams of water vapor per square meter of leaf area per hour.

Step-by-Step Solution

1
Identify the slope of the linear model.
The slope is 4.8-4.8.
The coefficient of HH in the linear equation T=4.8H+CT = -4.8H + C represents the rate of change of the transpiration rate with respect to the relative humidity.
2
Calculate the change in the transpiration rate (ΔT\Delta T) for an increase of 0.150.15 in the relative humidity (ΔH=0.15\Delta H = 0.15).
ΔT=4.8×0.15=0.72\Delta T = -4.8 \times 0.15 = -0.72
The change in the dependent variable is equal to the slope multiplied by the change in the independent variable.
3
Determine the magnitude of the decrease.
The decrease in the transpiration rate is 0.720.72.
The negative sign in the change ΔT=0.72\Delta T = -0.72 represents a decrease, so the amount of decrease is 0.720.72.

Key Concept

Interpreting the slope of a linear relationship in context as the rate of change of the dependent variable with respect to the independent variable.
Question 477Question
(2x5)(2x+7)=k(2x - 5)(2x + 7) = -k

In the given equation, kk is a constant. If the equation has exactly one real solution, what is the value of kk?

Show answer & explanation

Answer: 36

Answer

36
Expanding the equation (2x5)(2x+7)=k(2x - 5)(2x + 7) = -k gives 4x2+4x35=k4x^2 + 4x - 35 = -k. Adding kk to both sides puts it in standard form 4x2+4x+(k35)=04x^2 + 4x + (k - 35) = 0. For a quadratic equation to have exactly one real solution, its discriminant must be zero: b24ac=424(4)(k35)=0b^2 - 4ac = 4^2 - 4(4)(k - 35) = 0. Simplifying this yields 1616(k35)=016 - 16(k - 35) = 0, which gives 1(k35)=01 - (k - 35) = 0, so k35=1k - 35 = 1, and thus k=36k = 36.

Step-by-Step Solution

1
Expand the left side of the equation and write it in standard form.
4x2+4x+(k35)=04x^2 + 4x + (k - 35) = 0
To apply the quadratic discriminant, the equation must be in the form ax2+bx+c=0ax^2 + bx + c = 0.
2
Identify the coefficients and set the discriminant b24acb^2 - 4ac equal to 0.
424(4)(k35)=04^2 - 4(4)(k - 35) = 0
A quadratic equation has exactly one real solution if and only if its discriminant is equal to zero.
3
Solve the resulting linear equation for the constant kk.
k=36k = 36
Isolating kk gives the value that satisfies the condition of having exactly one real solution.

Key Concept

Quadratic Discriminant
Question 478Question

A shipping service charges a flat rate of 15.50toshipabox,plus15.50 to ship a box, plus 0.50 per ounce of the total weight of the box. A customer wants to ship a package and wants the total shipping cost to be at most $40.00. If the empty box weighs 14 ounces, what is the maximum weight, in ounces, of the contents that can be placed inside the box?

Show answer & explanation

Answer: 35

Answer

The maximum weight of the contents that can be placed inside the box is 35 ounces.
To find the maximum weight of the contents, let ww represent the weight of the contents in ounces. The total weight of the package is the sum of the content weight and the empty box weight, or w+14w + 14 ounces. The total shipping cost is the flat rate of 15.50plus15.50 plus 0.50 times the total weight, which is represented by the expression 15.50+0.50(w+14)15.50 + 0.50(w + 14). Since the customer wants the cost to be at most 40.00,wewritetheinequality40.00, we write the inequality 15.50 + 0.50(w + 14) \leq 40.00 .Distributing. Distributing 0.50 yields yields 15.50 + 0.50w + 7 \leq 40.00 .Combiningtheconstanttermsgives. Combining the constant terms gives 22.50 + 0.50w \leq 40.00 .Subtracting. Subtracting 22.50 frombothsidesresultsin from both sides results in 0.50w \leq 17.50 .Finally,dividingbothsidesby. Finally, dividing both sides by 0.50 gives gives w \leq 35$. Thus, the maximum weight of the contents is 35 ounces.

Step-by-Step Solution

1
Define the variable and write the inequality representing the total cost constraints.
15.50+0.50(w+14)40.0015.50 + 0.50(w + 14) \leq 40.00
The total weight is the sum of the contents (ww) and the empty box (14 ounces), and the cost is 15.50plus15.50 plus 0.50 per ounce, which cannot exceed $40.00.
2
Distribute the rate of $0.50 per ounce across the weight terms and simplify.
22.50+0.50w40.0022.50 + 0.50w \leq 40.00
Applying the distributive property gives 0.50w+7.000.50w + 7.00, and adding the flat rate 15.5015.50 simplifies the left side.
3
Isolate the variable term by subtracting 22.5022.50 from both sides.
0.50w17.500.50w \leq 17.50
This isolates the variable term 0.50w0.50w on one side of the inequality.
4
Solve for ww by dividing both sides by 0.500.50.
w35w \leq 35
Dividing by 0.500.50 (or multiplying by 2) yields the maximum weight limit for the contents.

Key Concept

Solving linear inequalities in one variable using distributive properties and combining like terms.
Question 479Question

The graph of the quadratic function ff in the xyxy-plane has its vertex at (4,12)(4, 12). The function is defined by f(x)=(xc)(xd)f(x) = -(x - c)(x - d), where cc and dd are constants. What is the value of the product cdcd?

Show answer & explanation

Answer: 4

Answer

The value of the product cdcd is 44.
The xx-coordinate of the vertex of a quadratic function of the form f(x)=(xc)(xd)f(x) = -(x-c)(x-d) is the average of the xx-intercepts cc and dd. Since the vertex is (4,12)(4, 12), we have c+d2=4\frac{c+d}{2} = 4, which means c+d=8c+d = 8. Substituting the vertex (4,12)(4, 12) into the function gives 12=(4c)(4d)12 = -(4-c)(4-d), which expands to 12=(164(c+d)+cd)12 = -(16 - 4(c+d) + cd). Substituting c+d=8c+d = 8 gives 12=(1632+cd)=(16+cd)=16cd12 = -(16 - 32 + cd) = -(-16 + cd) = 16 - cd. Solving for cdcd yields cd=4cd = 4.

Step-by-Step Solution

1
Find the sum of the constants cc and dd using the xx-coordinate of the vertex.
c+d=8c + d = 8
The graph of a quadratic function in the form f(x)=(xc)(xd)f(x) = -(x-c)(x-d) has a vertical line of symmetry at the xx-coordinate of its vertex, which is the midpoint of its xx-intercepts cc and dd. Therefore, c+d2=4\frac{c+d}{2} = 4, which simplifies to c+d=8c + d = 8.
2
Substitute the vertex coordinates (4,12)(4, 12) into the function definition.
(4c)(4d)=12(4-c)(4-d) = -12
Since (4,12)(4, 12) is the vertex, the point lies on the graph of ff, meaning f(4)=12f(4) = 12. Substituting x=4x = 4 into the function gives 12=(4c)(4d)12 = -(4-c)(4-d), which simplifies to (4c)(4d)=12(4-c)(4-d) = -12.
3
Expand the expression (4c)(4d)(4-c)(4-d) and substitute c+d=8c+d = 8 to solve for cdcd.
cd=4cd = 4
Expanding (4c)(4d)=12(4-c)(4-d) = -12 gives 164(c+d)+cd=1216 - 4(c+d) + cd = -12. Substituting c+d=8c+d = 8 yields 1632+cd=1216 - 32 + cd = -12, which simplifies to 16+cd=12-16 + cd = -12. Adding 1616 to both sides gives cd=4cd = 4.

Key Concept

Quadratic Functions and Graphs
Question 480Question

An agricultural irrigation system draws water from a storage tank at a constant rate. The volume of water, VV, in gallons, remaining in the tank mm minutes after the irrigation begins is given by the equation V=12,00045mV = 12,000 - 45m. According to the model, after how many minutes of irrigation will there be exactly 8,4008,400 gallons of water remaining in the tank?

Show answer & explanation

Answer: 80

Answer

The irrigation system will have exactly 8,4008,400 gallons of water remaining after 8080 minutes.
To find the number of minutes, mm, when the volume of water remaining is exactly 8,4008,400 gallons, substitute 8,4008,400 for VV in the given linear model: 8,400=12,00045m8,400 = 12,000 - 45m. Subtracting 12,00012,000 from both sides of the equation yields 3,600=45m-3,600 = -45m. Dividing both sides of the equation by 45-45 yields m=80m = 80. Therefore, after 8080 minutes, there will be exactly 8,4008,400 gallons of water remaining in the tank.

Step-by-Step Solution

1
Substitute the target volume of 8,4008,400 gallons for VV in the linear model equation.
8,400=12,00045m8,400 = 12,000 - 45m
We want to find the number of minutes, mm, when the remaining volume, VV, is exactly 8,4008,400 gallons.
2
Subtract 12,00012,000 from both sides of the equation.
3,600=45m-3,600 = -45m
This isolates the variable term 45m-45m on one side of the equation.
3
Divide both sides by 45-45 to solve for mm.
m=80m = 80
This isolates mm to find the number of minutes elapsed.

Key Concept

Solving linear equations in context
PreviousPage 24 / 31Next
All practice questions — SAT | Examkin