How do I evaluate something like 3070^2-3069^2?

This looks pretty daunting, but the key to this sort of a problem, which has come up a couple of times in previous PAT tests, is to recognise that this expression is actually the difference of two squares. It can be generalised to the problem of evaluating:

x2-y2

which has as its solution:

x2-y2 = (x+y)(x-y)

so in this case:

30702-30692 = (3070+3069)(3070-3069)=(6139)(1)=6139

SC
Answered by Sam C. PAT tutor

2891 Views

See similar PAT University tutors

Related PAT University answers

All answers ▸

A function is defined piecewise f(x) = ( e^x for x<0, e^(-x) + 2x for x>= 0). Sketch f(x) and its first, second and third derivatives


How do I approximate an irrational square root without using a calculator?


a boat is in a still lake with its anchor up in the boat, it then drops its anchor till it hits the bottom of the lake. Is the water level highest a) when the anchor is in the water. b) when the anchor is in the boat. c) it makes no difference.


Given that during a total solar eclipse the Sun is fully hidden by the Moon, calculate the radius of the Moon. (You may use the following: Solar radius 700,000 km, Sun-Earth distance 150,000,000 km, Moon-Earth distance 400,000 km)


We're here to help

contact us iconContact ustelephone icon+44 (0) 203 773 6020
Facebook logoInstagram logoLinkedIn logo

MyTutor is part of the IXL family of brands:

© 2025 by IXL Learning