GED Math Quiz: Expressions
20 questions · exam conditions
0:00
ExpressionsQuestion 1 of 20

A company's profit can be modeled by the expression 500n15n22000500n - 15n^2 - 2000, where nn is the number of units sold in hundreds. If the company sells 800 units, what is their profit in dollars?

1040-1040
10401040
20402040
2960-2960
← Back to quizzes

GED Math Quiz

GED Math Quiz: Expressions

Practice Expressions in GED Math with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Expressions, giving you a quick way to practice the rules, question types, and explanations that matter most for GED Math.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

A company's profit can be modeled by the expression 500n15n22000500n - 15n^2 - 2000, where nn is the number of units sold in hundreds. If the company sells 800 units, what is their profit in dollars?

  1. 1040-1040
  2. 10401040
  3. 20402040 (correct answer)
  4. 2960-2960

Explanation: The correct answer is C. Since n represents hundreds of units, 800 units = 8 hundreds, so n = 8. Substituting: 500(8) - 15(8)² - 2000 = 4000 - 15(64) - 2000 = 4000 - 960 - 2000 = 2040. Choice A results from using n = 800 instead of n = 8. Choice B makes a sign error with the constant term. Choice D combines both the wrong value of n and sign errors.

Question 2

The first term of an arithmetic sequence is (3y5)(3y-5) and the common difference is (12y)(1-2y). The formula for the nn-th term of an arithmetic sequence is an=a1+(n1)da_n = a_1 + (n-1)d. Which expression represents the 11th term of this sequence?

  1. 419y4 - 19y
  2. 517y5 - 17y (correct answer)
  3. 33y5533y - 55
  4. 623y6 - 23y

Explanation: We use the formula an=a1+(n1)da_n = a_1 + (n-1)d with n=11n=11, a1=3y5a_1 = 3y-5, and d=12yd = 1-2y. Substitute these into the formula: a11=(3y5)+(111)(12y)a_{11} = (3y-5) + (11-1)(1-2y). Simplify the expression: a11=(3y5)+10(12y)a_{11} = (3y-5) + 10(1-2y). Distribute the 10: a11=3y5+1020ya_{11} = 3y - 5 + 10 - 20y. Combine like terms: (3y20y)+(5+10)=17y+5(3y - 20y) + (-5 + 10) = -17y + 5. This is equivalent to 517y5 - 17y.

Question 3

The expression 2x23x+12x^2 - 3x + 1 is evaluated when x=2x = -2. What is the value?

  1. 33
  2. 1111
  3. 1-1
  4. 1515 (correct answer)

Explanation: The correct answer is D. Substituting x = -2: 2(-2)² - 3(-2) + 1 = 2(4) + 6 + 1 = 8 + 6 + 1 = 15. Choice A results from incorrectly calculating (-2)² = -4. Choice B comes from the error 2(-2)² - 3(-2) + 1 = -8 + 6 + 1. Choice C results from multiple sign errors throughout the calculation.

Question 4

A store offers a discount where customers pay 85% of the original price, then an additional $5 off the discounted amount. If the original price is $pp $ dollars, which expression represents the final amount a customer pays?

  1. 0.85p50.85p - 5 (correct answer)
  2. 0.80p0.80p
  3. p0.15p5p - 0.15p - 5
  4. 0.85(p5)0.85(p - 5)

Explanation: The correct answer is A. First, the customer pays 85% of the original price: 0.85p. Then $5 is subtracted from this discounted amount: 0.85p - 5. Choice B incorrectly treats the $5 as a percentage discount. Choice C is mathematically equivalent to A but unnecessarily complicated. Choice D incorrectly applies the percentage discount to (p - 5) instead of applying the discounts sequentially.

Question 5

If a=3b7a = 3b - 7 and b=2c+1b = 2c + 1, which expression represents aa in terms of cc?

  1. 6c46c - 4 (correct answer)
  2. 6c66c - 6
  3. 6c+106c + 10
  4. 5c65c - 6

Explanation: The correct answer is A. Substitute the expression for b into the expression for a: a = 3b - 7 = 3(2c + 1) - 7 = 6c + 3 - 7 = 6c - 4. Choice B makes an error in combining constants: 3 - 7 = -6 instead of -4. Choice C incorrectly distributes: 3(2c + 1) = 6c + 3, then adds 7 instead of subtracting. Choice D uses an incorrect coefficient for c.

Question 6

The surface area of a rectangular box with length ll, width ww, and height hh is given by 2(lw+lh+wh)2(lw + lh + wh). If the width is 3 units less than the length, and the height is twice the width, which expression represents the surface area in terms of length ll only?

  1. 6l230l+366l^2 - 30l + 36
  2. 6l218l+186l^2 - 18l + 18 (correct answer)
  3. 6l224l+186l^2 - 24l + 18
  4. 6l218l+366l^2 - 18l + 36

Explanation: The correct answer is B. Given: w = l - 3 and h = 2w = 2(l - 3) = 2l - 6. Substituting into the surface area formula: 2[l(l-3) + l(2l-6) + (l-3)(2l-6)] = 2[l² - 3l + 2l² - 6l + (2l² - 6l - 6l + 18)] = 2[l² - 3l + 2l² - 6l + 2l² - 12l + 18] = 2[5l² - 21l + 18] = 10l² - 42l + 36. Wait, let me recalculate: 2[l² - 3l + 2l² - 6l + 2l² - 12l + 18] = 2[3l² - 9l + 9] = 6l² - 18l + 18.

Question 7

The cost of producing nn items is given by C(n)=50n+1200C(n) = 50n + 1200. The revenue from selling nn items is R(n)=80nR(n) = 80n. Which expression represents the profit when nn items are produced and sold?

  1. 30n120030n - 1200 (correct answer)
  2. 30n+120030n + 1200
  3. 130n1200130n - 1200
  4. 130n+1200130n + 1200

Explanation: The correct answer is A. Profit = Revenue - Cost = R(n) - C(n) = 80n - (50n + 1200) = 80n - 50n - 1200 = 30n - 1200. Choice B incorrectly adds the constant term instead of subtracting it. Choice C incorrectly adds the coefficients of n instead of subtracting. Choice D makes both errors: adding coefficients and adding the constant.

Question 8

A parking garage charges a flat rate of $3 for the first hour, then $1.50 for each additional hour or fraction thereof. If $hh representsthetotalnumberofhoursparked(whererepresents the total number of hours parked (where h>1h > 1 $), which expression represents the total cost in dollars?

  1. 3+1.50h3 + 1.50h
  2. 3+1.50(h1)3 + 1.50(h - 1) (correct answer)
  3. 4.50h4.50h
  4. 3h+1.503h + 1.50

Explanation: The correct answer is B. The cost is $3 for the first hour plus $1.50 for each additional hour. Since there are (h-1) additional hours beyond the first hour, the expression is 3 + 1.50(h-1). Choice A incorrectly charges $1.50 for all h hours including the first. Choice C treats it as a simple rate problem. Choice D incorrectly multiplies the flat rate by h and adds the hourly rate once.

Question 9

Let the function f(a,b)f(a, b) be defined as a23aba^2 - 3ab and the function g(c)g(c) be defined as 1c21 - c^2. What is the value of f(g(3),2)f(g(-3), -2)?

  1. 160
  2. 112
  3. -112
  4. 16 (correct answer)

Explanation: This is a nested function evaluation, so we must evaluate the inner function first. First, find the value of g(3)g(-3). Substitute -3 for c: g(3)=1(3)2=19=8g(-3) = 1 - (-3)^2 = 1 - 9 = -8. Now, use this result as the first input for the function ff. We need to find f(8,2)f(-8, -2). Substitute -8 for a and -2 for b: f(8,2)=(8)23(8)(2)f(-8, -2) = (-8)^2 - 3(-8)(-2). Following the order of operations, calculate the exponent first: (8)2=64(-8)^2 = 64. Then perform the multiplication: 3(8)(2)=3(16)=483(-8)(-2) = 3(16) = 48. Finally, perform the subtraction: 6448=1664 - 48 = 16.

Question 10

A rectangular garden has a length that is 5 feet greater than twice its width, ww. A paved walkway of uniform width xx is built around the outside of the garden. Which of the following expressions represents the area of the walkway only?

  1. 4x2+6wx+10x4x^2 + 6wx + 10x (correct answer)
  2. x2+3wx+5xx^2 + 3wx + 5x
  3. 8x2+6wx+10x8x^2 + 6wx + 10x
  4. 2w2+4x2+6wx+5w+10x2w^2 + 4x^2 + 6wx + 5w + 10x

Explanation: The area of the walkway is the area of the large rectangle (garden plus walkway) minus the area of the small rectangle (garden only). First, define the dimensions. Garden width = ww. Garden length = 2w+52w + 5. The walkway adds width xx to both sides of the garden. So, the total width is w+2xw + 2x and the total length is (2w+5)+2x(2w + 5) + 2x. The total area is (w+2x)(2w+5+2x)=2w2+5w+2wx+4wx+10x+4x2=2w2+6wx+5w+10x+4x2(w + 2x)(2w + 5 + 2x) = 2w^2 + 5w + 2wx + 4wx + 10x + 4x^2 = 2w^2 + 6wx + 5w + 10x + 4x^2. The garden area is w(2w+5)=2w2+5ww(2w + 5) = 2w^2 + 5w. Subtract the garden area from the total area: (2w2+6wx+5w+10x+4x2)(2w2+5w)=4x2+6wx+10x(2w^2 + 6wx + 5w + 10x + 4x^2) - (2w^2 + 5w) = 4x^2 + 6wx + 10x.

Question 11

Translate the following verbal phrase into an algebraic expression: "The quotient of the square of a number nn and 5, decreased by the product of 3 and the absolute difference between the number and 8."

  1. n253n8\frac{n^2}{5} - 3|n - 8| (correct answer)
  2. n23n85\frac{n^2 - 3|n-8|}{5}
  3. 5n23(n8)5n^2 - 3(n - 8)
  4. n25(3n8)\frac{n^2}{5} - (3n - 8)

Explanation: The phrase is broken down into two main parts joined by "decreased by" (subtraction). The first part is "The quotient of the square of a number nn and 5", which translates to n25\frac{n^2}{5}. The second part is "the product of 3 and the absolute difference between the number and 8". The "absolute difference between n and 8" is n8|n - 8|. The "product of 3 and" that quantity is 3n83|n - 8|. Combining the two parts, "decreased by" means we subtract the second part from the first: n253n8\frac{n^2}{5} - 3|n - 8|.

Question 12

A solution is formed by mixing two substances. Substance A has a saline concentration of c1c_1 and Substance B has a saline concentration of c2c_2. If VAV_A liters of Substance A are mixed with VBV_B liters of Substance B, which expression represents the saline concentration of the final mixture?

  1. c1VA+c2VB2\frac{c_1V_A + c_2V_B}{2}
  2. c1+c2VA+VB\frac{c_1 + c_2}{V_A + V_B}
  3. c1VA+c2VBVA+VB\frac{c_1V_A + c_2V_B}{V_A + V_B} (correct answer)
  4. c1VB+c2VAVA+VB\frac{c_1V_B + c_2V_A}{V_A + V_B}

Explanation: The concentration of the final mixture is the total amount of saline divided by the total volume of the mixture. The amount of saline from Substance A is its concentration times its volume: c1VAc_1V_A. The amount of saline from Substance B is c2VBc_2V_B. The total amount of saline is the sum of these two amounts: c1VA+c2VBc_1V_A + c_2V_B. The total volume of the mixture is the sum of the individual volumes: VA+VBV_A + V_B. Therefore, the final concentration is the total saline divided by the total volume, which is c1VA+c2VBVA+VB\frac{c_1V_A + c_2V_B}{V_A + V_B}.

Question 13

A company's profit P(x)P(x) from selling xx units of a product is given by P(x)=R(x)C(x)P(x) = R(x) - C(x), where R(x)R(x) is revenue and C(x)C(x) is cost. The revenue is modeled by R(x)=x(2000.5x)R(x) = x(200 - 0.5x). The cost is modeled by a fixed cost of $5000 plus a variable cost of $20 per unit. Which expression represents the company's profit, P(x)P(x)?

  1. 0.5x2+220x5000-0.5x^2 + 220x - 5000
  2. 0.5x2+180x+5000-0.5x^2 + 180x + 5000
  3. 0.5x2+180x5000-0.5x^2 + 180x - 5000 (correct answer)
  4. 0.5x2+180x50000.5x^2 + 180x - 5000

Explanation: First, write the expressions for revenue R(x)R(x) and cost C(x)C(x). The revenue expression is given: R(x)=x(2000.5x)=200x0.5x2R(x) = x(200 - 0.5x) = 200x - 0.5x^2. The cost expression is a sum of the fixed and variable costs: C(x)=5000+20xC(x) = 5000 + 20x. The profit is P(x)=R(x)C(x)P(x) = R(x) - C(x). Substitute the expressions for R(x)R(x) and C(x)C(x): P(x)=(200x0.5x2)(5000+20x)P(x) = (200x - 0.5x^2) - (5000 + 20x). It is crucial to use parentheses around the cost function to ensure the negative sign distributes correctly. P(x)=200x0.5x2500020xP(x) = 200x - 0.5x^2 - 5000 - 20x. Now, combine like terms: P(x)=0.5x2+(200x20x)5000=0.5x2+180x5000P(x) = -0.5x^2 + (200x - 20x) - 5000 = -0.5x^2 + 180x - 5000.

Question 14

An investor deposits a principal amount, PP, into two different accounts. Three-fifths of the principal is deposited into Account A, which earns simple interest at an annual rate of rAr_A. The remainder of the principal is deposited into Account B, which earns simple interest at an annual rate of rBr_B. Which expression represents the total interest earned from both accounts after tt years?

  1. P(1+35rAt)+P(1+25rBt)P(1 + \frac{3}{5}r_A t) + P(1 + \frac{2}{5}r_B t)
  2. Pt(35rA25rB)P \cdot t \cdot (\frac{3}{5}r_A \cdot \frac{2}{5}r_B)
  3. Pt(35rA+25rB)P \cdot t \cdot (\frac{3}{5}r_A + \frac{2}{5}r_B) (correct answer)
  4. Pt(rA+rB)P \cdot t \cdot (r_A + r_B)

Explanation: The formula for simple interest is I=PrtI = Prt. First, consider Account A. The principal in this account is 35P\frac{3}{5}P. The interest earned is IA=(35P)rAtI_A = (\frac{3}{5}P) \cdot r_A \cdot t. The remainder of the principal is P35P=25PP - \frac{3}{5}P = \frac{2}{5}P, which is deposited into Account B. The interest earned from Account B is IB=(25P)rBtI_B = (\frac{2}{5}P) \cdot r_B \cdot t. The total interest is the sum IA+IB=(35P)rAt+(25P)rBtI_A + I_B = (\frac{3}{5}P)r_A t + (\frac{2}{5}P)r_B t. We can factor out the common terms PP and tt from this expression: Pt(35rA+25rB)P \cdot t \cdot (\frac{3}{5}r_A + \frac{2}{5}r_B).

Question 15

An item's price PP is first discounted by dd percent. Then, a coupon for CC dollars is applied. Finally, a sales tax of tt percent is calculated on the new price. Which expression represents the final cost of the item?

  1. (1+t100)(P(1d100)C)(1 + \frac{t}{100})(P(1 - \frac{d}{100}) - C) (correct answer)
  2. P(1d100)(1+t100)CP(1 - \frac{d}{100})(1 + \frac{t}{100}) - C
  3. (PC)(1d100)(1+t100)(P - C)(1 - \frac{d}{100})(1 + \frac{t}{100})
  4. P(1d100+t100)CP(1 - \frac{d}{100} + \frac{t}{100}) - C

Explanation: Let's build the expression step-by-step following the order of operations. First, discount the price PP by dd percent. The discounted price is PP(d100)=P(1d100)P - P(\frac{d}{100}) = P(1 - \frac{d}{100}). Second, apply the coupon for CC dollars. This is a flat subtraction from the current price: P(1d100)CP(1 - \frac{d}{100}) - C. Third, calculate the sales tax of tt percent on this new price. The total amount including tax is the new price plus the tax amount, which is 1+t1001 + \frac{t}{100} times the new price. Therefore, the final cost is (P(1d100)C)×(1+t100)(P(1 - \frac{d}{100}) - C) \times (1 + \frac{t}{100}), which matches choice A.

Question 16

A specialized consulting firm calculates the total cost for a project, C(h), based on the number of hours, h. The cost includes a fixed initiation fee of $1,500, a tiered hourly labor charge, and a materials surcharge. The labor charge is $200 per hour for the first 40 hours, and 1.5 times that rate for each hour thereafter. The materials surcharge is 5% of the total labor charge. If a project takes h hours and h > 40, which expression represents the total cost?

  1. 315h2700315h - 2700 (correct answer)
  2. 300h2500300h - 2500
  3. 310h2500310h - 2500
  4. 300h2100300h - 2100

Explanation: First, calculate the total labor cost. The cost for the first 40 hours is 40 \times \200 = $8000.Therateforhoursbeyond40is. The rate for hours beyond 40 is 1.5 \times $200 = $300perhour.Thenumberofhourschargedatthisrateisper hour. The number of hours charged at this rate is(h - 40).Thecostfortheseadditionalhoursis. The cost for these additional hours is 300(h - 40).Thetotallaborcost. The total labor cost Lisis8000 + 300(h - 40) = 8000 + 300h - 12000 = 300h - 4000.Thematerialssurchargeis5. The materials surcharge is 5% of this total labor cost, which is 0.05(300h - 4000).Thetotalprojectcostisthesumoftheinitiationfee,thetotallaborcost,andthesurcharge:. The total project cost is the sum of the initiation fee, the total labor cost, and the surcharge: C(h) = 1500 + (300h - 4000) + 0.05(300h - 4000).Thiscanbesimplifiedas. This can be simplified as C(h) = 1500 + 1.05(300h - 4000) = 1500 + 315h - 4200 = 315h - 2700$.

Question 17

The temperature conversion from Fahrenheit FF to Celsius CC is C=59(F32)C = \frac{5}{9}(F - 32). The conversion from Celsius CC to Kelvin KK is K=C+273.15K = C + 273.15. A substance is kept at a temperature of TT degrees Fahrenheit. A chemical reaction causes its temperature to drop to a new temperature that is half the original value, also in degrees Fahrenheit. Which expression represents the final temperature in Kelvin?

  1. 5T18+255.4\frac{5T}{18} + 255.4
  2. 59(T232)+273.15\frac{5}{9}(\frac{T}{2} - 32) + 273.15 (correct answer)
  3. 12(59(T32)+273.15)\frac{1}{2}(\frac{5}{9}(T - 32) + 273.15)
  4. 59(T322)+273.15\frac{5}{9}(\frac{T-32}{2}) + 273.15

Explanation: Let the original temperature be TT in degrees Fahrenheit. The final temperature in Fahrenheit is T2\frac{T}{2}. We need to convert this final Fahrenheit temperature to Kelvin. First, convert the final Fahrenheit temperature to Celsius. Let Ffinal=T2F_{final} = \frac{T}{2}. Using the formula, Cfinal=59(Ffinal32)=59(T232)C_{final} = \frac{5}{9}(F_{final} - 32) = \frac{5}{9}(\frac{T}{2} - 32). Next, convert this Celsius temperature to Kelvin: Kfinal=Cfinal+273.15=59(T232)+273.15K_{final} = C_{final} + 273.15 = \frac{5}{9}(\frac{T}{2} - 32) + 273.15. Choice A represents the simplified form with decimal approximation. Choice C represents halving the Kelvin temperature, not the Fahrenheit. Choice D represents halving the Celsius equivalent, not the Fahrenheit reading itself.

Question 18

A silo is constructed from a cylinder with a hemisphere on top. The radius of the cylinder's base is rr, and the height of the cylindrical portion is three times the radius. The volume of a cylinder is πr2h\pi r^2 h and the volume of a sphere is 43πr3\frac{4}{3}\pi r^3. Which expression represents the total volume of the silo in terms of its radius rr?

  1. 113πr3\frac{11}{3}\pi r^3 (correct answer)
  2. 133πr3\frac{13}{3}\pi r^3
  3. 3πr3+43πr33\pi r^3 + \frac{4}{3}\pi r^3
  4. 4πr34\pi r^3

Explanation: The total volume is the sum of the volume of the cylinder and the volume of the hemisphere. The cylinder's height hh is given as 3r3r. The volume of the cylinder is Vcyl=πr2h=πr2(3r)=3πr3V_{cyl} = \pi r^2 h = \pi r^2 (3r) = 3\pi r^3. A hemisphere is half of a sphere. The volume of the hemisphere is Vhemi=12Vsphere=1243πr3=23πr3V_{hemi} = \frac{1}{2} V_{sphere} = \frac{1}{2} \cdot \frac{4}{3}\pi r^3 = \frac{2}{3}\pi r^3. The total volume is Vtotal=Vcyl+Vhemi=3πr3+23πr3V_{total} = V_{cyl} + V_{hemi} = 3\pi r^3 + \frac{2}{3}\pi r^3. To add these, find a common denominator: 3πr3=93πr33\pi r^3 = \frac{9}{3}\pi r^3. So, Vtotal=93πr3+23πr3=113πr3V_{total} = \frac{9}{3}\pi r^3 + \frac{2}{3}\pi r^3 = \frac{11}{3}\pi r^3.

Question 19

A chemical solution's temperature, initially at T0T_0 degrees Celsius, decreases by kk degrees per minute for mm minutes. It is then rapidly heated, causing its temperature to increase by a total amount equal to one-fifth of its temperature after the cooling phase. Which expression represents the final temperature in degrees Celsius?

  1. T0km+0.2T0T_0 - km + 0.2T_0
  2. 1.2(T0km)1.2(T_0 - km) (correct answer)
  3. 1.2T0km1.2T_0 - km
  4. T00.8kmT_0 - 0.8km

Explanation: Let's model the temperature changes step-by-step. The initial temperature is T0T_0. It decreases by kk degrees per minute for mm minutes, so the total decrease is kmkm. The temperature after the cooling phase is Tcooled=T0kmT_{cooled} = T_0 - km. Next, the temperature increases by an amount equal to one-fifth (or 0.2) of this cooled temperature. The increase is 0.2×Tcooled=0.2(T0km)0.2 \times T_{cooled} = 0.2(T_0 - km). The final temperature is the cooled temperature plus the increase: Tfinal=Tcooled+0.2×Tcooled=1×Tcooled+0.2×Tcooled=1.2×TcooledT_{final} = T_{cooled} + 0.2 \times T_{cooled} = 1 \times T_{cooled} + 0.2 \times T_{cooled} = 1.2 \times T_{cooled}. Substituting the expression for TcooledT_{cooled}, we get Tfinal=1.2(T0km)T_{final} = 1.2(T_0 - km).

Question 20

Juan earns pp dollars per hour at his job and works 6 hours on Saturday and 4 hours on Sunday. Which expression represents the total amount, in dollars, Juan earns over the weekend?

  1. 6p+4p6p+4p (correct answer)
  2. 6+p+46+p+4
  3. 6p4p6p-4p
  4. p(64)p(6-4)

Explanation: This question tests your ability to translate a word problem into an algebraic expression involving multiplication and addition. When Juan works for a certain number of hours at pp dollars per hour, his earnings equal the hours worked times his hourly rate. On Saturday, he works 6 hours, so he earns 6p6p dollars. On Sunday, he works 4 hours, so he earns 4p4p dollars. To find his total weekend earnings, you add these amounts together: 6p+4p6p + 4p. Choice A (6p+4p6p + 4p) correctly represents Juan's total weekend earnings by multiplying his hourly rate by the hours worked each day, then adding those daily totals. Choice B (6+p+46 + p + 4) incorrectly adds the hours and hourly rate instead of multiplying them. This would give you 10+p10 + p, which doesn't represent earnings at all—you can't just add hours to dollars per hour. Choice C (6p4p6p - 4p) uses subtraction instead of addition, which would calculate the difference between Saturday's and Sunday's earnings (2p2p) rather than the total weekend earnings. Choice D (p(64)p(6 - 4)) also uses subtraction within parentheses, giving you p×2=2pp \times 2 = 2p, which again represents the difference in daily earnings, not the total. Remember this pattern: when calculating total pay, multiply rate times hours for each period, then add all the periods together. Watch out for expressions that subtract when you should add, or that add quantities with different units (like hours plus hourly rate).