Algebra

432 questions

Question 121Question

A linear relationship between xx and yy is defined by the values in the table below.

xxyy
27
413
619

Which of the following equations represents this relationship?

Show answer & explanation

Answer: y=3x+1y = 3x + 1

Answer

The equation representing the relationship is y=3x+1y = 3x + 1.
The correct equation is y=3x+1y = 3x + 1. The slope mm of the linear function can be determined from the table values (2,7)(2, 7) and (4,13)(4, 13) as 13742=62=3\frac{13 - 7}{4 - 2} = \frac{6}{2} = 3. Substituting the slope m=3m = 3 and the point (2,7)(2, 7) into the slope-intercept form y=mx+by = mx + b gives 7=3(2)+b7 = 3(2) + b, which simplifies to 7=6+b7 = 6 + b, so b=1b = 1. Therefore, the equation is y=3x+1y = 3x + 1.

Step-by-Step Solution

1
Find the slope (mm) of the linear relationship using the points (2,7)(2, 7) and (4,13)(4, 13) from the table.
m=3m = 3
The slope is the ratio of the change in yy to the change in xx between any two points on the line: m=13742=62=3m = \frac{13 - 7}{4 - 2} = \frac{6}{2} = 3.
2
Use the slope m=3m = 3 and the point (2,7)(2, 7) to find the yy-intercept (bb) of the line.
b=1b = 1
Substituting the coordinates and slope into the slope-intercept equation y=mx+by = mx + b gives 7=3(2)+b7 = 3(2) + b, which simplifies to 7=6+b7 = 6 + b, leading to b=1b = 1.
3
Substitute the slope and yy-intercept into the slope-intercept form.
y=3x+1y = 3x + 1
Combining the slope of 33 and yy-intercept of 11 yields the equation y=3x+1y = 3x + 1.

Key Concept

Determining a linear equation from a table of values
Estimated Time:45s
Question 122Question

In the system of equations below, kk is a constant.

kx3y=4kx - 3y = 4
(k2)x5y=8(k-2)x - 5y = 8

If the system has no solution, what is the value of kk?

Show answer & explanation

Answer: -3

Answer

-3
To find the value of kk for which the system of linear equations has no solution, we determine when the two lines represented by the equations are parallel and distinct. Parallel lines have equal slopes. We can express each equation in slope-intercept form, y=mx+by = mx + b. For the first equation, kx3y=4kx - 3y = 4 simplifies to y=k3x43y = \frac{k}{3}x - \frac{4}{3}, giving a slope of k3\frac{k}{3}. For the second equation, (k2)x5y=8(k-2)x - 5y = 8 simplifies to y=k25x85y = \frac{k-2}{5}x - \frac{8}{5}, giving a slope of k25\frac{k-2}{5}. Equating the two slopes yields k3=k25\frac{k}{3} = \frac{k-2}{5}. Cross-multiplying gives 5k=3(k2)5k = 3(k-2), which simplifies to 5k=3k65k = 3k - 6. Subtracting 3k3k from both sides gives 2k=62k = -6, and dividing by 22 results in k=3k = -3. Since the y-intercepts 43-\frac{4}{3} and 85-\frac{8}{5} are distinct, the lines are parallel and do not intersect, meaning there is no solution.

Step-by-Step Solution

1
Express both equations in slope-intercept form (y=mx+by = mx + b) to find their slopes.
For the first equation, kx3y=4    3y=kx4    y=k3x43kx - 3y = 4 \implies 3y = kx - 4 \implies y = \frac{k}{3}x - \frac{4}{3} (slope is k3\frac{k}{3}). For the second equation, (k2)x5y=8    5y=(k2)x8    y=k25x85(k-2)x - 5y = 8 \implies 5y = (k-2)x - 8 \implies y = \frac{k-2}{5}x - \frac{8}{5} (slope is k25\frac{k-2}{5}).
A system of two linear equations has no solution if the lines are parallel (slopes are equal) and their y-intercepts are different.
2
Set the slopes equal to each other.
k3=k25\frac{k}{3} = \frac{k-2}{5}
Since the lines must be parallel, their slopes must be equivalent.
3
Solve for kk by cross-multiplying.
5k=3(k2)    5k=3k6    2k=6    k=35k = 3(k-2) \implies 5k = 3k - 6 \implies 2k = -6 \implies k = -3.
Cross-multiplication isolates the variable kk. Since the y-intercepts (43-\frac{4}{3} and 85-\frac{8}{5}) are different, this value of kk guarantees the lines are parallel and distinct.

Key Concept

Determining parameters for a system of linear equations with no solution

Alternative Method

Alternatively, align the coefficients of yy to eliminate the yy terms. Multiply the first equation by 55 and the second equation by 3-3:

5(kx3y)=5(4)    5kx15y=205(kx - 3y) = 5(4) \implies 5kx - 15y = 20
3((k2)x5y)=3(8)    3(k2)x+15y=24-3((k-2)x - 5y) = -3(8) \implies -3(k-2)x + 15y = -24

Adding these two equations yields:
(5k3(k2))x=4(5k - 3(k-2))x = -4
(2k+6)x=4(2k + 6)x = -4

For the system to have no solution, the coefficient of xx must be 00 while the constant on the right side is non-zero (which it is, 4-4). Setting the coefficient of xx to 00:
2k+6=0    k=32k + 6 = 0 \implies k = -3
Estimated Time:2m 0s
Question 123Question

A line in the xyxy-plane is represented by the equation 3x4y=243x - 4y = 24. What is the yy-coordinate of the yy-intercept of this line?

Show answer & explanation

Answer: -6

Answer

The yy-coordinate of the yy-intercept is 6-6.
The correct answer is 6-6. The yy-intercept of a line is the point where it intersects the yy-axis, which occurs when the xx-coordinate is 00. Substituting x=0x = 0 into the given equation 3x4y=243x - 4y = 24 yields 4y=24-4y = 24. Dividing both sides by 4-4 gives y=6y = -6.

Step-by-Step Solution

1
Substitute x=0x = 0 into the equation to find the yy-intercept.
3(0)4y=243(0) - 4y = 24
By definition, the yy-intercept of a line in the coordinate plane is the point where the line crosses the yy-axis, which always has an xx-coordinate of 00.
2
Simplify the equation.
4y=24-4y = 24
Multiplying 33 by 00 yields 00, leaving only the term containing yy on the left side of the equation.
3
Solve for yy by isolating the variable.
y=6y = -6
Dividing both sides of the simplified equation by 4-4 isolates yy and gives the final coordinate value.

Key Concept

Finding the y-intercept of a linear equation in two variables by setting x = 0.
Estimated Time:45s
Question 124Question

For what value of the constant kk does the equation 12(2kx6)23(93x)=5x+4\frac{1}{2}(2kx - 6) - \frac{2}{3}(9 - 3x) = 5x + 4 have no solution for xx?

Show answer & explanation

Answer: 3

Answer

The correct value of kk is 33.
To find the value of kk for which the equation has no solution, we first distribute the coefficients on the left side of the equation to get kx36+2x=5x+4kx - 3 - 6 + 2x = 5x + 4. Combining the like terms on the left side gives (k+2)x9=5x+4(k + 2)x - 9 = 5x + 4. Moving all the xx terms to one side yields (k3)x=13(k - 3)x = 13. For a linear equation of the form Ax=BAx = B to have no solution, the coefficient of the variable AA must equal 00 while the constant BB must be non-zero. Setting k3=0k - 3 = 0 gives the correct value of 33.

Step-by-Step Solution

1
Distribute the fractional coefficients on the left side of the equation.
The term 12(2kx6)\frac{1}{2}(2kx - 6) simplifies to kx3kx - 3, and the term 23(93x)-\frac{2}{3}(9 - 3x) simplifies to 6+2x-6 + 2x.
Applying the distributive property simplifies the parenthetical expressions.
2
Substitute the simplified expressions back into the equation and group like terms.
The equation becomes kx36+2x=5x+4kx - 3 - 6 + 2x = 5x + 4, which simplifies to (k+2)x9=5x+4(k + 2)x - 9 = 5x + 4.
Grouping terms allows us to isolate the variable.
3
Isolate the terms containing xx on one side of the equation.
Subtract 5x5x and add 99 to both sides, yielding (k3)x=13(k - 3)x = 13.
This puts the equation into the standard linear form Ax=BAx = B.
4
Set the coefficient of xx to 00 to find the value of kk that yields no solution.
Setting k3=0k - 3 = 0 gives k=3k = 3. Since 13013 \neq 0, the equation 0x=130x = 13 has no solution.
A linear equation of the form Ax=BAx = B has no solution if and only if A=0A = 0 and B0B \neq 0.

Key Concept

Determining the parameter value for which a linear equation in one variable has no solution.
Estimated Time:2m 0s
Question 125Question
3x5y=8kx+10y=3\begin{aligned} 3x - 5y &= 8 \\ kx + 10y &= -3 \end{aligned}

In the system of equations above, kk is a constant. If the system has no solution, what is the value of kk?

Show answer & explanation

Answer: -6

Answer

-6
The correct answer is 6-6. A system of two linear equations has no solution when the equations represent parallel lines, meaning they have the same slope but different yy-intercepts. Writing the first equation in slope-intercept form gives y=35x85y = \frac{3}{5}x - \frac{8}{5}, so its slope is 35\frac{3}{5}. Writing the second equation in slope-intercept form gives y=k10x310y = -\frac{k}{10}x - \frac{3}{10}, so its slope is k10-\frac{k}{10}. Since the yy-intercepts are different (85310-\frac{8}{5} \neq -\frac{3}{10}), the system will have no solution when their slopes are equal: 35=k10\frac{3}{5} = -\frac{k}{10}. Solving this equation for kk yields k=6k = -6.

Step-by-Step Solution

1
Convert the first equation to slope-intercept form (y=mx+by = mx + b) to find its slope.
y=35x85y = \frac{3}{5}x - \frac{8}{5}, so the slope is 35\frac{3}{5} and the yy-intercept is 85-\frac{8}{5}.
Expressing the line in slope-intercept form directly reveals its slope and yy-intercept.
2
Convert the second equation to slope-intercept form to express its slope in terms of kk.
10y=kx3y=k10x31010y = -kx - 3 \Rightarrow y = -\frac{k}{10}x - \frac{3}{10}, so the slope is k10-\frac{k}{10} and the yy-intercept is 310-\frac{3}{10}.
This allows comparison of the slope and yy-intercept of the second line with the first line.
3
Set the slopes equal to each other and solve for kk.
35=k1030=5kk=6\frac{3}{5} = -\frac{k}{10} \Rightarrow 30 = -5k \Rightarrow k = -6.
A system of two linear equations has no solution if and only if the lines are parallel (equal slopes) and have different yy-intercepts (which 85-\frac{8}{5} and 310-\frac{3}{10} are).

Key Concept

Determining the number of solutions to a system of linear equations based on slope and intercept relationships.
Question 126Question

In the xyxy-plane, line L1L_1 is defined by the equation ax+by=cax + by = c, where aa, bb, and cc are non-zero constants. Line L2L_2 is perpendicular to line L1L_1 and has a yy-intercept that is twice the yy-intercept of line L1L_1. If the xx-intercept of line L2L_2 is dd, which of the following expressions represents dd in terms of aa, bb, and cc?

Show answer & explanation

Answer: 2acb2-\frac{2ac}{b^2}

Answer

The expression that represents dd in terms of aa, bb, and cc is 2acb2-\frac{2ac}{b^2}.
The correct answer is found by first rewriting the equation of the first line in slope-intercept form to determine its slope, ab-\frac{a}{b}, and its yy-intercept, cb\frac{c}{b}. The second line is perpendicular to the first, so its slope is the negative reciprocal, ba\frac{b}{a}. Its yy-intercept is twice that of the first line, which is 2cb\frac{2c}{b}. Setting y=0y = 0 in the equation of the second line, y=bax+2cby = \frac{b}{a}x + \frac{2c}{b}, and solving for xx yields the xx-intercept d=2acb2d = -\frac{2ac}{b^2}.

Step-by-Step Solution

1
Rewrite the equation of line L1L_1 in slope-intercept form.
y=abx+cby = -\frac{a}{b}x + \frac{c}{b}
To identify the slope and yy-intercept of the first line.
2
Determine the slope and yy-intercept of line L2L_2.
Slope of L2L_2 is ba\frac{b}{a}; yy-intercept of L2L_2 is 2cb\frac{2c}{b}.
Line L2L_2 is perpendicular to L1L_1 (so its slope is the negative reciprocal of ab-\frac{a}{b}) and its yy-intercept is twice that of L1L_1.
3
Write the equation of line L2L_2.
y=bax+2cby = \frac{b}{a}x + \frac{2c}{b}
Using the slope-intercept form y=mx+ky = mx + k for the second line.
4
Find the xx-intercept dd of line L2L_2 by setting y=0y = 0.
d=2acb2d = -\frac{2ac}{b^2}
The xx-intercept is the value of xx when y=0y = 0.

Key Concept

Linear Equations in Two Variables

Alternative Method

Instead of converting to slope-intercept form, one can use the general form relationships. For ax+by=cax + by = c, the slope is a/b-a/b and the yy-intercept is c/bc/b. A perpendicular line has slope b/ab/a. With double the yy-intercept, its equation can be written as y2cb=baxy - \frac{2c}{b} = \frac{b}{a}x. Setting y=0y=0 directly gives 2cb=bad    d=2acb2-\frac{2c}{b} = \frac{b}{a}d \implies d = -\frac{2ac}{b^2}.
Estimated Time:2m 0s
Question 127Question

In the xyxy-plane, the graph of the linear function hh has a slope of 33 and passes through the point (5,8)(5, 8). What is the value of h(11)h(11)?

Show answer & explanation

Answer: 26

Answer

The value of h(11)h(11) is 26.
The correct answer is 26. Since the function hh is linear, its rate of change (slope) is constant. A slope of 3 means that for every 1-unit increase in xx, the value of h(x)h(x) increases by 3. The change in xx from 5 to 11 is 115=611 - 5 = 6. Therefore, the corresponding increase in h(x)h(x) is 3×6=183 \times 6 = 18. Adding this increase to the known value of h(5)=8h(5) = 8 gives h(11)=8+18=26h(11) = 8 + 18 = 26.

Step-by-Step Solution

1
Determine the change in the input variable xx from the known point to the target point.
The change in xx is 115=611 - 5 = 6.
This identifies how many units the input increases from x=5x = 5 to x=11x = 11.
2
Multiply the change in xx by the slope to find the corresponding change in the function value.
The change in the function value is 3×6=183 \times 6 = 18.
The slope represents the constant rate of change (change in yy divided by change in xx). Therefore, multiplying the slope by the change in xx gives the total change in the output.
3
Add the calculated change in the function value to the initial function value.
h(11)=8+18=26h(11) = 8 + 18 = 26.
Adding the total increase in output to the starting output value at x=5x = 5 yields the value of the function at x=11x = 11.

Key Concept

Linear functions have a constant rate of change, which is represented by the slope. The change in the output value is equal to the slope multiplied by the change in the input value.

Alternative Method

Alternatively, find the equation of the line using the point-slope form: yy1=m(xx1)y - y_1 = m(x - x_1). Substituting the slope m=3m = 3 and the point (5,8)(5, 8) gives y8=3(x5)y - 8 = 3(x - 5), which simplifies to y=3x7y = 3x - 7. Thus, the function is defined by h(x)=3x7h(x) = 3x - 7. Evaluating this function at x=11x = 11 yields h(11)=3(11)7=337=26h(11) = 3(11) - 7 = 33 - 7 = 26.
Estimated Time:1m 0s
Question 128Question

Which of the following represents all possible values of xx that satisfy the inequality 4(x+3)8-4(x + 3) \leq 8?

Show answer & explanation

Answer: x5x \geq -5

Answer

x5x \geq -5
To solve 4(x+3)8-4(x + 3) \leq 8, first distribute the 4-4 to obtain 4x128-4x - 12 \leq 8. Next, add 1212 to both sides to isolate the variable term, resulting in 4x20-4x \leq 20. Finally, divide both sides by 4-4 and reverse the inequality sign because of division by a negative number, which yields x5x \geq -5.

Step-by-Step Solution

1
Distribute the coefficient outside the parentheses to the terms inside.
4x128-4x - 12 \leq 8
Multiplying 4-4 by xx and 4-4 by 33 simplifies the left side of the inequality.
2
Isolate the variable term by adding 1212 to both sides of the inequality.
4x20-4x \leq 20
Adding 1212 eliminates the constant term on the left side: 8+12=208 + 12 = 20.
3
Divide both sides of the inequality by 4-4 and reverse the inequality sign.
x5x \geq -5
Dividing by a negative number reverses the direction of the inequality symbol: 20/4=520 / -4 = -5.

Key Concept

Solving linear inequalities in one variable using the distributive property and division by a negative number.
Estimated Time:45s
Question 129Question

In the system of equations below, aa is a constant.

ax+3y=52xy=1\begin{aligned} ax + 3y &= 5 \\ 2x - y &= 1 \end{aligned}

If the system has a solution (x,y)(x, y) that lies in Quadrant IV of the xyxy-plane, which of the following could be the value of aa?

Show answer & explanation

Answer: 12

Answer

12
The correct answer is 12. For the solution (x,y)(x, y) to lie in Quadrant IV, the xx-coordinate must be positive and the yy-coordinate must be negative. Isolating yy in the second equation gives y=2x1y = 2x - 1. Substituting this into the first equation yields x=8a+6x = \frac{8}{a+6}. For xx to be positive, we must have a>6a > -6. Substituting xx back into the expression for yy gives y=10aa+6y = \frac{10-a}{a+6}. For yy to be negative when a>6a > -6, we must have 10a<010 - a < 0, which simplifies to a>10a > 10. Among the choices, only 12 is greater than 10.

Step-by-Step Solution

1
Identify the signs of coordinates in Quadrant IV.
x>0x > 0 and y<0y < 0
In Quadrant IV of the coordinate plane, the horizontal coordinate is positive and the vertical coordinate is negative.
2
Express yy in terms of xx from the second equation.
y=2x1y = 2x - 1
This facilitates substituting yy into the first equation to solve for xx.
3
Substitute y=2x1y = 2x - 1 into the first equation and solve for xx.
x=8a+6x = \frac{8}{a + 6}
To find the coordinates of the intersection point in terms of the parameter aa.
4
Substitute x=8a+6x = \frac{8}{a + 6} back into the expression for yy.
y=10aa+6y = \frac{10 - a}{a + 6}
To express the yy-coordinate of the intersection point in terms of the parameter aa.
5
Apply the conditions x>0x > 0 and y<0y < 0 to solve for aa.
a>10a > 10
For x>0x > 0, we need a+6>0    a>6a + 6 > 0 \implies a > -6. For y<0y < 0 given a+6>0a + 6 > 0, we need 10a<0    a>1010 - a < 0 \implies a > 10.
6
Evaluate the options to find a value of aa that satisfies the condition.
12
Among the options (12, 8, -4, -8), only 12 is greater than 10.

Key Concept

Solving systems of linear equations with parameters and applying quadrant constraints
Question 130Question

A gym membership costs $35\$35 per month plus an additional $5\$5 per fitness class attended. If a member wants to spend at most $65\$65 in a single month, what is the maximum number of fitness classes the member can attend?

Show answer & explanation

Answer: 6

Answer

The maximum number of fitness classes the member can attend is 66.
Let cc represent the number of classes. The inequality representing the budget constraint is 35+5c6535 + 5c \le 65. Subtracting 3535 from both sides of the inequality yields 5c305c \le 30. Dividing both sides by 55 yields c6c \le 6. Since the number of classes must be a whole number, the maximum number of classes the member can attend is 66.

Step-by-Step Solution

1
Set up the inequality representing the situation.
35+5c6535 + 5c \le 65
The cost of the membership is a fixed $35\$35 plus $5\$5 per class cc, and this total must not exceed $65\$65.
2
Subtract 3535 from both sides of the inequality to isolate the variable term.
5c305c \le 30
Isolating the term with the variable allows us to solve for cc.
3
Divide both sides by 55 to find the solution range for the number of classes.
c6c \le 6
Dividing by the coefficient of the variable gives the upper limit for the number of classes.

Key Concept

Solving one-variable linear inequalities in a real-world context.
Question 131Question

In the xyxy-plane, the graph of the linear function ff passes through the points (k,12)(k, 12) and (8,k)(8, k), where kk is a constant. If the slope of the graph of ff is 13-\frac{1}{3}, what is the value of kk?

Show answer & explanation

Answer: 14

Answer

14
The slope of a line passing through (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) is given by the formula m=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1}. Substituting the given points (k,12)(k, 12) and (8,k)(8, k) and the slope 13-\frac{1}{3} into the formula gives 13=k128k-\frac{1}{3} = \frac{k - 12}{8 - k}. Cross-multiplying yields 3(k12)=1(8k)3(k - 12) = -1(8 - k), which simplifies to 3k36=8+k3k - 36 = -8 + k. Isolating the variable kk gives 2k=282k = 28, so k=14k = 14.

Step-by-Step Solution

1
Apply the slope formula m=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1} using the points (k,12)(k, 12) and (8,k)(8, k) with slope 13-\frac{1}{3}.
13=k128k-\frac{1}{3} = \frac{k - 12}{8 - k}
The slope of a linear function is constant and defined by the ratio of the change in yy-values to the change in xx-values.
2
Cross-multiply to solve the equation for kk.
3(k12)=1(8k)3(k - 12) = -1(8 - k)
To eliminate the fractions and solve the rational equation.
3
Distribute and simplify both sides of the equation.
3k36=8+k3k - 36 = -8 + k
Distributing the constants on both sides prepares the equation for isolating the variable kk.
4
Isolate the variable kk by subtracting kk from both sides and adding 3636 to both sides.
2k=282k = 28
Grouping like terms on opposite sides of the equation.
5
Divide by 22 to find the value of kk.
k=14k = 14
To find the final numerical value of the constant kk.

Key Concept

Linear function slope formula
Estimated Time:1m 30s
Question 132Question

An artist sells customized prints online. The total price, yy, in dollars, for an order of xx prints is given by the equation y=8.50x+4.00y = 8.50x + 4.00, where 4.004.00 represents a flat shipping fee. If a customer's total order price is 38.0038.00, how many prints did the customer order?

Show answer & explanation

Answer: 4

Answer

4
Substituting 38.0038.00 for yy in the given linear equation y=8.50x+4.00y = 8.50x + 4.00 yields 38.00=8.50x+4.0038.00 = 8.50x + 4.00. Subtracting 4.004.00 from both sides of the equation results in 34.00=8.50x34.00 = 8.50x. Dividing both sides of the equation by 8.508.50 yields x=4x = 4. Therefore, the customer ordered 4 prints.

Step-by-Step Solution

1
Substitute the given total price of 38.0038.00 for yy in the equation.
38.00=8.50x+4.0038.00 = 8.50x + 4.00
The variable yy represents the total price of the order in dollars, which is given as 38.0038.00.
2
Subtract the shipping fee of 4.004.00 from both sides of the equation.
34.00=8.50x34.00 = 8.50x
Subtracting 4.004.00 from both sides isolates the variable term 8.50x8.50x.
3
Divide both sides of the equation by 8.508.50.
x=4x = 4
Dividing the remaining cost of 34.0034.00 by the unit price per print of 8.508.50 yields the total number of prints ordered.

Key Concept

Solving a linear equation in two variables for one variable when the value of the other variable is given.
Estimated Time:45s
Question 133Question

In the system of equations below, aa and bb are constants.

3x4y=7ax12y=b\begin{aligned} 3x - 4y &= 7 \\ ax - 12y &= b \end{aligned}

If the system has infinitely many solutions, what is the value of a+ba + b?

Show answer & explanation

Answer: 30

Answer

30
For a system of two linear equations in two variables to have infinitely many solutions, the two equations must represent the same line. Comparing the yy-coefficients shows that 12-12 is 33 times 4-4. Multiplying the first equation by 33 gives the equivalent equation 9x12y=219x - 12y = 21. For this to be identical to the second equation, ax12y=bax - 12y = b, the corresponding coefficients must be equal, meaning a=9a = 9 and b=21b = 21. Therefore, the value of a+ba + b is 9+21=309 + 21 = 30.

Step-by-Step Solution

1
Identify the condition for a system of linear equations to have infinitely many solutions.
The two equations must represent the same line, making them equivalent equations.
Infinitely many solutions occur when the two equations in a system are scalar multiples of each other.
2
Align the coefficients of the yy-terms in both equations.
Multiplying the first equation by 33 gives 9x12y=219x - 12y = 21.
The coefficient of yy in the second equation is 12-12, which is 33 times the coefficient of yy in the first equation (4-4).
3
Equate the coefficients of the remaining terms to find the values of aa and bb.
a=9a = 9 and b=21b = 21.
For 9x12y=219x - 12y = 21 and ax12y=bax - 12y = b to be equivalent, their corresponding coefficients and constants must be equal.
4
Calculate the value of a+ba + b.
a+b=9+21=30a + b = 9 + 21 = 30.
The problem asks for the value of the sum a+ba + b.

Key Concept

Determining constants in a system of linear equations with infinitely many solutions
Estimated Time:1m 30s
Question 134Question

The table below shows some values of the linear function ff.

xxf(x)f(x)
1155
441717
772929

What is the slope of the graph of ff in the xyxy-plane?

Show answer & explanation

Answer: 44

Answer

The slope of the graph of ff in the xyxy-plane is 44.
The slope of a linear function can be found using any two points from the table, (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2), with the formula m=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1}. Using the points (1,5)(1, 5) and (4,17)(4, 17), the slope is 17541=4\frac{17 - 5}{4 - 1} = 4.

Step-by-Step Solution

1
Select two points from the table to calculate the slope.
Using the points (1,5)(1, 5) and (4,17)(4, 17), we have x1=1x_1 = 1, y1=5y_1 = 5, x2=4x_2 = 4, and y2=17y_2 = 17.
Any two points on a line can be used to find its constant slope.
2
Apply the slope formula m=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1}.
m=17541m = \frac{17 - 5}{4 - 1}
The slope formula calculates the ratio of the change in the vertical direction (yy) to the change in the horizontal direction (xx).
3
Simplify the expression to find the final slope value.
m=123=4m = \frac{12}{3} = 4
Subtracting the coordinates and dividing gives the simplified slope.

Key Concept

Calculating the slope of a linear function from a table of values.
Estimated Time:45s
Question 135Question

In the xyxy-plane, the graphs of two linear functions, ff and gg, are perpendicular lines that intersect at the point (12,k)(12, k), where kk is a positive constant. If the yy-intercept of the graph of ff is (0,24)(0, 24) and the yy-intercept of the graph of gg is (0,6)(0, -6), what is the value of kk?

Show answer & explanation

Answer: 18

Answer

18
To find the value of kk, we determine the slopes of the two lines. The line representing ff passes through (0,24)(0, 24) and (12,k)(12, k), so its slope is mf=k2412m_f = \frac{k - 24}{12}. The line representing gg passes through (0,6)(0, -6) and (12,k)(12, k), so its slope is mg=k+612m_g = \frac{k + 6}{12}. Since the two lines are perpendicular, the product of their slopes is 1-1. This gives the equation (k2412)(k+612)=1\left(\frac{k - 24}{12}\right)\left(\frac{k + 6}{12}\right) = -1. Multiplying both sides by 144144 yields (k24)(k+6)=144(k - 24)(k + 6) = -144. Expanding the left side gives k218k144=144k^2 - 18k - 144 = -144. Adding 144144 to both sides results in k218k=0k^2 - 18k = 0, which factors as k(k18)=0k(k - 18) = 0. Since kk is a positive constant, kk must be 1818.

Step-by-Step Solution

1
Determine the slopes of the lines ff and gg in terms of kk.
The slope of ff is mf=k24120=k2412m_f = \frac{k - 24}{12 - 0} = \frac{k - 24}{12}. The slope of gg is mg=k(6)120=k+612m_g = \frac{k - (-6)}{12 - 0} = \frac{k + 6}{12}.
We use the slope formula m=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1} for each line passing through their respective yy-intercepts and their intersection point (12,k)(12, k).
2
Set up an equation using the perpendicular condition.
mfmg=1    (k2412)(k+612)=1    (k24)(k+6)144=1m_f \cdot m_g = -1 \implies \left(\frac{k - 24}{12}\right)\left(\frac{k + 6}{12}\right) = -1 \implies \frac{(k - 24)(k + 6)}{144} = -1
Since the graphs of ff and gg are perpendicular, the product of their slopes must equal 1-1.
3
Solve the quadratic equation for kk.
(k24)(k+6)=144    k218k144=144    k218k=0    k(k18)=0(k - 24)(k + 6) = -144 \implies k^2 - 18k - 144 = -144 \implies k^2 - 18k = 0 \implies k(k - 18) = 0. Since kk must be positive, k=18k = 18.
Multiplying by 144144, expanding, and factoring the quadratic equation gives the possible values k=0k = 0 and k=18k = 18. The problem states kk is positive, so k=18k = 18.

Key Concept

Perpendicular lines have slopes that are negative reciprocals of each other, meaning their product is 1-1.
Question 136Question

In the xyxy-plane, a line with a negative slope passes through the point (4,3)(4, 3) and intersects the positive xx-axis at (a,0)(a, 0) and the positive yy-axis at (0,b)(0, b). If the area of the triangle formed by this line and the coordinate axes is 2424, what is the value of bb?

Show answer & explanation

Answer: 6

Answer

The value of bb is 6.
The correct value is 6. By representing the linear equation in intercept form as xa+yb=1\frac{x}{a} + \frac{y}{b} = 1 and substituting the given point (4,3)(4, 3), we obtain 4a+3b=1\frac{4}{a} + \frac{3}{b} = 1. Using the area of the triangle, 12ab=24\frac{1}{2}ab = 24, we can write a=48ba = \frac{48}{b}. Substituting this into the intercept equation yields b12+3b=1\frac{b}{12} + \frac{3}{b} = 1. Multiplying by 12b12b leads to the quadratic equation b212b+36=0b^2 - 12b + 36 = 0, which factors as (b6)2=0(b-6)^2 = 0, giving the unique solution b=6b = 6.

Step-by-Step Solution

1
Express the line in intercept form
xa+yb=1\frac{x}{a} + \frac{y}{b} = 1
Since the intercepts are (a,0)(a, 0) and (0,b)(0, b) with a>0a > 0 and b>0b > 0, the intercept form of a linear equation is the most direct representation.
2
Substitute the given point (4,3)(4, 3) into the intercept form
4a+3b=1\frac{4}{a} + \frac{3}{b} = 1
The line passes through (4,3)(4, 3), so these coordinates must satisfy the equation of the line.
3
Express aa in terms of bb using the area of the triangle
a=48ba = \frac{48}{b}
The area of the right triangle with base aa and height bb is 12ab=24\frac{1}{2}ab = 24, which gives ab=48ab = 48.
4
Substitute a=48ba = \frac{48}{b} into the equation from Step 2
b12+3b=1\frac{b}{12} + \frac{3}{b} = 1
This reduces the equation to a single variable bb.
5
Clear denominators and write the equation in standard quadratic form
b212b+36=0b^2 - 12b + 36 = 0
Multiplying both sides by 12b12b allows us to form a quadratic equation.
6
Factor the quadratic equation to solve for bb
b=6b = 6
The quadratic expression is a perfect square trinomial, (b6)2=0(b-6)^2 = 0, which yields b=6b = 6.

Key Concept

Using the intercept form of a linear equation and geometric properties of linear graphs to solve for unknown parameters.
Question 137Question

If 35(2x4)12(x3)=65\frac{3}{5}(2x - 4) - \frac{1}{2}(x - 3) = \frac{6}{5}, what is the value of 5x45x - 4?

Show answer & explanation

Answer: 11

Answer

11
Evaluating the linear equation by clearing the fractions with a common denominator of 10 gives 6(2x4)5(x3)=126(2x - 4) - 5(x - 3) = 12. Distributing terms yields 12x245x+15=1212x - 24 - 5x + 15 = 12. Combining like terms results in 7x9=127x - 9 = 12. Solving for xx gives x=3x = 3. Finally, substituting x=3x = 3 into the target expression 5x45x - 4 yields 5(3)4=115(3) - 4 = 11.

Step-by-Step Solution

1
Multiply both sides of the equation by 10 to clear the denominators.
6(2x4)5(x3)=126(2x - 4) - 5(x - 3) = 12
The least common denominator of 5 and 2 is 10. Multiplying both sides by 10 simplifies the equation by removing the fractions.
2
Distribute the constants 6 and -5 into the parentheses.
12x245x+15=1212x - 24 - 5x + 15 = 12
Applying the distributive property removes the parentheses. Be careful to distribute the negative sign for the second term: 5(x3)=5x+15-5 \cdot (x - 3) = -5x + 15.
3
Combine like terms on the left side of the equation.
7x9=127x - 9 = 12
Grouping the xx terms (12x5x=7x12x - 5x = 7x) and the constant terms (24+15=9-24 + 15 = -9) simplifies the equation.
4
Isolate the variable term 7x7x and solve for xx.
x=3x = 3
Adding 9 to both sides gives 7x=217x = 21. Dividing both sides by 7 yields x=3x = 3.
5
Substitute the value of xx into the expression 5x45x - 4.
11
The question asks for the value of 5x45x - 4, not just xx, so we evaluate 5(3)4=115(3) - 4 = 11.

Key Concept

Solving linear equations in one variable by clearing fractions, distributing terms, and isolating the variable.
Question 138Question

A linear model is used to estimate the height of a plant, in centimeters, based on the number of weeks since it was planted. According to the model, the plant's height is 55 centimeters at week 22, and its height is 88 centimeters at week 88. Which of the following is the predicted height of the plant, in centimeters, at week 1616?

Show answer & explanation

Answer: 1212

Answer

The predicted height of the plant at week 16 is 12 centimeters.
The correct answer is 12. To find the predicted height, we determine the linear model equation. The slope is calculated as m=8582=36=0.5m = \frac{8 - 5}{8 - 2} = \frac{3}{6} = 0.5. Substituting the point (2,5)(2, 5) into the slope-intercept form y=mx+by = mx + b gives 5=0.5(2)+b5 = 0.5(2) + b, which simplifies to b=4b = 4. The linear model is y=0.5x+4y = 0.5x + 4. Substituting 1616 for xx yields y=0.5(16)+4=8+4=12y = 0.5(16) + 4 = 8 + 4 = 12.

Step-by-Step Solution

1
Identify two data points from the given information to represent the linear relationship.
The coordinates are (2,5)(2, 5) and (8,8)(8, 8) where the x-coordinate represents the week and the y-coordinate represents the height of the plant in centimeters.
A linear relationship is uniquely determined by two points, which allows us to find the slope and equation of the line.
2
Calculate the slope of the line, which represents the constant growth rate of the plant.
The slope mm is 8582=36=0.5\frac{8 - 5}{8 - 2} = \frac{3}{6} = 0.5 centimeters per week.
The slope represents the constant rate of change of the plant's height per week.
3
Determine the y-intercept of the linear model using one of the coordinates.
Using the point (2,5)(2, 5) and the equation y=mx+by = mx + b, we get 5=0.5(2)+b5 = 0.5(2) + b, which simplifies to b=4b = 4.
Finding the y-intercept allows us to write the complete equation for the linear function representing the plant's growth.
4
Substitute the target week into the linear function to predict the height of the plant.
For week 16, y=0.5(16)+4=8+4=12y = 0.5(16) + 4 = 8 + 4 = 12 centimeters.
Evaluating the function at x=16x = 16 yields the predicted height of the plant at that specific time.

Key Concept

Finding and evaluating linear functions using two given coordinate points.
Estimated Time:1m 30s
Question 139Question

For a linear function ff, the equation f(x+3)f(x1)=16f(x + 3) - f(x - 1) = 16 is true for all real numbers xx. If the graph of y=f(x)y = f(x) in the xyxy-plane passes through the point (2,5)(2, 5), what is the xx-intercept of the graph of ff?

Show answer & explanation

Answer: 34\frac{3}{4}

Answer

The xx-intercept of the graph of ff is 34\frac{3}{4}.
By writing the linear function as f(x)=mx+bf(x) = mx + b, we can evaluate f(x+3)f(x1)f(x+3) - f(x-1) as (mx+3m+b)(mxm+b)=4m(mx + 3m + b) - (mx - m + b) = 4m. Setting this equal to the given value of 1616 yields a slope of m=4m = 4. Using the point (2,5)(2, 5) in f(2)=4(2)+b=5f(2) = 4(2) + b = 5 gives the yy-intercept b=3b = -3, so the function is f(x)=4x3f(x) = 4x - 3. The xx-intercept is found by setting f(x)=0f(x) = 0, which yields x=34x = \frac{3}{4}.

Step-by-Step Solution

1
Represent the linear function in slope-intercept form f(x)=mx+bf(x) = mx + b and substitute the expressions x+3x+3 and x1x-1 into the function.
f(x+3)=m(x+3)+bf(x+3) = m(x+3) + b and f(x1)=m(x1)+bf(x-1) = m(x-1) + b.
This allows us to evaluate the given functional equation using the general parameters of a linear function.
2
Calculate the difference f(x+3)f(x1)f(x+3) - f(x-1) and set it equal to 1616 to find the slope mm.
(mx+3m+b)(mxm+b)=4m=16(mx + 3m + b) - (mx - m + b) = 4m = 16, which simplifies to m=4m = 4.
The difference between two values of a linear function is directly proportional to the difference in their inputs, where the constant of proportionality is the slope.
3
Substitute the point (2,5)(2, 5) and the slope m=4m = 4 into f(x)=4x+bf(x) = 4x + b to find the yy-intercept bb.
5=4(2)+b    5=8+b    b=35 = 4(2) + b \implies 5 = 8 + b \implies b = -3.
A linear function is completely defined once both its slope and a point on its graph are known.
4
Find the xx-intercept of the graph by setting f(x)=0f(x) = 0 and solving for xx.
4x3=0    x=344x - 3 = 0 \implies x = \frac{3}{4}.
The xx-intercept of a function's graph is the input value at which the function's output equals zero.

Key Concept

Determining the slope, equation, and intercepts of a linear function from functional relationships and coordinate points.
Estimated Time:2m 0s
Question 140Question
{y2x+4y<12x+2\begin{cases} y \geq -2x + 4 \\ y < \frac{1}{2}x + 2 \end{cases}

Which of the following ordered pairs (x,y)(x, y) is a solution to the system of inequalities above?

Show answer & explanation

Answer: (1,2)(1, 2)

Answer

The ordered pair (1,2)(1, 2) is a solution to the system of inequalities.
Substituting the coordinates of the point stating (1,2)(1, 2) into the system of inequalities produces two true statements: 22(1)+42 \geq -2(1) + 4 simplifies to 222 \geq 2, which is true; and 2<12(1)+22 < \frac{1}{2}(1) + 2 simplifies to 2<2.52 < 2.5, which is also true. Therefore, the ordered pair (1,2)(1, 2) is a solution to the system.

Step-by-Step Solution

1
Substitute the coordinates of each option into the first inequality, y2x+4y \geq -2x + 4.
For (1,2)(1, 2), 222 \geq 2 (True). For (0,1)(0, -1), 14-1 \geq 4 (False). For (2,3)(2, 3), 303 \geq 0 (True). For (0,3)(0, 3), 343 \geq 4 (False).
To determine which ordered pairs satisfy the first inequality.
2
Substitute the coordinates of the remaining candidate pairs, (1,2)(1, 2) and (2,3)(2, 3), into the second inequality, y<12x+2y < \frac{1}{2}x + 2.
For (1,2)(1, 2), 2<2.52 < 2.5 (True). For (2,3)(2, 3), 3<33 < 3 (False).
To determine which of the remaining candidates also satisfies the second inequality.
3
Identify the ordered pair that satisfies both inequalities in the system.
Only (1,2)(1, 2) satisfies both inequalities.
An ordered pair is a solution to a system of inequalities if and only if it satisfies all inequalities in the system.

Key Concept

Verifying solutions to a system of linear inequalities by substitution.
PreviousPage 7 / 22Next
Algebra Practice Questions — SAT — Page 7 | Examkin