document.write( "Question 281415: The area in square units of a rhombus for which one side has length 10 units and the diagonals differ by 4 units is\r
\n" );
document.write( "\n" );
document.write( "A 27 b 49 c 64 d 88 e 96 \n" );
document.write( "
Algebra.Com's Answer #204456 by edjones(8007)![]() ![]() You can put this solution on YOUR website! The diagonals of a rhombus are always perpendicular. \n" ); document.write( "Let the base of each of the 4 right triangles be x and the altitude be x+2 (not x+4 because we are using 1/2 the diagonals). \n" ); document.write( "x^2+(x+2)^2=100 Pythagoras \n" ); document.write( "x^2+x^2+4x+4-100=0 \n" ); document.write( "2x^2+4x-96=0 \n" ); document.write( "x^2+2x-48=0 \n" ); document.write( "(x+8)(x-6)=0 \n" ); document.write( "x=6 \n" ); document.write( "A=.5ab \n" ); document.write( "=.5*6*8 \n" ); document.write( "=24 (1/4 area of the rhombus) \n" ); document.write( "24*4=96 sq units \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |