BREAKING: Target Test Prep releases Brand New 2026 On Demand GMAT prep course

Redeem

Target Test Prep · GMAT

Choose how you want to prepare

Learn live with an expert or move at your own pace. Every option includes the complete TTP study system.

★★★★★5.0559 reviews
Vote for Target Test Prep, Newsweek Readers’ Choice Awards 2026
NEWSWEEK READERS’ CHOICE 2026

BIG NEWS! Target Test Prep has been nominated, and they’d love your vote!

TTP has worked incredibly hard to build the best test prep experience possible, and winning Newsweek’s 2026 Readers’ Choice Award for Best Test Prep would mean a lot to them. If TTP has helped you, they’d be incredibly grateful for your vote. You can vote once each day through September 9.

Vote for TTP
GMATLiveTeach 7 seats left
Chris Peckover
NEXT LIVE COHORT

Oct 13 to Jan 7, 2027

with Chris Peckover

Schedule
Tue, Thu · 8:00 to 10:00 PM ET
Included
40 live hours + 6 months of GMAT OnDemand
  • Live instruction and real-time questions
  • Class recordings and assigned practice
View class & enroll
Limited cohort · enrollment openTarget Test Prep
EALiveTeach 5 seats left
Logan Thompson
EXECUTIVE ASSESSMENT

Sep 6 to Dec 6, 2026

with Logan Thompson

Schedule
Sun · 9:30 AM to 12:30 PM ET
Included
40 hours of live online classes plus six months of access to the complete TTP EA OnDemand course.
  • 165+ EA Score Guarantee
  • 4,100+ Quant, Verbal, and Integrated Reasoning practice questions
  • 400+ hours of in-depth video lessons
  • 3,000+ step-by-step video solutions
View EA class & enroll
Limited cohort · enrollment openTarget Test Prep
GMATOnDemand Start anytime
SELF-PACED MASTERCLASS

Target Test Prep GMAT OnDemand

Complete access from day one. Study on your schedule.

715+ score guarantee
$0to start then $127/mo
  • Personalized study plan and analytics
  • Thousands of lessons and practice questions

Compare the format, schedule, and included access before enrolling. Prices and seat counts shown reflect the supplied offer details.

What is the value of a^4 - b^4?

Expert replies
Source: — Data Sufficiency |

by Vincen » Sun Apr 28, 2019 10:47 am
VJesus12 wrote:What is the value of \(a^4 - b^4?\)

(1) \(a^2 - b^2 = 16\)
(2) \(a + b = 8\)

[spoiler]OA=C[/spoiler]

Source: GMAT Prep
Hi Vjesus12.

Let's take a look at your question.

Statement 1:
(1) \(a^2 - b^2 = 16\)
Using this fact we can get that $$a^4-b^4=\left(a^2-b^2\right)\left(a^2+b^2\right)=16\cdot\left(a^2+b^2\right).$$ Since we don't know the value of the second factor, this statement is NOT SUFFICIENT.

Statement 2:
(2) \(a + b = 8\)
Similar to the case above, we get $$a^4-b^4=\left(a^2-b^2\right)\left(a^2+b^2\right)=\left(a+b\right)\left(a-b\right)\left(a^2+b^2\right)=8\left(a-b\right)\left(a^2+b^2\right)$$ but we can't find the value of the two remaining factors. So, this statement is NOT SUFFICIENT.

Statement 1 + Statement 2:

We have that $$a^2-b^2=16\ \Rightarrow\ \left(a+b\right)\left(a-b\right)=16\ \Rightarrow\ 8\left(a-b\right)=16\ \Rightarrow\ a-b=2.$$ Hence, we get the system of equations

\(a+b=8\)
\(a-b=2\)

Adding them we get \(2a=10\) which implies that \(a=5\). Hence, \(5+b=8\) implies that \(b=3\). Therefore, $$a^4-b^4=5^4-3^2=544.$$ So, using both statements together is SUFFICIENT.

In conclusion, the correct answer is the option _C_.

I hope it is clear. <i class="em em-sunglasses"></i>
Join the discussion

by Brent@GMATPrepNow » Sun Apr 28, 2019 12:44 pm
VJesus12 wrote:What is the value of \(a^4 - b^4?\)

(1) \(a^2 - b^2 = 16\)
(2) \(a + b = 8\)

[spoiler]OA=C[/spoiler]

Source: GMAT Prep
Target question: What is the value of a� - b�?

NOTE: a� - b� is a difference of square, which we can factor. a� - b� = (a² - b²)(a² + b²)
So, we can REPHRASE the target question as...

REPHRASED target question: What is the value of (a² - b²)(a² + b²)?

Statement 1: a² - b² = 16
Okay, so we know the value of HALF of the target expression to get (16)(a² + b²), but we still don't know the value of a² + b², so statement 1 is NOT SUFFICIENT

We can also demonstrate that statement 1 is NOT SUFFICIENT by finding values of a and b that satisfy this condition. Here are two:
Case a: a = 4 and b = 0, in which case (a² - b²)(a² + b²) = (16)(16) = 256
Case b: a = √17 and b = 1, in which case (a² - b²)(a² + b²) = (16)(18) = something other than 256
Since we cannot answer the REPHRASED target question with certainty, statement 1 is NOT SUFFICIENT

Statement 2: a + b = 8
There are several values of a and b that satisfy this condition. Here are two:
Case a: a = 8 and b = 0, in which case (a² - b²)(a² + b²) = (64)(64) = 64²
Case b: a = 4 and b = 4, in which case (a² - b²)(a² + b²) = (0)(32) = 0
Since we cannot answer the REPHRASED target question with certainty, statement 2 is NOT SUFFICIENT

Statements 1 and 2 combined
Statement 1 says that a² - b² = 16
Since we can factor a² - b² to get (a + b)(a - b), statement 1 is actually telling us that (a + b)(a - b) = 16
Statement 2 says that a + b = 8
So, let's take (a + b)(a - b) = 16 and replace (a+b) with 8 to get: (8)(a - b) = 16
This means that (a - b) = 2

At this point, we're done.
We now know that a - b = 2 AND we know that a + b = 8
Here we have 2 linear equations, which we COULD solve for a and b.
Once we know the exact values of a and b, we can definitely determine the value of (a² - b²)(a² + b²)
Since we can answer the REPHRASED target question with certainty, the combined statements are SUFFICIENT

Answer: C

Aside: If we solve the system, a - b = 2 and a + b = 8, we get a = 5 and b = 3. This means that (5² - 3²)(5² + 3²) = (16)(34)

Cheers,
Brent
Brent Hanneson - Creator of GMATPrepNow.com
Image
Join the discussion