hey,
just encountered an issue with induction when testing the base case n=2 given n>=2
![Screen Shot 2021-11-14 at 5.59.32 pm.png](/data/attachments/33/33736-f2e176348e2d7fcfe21b737b0e96170f.jpg)
i thought it was only if n=1 we test the first value 1/2^2, but since n>=2, we test n=2 which includes the first 2 terms 1/2^2 + 1/3^2 but this isn't the case with HSC solutions, eddie woo includes the first 2 terms for n>=2 see eddie woo
just encountered an issue with induction when testing the base case n=2 given n>=2
![Screen Shot 2021-11-14 at 5.59.32 pm.png](/data/attachments/33/33736-f2e176348e2d7fcfe21b737b0e96170f.jpg)
i thought it was only if n=1 we test the first value 1/2^2, but since n>=2, we test n=2 which includes the first 2 terms 1/2^2 + 1/3^2 but this isn't the case with HSC solutions, eddie woo includes the first 2 terms for n>=2 see eddie woo