- #1
aporter1
- 32
- 0
Homework Statement
(a^2+b^2)(c^2+d^2)=(ac-bd)^2 +(ad+bc)^2 prove by induction that r=a1,a2,a3...an where the a's represent the sums of 2 squares. it itself is a sum of two squares. Check it with: 2=1^2+1^2, 5=1^2+2^2, 8=2^2+2^2, for r=160, r=1600, r=1300, r=625
Homework Equations
The Attempt at a Solution
i know i have to start with the base case where n=1 and then move to n=K and show true for n=k+1
but i am not sure how to set this up with the given equations