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

Related PAT University answers

All answers ▸

Five point charges, each of positive charge q, are arranged to form the corners of a uniform pentagon. A point charge Q is placed at the pentagon's centre. One of the corner charges is removed. What force does the centre charge experience?


Physics PAT 2017 question 20 https://www2.physics.ox.ac.uk/sites/default/files/page/2011/02/14/pat-2017-paper-42578.pdf


Estimate the radius of the moon based on a solar eclipse given the distances between the earth and the moon, the earth and the sun, and the radius of the sun.


Find all real solutions of (x^2 +4x +3)^(x^2 -6x+8) = 1