document.write( "Question 252311: If ac + bd = 19 and ad −bc = 94 ,
\n" );
document.write( "determine the value of (a^2 + b^2 )( c^2 + d^2 ). \n" );
document.write( "
Algebra.Com's Answer #184146 by palanisamy(496)![]() ![]() ![]() You can put this solution on YOUR website! Given, ac + bd = 19 and ad −bc = 94 \n" ); document.write( "Therefore, (ac+bd)^2+(ad-bc)^2 = (19)^2+(94)^2 \n" ); document.write( " a^2c^2+b^2d^2+2abcd+a^2d^2+b^2c^2-2abcd = 361+8836 \n" ); document.write( " (a^2+b^2)(c^2+d^2) = 9197 \n" ); document.write( " \n" ); document.write( " |