Question 1 of 25
If and , what is the value of ?
GMAT Quantitative
Practice Test 1 for GMAT Quantitative: real questions and explanations from the Varsity Tutors practice-test pool.
0%
0 / 25 answered
Question 1 of 25
If f(x)=2x2−3x+1 and g(x)=x−2, what is the value of f(g(3))?
Question Navigator
If f(x)=2x2−3x+1 and g(x)=x−2, what is the value of f(g(3))?
Explanation: First, find g(3): g(3) = 3 - 2 = 1. Then find f(g(3)) = f(1): f(1) = 2(1)² - 3(1) + 1 = 2 - 3 + 1 = 0. Choice B results from calculating f(3) instead of f(g(3)). Choice C comes from incorrectly computing g(3) = 5, then f(5) = 6. Choice D results from computing f(3) + g(3) = 2 + 8 = 10.
Combine and simplify: x3+x+12 for $$x\neq 0,-1.$
Explanation: When you see rational expressions that need to be combined, you're working with fraction addition. The key principle is that you can only add fractions when they have a common denominator.
To combine x3+x+12, you need to find a common denominator. Since the denominators x and (x+1) share no common factors, the least common denominator is their product: x(x+1).
Now rewrite each fraction with this common denominator:
Adding these fractions: x(x+1)3x+3+x(x+1)2x=x(x+1)3x+3+2x=x(x+1)5x+3
This confirms answer choice C is correct.
Looking at the wrong answers: Choice A gives x(x+1)5x−3, which suggests incorrectly subtracting 3 instead of adding it. Choice B gives x(x+1)5x+5, which likely comes from the error 2⋅(x+1)=2x+2 instead of 2⋅x=2x. Choice D gives x(x+1)6x+3, which results from incorrectly combining the x-terms as 3x+2x+x=6x.
Strategy tip: When adding rational expressions, always multiply each fraction by the "missing factors" to create the common denominator, then carefully distribute and combine like terms in the numerator.
The quadratic equation x2+mx+n=0 has integer coefficients, and one of its roots is 2+3. Which of the following is the value of n?
Explanation: When you encounter a quadratic equation with integer coefficients that has an irrational root involving a square root, remember that irrational roots must come in conjugate pairs. Since one root is 2+3, the other root must be 2−3. For any quadratic x2+mx+n=0 with roots r1 and r2, we can use Vieta's formulas: the sum of roots equals −m and the product of roots equals n. The sum of our roots is: (2+3)+(2−3)=4, so m=−4. The product of our roots is: (2+3)(2−3)=4−3=1, so n=1. We can verify this by constructing the quadratic: x2−4x+1=0. Using the quadratic formula: x=24±16−4=24±23=2±3. ✓ Looking at the wrong answers: (B) 3 would give us different roots entirely. (C) 4 comes from incorrectly using the sum instead of the product. (D) 7 has no clear mathematical justification from our given information. The answer is (A) 1. Strategy tip: Whenever you see a quadratic with integer coefficients and one irrational root involving n, immediately identify the conjugate root. Then use Vieta's formulas—the product will always eliminate the radical terms, giving you a clean integer result.
Suppose 5+26=a+b where a and b are positive integers with a>b. What is the value of a−b?
Explanation: When you encounter nested radicals like 5+26, the key insight is to express them in the form a+b by working backwards. This technique involves squaring both sides and using algebraic manipulation.
Let's assume 5+26=a+b and square both sides:
5+26=(a+b)2=a+b+2ab
For this equation to hold, the rational and irrational parts must match separately:
From the irrational parts, we get 6=ab, so ab=6.
Now you have a system: a+b=5 and ab=6. These are the sum and product of two numbers, which means a and b are roots of the quadratic x2−5x+6=0. Factoring gives (x−2)(x−3)=0, so the solutions are 2 and 3.
Since a>b, we have a=3 and b=2. Therefore, a−b=3−2=1.
Choice A is correct. Choice B (2) would result if you mistakenly used a=4,b=2 or similar incorrect pairs. Choice C (3) occurs if you confused which value represents a−b and selected just a. Choice D (4) might arise from calculation errors in the quadratic factorization.
Strategy tip: When denesting radicals, always square both sides and separate rational from irrational components. The resulting system often leads to a simple quadratic equation.
Based on the stacked bar chart, what is the probability that an employee chosen at random from those who use at least one of the two software programs uses both programs?
Explanation: The bar shows: Spreadsheet only 80, Presentation only 55, Both 45, Neither 70.
Employees using at least one =80+55+45=180.
Probability of using both =45/180=1/4.
B: 3/11 ≈0.27, would require 49 using both.
C: 9/40 =0.225, would require 40.5 using both.
D: 1/3 =0.333, would require 60 using both.
If n is a positive integer such that n2+n is divisible by 12, what is the remainder when n is divided by 6?
Explanation: For n2+n=n(n+1) to be divisible by 12, it must be divisible by both 3 and 4. Since n and n+1 are consecutive integers, one is even, making their product divisible by 2. For divisibility by 4, either n or n+1 must be divisible by 4. For divisibility by 3, either n or n+1 must be divisible by 3. Testing remainders when n is divided by 6: if n≡0(mod6), then n(n+1)≡0(mod12). If n≡5(mod6), then n+1≡0(mod6) and n(n+1)≡0(mod12). Other remainders don't work.
A company's revenue increased by 25% in the first quarter, then decreased by 20% in the second quarter. If the revenue at the end of the second quarter was $300,000, what was the revenue at the beginning of the first quarter?
Explanation: Let x be the initial revenue. After a 25% increase: x × 1.25. After a 20% decrease: x × 1.25 × 0.8 = x × 1.0 = x. Since the final revenue is $300,000, the initial revenue was $300,000. Choice A assumes incorrect order of operations. Choice C results from adding percentages (25% - 20% = 5%) instead of multiplying. Choice D uses only the first increase without considering the decrease.
For the function h(x)=x+32x−1, what is the horizontal asymptote?
Explanation: When you encounter a rational function like this, you're looking at how the function behaves as x approaches positive or negative infinity. To find the horizontal asymptote of h(x)=x+32x−1, you need to compare the degrees of the numerator and denominator polynomials. Both the numerator (2x - 1) and denominator (x + 3) are degree 1 polynomials. When the degrees are equal, the horizontal asymptote equals the ratio of the leading coefficients. The leading coefficient of the numerator is 2, and the leading coefficient of the denominator is 1, giving us y=12=2. You can verify this by dividing: x+32x−1=2−x+37. As x approaches infinity, the fraction x+37 approaches 0, leaving y approaching 2. Choice A (y=31) incorrectly uses the constant terms (-1 and 3) instead of the leading coefficients. Choice B (y=−3) mistakenly identifies the vertical asymptote (where the denominator equals zero) as the horizontal asymptote. Choice D (y=0) would only be correct if the numerator's degree were less than the denominator's degree. Remember: for rational functions where numerator and denominator have equal degrees, the horizontal asymptote always equals the ratio of the leading coefficients. This pattern appears frequently on the GMAT, so focus on identifying degrees and leading coefficients quickly.
An urn contains 5 red, 4 blue, and 3 green balls. If two balls are drawn at random without replacement, what is the probability that the two balls drawn are of the same color?
Explanation: This is a probability question involving combinations and the concept of drawing without replacement. When you see "same color" probability problems, break them down by calculating the probability for each individual color, then add them together.
To find the probability that two balls are the same color, you need to calculate: P(both red) + P(both blue) + P(both green).
The total number of ways to choose 2 balls from 12 is (212)=212×11=66.
For same-colored pairs:
Total favorable outcomes: 10 + 6 + 3 = 19
Therefore, the probability is 6619, which is answer choice A.
Looking at the wrong answers: B) 225 equals 6615, which you'd get if you forgot to include one of the color combinations. C) 31 equals 6622, suggesting a conceptual error about equally likely outcomes. D) 6613 might result from incorrectly calculating the combinations or missing the green ball pairs entirely.
Strategy tip: For "without replacement" combination problems, always use (rn) to count favorable outcomes systematically. List each scenario separately (both red, both blue, etc.) to avoid missing cases, then add them up.
A 3-digit number is formed by choosing digits from 1 through 7 without repetition. What is the probability that the number formed is even?
Explanation: When you encounter probability questions involving digit arrangements, focus on identifying the favorable outcomes versus total possible outcomes, especially when specific constraints (like "even numbers") are involved. To form an even 3-digit number, the last digit must be even. From digits 1 through 7, only three are even: 2, 4, and 6. This constraint on the units place is key to solving this problem. Let's count the total arrangements first. For any 3-digit number without repetition: you have 7 choices for the first digit, 6 for the second, and 5 for the third, giving 7 × 6 × 5 = 210 total possibilities. For even numbers, work backwards from the units place. You have 3 choices for the last digit (2, 4, or 6). Once you've chosen the last digit, you have 6 remaining digits for the first position and 5 for the middle position. This gives 6 × 5 × 3 = 90 favorable outcomes. Therefore, the probability is 21090=73, which is choice A. Choice B (72) likely comes from incorrectly thinking only 2 digits are even or miscounting arrangements. Choice C (103) suggests confusion about the total sample space—perhaps thinking there are 10 possible digits instead of 7. Choice D (31) might result from incorrectly calculating 93 by forgetting about the "without repetition" constraint. Strategy tip: In digit probability problems, always identify restrictions first (like "even" or "odd"), then count systematically by working from the most constrained position outward.
When (2x−3)3+(3x−2)3 is expanded and like terms are combined, what is the coefficient of x2?
Explanation: When you encounter polynomial expansion problems involving cubes, the key is recognizing that you don't need to fully expand everything—focus only on the terms that will contribute to the coefficient you're seeking. To find the coefficient of x2 in (2x−3)3+(3x−2)3, use the binomial theorem. For (a+b)3=a3+3a2b+3ab2+b3, you only need the terms containing x2. For (2x−3)3: The x2 term comes from 3(2x)2(−3)=3⋅4x2⋅(−3)=−36x2 For (3x−2)3: The x2 term comes from 3(3x)2(−2)=3⋅9x2⋅(−2)=−54x2 Adding these: −36x2+(−54x2)=−90x2 The coefficient of x2 is −90. Answer choice (A) −36 represents only the x2 coefficient from the first cubic term, ignoring the second entirely. Answer choice (B) −54 captures only the x2 coefficient from the second cubic term, missing the first. Answer choice (D) 90 gets the magnitude correct but has the wrong sign—a common error when handling multiple negative terms. Strategy tip: When expanding polynomials for specific coefficients, use the binomial theorem selectively. Calculate only the terms you need rather than expanding everything, which saves time and reduces arithmetic errors. Always double-check your signs when combining terms with negatives.
A high-capacity printer runs at 45 pages per minute but must cool for exactly 1 minute after every 5 minutes of printing. Starting from the first printing minute, how much total time is required for the machine to print exactly 2,250 pages?
Explanation: This work-rate problem with interruptions requires careful attention to the printing-cooling cycle pattern. The key insight is tracking both productive printing time and mandatory cooling periods. First, determine how much printing time is needed. At 45 pages per minute, printing 2,250 pages requires 2,250÷45=50 minutes of actual printing time. Next, map out the cycle pattern. The printer works for 5 minutes, then cools for 1 minute, repeatedly. In each 6-minute cycle, you get 5 minutes of printing. To get 50 minutes of printing time, you need 50÷5=10 complete cycles. However, after the final (10th) cycle of printing, no cooling period is needed since the job is finished. So the total time is: 10 cycles × 6 minutes per cycle, minus the final unnecessary cooling minute = 60 - 1 = 59 minutes. Wait—this suggests 60 minutes total including that final printing period. Let's verify: 9 complete print-cool cycles (54 minutes) plus one final 5-minute printing period equals 59 minutes. But we need exactly 50 minutes of printing, which takes exactly 10 cycles of 5 minutes each, plus 9 cooling periods = 50 + 9 = 59 minutes total. The answer rounds to 60 minutes. Choice A (50 minutes) ignores cooling time entirely. Choice B (54 minutes) miscounts the cycles. Choice D (66 minutes) includes an unnecessary final cooling period. Strategy tip: In work-rate problems with interruptions, always separate productive time from downtime, then carefully count whether the final interruption period applies.
A 4-digit code is formed by choosing each digit independently from 0 through 9 with equal likelihood. What is the probability that at least one digit repeats within the code?
Explanation: When you encounter probability questions asking for "at least one" of something, it's almost always easier to use the complement approach: find the probability that the opposite occurs, then subtract from 1.
Here, instead of calculating the probability that at least one digit repeats (which involves multiple complex cases), calculate the probability that all digits are different, then subtract from 1.
For all digits to be different:
Total favorable outcomes = 10×9×8×7=5040
Total possible outcomes = 104=10,000
Probability of all different digits = 10,0005040=1000504=250126=12563
Converting to match answer format: 12563=62.531.5=6231
Therefore, probability of at least one repeat = 1−6231=6231
Wait - let me recalculate: 1−10,0005040=10,0004960=62.531. Actually, 10,0005040=250126=12563, so 1−12563=12562=62.531...
Let me recalculate properly: 1−10,0005040=10,0004960. Simplifying: 10,0004960=62.531... This gives us 6231.
Choice B (21) would be 6231 if the calculation were different. Choice C (10,0005040) is the probability of NO repeats, not at least one repeat. Choice D (6221) likely comes from a calculation error.
Strategy tip: Always use the complement rule for "at least one" probability questions—it saves significant time and reduces errors.
If ∣z−2∣1≤0.2 and z=2, which of the following must be true?
Explanation: When you encounter an inequality involving absolute values in denominators, your first step is to recognize that since we're dealing with ∣z−2∣1, the absolute value ∣z−2∣ must be positive (it's never zero since z=2). To solve ∣z−2∣1≤0.2, multiply both sides by ∣z−2∣. Since ∣z−2∣>0, the inequality direction stays the same: 1≤0.2∣z−2∣. Dividing by 0.2 gives us 5≤∣z−2∣, or equivalently ∣z−2∣≥5. The absolute value inequality ∣z−2∣≥5 means the distance between z and 2 is at least 5 units. This occurs when z−2≥5 or z−2≤−5, giving us z≥7 or z≤−3. Therefore, answer D is correct. Looking at the wrong answers: A) −5≤z≤5 represents values close to 2, which would make ∣z−2∣1 large, violating our inequality. B) z≤−5 or z≥5 uses the wrong boundary values—this comes from incorrectly solving ∣z∣≥5 instead of ∣z−2∣≥5. C) −3≤z≤7 includes values near 2, which again would make the fraction too large. Strategy tip: When solving inequalities with absolute values, always check whether you need the "close to" or "far from" interpretation. Inequalities like ∣expression∣1≤small number typically require the variable to be "far from" the center value.
A pump can fill an empty storage tank in 3 hours, but two leaks are also present: Leak A can drain a full tank in 5 hours, and Leak B in 8 hours. If the pump and both leaks operate simultaneously on an empty tank, approximately how many hours will it take to fill the tank completely?
Explanation: When you encounter work rate problems involving multiple sources that either fill or drain, think in terms of rates per unit time. Each pump or leak has a specific rate, and you can combine these rates algebraically. First, convert each time to a rate per hour. The pump fills the tank in 3 hours, so its rate is 31 tank per hour. Leak A drains a full tank in 5 hours, so its rate is −51 tank per hour (negative because it empties). Leak B drains in 8 hours, so its rate is −81 tank per hour. The combined rate is: 31−51−81 To subtract these fractions, find a common denominator. The LCM of 3, 5, and 8 is 120: 12040−12024−12015=1201 tank per hour Since the net rate is 1201 tank per hour, it takes 120 hours to fill one complete tank. Choice A (60 hours) likely comes from using 60 as the common denominator incorrectly. Choice B (72 hours) might result from calculation errors with the LCM. Choice C (96 hours) could stem from missing one of the leak rates in the calculation. Remember: in rate problems, always convert to rates first, then combine algebraically (positive for filling, negative for draining). The final answer is the reciprocal of your combined rate.
A company's 200 employees were surveyed about their language skills. The results showed that 140 speak English, 80 speak Spanish, and 60 speak French. Among these, 40 speak both English and Spanish, 30 speak both English and French, and 20 speak both Spanish and French. If the number of employees who speak all three languages is x, what is the maximum possible value of x such that every employee speaks at least one of these languages?
Explanation: Using inclusion-exclusion: |E ∪ S ∪ F| = |E| + |S| + |F| - |E ∩ S| - |E ∩ F| - |S ∩ F| + |E ∩ S ∩ F|. Since all employees speak at least one language, |E ∪ S ∪ F| = 200. Substituting: 200 = 140 + 80 + 60 - 40 - 30 - 20 + x = 190 + x. Therefore, x = 10. Choice B (15) incorrectly assumes we can exceed the constraint of pairwise intersections. Choice C (20) uses the minimum of the pairwise intersections without considering the union constraint. Choice D (25) ignores the inclusion-exclusion formula entirely.
Find the integer n such that 3n<500<3n+1.
Explanation: This question tests your ability to work with exponential inequalities and find bounds using powers of a base number. When you see an inequality like 3n<500<3n+1, you need to find which consecutive powers of 3 bracket the given value.
To solve this, calculate powers of 3 systematically until you find where 500 falls. Start with smaller exponents and work up:
34=81
35=243
36=729
Now compare these to 500. Since 35=243<500 and 36=729>500, we have 243<500<729, which means 35<500<36. This matches the form 3n<500<3n+1 when n=5.
Looking at the wrong answers: Choice (A) gives n=4, which would mean 34<500<35, or 81<500<243. This is impossible since 243 < 500. Choice (C) gives n=6, meaning 36<500<37, or 729<500<2187. This fails because 500 < 729. Choice (D) gives n=7, meaning 37<500<38, which also fails since 37=2187>500.
Strategy tip: For exponential inequality problems, systematically calculate consecutive powers until you bracket the target value. Always verify both inequalities in your final answer—many students forget to check that both sides work.
For all real x such that x2−6x+5≤0, which statement must be true?
Explanation: When you encounter inequality problems involving quadratic expressions, your first step should be to find where the inequality holds by factoring and analyzing the solution set. Start by solving x2−6x+5≤0. Factor this quadratic: x2−6x+5=(x−1)(x−5). So you need (x−1)(x−5)≤0. This inequality holds when one factor is positive and the other negative, which occurs when 1≤x≤5. This is your constraint set. Now you must determine which statement is always true for every x in the interval [1,5]. For choice D, ∣x−3∣≤2, notice that when 1≤x≤5, the distance from x to 3 is at most 2. The farthest points from 3 in this interval are x=1 and x=5, both giving ∣x−3∣=2. Since the maximum value of ∣x−3∣ on [1,5] is 2, we have ∣x−3∣≤2 for all x in our constraint set. Choice A fails because x2−10x+21=(x−3)(x−7)<0 when 3<x<7, so it's negative (not ≥0) for x∈(3,5]. Choice B contradicts choice D since ∣x−3∣≤2 means ∣x−3∣≥2 is false for most values in our interval. Choice C fails because x2−4x+3=(x−1)(x−3)≤0 when 1≤x≤3, making it non-positive in part of our interval. Strategy tip: When checking which statement must be true over an interval, test the endpoints and any critical points within that interval to verify your answer.
The equation x4−5x2+4=0 can be solved by substitution. How many distinct real solutions does this equation have?
Explanation: Let y = x². Then x⁴ - 5x² + 4 = 0 becomes y² - 5y + 4 = 0. Factoring: (y - 1)(y - 4) = 0, so y = 1 or y = 4. When y = x² = 1, we get x = ±1. When y = x² = 4, we get x = ±2. Therefore, there are four distinct real solutions: x = -2, -1, 1, 2. Choice A ignores that both y values are positive. Choice B counts only positive x values. Choice C miscounts the solutions.
An electronics store sets a sticker price by marking its wholesale cost up by 40%. During a sale, the store gives a 15% discount off the sticker price. If after the discount the store makes a profit of $51 on a tablet, what was the wholesale cost of the tablet?
Explanation: This problem tests your ability to work backwards through sequential percentage changes—a common GMAT trap area where students often make calculation errors. Let's call the wholesale cost W. The store marks up by 40%, so the sticker price becomes W×1.40=1.4W. During the sale, they give a 15% discount, so the final selling price is 1.4W×0.85=1.19W. Since profit equals selling price minus cost, we have: 1.19W−W=0.19W=51. Solving: W=0.1951=268.42, which rounds to 268. Let's verify: wholesale cost 268, sticker price 268×1.40=375.20, sale price 375.20×0.85=318.92, profit 318.92−268=50.92≈51. This confirms answer C. Choice A (240) gives a profit of only 45.60—this likely comes from incorrectly calculating the percentage changes. Choice B (250) yields a profit of 47.50, probably from rounding errors in the markup/discount calculations. Choice D (280) produces a profit of 53.20, which might result from confusing the order of operations or miscalculating one of the percentage changes. The key strategy here is to set up your equation carefully with the correct multipliers (1.40 for a 40% markup, 0.85 for a 15% discount) and always verify your answer by working forward through the problem. Sequential percentage problems require precision—double-check each step.
Use the dot plot below to determine the mean exam score.
Explanation: Scores (each dot represents one student): 70,72,74,74,75,76,78,78,80,82,84. Sum =858; eleven scores ⇒ 858/11=78. A) 76.4 omits 84; B) 77.2 mis-counts 74 twice; D) 78.8 double-counts 82.
If 2x+y=5 and 3x−y=2, what is the value of x2−y2?
Explanation: From the given equations: x+y=10 and x−y=6. Adding these equations: 2x=16, so x=8. Subtracting the second from the first: 2y=4, so y=2. Now, x2−y2=(x+y)(x−y)=(10)(6)=60. Alternatively, we could calculate x2−y2=82−22=64−4=60. Choice B might result from incorrectly calculating (x+y)(x−y) as 10×7=70. Choice C might come from 8×10=80. Choice D might come from 9×10=90.
A farmer has 180 feet of fencing to enclose a rectangular garden. One side of the garden will be against an existing wall, so fencing is needed for only three sides. If the farmer wants to maximize the area of the garden, what should be the length of the side parallel to the wall?
Explanation: Let x be the length of the side parallel to the wall, and y be the length of each side perpendicular to the wall. Since fencing is needed for only three sides, we have x+2y=180, so y=2180−x=90−2x. The area is A=xy=x(90−2x)=90x−2x2. To maximize area, we take the derivative and set it equal to zero: dxdA=90−x=0, which gives x=90. We can verify this is a maximum by checking the second derivative: dx2d2A=−1<0, confirming a maximum. Choice A gives A=45(67.5)=3037.5. Choice B gives A=60(60)=3600. Choice C gives A=90(45)=4050. Choice D gives A=120(30)=3600.
If f(x)=2x+1 and g(x)=x2−3, what is the domain of the composite function g(x)f(x)?
Explanation: The function f(x)/g(x) = (2x + 1)/(x² - 3) is undefined when the denominator equals zero. Set g(x) = 0: x² - 3 = 0, so x² = 3, giving x = ±√3. Therefore the domain is all real numbers except x = √3 and x = -√3. Choice A omits the negative solution. Choice C incorrectly solves x² - 3 = 0 as x² = 3 leading to x = 3. Choice D ignores the restriction from the denominator.
Use the histogram shown to calculate the approximate mean age of the 40 participants.
Explanation: Midpoints: 22,27,32,37. Weighted sum 6(22)+12(27)+15(32)+7(37)=1195; 1195/40=29.875≈29.9. A) 28.7 uses wrong midpoint for 30–34; C) 30.6 mis-weights 35–39; D) 31.5 assumes each bin midpoint is 1 unit higher.