GMAT Quantitative

GMAT Quantitative Practice Test: Practice Test 1

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)=2x23x+1f(x) = 2x^2 - 3x + 1 and g(x)=x2g(x) = x - 2, what is the value of f(g(3))f(g(3))?

Question Navigator

All questions

Question 1

If f(x)=2x23x+1f(x) = 2x^2 - 3x + 1 and g(x)=x2g(x) = x - 2, what is the value of f(g(3))f(g(3))?

  1. 00 (correct answer)
  2. 22
  3. 66
  4. 1010

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.

Question 2

Combine and simplify: 3x+2x+1\dfrac{3}{x}+\dfrac{2}{x+1} for $$x\neq 0,-1.$

  1. 5x3x(x+1)\dfrac{5x-3}{x(x+1)}
  2. 5x+5x(x+1)\dfrac{5x+5}{x(x+1)}
  3. 5x+3x(x+1)\dfrac{5x+3}{x(x+1)} (correct answer)
  4. 6x+3x(x+1)\dfrac{6x+3}{x(x+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 3x+2x+1\frac{3}{x}+\frac{2}{x+1}, you need to find a common denominator. Since the denominators xx and (x+1)(x+1) share no common factors, the least common denominator is their product: x(x+1)x(x+1). Now rewrite each fraction with this common denominator:

  • 3x=3(x+1)x(x+1)=3x+3x(x+1)\frac{3}{x} = \frac{3(x+1)}{x(x+1)} = \frac{3x+3}{x(x+1)}
  • 2x+1=2xx(x+1)\frac{2}{x+1} = \frac{2x}{x(x+1)}
Adding these fractions: 3x+3x(x+1)+2xx(x+1)=3x+3+2xx(x+1)=5x+3x(x+1)\frac{3x+3}{x(x+1)} + \frac{2x}{x(x+1)} = \frac{3x+3+2x}{x(x+1)} = \frac{5x+3}{x(x+1)} This confirms answer choice C is correct. Looking at the wrong answers: Choice A gives 5x3x(x+1)\frac{5x-3}{x(x+1)}, which suggests incorrectly subtracting 3 instead of adding it. Choice B gives 5x+5x(x+1)\frac{5x+5}{x(x+1)}, which likely comes from the error 2(x+1)=2x+22 \cdot (x+1) = 2x+2 instead of 2x=2x2 \cdot x = 2x. Choice D gives 6x+3x(x+1)\frac{6x+3}{x(x+1)}, which results from incorrectly combining the xx-terms as 3x+2x+x=6x3x+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.

Question 3

The quadratic equation x2+mx+n=0x^{2}+mx+n=0 has integer coefficients, and one of its roots is 2+32+\sqrt{3}. Which of the following is the value of nn?

  1. 1 (correct answer)
  2. 3
  3. 4
  4. 7

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+32+\sqrt{3}, the other root must be 232-\sqrt{3}. For any quadratic x2+mx+n=0x^2 + mx + n = 0 with roots r1r_1 and r2r_2, we can use Vieta's formulas: the sum of roots equals m-m and the product of roots equals nn. The sum of our roots is: (2+3)+(23)=4(2+\sqrt{3}) + (2-\sqrt{3}) = 4, so m=4m = -4. The product of our roots is: (2+3)(23)=43=1(2+\sqrt{3})(2-\sqrt{3}) = 4 - 3 = 1, so n=1n = 1. We can verify this by constructing the quadratic: x24x+1=0x^2 - 4x + 1 = 0. Using the quadratic formula: x=4±1642=4±232=2±3x = \frac{4 \pm \sqrt{16-4}}{2} = \frac{4 \pm 2\sqrt{3}}{2} = 2 \pm \sqrt{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\sqrt{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.

Question 4

Suppose 5+26=a+b\sqrt{5+2\sqrt{6}}=\sqrt{a}+\sqrt{b} where aa and bb are positive integers with a>ba>b. What is the value of aba-b?

  1. 1 (correct answer)
  2. 2
  3. 3
  4. 4

Explanation: When you encounter nested radicals like 5+26\sqrt{5+2\sqrt{6}}, the key insight is to express them in the form a+b\sqrt{a}+\sqrt{b} by working backwards. This technique involves squaring both sides and using algebraic manipulation. Let's assume 5+26=a+b\sqrt{5+2\sqrt{6}} = \sqrt{a}+\sqrt{b} and square both sides: 5+26=(a+b)2=a+b+2ab5+2\sqrt{6} = (\sqrt{a}+\sqrt{b})^2 = a + b + 2\sqrt{ab} For this equation to hold, the rational and irrational parts must match separately:

  • Rational parts: 5=a+b5 = a + b
  • Irrational parts: 26=2ab2\sqrt{6} = 2\sqrt{ab}
From the irrational parts, we get 6=ab\sqrt{6} = \sqrt{ab}, so ab=6ab = 6. Now you have a system: a+b=5a + b = 5 and ab=6ab = 6. These are the sum and product of two numbers, which means aa and bb are roots of the quadratic x25x+6=0x^2 - 5x + 6 = 0. Factoring gives (x2)(x3)=0(x-2)(x-3) = 0, so the solutions are 2 and 3. Since a>ba > b, we have a=3a = 3 and b=2b = 2. Therefore, ab=32=1a - b = 3 - 2 = 1. Choice A is correct. Choice B (2) would result if you mistakenly used a=4,b=2a = 4, b = 2 or similar incorrect pairs. Choice C (3) occurs if you confused which value represents aba-b and selected just aa. 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.

Question 5

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?

  1. 14\tfrac14 (correct answer)
  2. 311\tfrac{3}{11}
  3. 940\tfrac{9}{40}
  4. 13\tfrac{1}{3}

Explanation: The bar shows: Spreadsheet only 80, Presentation only 55, Both 45, Neither 70.
Employees using at least one =80+55+45=180=80+55+45=180.
Probability of using both =45/180=1/4=45/180=1/4.
B: 3/113/11 ≈0.27, would require 49 using both.
C: 9/409/40 =0.225, would require 40.5 using both.
D: 1/31/3 =0.333, would require 60 using both.

Question 6

If nn is a positive integer such that n2+nn^2 + n is divisible by 12, what is the remainder when nn is divided by 6?

  1. 0 or 5 (correct answer)
  2. 1 or 4
  3. 2 or 3
  4. 0 or 3

Explanation: For n2+n=n(n+1)n^2 + n = n(n+1) to be divisible by 12, it must be divisible by both 3 and 4. Since nn and n+1n+1 are consecutive integers, one is even, making their product divisible by 2. For divisibility by 4, either nn or n+1n+1 must be divisible by 4. For divisibility by 3, either nn or n+1n+1 must be divisible by 3. Testing remainders when nn is divided by 6: if n0(mod6)n ≡ 0 \pmod{6}, then n(n+1)0(mod12)n(n+1) ≡ 0 \pmod{12}. If n5(mod6)n ≡ 5 \pmod{6}, then n+10(mod6)n+1 ≡ 0 \pmod{6} and n(n+1)0(mod12)n(n+1) ≡ 0 \pmod{12}. Other remainders don't work.

Question 7

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?

  1. $250,000
  2. $300,000 (correct answer)
  3. $312,500
  4. $360,000

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.

Question 8

For the function h(x)=2x1x+3h(x) = \frac{2x - 1}{x + 3}, what is the horizontal asymptote?

  1. y=13y = \frac{1}{3}
  2. y=3y = -3
  3. y=2y = 2 (correct answer)
  4. y=0y = 0

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)=2x1x+3h(x) = \frac{2x - 1}{x + 3}, 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=21=2y = \frac{2}{1} = 2. You can verify this by dividing: 2x1x+3=27x+3\frac{2x - 1}{x + 3} = 2 - \frac{7}{x + 3}. As x approaches infinity, the fraction 7x+3\frac{7}{x + 3} approaches 0, leaving y approaching 2. Choice A (y=13y = \frac{1}{3}) incorrectly uses the constant terms (-1 and 3) instead of the leading coefficients. Choice B (y=3y = -3) mistakenly identifies the vertical asymptote (where the denominator equals zero) as the horizontal asymptote. Choice D (y=0y = 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.

Question 9

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?

  1. 1966\dfrac{19}{66} (correct answer)
  2. 522\dfrac{5}{22}
  3. 13\dfrac{1}{3}
  4. 1366\dfrac{13}{66}

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 (122)=12×112=66\binom{12}{2} = \frac{12 \times 11}{2} = 66. For same-colored pairs:

  • Both red: (52)=5×42=10\binom{5}{2} = \frac{5 \times 4}{2} = 10 ways
  • Both blue: (42)=4×32=6\binom{4}{2} = \frac{4 \times 3}{2} = 6 ways
  • Both green: (32)=3×22=3\binom{3}{2} = \frac{3 \times 2}{2} = 3 ways
Total favorable outcomes: 10 + 6 + 3 = 19 Therefore, the probability is 1966\frac{19}{66}, which is answer choice A. Looking at the wrong answers: B) 522\frac{5}{22} equals 1566\frac{15}{66}, which you'd get if you forgot to include one of the color combinations. C) 13\frac{1}{3} equals 2266\frac{22}{66}, suggesting a conceptual error about equally likely outcomes. D) 1366\frac{13}{66} might result from incorrectly calculating the combinations or missing the green ball pairs entirely. Strategy tip: For "without replacement" combination problems, always use (nr)\binom{n}{r} to count favorable outcomes systematically. List each scenario separately (both red, both blue, etc.) to avoid missing cases, then add them up.

Question 10

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?

  1. 37\dfrac{3}{7} (correct answer)
  2. 27\dfrac{2}{7}
  3. 310\dfrac{3}{10}
  4. 13\dfrac{1}{3}

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 90210=37\frac{90}{210} = \frac{3}{7}, which is choice A. Choice B (27\frac{2}{7}) likely comes from incorrectly thinking only 2 digits are even or miscounting arrangements. Choice C (310\frac{3}{10}) suggests confusion about the total sample space—perhaps thinking there are 10 possible digits instead of 7. Choice D (13\frac{1}{3}) might result from incorrectly calculating 39\frac{3}{9} 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.

Question 11

When (2x3)3+(3x2)3(2x-3)^{3}+(3x-2)^{3} is expanded and like terms are combined, what is the coefficient of x2?x^{2}?

  1. -36
  2. -54
  3. -90 (correct answer)
  4. 90

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 x2x^2 in (2x3)3+(3x2)3(2x-3)^3+(3x-2)^3, use the binomial theorem. For (a+b)3=a3+3a2b+3ab2+b3(a+b)^3 = a^3 + 3a^2b + 3ab^2 + b^3, you only need the terms containing x2x^2. For (2x3)3(2x-3)^3: The x2x^2 term comes from 3(2x)2(3)=34x2(3)=36x23(2x)^2(-3) = 3 \cdot 4x^2 \cdot (-3) = -36x^2 For (3x2)3(3x-2)^3: The x2x^2 term comes from 3(3x)2(2)=39x2(2)=54x23(3x)^2(-2) = 3 \cdot 9x^2 \cdot (-2) = -54x^2 Adding these: 36x2+(54x2)=90x2-36x^2 + (-54x^2) = -90x^2 The coefficient of x2x^2 is 90-90. Answer choice (A) 36-36 represents only the x2x^2 coefficient from the first cubic term, ignoring the second entirely. Answer choice (B) 54-54 captures only the x2x^2 coefficient from the second cubic term, missing the first. Answer choice (D) 9090 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.

Question 12

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?

  1. 50 minutes
  2. 54 minutes
  3. 60 minutes (correct answer)
  4. 66 minutes

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=502,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=1050 ÷ 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.

Question 13

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?

  1. 3162\dfrac{31}{62} (correct answer)
  2. 12\dfrac{1}{2}
  3. 504010000\dfrac{5040}{10\,000}
  4. 2162\dfrac{21}{62}

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:

  • First digit: any of 10 choices (0-9)
  • Second digit: 9 remaining choices
  • Third digit: 8 remaining choices
  • Fourth digit: 7 remaining choices
Total favorable outcomes = 10×9×8×7=504010 \times 9 \times 8 \times 7 = 5040 Total possible outcomes = 104=10,00010^4 = 10,000 Probability of all different digits = 504010,000=5041000=126250=63125\frac{5040}{10,000} = \frac{504}{1000} = \frac{126}{250} = \frac{63}{125} Converting to match answer format: 63125=31.562.5=3162\frac{63}{125} = \frac{31.5}{62.5} = \frac{31}{62} Therefore, probability of at least one repeat = 13162=31621 - \frac{31}{62} = \frac{31}{62} Wait - let me recalculate: 1504010,000=496010,000=3162.51 - \frac{5040}{10,000} = \frac{4960}{10,000} = \frac{31}{62.5}. Actually, 504010,000=126250=63125\frac{5040}{10,000} = \frac{126}{250} = \frac{63}{125}, so 163125=62125=3162.51 - \frac{63}{125} = \frac{62}{125} = \frac{31}{62.5}... Let me recalculate properly: 1504010,000=496010,0001 - \frac{5040}{10,000} = \frac{4960}{10,000}. Simplifying: 496010,000=3162.5\frac{4960}{10,000} = \frac{31}{62.5}... This gives us 3162\frac{31}{62}. Choice B (12\frac{1}{2}) would be 3162\frac{31}{62} if the calculation were different. Choice C (504010,000\frac{5040}{10,000}) is the probability of NO repeats, not at least one repeat. Choice D (2162\frac{21}{62}) 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.

Question 14

If 1z20.2\dfrac1{|z-2|}\le0.2 and z2,z\neq2, which of the following must be true?

  1. 5z5-5\le z\le5
  2. z5 or z5z\le-5 \text{ or } z\ge5
  3. 3z7-3\le z\le7
  4. z3 or z7z\le-3 \text{ or } z\ge7 (correct answer)

Explanation: When you encounter an inequality involving absolute values in denominators, your first step is to recognize that since we're dealing with 1z2\frac{1}{|z-2|}, the absolute value z2|z-2| must be positive (it's never zero since z2z \neq 2). To solve 1z20.2\frac{1}{|z-2|} \leq 0.2, multiply both sides by z2|z-2|. Since z2>0|z-2| > 0, the inequality direction stays the same: 10.2z21 \leq 0.2|z-2|. Dividing by 0.2 gives us 5z25 \leq |z-2|, or equivalently z25|z-2| \geq 5. The absolute value inequality z25|z-2| \geq 5 means the distance between zz and 2 is at least 5 units. This occurs when z25z-2 \geq 5 or z25z-2 \leq -5, giving us z7z \geq 7 or z3z \leq -3. Therefore, answer D is correct. Looking at the wrong answers: A) 5z5-5 \leq z \leq 5 represents values close to 2, which would make 1z2\frac{1}{|z-2|} large, violating our inequality. B) z5z \leq -5 or z5z \geq 5 uses the wrong boundary values—this comes from incorrectly solving z5|z| \geq 5 instead of z25|z-2| \geq 5. C) 3z7-3 \leq z \leq 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 1expressionsmall number\frac{1}{|expression|} \leq \text{small number} typically require the variable to be "far from" the center value.

Question 15

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?

  1. 60 hours
  2. 72 hours
  3. 96 hours
  4. 120 hours (correct answer)

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 13\frac{1}{3} tank per hour. Leak A drains a full tank in 5 hours, so its rate is 15-\frac{1}{5} tank per hour (negative because it empties). Leak B drains in 8 hours, so its rate is 18-\frac{1}{8} tank per hour. The combined rate is: 131518\frac{1}{3} - \frac{1}{5} - \frac{1}{8} To subtract these fractions, find a common denominator. The LCM of 3, 5, and 8 is 120: 401202412015120=1120\frac{40}{120} - \frac{24}{120} - \frac{15}{120} = \frac{1}{120} tank per hour Since the net rate is 1120\frac{1}{120} 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.

Question 16

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 xx, what is the maximum possible value of xx such that every employee speaks at least one of these languages?

  1. 10 (correct answer)
  2. 15
  3. 20
  4. 25

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.

Question 17

Find the integer nn such that 3n<500<3n+13^{n}<500<3^{n+1}.

  1. 4
  2. 5 (correct answer)
  3. 6
  4. 7

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+13^{n}<500<3^{n+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=813^4 = 81 35=2433^5 = 243
36=7293^6 = 729
Now compare these to 500. Since 35=243<5003^5 = 243 < 500 and 36=729>5003^6 = 729 > 500, we have 243<500<729243 < 500 < 729, which means 35<500<363^5 < 500 < 3^6. This matches the form 3n<500<3n+13^n < 500 < 3^{n+1} when n=5n = 5. Looking at the wrong answers: Choice (A) gives n=4n = 4, which would mean 34<500<353^4 < 500 < 3^5, or 81<500<24381 < 500 < 243. This is impossible since 243 < 500. Choice (C) gives n=6n = 6, meaning 36<500<373^6 < 500 < 3^7, or 729<500<2187729 < 500 < 2187. This fails because 500 < 729. Choice (D) gives n=7n = 7, meaning 37<500<383^7 < 500 < 3^8, which also fails since 37=2187>5003^7 = 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.

Question 18

For all real xx such that x26x+50,x^{2}-6x+5\le0, which statement must be true?

  1. x210x+210x^{2}-10x+21\ge0
  2. x32|x-3|\ge2
  3. x24x+30x^{2}-4x+3\ge0
  4. x32|x-3|\le2 (correct answer)

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 x26x+50x^2 - 6x + 5 \leq 0. Factor this quadratic: x26x+5=(x1)(x5)x^2 - 6x + 5 = (x-1)(x-5). So you need (x1)(x5)0(x-1)(x-5) \leq 0. This inequality holds when one factor is positive and the other negative, which occurs when 1x51 \leq x \leq 5. This is your constraint set. Now you must determine which statement is always true for every xx in the interval [1,5][1,5]. For choice D, x32|x-3| \leq 2, notice that when 1x51 \leq x \leq 5, the distance from xx to 3 is at most 2. The farthest points from 3 in this interval are x=1x = 1 and x=5x = 5, both giving x3=2|x-3| = 2. Since the maximum value of x3|x-3| on [1,5][1,5] is 2, we have x32|x-3| \leq 2 for all xx in our constraint set. Choice A fails because x210x+21=(x3)(x7)<0x^2 - 10x + 21 = (x-3)(x-7) < 0 when 3<x<73 < x < 7, so it's negative (not 0\geq 0) for x(3,5]x \in (3,5]. Choice B contradicts choice D since x32|x-3| \leq 2 means x32|x-3| \geq 2 is false for most values in our interval. Choice C fails because x24x+3=(x1)(x3)0x^2 - 4x + 3 = (x-1)(x-3) \leq 0 when 1x31 \leq x \leq 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.

Question 19

The equation x45x2+4=0x^4 - 5x^2 + 4 = 0 can be solved by substitution. How many distinct real solutions does this equation have?

  1. No real solutions
  2. Two distinct real solutions
  3. Three distinct real solutions
  4. Four distinct real solutions (correct answer)

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.

Question 20

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?

  1. $240
  2. $250
  3. $268 (correct answer)
  4. $280

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 WW. The store marks up by 40%, so the sticker price becomes W×1.40=1.4WW \times 1.40 = 1.4W. During the sale, they give a 15% discount, so the final selling price is 1.4W×0.85=1.19W1.4W \times 0.85 = 1.19W. Since profit equals selling price minus cost, we have: 1.19WW=0.19W=511.19W - W = 0.19W = 51. Solving: W=510.19=268.42W = \frac{51}{0.19} = 268.42, which rounds to 268268. Let's verify: wholesale cost 268268, sticker price 268×1.40=375.20268 \times 1.40 = 375.20, sale price 375.20×0.85=318.92375.20 \times 0.85 = 318.92, profit 318.92268=50.9251318.92 - 268 = 50.92 \approx 51. This confirms answer C. Choice A (240240) gives a profit of only 45.6045.60—this likely comes from incorrectly calculating the percentage changes. Choice B (250250) yields a profit of 47.5047.50, probably from rounding errors in the markup/discount calculations. Choice D (280280) produces a profit of 53.2053.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.

Question 21

Use the dot plot below to determine the mean exam score.

  1. 76.4
  2. 77.2
  3. 78 (correct answer)
  4. 78.8

Explanation: Scores (each dot represents one student): 70,72,74,74,75,76,78,78,80,82,84. Sum =858=858; eleven scores ⇒ 858/11=78858/11=78. A) 76.4 omits 84; B) 77.2 mis-counts 74 twice; D) 78.8 double-counts 82.

Question 22

If x+y2=5\frac{x + y}{2} = 5 and xy3=2\frac{x - y}{3} = 2, what is the value of x2y2x^2 - y^2?

  1. 60 (correct answer)
  2. 70
  3. 80
  4. 90

Explanation: From the given equations: x+y=10x + y = 10 and xy=6x - y = 6. Adding these equations: 2x=162x = 16, so x=8x = 8. Subtracting the second from the first: 2y=42y = 4, so y=2y = 2. Now, x2y2=(x+y)(xy)=(10)(6)=60x^2 - y^2 = (x+y)(x-y) = (10)(6) = 60. Alternatively, we could calculate x2y2=8222=644=60x^2 - y^2 = 8^2 - 2^2 = 64 - 4 = 60. Choice B might result from incorrectly calculating (x+y)(xy)(x+y)(x-y) as 10×7=7010 \times 7 = 70. Choice C might come from 8×10=808 \times 10 = 80. Choice D might come from 9×10=909 \times 10 = 90.

Question 23

A farmer has 180180 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?

  1. 4545 feet
  2. 6060 feet
  3. 9090 feet (correct answer)
  4. 120120 feet

Explanation: Let xx be the length of the side parallel to the wall, and yy be the length of each side perpendicular to the wall. Since fencing is needed for only three sides, we have x+2y=180x + 2y = 180, so y=180x2=90x2y = \frac{180 - x}{2} = 90 - \frac{x}{2}. The area is A=xy=x(90x2)=90xx22A = xy = x(90 - \frac{x}{2}) = 90x - \frac{x^2}{2}. To maximize area, we take the derivative and set it equal to zero: dAdx=90x=0\frac{dA}{dx} = 90 - x = 0, which gives x=90x = 90. We can verify this is a maximum by checking the second derivative: d2Adx2=1<0\frac{d^2A}{dx^2} = -1 < 0, confirming a maximum. Choice A gives A=45(67.5)=3037.5A = 45(67.5) = 3037.5. Choice B gives A=60(60)=3600A = 60(60) = 3600. Choice C gives A=90(45)=4050A = 90(45) = 4050. Choice D gives A=120(30)=3600A = 120(30) = 3600.

Question 24

If f(x)=2x+1f(x) = 2x + 1 and g(x)=x23g(x) = x^2 - 3, what is the domain of the composite function f(x)g(x)\frac{f(x)}{g(x)}?

  1. All real numbers except x=3x = \sqrt{3}
  2. All real numbers except x=±3x = \pm\sqrt{3} (correct answer)
  3. All real numbers except x=3x = 3
  4. All real numbers

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.

Question 25

Use the histogram shown to calculate the approximate mean age of the 40 participants.

  1. 28.7
  2. 29.9 (correct answer)
  3. 30.6
  4. 31.5

Explanation: Midpoints: 22,27,32,37. Weighted sum 6(22)+12(27)+15(32)+7(37)=11956(22)+12(27)+15(32)+7(37)=1195; 1195/40=29.87529.91195/40=29.875\approx29.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.