document.write( "Question 1018544: The area of a kite is 384 square feet. One diagonal is three times as long as the other diagonal. Find the lengths of each diagonal. \n" ); document.write( "
Algebra.Com's Answer #634638 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Area of kite is pq/2, where p and q are diagonals \n" ); document.write( "q=3p \n" ); document.write( "area is 3p^2/2=384 sq ft \n" ); document.write( "3p^2=768 sq ft \n" ); document.write( "p^2=256 sq ft \n" ); document.write( "p=16 feet. \n" ); document.write( "q=48 feet \n" ); document.write( "Those are the diagonals \n" ); document.write( "Half their product is 384 sq ft. \n" ); document.write( " |