Question 536712
<pre>
One diagonal of a rhombus is 14 units and the area of the rhombus is 63 square
units.  How long is the other diagonal?  How long is each side?

This is the rhombus with the given diagonal:

Let the 4 sides be x units each:

{{{drawing(400,275,-1,15,-5.5,5.5,

line(0,0,7,4.5), locate(7,0,14), locate(3.2,3.1, x),locate(3.2,-2.2, x),
locate(10.8,3, x),locate(10.8,-2.2, x),



line(14,0,7,4.5),
line(14,0,7,-4.5),
line(0,0,7,-4.5), line(0,0,14,0) )}}}

Since the diagonals of a rhombus are perpendicular bisectors 
of each other, the other diagonal, shown in green below divides 
the 14 unit diagonal into two halves, 7 units each. Let each half 
of the green diagonal be y units each:   

 {{{drawing(400,275,-1,15,-5.5,5.5,
green(line(7,4.5,7,-4.5)),locate(3.2,3.1, x),locate(3.2,-2.2, x),
locate(10.8,3, x),locate(10.8,-2.2, x), locate(7.2,2.25,y), locate(7.2,-2,y),
line(0,0,7,4.5), locate(3.5,0,7), locate(10.5,0,7),
line(14,0,7,4.5),
line(14,0,7,-4.5),
line(0,0,7,-4.5), line(0,0,14,0) )}}}

The rhombus is divided into 4 congruent right triangles.

Let's look at just one of those 4 right triangles, say
the upper left one:

{{{drawing(400,275,-1,15,-5.5,5.5,
green(line(7,4.5,7,0)),locate(3.2,3.1, x), 
line(0,0,7,4.5), locate(3.5,0,7), locate(7.2,2.25,y),
line(0,0,7,0) )}}}

It's area is {{{1/4}}}th of the area of the entite
rhombus, so its area is {{{63/4}}}.

Since the area of a triangle is given by the formula:

     Area = {{{1/2}}}×base×height

The Area is {{{63/4}}}. the base is 7, and the height
is y.

      {{{63/4}}} = {{{1/2}}}·7·y

Multiply both sides by 4 to clear of fractions:

      63 = 2·7·y

      63 = 14y

      {{{63/14}}} = y  

      {{{9/2}}} = y

The hypotenuse x can be found by the Pythagorean theorem

  x² = 7² + y²

  x² = 49 + {{{9/2}}}²

  x² = 49 + {{{81/4}}}

  x² = {{{(49*4)/4}}} + {{{81/4}}}

  x² = {{{196/4}}} + {{{81/4}}}

  x² = {{{277/4}}}

   x = {{{sqrt(277)/2}}}

So back to the original rhombus,

 {{{drawing(400,275,-1,15,-5.5,5.5,
green(line(7,4.5,7,-4.5)),locate(3.2,3.1, x),locate(3.2,-2.2, x),
locate(10.8,3, x),locate(10.8,-2.2, x), locate(7.2,2.25,y), locate(7.2,-2,y),
line(0,0,7,4.5), locate(3.5,0,7), locate(10.5,0,7),
line(14,0,7,4.5),
line(14,0,7,-4.5),
line(0,0,7,-4.5), line(0,0,14,0) )}}}

The length of the green diagonal is 2y or 2×({{{9/2}}}) = 9 units

Each side of the rhombus is x or {{{sqrt(277)/2}}}

Edwin</pre>