document.write( "Question 389355: if a:b :: c:d, show that
\n" ); document.write( "c^2 : d^2 = (a^2 +c^2): (b^2 + d^2)
\n" ); document.write( "

Algebra.Com's Answer #275888 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
\"a%2Fb+=+c%2Fd\" ===> \"a%5E2%2Fb%5E2+=+c%5E2%2Fd%5E2\" ====> \"a%5E2%2Fb%5E2+=+c%5E2%2Fd%5E2+=+%28a%5E2+%2B+c%5E2%29%2F%28b%5E2+%2B+d%5E2%29\", using the property of proportions that \"a%2Fb+=+c%2Fd+=+%28a%2Bc%29%2F%28b%2Bd%29\". \n" ); document.write( "
\n" );