document.write( "Question 2227: a rhombus with a 24 cm diagonal has an area of 120 cm sqaured . find the length of a side of the rhombus \n" ); document.write( "
Algebra.Com's Answer #901 by khwang(438)![]() ![]() ![]() You can put this solution on YOUR website! Since the area rhombus = product of the two diagonals \n" ); document.write( " Now, 120 = 24 * another diagonal, so another diagonal = 5. \n" ); document.write( " \n" ); document.write( " Let x be the length of a side of the rhombus, \n" ); document.write( " we have x^2 = (24/2)^2 + (5/2)^2 = 144 + 25/4 = 601 /4 \n" ); document.write( " So, x = sqrt(601)/2 \n" ); document.write( " \n" ); document.write( " |