Square and Cube numbers memory techniques

@chaitanya10 you can have a look here for the symmetry around 25.

…and once you’re at 50, you got the symmetry that @Daniel_360 already mentioned. That let’s you technically go all the way up to 100; however, I’d use the symmetry around 75 instead to make the calculation easier.

Alternatively, you could build your PAO system in such a way that the O is a 3-digit number that represents the square of P. In mine, for example, I have “Kylie Minogue squeezing a LeMoN”

KM is 73 with a square of LMN which is 532_ and then you just append the unit digit squared (i.e., 3^2=9) to get 73^2=5,329 and that’d how you get the squares up to 100 without even calculating.