document.write( "Question 1063212: A rectangular window has decorative trim that goes across the diagonals. Each piece of diagonal trim measures 53 inches, and the length of the window is 17 inches more than the width. What are the dimensions of the window?
\n" );
document.write( "A) write and equation to help you solve the problem.
\n" );
document.write( "B) solve the equation and write the answer is in appropriate units \n" );
document.write( "
Algebra.Com's Answer #678265 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! width is x \n" ); document.write( "length is x+17 \n" ); document.write( "diagonal is 53 \n" ); document.write( "Pythagorean theorem \n" ); document.write( "x^2+(x+17)^2=53^2 \n" ); document.write( "x^2+x^2+34x+289=2809 \n" ); document.write( "2x^2+34x-2520=0 \n" ); document.write( "divide by 2 \n" ); document.write( "x^2+17x-1260=0 \n" ); document.write( "x=(1/2)(-17+/- sqrt (289+1260*4)); sqrt (5329)=73 \n" ); document.write( "only positive root is (1/2)(-17+73)=28 in--that is the width and its square is 784 \n" ); document.write( "length is 45 in, square is 2025 \n" ); document.write( "They sum to 2809 \n" ); document.write( " |