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.
A company's profit can be modeled by the expression 500n−15n2−2000, where n is the number of units sold in hundreds. If the company sells 800 units, what is their profit in dollars?
GED Math Quiz
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.
This quiz focuses on Expressions, giving you a quick way to practice the rules, question types, and explanations that matter most for GED Math.
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.
A company's profit can be modeled by the expression 500n−15n2−2000, where n is the number of units sold in hundreds. If the company sells 800 units, what is their profit in dollars?
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.
The first term of an arithmetic sequence is (3y−5) and the common difference is (1−2y). The formula for the n-th term of an arithmetic sequence is an=a1+(n−1)d. Which expression represents the 11th term of this sequence?
Explanation: We use the formula an=a1+(n−1)d with n=11, a1=3y−5, and d=1−2y. Substitute these into the formula: a11=(3y−5)+(11−1)(1−2y). Simplify the expression: a11=(3y−5)+10(1−2y). Distribute the 10: a11=3y−5+10−20y. Combine like terms: (3y−20y)+(−5+10)=−17y+5. This is equivalent to 5−17y.
The expression 2x2−3x+1 is evaluated when x=−2. What is the value?
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.
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 $p $ dollars, which expression represents the final amount a customer pays?
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.
If a=3b−7 and b=2c+1, which expression represents a in terms of c?
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.
The surface area of a rectangular box with length l, width w, and height h is given by 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 l only?
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.
The cost of producing n items is given by C(n)=50n+1200. The revenue from selling n items is R(n)=80n. Which expression represents the profit when n items are produced and sold?
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.
A parking garage charges a flat rate of $3 for the first hour, then $1.50 for each additional hour or fraction thereof. If $h representsthetotalnumberofhoursparked(where h>1 $), which expression represents the total cost in dollars?
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.
Let the function f(a,b) be defined as a2−3ab and the function g(c) be defined as 1−c2. What is the value of f(g(−3),−2)?
Explanation: This is a nested function evaluation, so we must evaluate the inner function first. First, find the value of g(−3). Substitute -3 for c: g(−3)=1−(−3)2=1−9=−8. Now, use this result as the first input for the function f. We need to find f(−8,−2). Substitute -8 for a and -2 for b: f(−8,−2)=(−8)2−3(−8)(−2). Following the order of operations, calculate the exponent first: (−8)2=64. Then perform the multiplication: 3(−8)(−2)=3(16)=48. Finally, perform the subtraction: 64−48=16.
A rectangular garden has a length that is 5 feet greater than twice its width, w. A paved walkway of uniform width x is built around the outside of the garden. Which of the following expressions represents the area of the walkway only?
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 = w. Garden length = 2w+5. The walkway adds width x to both sides of the garden. So, the total width is w+2x and the total length is (2w+5)+2x. The total area is (w+2x)(2w+5+2x)=2w2+5w+2wx+4wx+10x+4x2=2w2+6wx+5w+10x+4x2. The garden area is w(2w+5)=2w2+5w. Subtract the garden area from the total area: (2w2+6wx+5w+10x+4x2)−(2w2+5w)=4x2+6wx+10x.
Translate the following verbal phrase into an algebraic expression: "The quotient of the square of a number n and 5, decreased by the product of 3 and the absolute difference between the number and 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 n and 5", which translates to 5n2. 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 ∣n−8∣. The "product of 3 and" that quantity is 3∣n−8∣. Combining the two parts, "decreased by" means we subtract the second part from the first: 5n2−3∣n−8∣.
A solution is formed by mixing two substances. Substance A has a saline concentration of c1 and Substance B has a saline concentration of c2. If VA liters of Substance A are mixed with VB liters of Substance B, which expression represents the saline concentration of the final mixture?
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: c1VA. The amount of saline from Substance B is c2VB. The total amount of saline is the sum of these two amounts: c1VA+c2VB. The total volume of the mixture is the sum of the individual volumes: VA+VB. Therefore, the final concentration is the total saline divided by the total volume, which is VA+VBc1VA+c2VB.
A company's profit P(x) from selling x units of a product is given by P(x)=R(x)−C(x), where R(x) is revenue and C(x) is cost. The revenue is modeled by 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)?
Explanation: First, write the expressions for revenue R(x) and cost C(x). The revenue expression is given: R(x)=x(200−0.5x)=200x−0.5x2. The cost expression is a sum of the fixed and variable costs: C(x)=5000+20x. The profit is P(x)=R(x)−C(x). Substitute the expressions for R(x) and C(x): P(x)=(200x−0.5x2)−(5000+20x). It is crucial to use parentheses around the cost function to ensure the negative sign distributes correctly. P(x)=200x−0.5x2−5000−20x. Now, combine like terms: P(x)=−0.5x2+(200x−20x)−5000=−0.5x2+180x−5000.
An investor deposits a principal amount, P, into two different accounts. Three-fifths of the principal is deposited into Account A, which earns simple interest at an annual rate of rA. The remainder of the principal is deposited into Account B, which earns simple interest at an annual rate of rB. Which expression represents the total interest earned from both accounts after t years?
Explanation: The formula for simple interest is I=Prt. First, consider Account A. The principal in this account is 53P. The interest earned is IA=(53P)⋅rA⋅t. The remainder of the principal is P−53P=52P, which is deposited into Account B. The interest earned from Account B is IB=(52P)⋅rB⋅t. The total interest is the sum IA+IB=(53P)rAt+(52P)rBt. We can factor out the common terms P and t from this expression: P⋅t⋅(53rA+52rB).
An item's price P is first discounted by d percent. Then, a coupon for C dollars is applied. Finally, a sales tax of t percent is calculated on the new price. Which expression represents the final cost of the item?
Explanation: Let's build the expression step-by-step following the order of operations. First, discount the price P by d percent. The discounted price is P−P(100d)=P(1−100d). Second, apply the coupon for C dollars. This is a flat subtraction from the current price: P(1−100d)−C. Third, calculate the sales tax of t percent on this new price. The total amount including tax is the new price plus the tax amount, which is 1+100t times the new price. Therefore, the final cost is (P(1−100d)−C)×(1+100t), which matches choice A.
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?
Explanation: First, calculate the total labor cost. The cost for the first 40 hours is 40 \times \200 = $8000.Therateforhoursbeyond40is1.5 \times $200 = $300perhour.Thenumberofhourschargedatthisrateis(h - 40).Thecostfortheseadditionalhoursis300(h - 40).ThetotallaborcostLis8000 + 300(h - 40) = 8000 + 300h - 12000 = 300h - 4000.Thematerialssurchargeis50.05(300h - 4000).Thetotalprojectcostisthesumoftheinitiationfee,thetotallaborcost,andthesurcharge:C(h) = 1500 + (300h - 4000) + 0.05(300h - 4000).ThiscanbesimplifiedasC(h) = 1500 + 1.05(300h - 4000) = 1500 + 315h - 4200 = 315h - 2700$.
The temperature conversion from Fahrenheit F to Celsius C is C=95(F−32). The conversion from Celsius C to Kelvin K is K=C+273.15. A substance is kept at a temperature of T 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?
Explanation: Let the original temperature be T in degrees Fahrenheit. The final temperature in Fahrenheit is 2T. We need to convert this final Fahrenheit temperature to Kelvin. First, convert the final Fahrenheit temperature to Celsius. Let Ffinal=2T. Using the formula, Cfinal=95(Ffinal−32)=95(2T−32). Next, convert this Celsius temperature to Kelvin: Kfinal=Cfinal+273.15=95(2T−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.
A silo is constructed from a cylinder with a hemisphere on top. The radius of the cylinder's base is r, and the height of the cylindrical portion is three times the radius. The volume of a cylinder is πr2h and the volume of a sphere is 34πr3. Which expression represents the total volume of the silo in terms of its radius r?
Explanation: The total volume is the sum of the volume of the cylinder and the volume of the hemisphere. The cylinder's height h is given as 3r. The volume of the cylinder is Vcyl=πr2h=πr2(3r)=3πr3. A hemisphere is half of a sphere. The volume of the hemisphere is Vhemi=21Vsphere=21⋅34πr3=32πr3. The total volume is Vtotal=Vcyl+Vhemi=3πr3+32πr3. To add these, find a common denominator: 3πr3=39πr3. So, Vtotal=39πr3+32πr3=311πr3.
A chemical solution's temperature, initially at T0 degrees Celsius, decreases by k degrees per minute for m 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?
Explanation: Let's model the temperature changes step-by-step. The initial temperature is T0. It decreases by k degrees per minute for m minutes, so the total decrease is km. The temperature after the cooling phase is Tcooled=T0−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(T0−km). The final temperature is the cooled temperature plus the increase: Tfinal=Tcooled+0.2×Tcooled=1×Tcooled+0.2×Tcooled=1.2×Tcooled. Substituting the expression for Tcooled, we get Tfinal=1.2(T0−km).
Juan earns p 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?
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 p dollars per hour, his earnings equal the hours worked times his hourly rate. On Saturday, he works 6 hours, so he earns 6p dollars. On Sunday, he works 4 hours, so he earns 4p dollars. To find his total weekend earnings, you add these amounts together: 6p+4p. Choice A (6p+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+4) incorrectly adds the hours and hourly rate instead of multiplying them. This would give you 10+p, which doesn't represent earnings at all—you can't just add hours to dollars per hour. Choice C (6p−4p) uses subtraction instead of addition, which would calculate the difference between Saturday's and Sunday's earnings (2p) rather than the total weekend earnings. Choice D (p(6−4)) also uses subtraction within parentheses, giving you p×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).