PDA

View Full Version : Perfect Square Problem


rsquared
Jan 4, 2004, 02:47 PM
I need to figure out a method to figure out the increase between any two perfect squares. This rule needs to apply to ALL perfect squares. i.e. 529; 1,089; 2,401. Please, help me. I'm stumped.

labman
Jan 4, 2004, 05:19 PM
(n+1)^2-n^2 = n+(n+1). 9-4=2+3