All practice questions

5556 questions

Question 1861Question

For all non-zero real numbers xx and yy, the expression

(x2y3)2(x1y4)3(x3y2)d\frac{(x^2 y^{-3})^{-2} (x^{-1} y^4)^3}{(x^3 y^{-2})^d}

can be written in the form xpyqx^p y^q, where pp and qq are integers. If q=2pq = 2p, what is the value of dd?

Show answer & explanation

Answer: -4

Answer

-4
Applying the rules of exponents yields the simplified expression x73dy18+2dx^{-7-3d} y^{18+2d}. Setting the exponent of yy equal to twice the exponent of xx gives the equation 18+2d=2(73d)18+2d = 2(-7-3d), which solves to d=4d = -4.

Step-by-Step Solution

1
Apply the power of a power rule to the terms in the numerator.
(x2y3)2=x4y6(x^2 y^{-3})^{-2} = x^{-4} y^6 and (x1y4)3=x3y12(x^{-1} y^4)^3 = x^{-3} y^{12}
To raise a power to another power, multiply the exponents: (um)n=umn(u^m)^n = u^{mn}.
2
Multiply the simplified terms in the numerator together.
x4y6x3y12=x7y18x^{-4} y^6 \cdot x^{-3} y^{12} = x^{-7} y^{18}
To multiply powers with the same base, add the exponents: umun=um+nu^m \cdot u^n = u^{m+n}.
3
Apply the power of a power rule to the denominator.
(x3y2)d=x3dy2d(x^3 y^{-2})^d = x^{3d} y^{-2d}
Distribute the exponent dd to both variables inside the parentheses by multiplying the exponents.
4
Divide the numerator by the denominator.
x7y18x3dy2d=x73dy18(2d)=x73dy18+2d\frac{x^{-7} y^{18}}{x^{3d} y^{-2d}} = x^{-7-3d} y^{18-(-2d)} = x^{-7-3d} y^{18+2d}
To divide powers with the same base, subtract the exponent of the denominator from the exponent of the numerator: umun=umn\frac{u^m}{u^n} = u^{m-n}.
5
Set up the linear equation for dd using q=2pq = 2p and solve.
18+2d=2(73d)    18+2d=146d    8d=32    d=418+2d = 2(-7-3d) \implies 18+2d = -14-6d \implies 8d = -32 \implies d = -4
The problem states the relationship between the final exponents is q=2pq = 2p, where p=73dp = -7-3d and q=18+2dq = 18+2d.

Key Concept

Properties of exponents (product, quotient, and power rules) combined with solving a linear equation.
Question 1862Question

For the imaginary unit ii, where i2=1i^2 = -1, the complex number zz is defined as z=a+bi12iz = \frac{a + bi}{1 - 2i}, where aa and bb are real numbers. If z=4+3iz = 4 + 3i, what is the value of a+ba + b?

Show answer & explanation

Answer: 5

Answer

The value of a+ba + b is 5.
To find the value of a+ba + b, we start with the equation a+bi12i=4+3i\frac{a + bi}{1 - 2i} = 4 + 3i. Multiplying both sides by the denominator gives a+bi=(4+3i)(12i)a + bi = (4 + 3i)(1 - 2i). Expanding the right side using the distributive property, we get a+bi=4(1)+4(2i)+3i(1)+3i(2i)=48i+3i6i2a + bi = 4(1) + 4(-2i) + 3i(1) + 3i(-2i) = 4 - 8i + 3i - 6i^2. Substituting i2=1i^2 = -1 simplifies the expression to 45i6(1)=45i+6=105i4 - 5i - 6(-1) = 4 - 5i + 6 = 10 - 5i. By comparing the real and imaginary parts of both sides, we find that a=10a = 10 and b=5b = -5. The sum of these two values is a+b=10+(5)=5a + b = 10 + (-5) = 5.

Step-by-Step Solution

1
Isolate the numerator by multiplying both sides by the denominator.
a+bi=(4+3i)(12i)a + bi = (4 + 3i)(1 - 2i)
To solve for the variables aa and bb in the numerator, we clear the fraction by multiplying by the denominator.
2
Expand the product of the two complex numbers.
a+bi=48i+3i6i2a + bi = 4 - 8i + 3i - 6i^2
Distribute each term of the first binomial to each term of the second binomial.
3
Simplify the expression using the definition of i2i^2.
a+bi=105ia + bi = 10 - 5i
Since i2=1i^2 = -1, the term 6i2-6i^2 becomes +6+6. Combine the real parts (4+6=104 + 6 = 10) and imaginary parts (8i+3i=5i-8i + 3i = -5i).
4
Equate the components and calculate a+ba + b.
a=10a = 10, b=5b = -5, and a+b=5a + b = 5
Two complex numbers are equal if and only if their real parts are equal and their imaginary parts are equal. Therefore, a=10a = 10 and b=5b = -5. Summing these yields 10+(5)=510 + (-5) = 5.

Key Concept

Equality and multiplication of complex numbers
Question 1863Question

A weather balloon's altitude in meters after tt minutes is given by the function A(t)=100+50tA(t) = 100 + 50t. The air temperature in degrees Celsius at an altitude of aa meters is modeled by the function T(a)=250.02aT(a) = 25 - 0.02a. What is the temperature of the air surrounding the balloon, in degrees Celsius, after 22 minutes?

Show answer & explanation

Answer: 21

Answer

The temperature of the air surrounding the balloon after 2 minutes is 21 degrees Celsius.
The temperature of the air surrounding the balloon after 2 minutes is found by first calculating the balloon's altitude, A(2)=100+50(2)=200A(2) = 100 + 50(2) = 200 meters, and then using this altitude to evaluate the temperature function, T(200)=250.02(200)=21T(200) = 25 - 0.02(200) = 21.

Step-by-Step Solution

1
Calculate the altitude of the weather balloon at t=2t = 2 minutes using the function A(t)A(t).
A(2)=200A(2) = 200 meters
To find the temperature surrounding the balloon, we must first determine its altitude at the given time of 2 minutes.
2
Substitute the altitude of 200 meters into the temperature function T(a)T(a).
T(200)=21T(200) = 21 degrees Celsius
The temperature function depends on the altitude, so evaluating T(200)T(200) yields the temperature at that height.

Key Concept

Evaluating composite functions in a real-world context.
Question 1864Question

Which of the following inequality expressions represents the complete set of real values of pp that satisfy the inequality 72p<13|7 - 2p| < 13?

Show answer & explanation

Answer: 3<p<10-3 < p < 10

Answer

3<p<10-3 < p < 10
To solve 72p<13|7 - 2p| < 13, write it as the compound inequality 13<72p<13-13 < 7 - 2p < 13. Subtracting 77 from all parts gives 20<2p<6-20 < -2p < 6. Dividing by 2-2 and reversing the inequality signs yields 3<p<10-3 < p < 10.

Step-by-Step Solution

1
Write the absolute value inequality as a compound inequality.
13<72p<13-13 < 7 - 2p < 13
An absolute value inequality of the form x<c|x| < c is equivalent to c<x<c-c < x < c.
2
Subtract 77 from all three parts of the compound inequality.
20<2p<6-20 < -2p < 6
To isolate the variable term, we perform the inverse operation of adding 77 by subtracting 77 from each part.
3
Divide all parts by 2-2 and reverse the inequality signs.
10>p>310 > p > -3, which simplifies to 3<p<10-3 < p < 10
Dividing an inequality by a negative number requires reversing the direction of the inequality signs to preserve the truth of the statement.

Key Concept

Solving absolute value inequalities of the form ax+b<c|ax + b| < c
Question 1865Question

A company allocates its monthly advertising budget between online advertisements and print media. Last month, the company spent 300300 more than half of its total budget on online advertisements, and 16\frac{1}{6} of its total budget on print media. The remaining 700700 of the budget was spent on administrative fees. If BB represents the total budget in dollars, what is the value of B10+150\frac{B}{10} + 150?

Show answer & explanation

Answer: 450

Answer

The correct value is 450.
Evaluating the total budget equation yields B=3000B = 3000. Substituting this value into the expression B10+150\frac{B}{10} + 150 gives 450450. This is correct because the individual allocations (online ads, print media, and administrative fees) sum to the total budget, and the fraction arithmetic is performed correctly.

Step-by-Step Solution

1
Define the variables and write the expressions for each category of expenses.
Let BB be the total budget. Online advertisements budget is 12B+300\frac{1}{2}B + 300, print media budget is 16B\frac{1}{6}B, and administrative fees are 700700.
Translating verbal descriptions into algebraic expressions is necessary to build the equation.
2
Set up the linear equation representing the sum of all expenses equaling the total budget BB.
B=(12B+300)+16B+700B = \left(\frac{1}{2}B + 300\right) + \frac{1}{6}B + 700
The total budget is the sum of its individual components.
3
Group like terms and solve for the total budget BB.
Combine constant terms: 300+700=1000300 + 700 = 1000. Combine fraction terms: 12B+16B=36B+16B=46B=23B\frac{1}{2}B + \frac{1}{6}B = \frac{3}{6}B + \frac{1}{6}B = \frac{4}{6}B = \frac{2}{3}B. The equation becomes B=23B+1000B = \frac{2}{3}B + 1000. Subtracting 23B\frac{2}{3}B from both sides gives 13B=1000\frac{1}{3}B = 1000, which yields B=3000B = 3000.
This isolates the variable BB to find the total budget value.
4
Evaluate the required expression B10+150\frac{B}{10} + 150 using the solved value of BB.
300010+150=300+150=450\frac{3000}{10} + 150 = 300 + 150 = 450
The question asks for the value of this specific expression rather than BB itself.

Key Concept

Solving linear equations in one variable, including translating word problems with fractional terms and evaluating algebraic expressions.

Alternative Method

Instead of solving the equation algebraically, we could test the options to find the total budget BB. Since each option represents the value of V=B10+150V = \frac{B}{10} + 150, we can express BB as B=10(V150)B = 10(V - 150). For the correct option of 450450, we get B=10(450150)=3000B = 10(450 - 150) = 3000. Substituting B=3000B = 3000 back into the original word problem description: half the budget plus 300300 is 1500+300=18001500 + 300 = 1800; one-sixth of the budget is 500500; the remaining is 30001800500=7003000 - 1800 - 500 = 700, which matches the given administrative fees.
Estimated Time:2m 0s
Question 1866Question

An online retailer determines that the cost to ship a package of weight ww pounds is given by the linear expression C(w)=kw+bC(w) = kw + b, where kk and bb are constants. Shipping a 33-pound package costs 11.5011.50 dollars, and shipping an 88-pound package costs 24.0024.00 dollars. If the total shipping cost for two packages is 47.0047.00 dollars, and one of the packages weighs 55 pounds, what is the weight, in pounds, of the other package?

Show answer & explanation

Answer: 10.6

Answer

The weight of the other package is 10.6 pounds.
The correct weight of 10.6 pounds is found by setting up a linear cost function C(w)=2.5w+4C(w) = 2.5w + 4 using the two data points, calculating the cost of the 5-pound package as 16.5016.50 dollars, subtracting this from the total cost of 47.0047.00 dollars to get 30.5030.50 dollars, and solving 2.5w+4=30.502.5w + 4 = 30.50 for the weight.

Step-by-Step Solution

1
Set up the linear system from the given costs
3k+b=11.503k + b = 11.50 and 8k+b=24.008k + b = 24.00
To determine the relationship between weight and shipping cost.
2
Solve for the slope kk
k=2.50k = 2.50
Subtracting the first equation from the second eliminates bb.
3
Solve for the intercept bb
b=4.00b = 4.00
Substitute k=2.50k = 2.50 back into the first equation.
4
Determine the cost of the 5-pound package
C(5)=16.50C(5) = 16.50 dollars
Evaluate the linear expression 2.50(5)+4.002.50(5) + 4.00.
5
Determine the remaining cost for the second package
C(w2)=30.50C(w_2) = 30.50 dollars
Subtract the cost of the first package from the total cost (47.0016.5047.00 - 16.50).
6
Solve the linear equation for the second package's weight
w2=10.6w_2 = 10.6
Solve 2.50w2+4.00=30.502.50w_2 + 4.00 = 30.50 for w2w_2.

Key Concept

Solving Linear Equations
Question 1867Question

Jordan starts a walk with 25002{}500 steps already recorded on a fitness tracker. Jordan then walks at a constant rate of 120120 steps per minute. If the fitness tracker shows a total of 79007{}900 steps at the end of the walk, for how many minutes did Jordan walk?

Show answer & explanation

Answer: 45

Answer

Jordan walked for 4545 minutes.
The correct answer is 4545. The scenario describes a linear relationship with a constant rate of 120120 steps per minute and a starting baseline of 25002{}500 steps. Let mm represent the number of minutes Jordan walked. The equation is 2500+120m=79002{}500 + 120m = 7{}900. Subtracting 25002{}500 from both sides gives 120m=5400120m = 5{}400, and dividing by 120120 yields m=45m = 45.

Step-by-Step Solution

1
Set up the algebraic equation based on the word problem details.
2500+120m=79002{}500 + 120m = 7{}900
The total steps are the sum of the starting steps (25002{}500) and the product of the rate (120120 steps/min) and time (mm minutes).
2
Isolate the variable term by subtracting 25002{}500 from both sides of the equation.
120m=5400120m = 5{}400
Subtracting the initial steps gives the steps accumulated solely during the walk.
3
Solve for mm by dividing both sides of the equation by 120120.
m=45m = 45
Dividing the total steps walked by the rate per minute yields the duration of the walk in minutes.

Key Concept

Translating verbal descriptions of constant rates and starting values into linear equations

Alternative Method

Solve arithmetically by subtracting the baseline steps from the final count (79002500=54007{}900 - 2{}500 = 5{}400 steps) and dividing the remaining steps by the walking rate (5400÷120=455{}400 \div 120 = 45 minutes).
Estimated Time:45s
Question 1868Question

Match each unsimplified algebraic expression on the left with its equivalent simplified form on the right.

Click a left item, then click its matching right item

Items

3x(x2y)2x(x3y)3x(x - 2y) - 2x(x - 3y)
2(x2xy)3(xyy2)2(x^2 - xy) - 3(xy - y^2)
x2(x2y)x(x2xy)x^2(x - 2y) - x(x^2 - xy)
(x+y)2(xy)2(x + y)^2 - (x - y)^2

Matches

Show answer & explanation

Answer

The correct pairings match 3x(x2y)2x(x3y)3x(x - 2y) - 2x(x - 3y) to x2x^2; 2(x2xy)3(xyy2)2(x^2 - xy) - 3(xy - y^2) to 2x25xy+3y22x^2 - 5xy + 3y^2; x2(x2y)x(x2xy)x^2(x - 2y) - x(x^2 - xy) to x2y-x^2y; and (x+y)2(xy)2(x + y)^2 - (x - y)^2 to 4xy4xy.
Each unsimplified expression is correctly matched to its simplified equivalent by expanding parenthetical terms (taking care to distribute negative signs) and combining like terms.

Step-by-Step Solution

1
Distribute and combine like terms for the first expression 3x(x2y)2x(x3y)3x(x - 2y) - 2x(x - 3y).
The expression simplifies to x2x^2.
First distribute the coefficients to get 3x26xy2x2+6xy3x^2 - 6xy - 2x^2 + 6xy. Then combine 3x22x2=x23x^2 - 2x^2 = x^2 and 6xy+6xy=0-6xy + 6xy = 0.
2
Distribute and combine like terms for the second expression 2(x2xy)3(xyy2)2(x^2 - xy) - 3(xy - y^2).
The expression simplifies to 2x25xy+3y22x^2 - 5xy + 3y^2.
Distribute the coefficients to get 2x22xy3xy+3y22x^2 - 2xy - 3xy + 3y^2. Note that distributing the negative sign of 3-3 to y2-y^2 results in +3y2+3y^2. Then combine 2xy3xy=5xy-2xy - 3xy = -5xy.
3
Distribute and combine like terms for the third expression x2(x2y)x(x2xy)x^2(x - 2y) - x(x^2 - xy).
The expression simplifies to x2y-x^2y.
Distribute to get x32x2yx3+x2yx^3 - 2x^2y - x^3 + x^2y. Note that distributing x-x to xy-xy gives +x2y+x^2y. The x3x3x^3 - x^3 terms cancel, leaving 2x2y+x2y=x2y-2x^2y + x^2y = -x^2y.
4
Expand and simplify the fourth expression (x+y)2(xy)2(x + y)^2 - (x - y)^2.
The expression simplifies to 4xy4xy.
Expand both squared binomials: (x2+2xy+y2)(x22xy+y2)(x^2 + 2xy + y^2) - (x^2 - 2xy + y^2). Distribute the negative sign to get x2+2xy+y2x2+2xyy2x^2 + 2xy + y^2 - x^2 + 2xy - y^2. Combine terms to cancel x2x^2 and y2y^2, leaving 4xy4xy.

Key Concept

Simplifying Expressions and Combining Like Terms
Estimated Time:1m 30s
Question 1869Question

For any positive real number yy, the expression (y3)1/2y2/3\frac{(y^3)^{1/2}}{y^{2/3}} is equivalent to which of the following?

Show answer & explanation

Answer: y5/6y^{5/6}

Answer

The simplified expression is y5/6y^{5/6}
Applying the power of a power rule to the numerator gives (y3)1/2=y3/2(y^3)^{1/2} = y^{3/2}. Then, applying the quotient rule to divide by y2/3y^{2/3} requires subtracting the exponents: 3223=9646=56\frac{3}{2} - \frac{2}{3} = \frac{9}{6} - \frac{4}{6} = \frac{5}{6}. This results in the equivalent expression y5/6y^{5/6}.

Step-by-Step Solution

1
Apply the power of a power rule to the numerator (y3)1/2(y^3)^{1/2}.
y31/2=y3/2y^{3 \cdot 1/2} = y^{3/2}
When raising a power to a power, multiply the exponents.
2
Apply the quotient of powers rule to divide y3/2y^{3/2} by y2/3y^{2/3}.
y3/22/3y^{3/2 - 2/3}
When dividing powers with the same base, subtract the exponent in the denominator from the exponent in the numerator.
3
Subtract the fractions in the exponent by finding a common denominator.
y9/64/6=y5/6y^{9/6 - 4/6} = y^{5/6}
A common denominator for 2 and 3 is 6. Rewrite the fractions and subtract their numerators.

Key Concept

Properties of Exponents in Algebraic Expressions
Question 1870Question

If xx satisfies the equation 3(x2)52x13=115\frac{3(x - 2)}{5} - \frac{2x - 1}{3} = \frac{1}{15}, what is the value of the expression 2x+72x + 7?

Show answer & explanation

Answer: -21

Answer

The final value of the expression is 21-21.
Solving the equation by first multiplying both sides by the least common denominator of 15 yields the simplified equation 9(x2)5(2x1)=19(x - 2) - 5(2x - 1) = 1. Distributing and combining terms yields x13=1-x - 13 = 1, which gives x=14x = -14. Substituting this value into the expression 2x+72x + 7 yields 21-21.

Step-by-Step Solution

1
Multiply the entire equation by the least common multiple of the denominators (1515) to eliminate all fractions.
9(x2)5(2x1)=19(x - 2) - 5(2x - 1) = 1
Multiplying by the least common multiple of 5 and 3 eliminates the fractions and simplifies the equation.
2
Distribute the coefficients (99 and 5-5) to their respective terms inside the parentheses.
9x1810x+5=19x - 18 - 10x + 5 = 1
Distributive property allows us to remove parentheses. Note that distributing 5-5 to 1-1 results in +5+5.
3
Combine the variable terms (9x9x and 10x-10x) and the constant terms (18-18 and 55) on the left side of the equation.
x13=1-x - 13 = 1
Combining like terms simplifies the expression to prepare for isolating the variable.
4
Isolate the variable term x-x by adding 1313 to both sides, then solve for xx by multiplying by 1-1.
x=14x = -14
Adding 1313 yields x=14-x = 14, and multiplying by 1-1 isolates xx to find its value.
5
Substitute x=14x = -14 into the given expression 2x+72x + 7.
2(14)+7=212(-14) + 7 = -21
The question asks for the value of the expression 2x+72x + 7, not just xx itself.

Key Concept

Solving multi-step linear equations involving fractions, distributive property with negative signs, and evaluating algebraic expressions.

Alternative Method

Instead of multiplying by the least common multiple first, you can separate the fractions: 35x6523x+13=115\frac{3}{5}x - \frac{6}{5} - \frac{2}{3}x + \frac{1}{3} = \frac{1}{15}. Combining the xx terms gives (9151015)x=115x(\frac{9}{15} - \frac{10}{15})x = -\frac{1}{15}x. Combining the constant terms gives 1815+515=1315-\frac{18}{15} + \frac{5}{15} = -\frac{13}{15}. The equation becomes 115x1315=115-\frac{1}{15}x - \frac{13}{15} = \frac{1}{15}. Multiplying the entire equation by 1515 yields x13=1-x - 13 = 1, which gives x=14x = -14, and substituting into 2x+72x + 7 yields 21-21.
Estimated Time:2m 0s
Question 1871Question

A digital marketing firm runs advertisements on two platforms: SocialMedia and SearchEngine. The cost to run an advertisement on SocialMedia is 1515 dollars per day, and the cost to run an advertisement on SearchEngine is 2525 dollars per day. Last month, the firm ran advertisements on both platforms for a combined total of 6060 days. The total amount spent on SocialMedia advertisements was 350350 dollars more than half the total amount spent on SearchEngine advertisements. For how many days last month did the firm run advertisements on SocialMedia?

Show answer & explanation

Answer: 40

Answer

The firm ran advertisements on SocialMedia for 40 days.
Setting up the system of equations based on the problem description gives S+E=60S + E = 60 and 15S=0.5(25E)+35015S = 0.5(25E) + 350. Substituting the first equation into the second yields 15S=12.5(60S)+35015S = 12.5(60 - S) + 350. Solving this linear equation results in S=40S = 40 days.

Step-by-Step Solution

1
Define variables for the unknown quantities.
Let SS be the number of days the firm ran advertisements on SocialMedia, and EE be the number of days they ran advertisements on SearchEngine.
Establishing variables is the first step in translating a word problem into algebraic equations.
2
Express the relationship for the total number of days.
S+E=60S + E = 60, which simplifies to E=60SE = 60 - S.
This allows us to express one variable in terms of the other, making it easier to solve the system by substitution.
3
Translate the cost relationship statement into an algebraic equation.
15S=12.5E+35015S = 12.5E + 350
The cost of running advertisements on SocialMedia is 15S15S. The cost on SearchEngine is 25E25E. Half of the SearchEngine cost is 12.5E12.5E. Adding 350350 to half of the SearchEngine cost gives the SocialMedia cost.
4
Substitute the expression for EE into the cost equation and solve for SS.
15S=12.5(60S)+35015S=75012.5S+35027.5S=1100S=4015S = 12.5(60 - S) + 350 \Rightarrow 15S = 750 - 12.5S + 350 \Rightarrow 27.5S = 1100 \Rightarrow S = 40.
Solving the resulting linear equation yields the number of days spent on SocialMedia ads.

Key Concept

Translating and Solving Algebraic Word Problems
Estimated Time:2m 0s
Question 1872Question

A rectangular region has a width of 2x32x - 3 meters and a length of 3x+13x + 1 meters. A square piece with a side length of x2x - 2 meters is removed from the region. The area, in square meters, of the remaining region can be expressed in the standard polynomial form Ax2+Bx+CAx^2 + Bx + C, where AA, BB, and CC are integers. What is the value of the coefficient BB?

Show answer & explanation

Answer: -3

Answer

The coefficient of the linear term, BB, is 3-3.
Subtracting the area of the square, x24x+4x^2 - 4x + 4, from the area of the rectangle, 6x27x36x^2 - 7x - 3, yields 5x23x75x^2 - 3x - 7. Thus, the coefficient BB of the xx term is 3-3.

Step-by-Step Solution

1
Calculate the area of the rectangle.
Area = 6x27x36x^2 - 7x - 3
The area of a rectangle is found by multiplying its length and width: (2x3)(3x+1)=6x2+2x9x3=6x27x3(2x - 3)(3x + 1) = 6x^2 + 2x - 9x - 3 = 6x^2 - 7x - 3.
2
Calculate the area of the square.
Area = x24x+4x^2 - 4x + 4
The area of a square is the square of its side length: (x2)2=(x2)(x2)=x24x+4(x - 2)^2 = (x - 2)(x - 2) = x^2 - 4x + 4.
3
Subtract the square's area from the rectangle's area.
Remaining Area = 5x23x75x^2 - 3x - 7
Subtracting the area of the removed square from the total area requires distributing the negative sign to each term of the square's polynomial: (6x27x3)(x24x+4)=6x27x3x2+4x4=5x23x7(6x^2 - 7x - 3) - (x^2 - 4x + 4) = 6x^2 - 7x - 3 - x^2 + 4x - 4 = 5x^2 - 3x - 7.
4
Identify the coefficient BB.
B=3B = -3
In the standard quadratic form Ax2+Bx+CAx^2 + Bx + C, the coefficient of the linear term xx is BB, which corresponds to 3-3 in the polynomial 5x23x75x^2 - 3x - 7.

Key Concept

Operations on Polynomials (multiplication, squaring binomials, and subtraction with negative sign distribution)
Question 1873Question

For what value of yy is the equation 3(y4)=5y+23(y - 4) = 5y + 2 true?

Show answer & explanation

Answer: -7

Answer

The value of yy that satisfies the equation is 7-7.
Distributing the 3 yields 3y12=5y+23y - 12 = 5y + 2. Subtracting 3y3y from both sides gives 12=2y+2-12 = 2y + 2. Subtracting 2 from both sides gives 14=2y-14 = 2y. Dividing by 2 results in y=7y = -7.

Step-by-Step Solution

1
Distribute the 3 on the left side of the equation.
3y12=5y+23y - 12 = 5y + 2
To simplify the expression by expanding the parentheses.
2
Subtract 3y3y from both sides of the equation.
12=2y+2-12 = 2y + 2
To collect the variable terms on the right side of the equation.
3
Subtract 2 from both sides of the equation.
14=2y-14 = 2y
To isolate the variable term.
4
Divide both sides by 2.
y=7y = -7
To solve for yy.

Key Concept

Solving linear equations by distributing and isolating the variable.
Estimated Time:45s
Question 1874Question

A commercial bakery has two bread-kneading machines, Machine X and Machine Y. Machine X can knead dough at a constant rate of pp pounds per hour. Machine Y's kneading rate is 1414 pounds per hour more than half the kneading rate of Machine X. On a busy morning, Machine X starts kneading and operates for exactly 55 hours. Machine Y starts operating 11 hour after Machine X starts and operates for the next 44 hours. Together, the two machines knead a total of 336336 pounds of dough. What is the total number of pounds of dough kneaded by Machine Y?

Show answer & explanation

Answer: 136

Answer

The total number of pounds of dough kneaded by Machine Y is 136.
To find the total dough kneaded by Machine Y, we first define the rates of both machines. Let Machine X's rate be pp pounds per hour. Machine Y's rate is 1414 more than half of Machine X's rate, which is written as 0.5p+140.5p + 14 pounds per hour. Machine X runs for 55 hours, producing 5p5p pounds of dough. Machine Y runs for 44 hours, producing 4(0.5p+14)=2p+564(0.5p + 14) = 2p + 56 pounds of dough. Setting their sum equal to the total of 336336 gives the equation 7p+56=3367p + 56 = 336, which simplifies to 7p=2807p = 280 and yields p=40p = 40. Machine Y's total work is then 4(0.5(40)+14)=1364(0.5(40) + 14) = 136 pounds.

Step-by-Step Solution

1
Define the variable for Machine X's rate and write the expression for Machine Y's rate based on the text.
Machine X's rate is pp pounds per hour. Machine Y's rate is 0.5p+140.5p + 14 pounds per hour.
We need to express both rates in terms of a single variable to set up the equation.
2
Determine the operating duration for each machine.
Machine X operates for 55 hours. Machine Y operates for 44 hours.
Machine X starts first and runs for 55 hours. Machine Y starts 11 hour later and operates for the remaining 44 hours.
3
Write the equation for the total pounds of dough kneaded by both machines combined.
5p+4(0.5p+14)=3365p + 4(0.5p + 14) = 336
Total work is the sum of the work done by Machine X (rate times time) and Machine Y (rate times time).
4
Solve the equation for the variable pp.
5p+2p+56=336    7p+56=336    7p=280    p=405p + 2p + 56 = 336 \implies 7p + 56 = 336 \implies 7p = 280 \implies p = 40.
Distribute the 44 and combine like terms to isolate pp.
5
Calculate the total work done specifically by Machine Y.
Machine Y's total work = 4(0.5(40)+14)=4(20+14)=4(34)=1364(0.5(40) + 14) = 4(20 + 14) = 4(34) = 136 pounds.
The question asks for the total pounds of dough kneaded by Machine Y, which is its rate multiplied by its operating time.

Key Concept

Translating verbal descriptions of rates and times into algebraic equations and solving them.

Alternative Method

Instead of solving for pp first, we can write the equation directly in terms of Machine Y's work. Let yy be the work done by Machine Y. Since Machine Y worked for 44 hours, its rate is y4\frac{y}{4}. This rate is 1414 more than half of Machine X's rate, so y4=0.5RX+14    RX=2(y414)=y228\frac{y}{4} = 0.5R_X + 14 \implies R_X = 2(\frac{y}{4} - 14) = \frac{y}{2} - 28. Machine X's work is 5RX=5(y228)=2.5y1405 R_X = 5(\frac{y}{2} - 28) = 2.5y - 140. Since the total work is 336336, we have (2.5y140)+y=336    3.5y=476    y=136(2.5y - 140) + y = 336 \implies 3.5y = 476 \implies y = 136.
Estimated Time:3m 0s
Question 1875Question

Let the functions ff and gg be defined by f(x)=25x2f(x) = \sqrt{25 - x^2} and g(x)=1x29g(x) = \frac{1}{\sqrt{x^2 - 9}} for all real numbers xx where the expressions are defined. What is the number of integers in the domain of the composite function h(x)=g(f(x))h(x) = g(f(x))?

Show answer & explanation

Answer: 7

Answer

The number of integers in the domain of the composite function h(x)=g(f(x))h(x) = g(f(x)) is 7.
The composite function h(x)=g(f(x))h(x) = g(f(x)) is defined when xx is in the domain of ff and f(x)f(x) is in the domain of gg. The domain of f(x)=25x2f(x) = \sqrt{25 - x^2} is [5,5][-5, 5]. The domain of g(u)=1u29g(u) = \frac{1}{\sqrt{u^2 - 9}} is u>3u > 3 or u<3u < -3. Substituting f(x)f(x) for uu gives 25x2>3\sqrt{25 - x^2} > 3, which simplifies to x2<16x^2 < 16 or 4<x<4-4 < x < 4. The intersection of [5,5][-5, 5] and (4,4)(-4, 4) is (4,4)(-4, 4). The integers in this interval are 3,2,1,0,1,2,3-3, -2, -1, 0, 1, 2, 3, which total 7 integers.

Step-by-Step Solution

1
Determine the domain of the inner function f(x)=25x2f(x) = \sqrt{25 - x^2}.
The domain is [5,5][-5, 5].
The term inside the square root must be greater than or equal to zero for the function to yield real values: 25x2025 - x^2 \ge 0.
2
Determine the domain of the outer function g(u)=1u29g(u) = \frac{1}{\sqrt{u^2 - 9}}.
The domain is (,3)(3,)(-\infty, -3) \cup (3, \infty).
The expression inside the square root in the denominator must be strictly positive: u29>0u^2 - 9 > 0.
3
Apply the domain constraint of the outer function to the outputs of the inner function.
4<x<4-4 < x < 4.
We require f(x)>3f(x) > 3 or f(x)<3f(x) < -3. Since the range of f(x)f(x) is non-negative, f(x)<3f(x) < -3 has no solutions. Thus, we solve 25x2>3\sqrt{25 - x^2} > 3, which squares to 25x2>925 - x^2 > 9, or x2<16x^2 < 16.
4
Find the intersection of the inner function's domain and the composite constraint.
The composite domain is (4,4)(-4, 4).
The input xx must satisfy both the domain of ff (5x5-5 \le x \le 5) and the composition constraint (4<x<4-4 < x < 4).
5
List and count the integers within the composite domain (4,4)(-4, 4).
There are 7 integers.
The integers strictly between 4-4 and 44 are 3,2,1,0,1,2,3-3, -2, -1, 0, 1, 2, 3.

Key Concept

Domain of a composite function
Estimated Time:2m 0s
Question 1876Question

A box contains only red, blue, and green marbles. The ratio of red marbles to blue marbles is 2:32:3, and the ratio of blue marbles to green marbles is 3:53:5. If one marble is drawn at random from the box, the probability of drawing a red marble is PP. If 66 green marbles are added to the box and no other marbles are removed, the probability of drawing a red marble becomes QQ. Given that PQ=3115P - Q = \frac{3}{115}, how many blue marbles were originally in the box?

Show answer & explanation

Answer: 12

Answer

12
The correct answer is 12. By expressing the original counts of red, blue, and green marbles as 2k2k, 3k3k, and 5k5k, the total number of marbles is 10k10k. The initial probability of drawing a red marble is P=2k10k=15P = \frac{2k}{10k} = \frac{1}{5}. When 6 green marbles are added, the new total becomes 10k+610k + 6, yielding a new probability Q=2k10k+6=k5k+3Q = \frac{2k}{10k + 6} = \frac{k}{5k + 3}. Setting their difference to 3115\frac{3}{115} results in 15k5k+3=3115\frac{1}{5} - \frac{k}{5k + 3} = \frac{3}{115}. Simplifying this rational equation gives 25k+15=11525k + 15 = 115, which solves to k=4k = 4. Therefore, the original number of blue marbles is 3k=3(4)=123k = 3(4) = 12.

Step-by-Step Solution

1
Define the number of red, blue, and green marbles in terms of a variable kk.
Let red marbles = 2k2k, blue marbles = 3k3k, and green marbles = 5k5k. The initial total number of marbles is 2k+3k+5k=10k2k + 3k + 5k = 10k.
The given ratios are red:blue = 2:3 and blue:green = 3:5, which combine to a continuous ratio of red:blue:green = 2:3:5.
2
Express the initial probability PP of drawing a red marble.
P=2k10k=15P = \frac{2k}{10k} = \frac{1}{5}.
Probability is the number of favorable outcomes (red marbles) divided by the total number of outcomes.
3
Express the new probability QQ of drawing a red marble after adding 6 green marbles.
The number of green marbles becomes 5k+65k + 6, so the new total is 10k+610k + 6. Thus, Q=2k10k+6Q = \frac{2k}{10k + 6}.
Adding 6 green marbles increases the total marble count by 6 while the number of red marbles remains 2k2k.
4
Set up the equation using the given difference PQ=3115P - Q = \frac{3}{115} and solve for kk.
152k10k+6=3115\frac{1}{5} - \frac{2k}{10k + 6} = \frac{3}{115}
15k5k+3=3115\frac{1}{5} - \frac{k}{5k + 3} = \frac{3}{115}
(5k+3)5k5(5k+3)=3115\frac{(5k + 3) - 5k}{5(5k + 3)} = \frac{3}{115}
325k+15=3115\frac{3}{25k + 15} = \frac{3}{115}
25k+15=115    25k=100    k=425k + 15 = 115 \implies 25k = 100 \implies k = 4.
Solving the rational equation gives the multiplier kk that determines the actual number of marbles.
5
Calculate the original number of blue marbles.
Blue marbles = 3k=3(4)=123k = 3(4) = 12.
The question asks for the original number of blue marbles, which is represented by 3k3k.

Key Concept

Basic Probability and Counting Methods
Estimated Time:3m 0s
Question 1877Question

What is the complete set of real numbers xx that satisfy the inequality 2x33x142\frac{2 - x}{3} - \frac{3x - 1}{4} \geq 2?

Show answer & explanation

Answer: x1x \leq -1

Answer

The complete set of real numbers satisfying the inequality is x1x \leq -1.
To solve the inequality 2x33x142\frac{2 - x}{3} - \frac{3x - 1}{4} \geq 2, we first eliminate the denominators by multiplying both sides by their least common multiple, which is 1212. This yields 4(2x)3(3x1)244(2 - x) - 3(3x - 1) \geq 24. Distributing the terms gives 84x9x+3248 - 4x - 9x + 3 \geq 24. Combining like terms results in 1113x2411 - 13x \geq 24. Subtracting 1111 from both sides yields 13x13-13x \geq 13. Finally, dividing by 13-13 requires reversing the inequality sign, leading to the solution x1x \leq -1.

Step-by-Step Solution

1
Multiply all terms on both sides of the inequality by 1212, which is the least common multiple of the denominators 33 and 44.
4(2x)3(3x1)244(2 - x) - 3(3x - 1) \geq 24
Multiplying by a positive number preserves the inequality direction while eliminating the fractions to simplify the equation.
2
Distribute the coefficients 44 and 3-3 to the terms inside the parentheses.
84x9x+3248 - 4x - 9x + 3 \geq 24
Applying the distributive property expands the expression. Note that multiplying 3-3 by 1-1 results in +3+3.
3
Combine like terms on the left side of the inequality.
1113x2411 - 13x \geq 24
Grouping the constants (8+3=118 + 3 = 11) and the variable terms (4x9x=13x-4x - 9x = -13x) simplifies the inequality.
4
Subtract 1111 from both sides of the inequality.
13x13-13x \geq 13
Isolating the variable term on the left side by moving the constant term to the right side.
5
Divide both sides of the inequality by 13-13 and reverse the direction of the inequality sign.
x1x \leq -1
Dividing by a negative number requires reversing the inequality sign from \geq to \leq.

Key Concept

Solving linear inequalities by clearing fractions, distributing terms correctly, and reversing the inequality sign when multiplying or dividing by a negative number.
Estimated Time:2m 0s
Question 1878Question

If xx and yy are positive real numbers, the expression

(x1/2+y1/2)2(x1/2y1/2)2(2x1/4y3/4)2\frac{(x^{1/2} + y^{1/2})^2 - (x^{1/2} - y^{1/2})^2}{(2x^{-1/4} y^{3/4})^{-2}}

can be simplified to the form kypk y^p. What is the value of the sum k+pk + p?

Show answer & explanation

Answer: 18

Answer

18
Expanding the numerator yields 4x1/2y1/24x^{1/2}y^{1/2}. Simplifying the denominator using exponent rules yields 14x1/2y3/2\frac{1}{4}x^{1/2}y^{-3/2}. Dividing the numerator by the denominator gives 41/4x1/21/2y1/2(3/2)=16y2\frac{4}{1/4} \cdot x^{1/2 - 1/2} \cdot y^{1/2 - (-3/2)} = 16y^2, which corresponds to k=16k = 16 and p=2p = 2. The sum is 16+2=1816 + 2 = 18.

Step-by-Step Solution

1
Expand and simplify the numerator.
4x1/2y1/24x^{1/2}y^{1/2}
Expand both squared binomials: (x1/2+y1/2)2=x+2x1/2y1/2+y(x^{1/2} + y^{1/2})^2 = x + 2x^{1/2}y^{1/2} + y and (x1/2y1/2)2=x2x1/2y1/2+y(x^{1/2} - y^{1/2})^2 = x - 2x^{1/2}y^{1/2} + y. Subtracting the second expression from the first yields (x+2x1/2y1/2+y)(x2x1/2y1/2+y)=4x1/2y1/2(x + 2x^{1/2}y^{1/2} + y) - (x - 2x^{1/2}y^{1/2} + y) = 4x^{1/2}y^{1/2}.
2
Simplify the denominator using exponent rules.
14x1/2y3/2\frac{1}{4}x^{1/2}y^{-3/2}
Apply the power of a product rule (ab)n=anbn(ab)^n = a^n b^n to distribute the exponent of 2-2: (2x1/4y3/4)2=22(x1/4)2(y3/4)2(2x^{-1/4}y^{3/4})^{-2} = 2^{-2} \cdot (x^{-1/4})^{-2} \cdot (y^{3/4})^{-2}. This simplifies to 14x(1/4)(2)y(3/4)(2)=14x1/2y3/2\frac{1}{4} \cdot x^{(-1/4)(-2)} \cdot y^{(3/4)(-2)} = \frac{1}{4}x^{1/2}y^{-3/2}.
3
Divide the simplified numerator by the simplified denominator.
16y216y^2
Divide the coefficients and subtract the exponents of like bases: 4x1/2y1/214x1/2y3/2=(41/4)x1/21/2y1/2(3/2)=16x0y1/2+3/2=16y2\frac{4x^{1/2}y^{1/2}}{\frac{1}{4}x^{1/2}y^{-3/2}} = \left(\frac{4}{1/4}\right) x^{1/2 - 1/2} y^{1/2 - (-3/2)} = 16 x^0 y^{1/2 + 3/2} = 16y^2.
4
Identify the values of kk and pp and calculate their sum.
1818
Comparing 16y216y^2 to the form kypk y^p gives k=16k = 16 and p=2p = 2. Therefore, the sum is k+p=16+2=18k + p = 16 + 2 = 18.

Key Concept

Properties of Exponents in Algebraic Expressions
Question 1879Question

If xx is a real number, what is the sum of all distinct real solutions to the rational equation 3(x2)22x2=1\frac{3}{(x-2)^2} - \frac{2}{x-2} = 1?

Show answer & explanation

Answer: 2

Answer

The sum of all distinct real solutions is 2.
The correct answer is obtained by multiplying the equation by the least common denominator, (x2)2(x-2)^2, which yields the quadratic equation x22x3=0x^2 - 2x - 3 = 0. Factoring this equation gives two solutions: 33 and 1-1. Since neither value makes the original denominator equal to zero, both are valid solutions. Summing these values gives a result of 22.

Step-by-Step Solution

1
Identify the domain constraints of the rational equation.
The denominator x2x-2 cannot be zero, so the domain constraint is x2x \neq 2.
Division by zero is undefined.
2
Eliminate the denominators by multiplying the entire equation by the least common denominator, which is (x2)2(x-2)^2.
32(x2)=(x2)23 - 2(x-2) = (x-2)^2
This transforms the rational equation into a polynomial equation.
3
Expand both sides of the equation and combine like terms.
32x+4=x24x+4    72x=x24x+43 - 2x + 4 = x^2 - 4x + 4 \implies 7 - 2x = x^2 - 4x + 4
Standard algebraic expansion simplifies the equation into a quadratic form.
4
Rearrange the quadratic equation into standard form ax2+bx+c=0ax^2 + bx + c = 0.
x22x3=0x^2 - 2x - 3 = 0
Setting the equation to zero allows us to solve for xx by factoring.
5
Factor the quadratic equation.
(x3)(x+1)=0    x=3(x-3)(x+1) = 0 \implies x = 3 or x=1x = -1
Factoring finds the values of xx that satisfy the quadratic equation.
6
Verify if the potential solutions satisfy the domain constraint and calculate their sum.
Both 33 and 1-1 are within the domain (x2x \neq 2). The sum is 3+(1)=23 + (-1) = 2.
Extraneous solutions must be discarded before calculating the final sum.

Key Concept

Solving rational equations by clearing denominators and verifying domain constraints
Question 1880Question

Two courier drones, Drone A and Drone B, fly in opposite directions along a straight path from the same distribution center. Drone A departs at 10:00 AM and flies at a constant speed of 40 miles per hour40\text{ miles per hour}. Drone B departs from the same location at 10:30 AM and flies in the opposite direction at a constant speed of 60 miles per hour60\text{ miles per hour}. At what time will the two drones be exactly 220 miles220\text{ miles} apart?

Show answer & explanation

Answer: 12:30 PM

Answer

12:30 PM
The correct answer is 12:30 PM. To find this, define tt as the travel time of Drone B in hours. Since Drone A departs 30 minutes (0.50.5 hours) earlier, its travel time is t+0.5t + 0.5 hours. Using the relationship that the sum of the distances traveled in opposite directions equals the total distance, we set up the equation 40(t+0.5)+60t=22040(t + 0.5) + 60t = 220. Solving this yields 100t+20=220100t + 20 = 220, which simplifies to 100t=200100t = 200 and t=2 hourst = 2\text{ hours}. Adding 2 hours to Drone B's departure time of 10:30 AM results in 12:30 PM.

Step-by-Step Solution

1
Define variables for the travel times of both drones relative to their departure times.
Let tt be the number of hours Drone B travels after departing at 10:30 AM. Since Drone A departs 30 minutes (0.50.5 hours) earlier at 10:00 AM, Drone A's travel time is t+0.5t + 0.5 hours.
Establishing a single variable for time allows us to write a single-variable linear equation for the total distance covered.
2
Express the distance traveled by each drone using the formula Distance=Speed×Time\text{Distance} = \text{Speed} \times \text{Time} and sum them to equal the total separation distance.
The distance traveled by Drone A is 40(t+0.5)40(t + 0.5) miles, and the distance traveled by Drone B is 60t60t miles. The equation is: 40(t+0.5)+60t=22040(t + 0.5) + 60t = 220.
Since the drones fly in opposite directions from the same starting point, the total distance between them is the sum of their individual distances.
3
Solve the equation for tt.
40t+20+60t=220    100t+20=220    100t=200    t=2 hours40t + 20 + 60t = 220 \implies 100t + 20 = 220 \implies 100t = 200 \implies t = 2\text{ hours}.
Solving for tt gives the number of hours Drone B travels before they are 220 miles220\text{ miles} apart.
4
Determine the final time by adding the calculated travel time to the corresponding departure time.
Drone B departs at 10:30 AM and travels for 2 hours2\text{ hours}. 10:30 AM+2 hours=12:30 PM10:30\text{ AM} + 2\text{ hours} = 12:30\text{ PM}. (Alternatively, Drone A departs at 10:00 AM and travels for 2+0.5=2.5 hours2 + 0.5 = 2.5\text{ hours}, which also yields 12:30 PM).
Adding the elapsed time to the initial departure time gives the clock time when the condition is met.

Key Concept

Translating relative motion and time-offset word problems into linear equations
PreviousPage 94 / 278Next
All practice questions — ACT | Examkin