document.write( "Question 144660: A rectangle has a diagonal that is 3.6 feet longer than the length and 7.1 feet longer than the width. What are the dimensions of the rectangle? I would appreaciate it if someone could help me solve this problem. This is what I've done so far but I know its not correct. Thank you for your time.
\n" );
document.write( "X^2 + (X+7.1)^2 = (X+3.6)^2
\n" );
document.write( "X^2 + X^2 + 14.2 + 50.41 = X^2 + 2X + 3.6
\n" );
document.write( "X^2+16.2X + 52.6=0
\n" );
document.write( "(X=13.15)(X=4.05) \n" );
document.write( "
Algebra.Com's Answer #105435 by solver91311(24713) You can put this solution on YOUR website! It looks like you intended for \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now expand that and solve the quadratic to get your dimensions.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "By the way, since your given dimensions are expressed to the nearest 1/10 of a foot, your answer should not be expressed to any greater precision. \n" ); document.write( " |